This module enables adb without authentication for a production build of Android.
Tested on Android 14, marble.
- First, enter TWRP recovery.
- 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.
- Push and install module.
adb push .\adb-enabler.zip /data/tmp
adb shell twrp install /data/tmp/adb-enabler.zip
- Restart and use
scrcpy
to rescue your data!