https://github.com/std-microblock/adb-enabler
This module enables adb without authentication for a production build of Android.
https://github.com/std-microblock/adb-enabler
Last synced: 12 months ago
JSON representation
This module enables adb without authentication for a production build of Android.
- Host: GitHub
- URL: https://github.com/std-microblock/adb-enabler
- Owner: std-microblock
- Created: 2024-08-16T05:40:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-16T07:05:02.000Z (over 1 year ago)
- Last Synced: 2025-03-23T00:31:54.190Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADB Enabler
This module enables adb without authentication for a production build of Android.
Tested on Android 14, marble.
[Download Module](https://github.com/MicroCBer/adb-enabler/releases/download/latest/adb-enabler.zip)
## Installation
1. First, enter TWRP recovery.
2. Decrypt data partition:
```shell
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.
3. Push and install module.
```shell
adb push .\adb-enabler.zip /data/tmp
adb shell twrp install /data/tmp/adb-enabler.zip
```
4. Restart and use `scrcpy` to rescue your data!