Emulator

Differences between revisions 2 and 3
Revision 2 as of 2013-10-02 11:26:46
Size: 334
Editor: xnox
Comment:
Revision 3 as of 2013-10-04 16:18:06
Size: 425
Editor: vorlon
Comment: document the full commands needed to do a build
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
$ sudo apt-get install phablet-tools git
$ phablet-dev-bootstrap emulator
$ cd emulator

To build

$ sudo apt-get install phablet-tools git
$ phablet-dev-bootstrap emulator
$ cd emulator
$ . ./build/envsetup.sh
$ lunch cm_goldfish-eng
$ make -j12

To generate sdcard with the ubuntu rootfs

$ ./build/tools/build-emulator-sdcard

Launch emulator with serial console:

$ emulator -verbose -show-kernel -qemu -nographic

Username & password are:

phablet
phablet

Touch/Emulator (last edited 2016-04-15 03:17:10 by tsimonq2)