https://github.com/sekedus/ladb
Local ADB Shell for rooted Android devices
https://github.com/sekedus/ladb
adb android ladb local-adb project root termux
Last synced: 2 months ago
JSON representation
Local ADB Shell for rooted Android devices
- Host: GitHub
- URL: https://github.com/sekedus/ladb
- Owner: sekedus
- License: gpl-3.0
- Created: 2024-06-02T07:42:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:51:01.000Z (over 1 year ago)
- Last Synced: 2025-12-26T01:27:57.150Z (6 months ago)
- Topics: adb, android, ladb, local-adb, project, root, termux
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LADB
[](https://github.com/sekedus/ladb) [](https://github.com/sekedus/ladb/blob/main/LICENSE)
LADB - Local ADB Shell
Connect ADB to Android itself without Wireless Debugging or USB connection on **rooted devices**.
ㅤ
## Requirements
- Rooted device
- [Termux](https://github.com/termux/termux-app/releases/latest) **v0.118.0** or higher
ㅤ
## Installation
1. Enable Developer options & USB debugging on your device, [howto](https://developer.android.com/studio/debug/dev-options#enable)
2. Install & open Termux
3. Update & upgrade packages:
```bash
pkg update && pkg upgrade
```
4. Grant root permission: `su`
5. Back to home directory: `exit` or Ctrl+d
6. Install `git`, `adb`, & clone this repo:
```bash
pkg install git android-tools -y && cd ~/ && git clone https://github.com/sekedus/ladb.git
```
7. Install LADB:
```bash
cd ~/ladb && bash setup && cd ~/
```
ㅤ
## Commands
- ladb start
- ladb stop
- ladb uninstall
ㅤ
## Credits
- [Termux](https://github.com/termux/termux-app)
- [Stack Overflow](https://stackoverflow.com/a/78537118)
ㅤ
## License
LADB is licensed under the GNU General Public License v3.0. See the [LICENSE](https://github.com/sekedus/ladb/blob/main/LICENSE) file for more details.