The closest i've done is - to make system remain unlocked # sqlite3 /data/data/com.android.providers.settings/databases/settings.db sqlite> update system set value="-1" where name="screen_off_timeout"; sqlite> .quit
But it still wont prevent system to boot with locked screen., we are either missing an easy configuration or might require source change.. On Wed, Jul 7, 2010 at 7:27 AM, CMF <[email protected]> wrote: > anybody knows? > > On Jul 3, 1:08 am, CMF <[email protected]> wrote: > > HI all, > > I want to make my app launched when the Android OS startup. > > I can make it, but when the Android OS startup, the screen lock is > > launched, > > how can I remove the screen lock launch so that I can get into my app > > directly? > > I am doing this in my embedded system.Thanks > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
