[android-porting] How to remove android-2.2.1 screen lock feature

2011-01-17 Thread Elvis Dowson
Hi, I have an embedded device that is not a phone, and it needs to directly go to the home screen and launch an app directly, so that the system directly boots into the android application. I notice that on first boot, the screen lock feature is not activated. It is only on reboot that the s

Re: [android-porting] How to remove android-2.2.1 screen lock feature

2011-01-18 Thread Deva R
to boot without lock and stay unlocked.. deva@ubunt:/data/build/android_omap4/froyo/frameworks/policies/base$ git diff diff --git a/phone/com/android/internal/policy/impl/KeyguardViewMediator.java b/phone/com/android/internal/policy/impl/KeyguardViewMediator.java index c255041..c602c1b 100644 ---

Re: [android-porting] How to remove android-2.2.1 screen lock feature

2012-05-23 Thread aulty
Thanks for this, I can confirm that commenting out calls to showLocked( ) in KeyguardViewMediator.java still bypasses the lock screen in ICS. On Tuesday, January 18, 2011 4:06:52 PM UTC, Deva R (TI) wrote: > > to boot without lock and stay unlocked.. > > deva@ubunt:/data/build/android_omap4/froyo