Skip to content

NyaMisty/adb_termux_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ADB Termux Shell

An almost perfect solution to use Termux in adb shell

Usage

  1. Install termux, enable the internal storage permission

  2. Download this repo, and Put adb_termux_shell folder to /sdcard/adb_termux_shell

  3. Configure your shell to auto start termux: Append mkshrc's content into the place where your adb shell will call

  4. In the /sdcard/adb_termux_shell/termux.sh, configure the termux start option:

    • must do: configure the start shell for termux (line starts with export SHELL=), I uses zsh, but usually it's bash
    • optional: configure the start directory: cd /sdcard, $HOME, or anywhere you want ;)
  5. Profit :)

image

Internal

About

Almost perfect solution to Termux in ADB Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages