[android-developers] Re: Console program with service without actuvity

2008-12-02 Thread Ralf
On Sun, Nov 30, 2008 at 9:57 PM, sal123 [EMAIL PROTECTED] wrote: Hi All, 1. may i know the steps to invoke executable from adb shell. 2. do u mean, we cannot have applications in android without activity class or without subclass of activity my intention is to build a engine which keeps

[android-developers] Re: Console program with service without actuvity

2008-11-30 Thread sal123
Hi All, 1. may i know the steps to invoke executable from adb shell. 2. do u mean, we cannot have applications in android without activity class or without subclass of activity my intention is to build a engine which keeps on running in background without any foreground task . it would be

[android-developers] Re: Console program with service without actuvity

2008-11-29 Thread freepine
You can invoke your app in adb shell after pushing the executables into the image. But as we are told again and again, android doesn't support native code development:) On Thu, Nov 27, 2008 at 6:51 PM, sal123 [EMAIL PROTECTED] wrote: Hi All, Can anyone tell me if there is anyway to run