Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T07:05:02.000Z (3 months ago)
- Last Synced: 2024-09-22T18:02:33.322Z (about 1 month 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!