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 on running in background
> without any foreground task . it would be better if you could point me
> to such an example

What you want is a Service.
http://code.google.com/android/reference/android/app/Service.html

R/

>
> Thanks
>
>
> On Nov 29, 4:12 pm, freepine <[EMAIL PROTECTED]> wrote:
>> 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 console programs in
>> > android , i mean can i run app with just a service without any
>> > activity . and if there is some way then let me know how can i invoke
>> > the program from emulator.
>>
>> > Thanks and regards
>> > Suhail- Hide quoted text -
>>
>> - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to