Locking the screen

Search This thread

ingramsmith

Member
Jan 16, 2018
33
0
@Renate NST I can't use ADB but I have terminal emulator with superuser.
My problem is when I try to delete password I get error 'sqlite: not found'. How can I install it on nook?
And is there a way to set alphanumeric password instead of 4-digit pin?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Set a PIN lock on your Nook.

    In an ADB shell:

    Code:
    am start -n com.android.settings/.ChooseLockPin
    3
    I don't know if there is an easy user way to do this, but:

    Code:
    sqlite3 settings.db
    delete from system where name like 'lock%';
    .q

    Either do this on the Nook in /data/data/com.android.providers.settings/databases/
    Or else adb pull it, sqlite3 it, adb push it.
    1
    Thanks! Now if I could only get adb to work... doing adb shell gives me "error: device not found", and turning on AdbWireless and trying to connect with adb connect just hangs.

    Set a PIN lock on your Nook.

    In an ADB shell:

    Code:
    am start -n com.android.settings/.ChooseLockPin
    1
    Hi, I know this thread is a bit old but I am having a problem and I am bit of a blind baboon in a maze with all this.

    I followed the directions as best I could: connected rooted Nook, started adb shell then:
    Code:
    # am start -n com.android.settings/.ChooseLockPin 1111
    am start -n com.android.settings/.ChooseLockPin 1111
    Starting: Intent { act=android.intent.action.VIEW dat=1111 }
    Error: Activity not started, unable to resolve Intent { act=android.intent.actio
    n.VIEW dat=1111 flg=0x10000000 }

    Tried other things too but I can't code for toffees so.. :D

    Can you help?

    Presumably that's your desired PIN (i.e. 1111?)

    You don't put it on the command line, am start -n com.android.settings/.ChooseLockPin starts the PIN chooser activity on your Nook and you enter it there, twice, to set it.
    1

    Well, on my Nook, I'd open up the Nook, hook into the console connector and do the SQLite solution to delete the lock and reboot.
    You probably never got around to soldering a console connector to your Nook.

    If you had access to ADB you could do the same.
    Apparently you have ADB over WiFi and the WiFi is off.

    I could also boot up on Clockwork Mod Recovery and use ADB over USB.
    (I already have CWM as my recovery internally.)

    You could put CWM on an SD card and boot that.