[android-developers] Re: how to install .apk to hardware board as app

2009-02-27 Thread Anil Yadav
Hi All No need to specially sign it for porting into target device... you can just run your application then eclipse will automatically signs your application with debug keystore. and stores .APK file in BIN folder of application Thanks Anil Yadav On Feb 27, 8:29 am, susanner zsusan...@163

[android-developers] Re: Debugging on actual G1

2009-01-22 Thread Anil Yadav
’ button and navigate in your application on emulator. Anil Yadav (anily0...@gmail.com) On Dec 29 2008, 10:59 am, chrispix chris...@gmail.com wrote: I am not sure what is wrong, but I can't seem todebugon the G1, I candebugfine on the emulator, it runs fine on emulator with an iso sd card

[android-developers] How to uninstall calculator package from emulator

2009-01-14 Thread Anil Yadav
Hi All I'm trying to uninstall calculator package (pre installed package) from emulator using 'adb uninstall' command but it is giving error 'failed'. I want debug the calculator package. Please help if anyone knows about it Thanks in advance Anil Yadav