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:
exit
or 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.