/adb-enabler

This module enables adb without authentication for a production build of Android.

Primary LanguageShell

ADB Enabler

This module enables adb without authentication for a production build of Android.

Tested on Android 14, marble.

Download Module

Installation

  1. First, enter TWRP recovery.
  2. Decrypt data partition:
adb shell twrp decrypt [Your password/PIN]

If it said that you are not authenticated, then you might not be in TWRP currently, or your TWRP adbd build is not userdebug. Correct it before continuing.

  1. Push and install module.
adb push .\adb-enabler.zip /data/tmp
adb shell twrp install /data/tmp/adb-enabler.zip
  1. Restart and use scrcpy to rescue your data!