[android-porting] Re: how to launch terminal emulator apk from new sdk-1.5 (cupcake)

2009-05-01 Thread swarup
its part of Dev Tools. On May 1, 8:02 pm, twebb taliaferr...@gmail.com wrote: Does anyone know how to launch the terminal emulator apk in the new sdk-1.5?  I see it listed amongst all the apps in ManageApplications, but can't figure out how to launch it. Thanks, twebb

[android-porting] Re: How to execute a application automatically after android booting?

2009-04-30 Thread swarup
android.intent.action.BOOT_COMPLETED is broadcasted when the boot completes. android.permission.RECEIVE_BOOT_COMPLETED permission required to receive this. hope this helps you. On Apr 30, 11:47 am, stater jia...@gmail.com wrote: Hi all, I have a application and it need be executed after