How to automate Fire Tablet unlock

Sorry, I should have been more specific. Here is what I did:

  1. Download and install Settings Database Editor on the Fire tablet.

  2. Plug your tablet into your PC and open an ADB window.

  3. If you need help with ADB, follow this guide. Complete steps 1-6 under Phone Setup and all the steps under the operating system you are using on your computer

  4. In the ADB window, once connected to your tablet, enter the following:

adb shell pm grant by4a.setedit22 android.permission.WRITE_SECURE_SETTINGS

  1. Navigate to the Settings Database Editor on your tablet.
  2. Select “Global table” from the top right menu
  3. Find “device_provisioned” = 1
  4. Change the value to “device_provisioned” = 0
  5. Reboot your tablet.

That should be it!

6 Likes