[android-porting] Re: Testing AOSP ROM's in emulator

2012-09-29 Thread Alvin Wong
Hi, You can run `simulator` after building. (Or you can find the binary in host output.) However you should note that, all hardware-specific features won't work. There might be a counterpart in the simulator, but it doesn't simulate your target device's feature, just using the built-ins of the

[android-porting] Re: [rowboat] Re: Jellybean release for Beagleboard and Beaglebone

2012-09-29 Thread Ezequiel Aceto
I have created a new boot.scr with mem=512M and now Android does not finished the boot process. I have the same issue that Wendell Gong found and fixed (as far as I understood from messages in this thread). Why the prebuilt image has 256MB of RAM and not 512MB if it is target for BB-xM? Thank