LADB - Local ADB Shell
Connect ADB to Android itself without Wireless Debugging or USB connection on rooted devices.
ㅤ
- Rooted device
- Termux v0.118.0 or higher
ㅤ
- Enable Developer options & USB debugging on your device, howto
- Install & open Termux
- Update & upgrade packages:
pkg update && pkg upgrade- Grant root permission:
su - Back to home directory:
exitor Ctrl+d - Install
adb& clone this repo:
pkg install android-tools -y && cd ~/ && git clone https://github.com/sekedus/ladb.git- Install LADB:
cd ~/ladb && bash setup && cd ~/ㅤ
- ladb start
- ladb stop
- ladb uninstall
ㅤ
ㅤ
LADB is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.