This is a fork of original android emulator designed to use with SliceTime. For more info see Android open source project and Project SliceTime.
Two commands were added to android emulator console:
-
init_sync <host> <server_port> <client_port> <client_id>
which pauses emulator, connects to slicetime synchronizer and starts listening for incoming run permissions. set client id and client port to different values on every emulator instance, otherwise they won't work on same machine. -
stop_sync
disconnects from synchronizer and resumes normal operation.
For user instructions you should see documentation in SliceTime GitHub.
Most of the Android system is Licensed under Apache Software License, 2.0. Android emulator is based on QEMU which is a trademark of Fabrice Bellard. For licensing info see QEMU license. Original licenses apply to this fork.