[android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread gopu
Hi , Created a custom Android Image Its working in real hardware.But in emulator its not working. How to make it work in emulator ?.I just replaced the system.img ramdisk.img in the SDK/platforms/platfo../image/ Is their a way to debug in emulator env? Thanks Regards Gopu -- unsubscribe:

Re: [android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread Josh Zhao
Hello Gppu, The emulator supports the fewer board.You have to add your board to emulator. 2010/5/28 gopu gopuraj...@gmail.com Hi , Created a custom Android Image Its working in real hardware.But in emulator its not working. How to make it work in emulator ?.I just replaced the system.img

Re: [android-porting] How to make the emulator work with the Custom Android IMage

2010-05-28 Thread David Turner
use -show-kernel to get kernel messages, and -logcat '*:v' to get logcat traces, that should tell you a lot about what's going wrong. On Thu, May 27, 2010 at 11:32 PM, gopu gopuraj...@gmail.com wrote: Hi , Created a custom Android Image Its working in real hardware.But in emulator its not