Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove the lock screen that appears after the emulator boots up to main screen in Android 2.1

Tags:

The lock screen appears at the main screen, after the emulator boots up. I want to disable locking at main screen, so that the next time I boot up my emulator the lock screen will not appear. Can anybody suggest the best solution for this?

like image 486
user341053 Avatar asked May 14 '10 10:05

user341053


People also ask

How do I get rid of lock emulator?

The latest version of the Android OS 4.2. 2 has a way to remove it via the emulator Settings. Just go to : Security >> Screen Lock, and select "NONE." Make sure you are saving the emulator settings to Snapshot so you don't have to keep going through these same steps.

How do I turn off lock screen launcher?

you can set your application category to HOME and replace the default Launcher. To disable the lock screen you will need to toggle the Settings. System. LOCKSCREEN_DISABLED value in the settings database.

How do I remove the screen lock on my Samsung Galaxy s21?

How to remove Screen Lock on your Android phone. Tap Settings > Security > Screen Lock. If prompted, enter your current lock screen code > None > Delete.


2 Answers

The latest version of the Android OS 4.2.2 has a way to remove it via the emulator Settings. Just go to : Security >> Screen Lock, and select "NONE." Make sure you are saving the emulator settings to Snapshot so you don't have to keep going through these same steps.

like image 97
HRVHackers Avatar answered Oct 23 '22 02:10

HRVHackers


I just suffered this issue as well (not sure if it could be solved programatically) and found that hitting page up worked for me.

http://forum.archosfans.com/viewtopic.php?f=34&t=30574

like image 23
Colin Devon Avatar answered Oct 23 '22 01:10

Colin Devon