Skip to content

sekedus/ladb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LADB

GitHub repo size GitHub Clones GitHub License

LADB - Local ADB Shell

Connect ADB to Android itself without Wireless Debugging or USB connection on rooted devices.

Requirements

  • Rooted device
  • Termux v0.118.0 or higher

Installation

  1. Enable Developer options & USB debugging on your device, howto
  2. Install & open Termux
  3. Update & upgrade packages:
pkg update && pkg upgrade
  1. Grant root permission: su
  2. Back to home directory: exit or Ctrl+D
  3. Install adb & clone this repo:
pkg install android-tools -y && cd ~/ && git clone https://github.com/sekedus/ladb.git
  1. Install LADB:
cd ~/ladb && bash setup && cd ~/

Commands

  • ladb start
  • ladb stop
  • ladb uninstall

Credits

License

LADB is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.

About

Local ADB Shell for rooted devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages