| Author |
How to make your application to run as the Phone Boots up?
|
Prajkti Khadse
Ranch Hand
Joined: Apr 02, 2009
Posts: 52
|
|
Hi all
i want to run my application as soon as the Phone/Emulator Boots up..
actually, i want the service to run at background continuously...
i've tried
but it's not working...
when i Start th emulator, the application doesn't run neither i can see the icon for the same....
can anyone plaese help me out...???
|
 |
Monu Tripathi
Rancher
Joined: Oct 12, 2008
Posts: 1365
|
|
|
take a look at this tutorial
|
[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
|
 |
Prajkti Khadse
Ranch Hand
Joined: Apr 02, 2009
Posts: 52
|
|
Thanks monu...
i already referred that...
but my problem is that i want to start service at Boot up...
here's the code m working...
and here's the LocalService.java
and AndroidManifest.xml
i don't want anything on foreground... the service should be running at background...
but with this code i get "The process stopped unexpectedly" error as i launch the emulator...
can you please tell me what's wrong with this code...
Thank you so much
|
 |
Prajkti Khadse
Ranch Hand
Joined: Apr 02, 2009
Posts: 52
|
|
hey..
i made it...
what i was doing wrong is i did not set latest event info for my notification... and that's why it was giving me IllegalArgumentException
her's the updated code for showNotification()
and it worked....
|
 |
 |
|
|
subject: How to make your application to run as the Phone Boots up?
|
|
|