Re: [android-developers] auto starting application after boot complete

2011-09-12 Thread Ash
No. Let me explain again. I have not modified the firmware. All I have done is registered my app to receive a broadcast message once the system boot up is complete. When I receive this message, my application auto-starts in full-screen mode. The issue is that there is a 1-2 second window whereb

Re: [android-developers] auto starting application after boot complete

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 3:53 AM, Ash wrote: > We have customized an Android device such that it runs our application at > all times. If you mean you modified the firmware, then you can continue to modify the firmware to not show the lockscreen. That is out of the scope of this list though. ---

Re: [android-developers] auto starting application after boot complete

2011-09-12 Thread Shoaib Malgave
hi boss On 9/12/11, Ash wrote: > Hi All, > > I have currently got my application to automatically start after boot is > completed. This process is working fine. However, before the application > starts, there is about a 1-2 second window in which you can see the main > Android screen (with the u

[android-developers] auto starting application after boot complete

2011-09-12 Thread Ash
Hi All, I have currently got my application to automatically start after boot is completed. This process is working fine. However, before the application starts, there is about a 1-2 second window in which you can see the main Android screen (with the unlock slider button). Is there a way I ca