https://github.com/tyler887/adb-plus
Get a better Android Debug Bridge
https://github.com/tyler887/adb-plus
adb adbplus android android-adb
Last synced: over 1 year ago
JSON representation
Get a better Android Debug Bridge
- Host: GitHub
- URL: https://github.com/tyler887/adb-plus
- Owner: Tyler887
- License: epl-2.0
- Created: 2021-11-05T16:41:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T20:51:11.000Z (over 4 years ago)
- Last Synced: 2025-01-04T19:16:59.735Z (over 1 year ago)
- Topics: adb, adbplus, android, android-adb
- Homepage: https://tyler887.github.io/ADB-Plus
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android Debug Bridge Plus is a command line that lets you use more ADB commands!
## Android Debug Bridge vs. Android ADB Plus
### Android ADB
ADB supports only some commands. Most commands start with `adb`.
### Android ADB ***+***
ADB Plus supports settings. It includes an error tracker, all commands starting with `android` (added ones start with `adbplus`), and more commands are added. It can also remove bloatware from the device.
## Something not possible in ADB
This only activates in ADB+, and not in ADB:
```
android app uninstall com.android.chrome
adbplus app open com.android.vending
```
## *IMPORTANT!!*
**I am not responsible for any damages to your Android.** Android ADB Plus may include destructive commands, for example `adbplus system resetsettings` or `adbplus sourcecode hack`. Use the `about-adb-plus important` command for more info.