Busybox-Installer-No-Root icon indicating copy to clipboard operation
Busybox-Installer-No-Root copied to clipboard

@Alsan Here's what I type in the terminal (please do not type the leading `$ `, it's my shell `PS1` prompt) :

Open rimsineman4 opened this issue 4 years ago • 1 comments

@Alsan Here's what I type in the terminal (please do not type the leading $ , it's my shell PS1 prompt) :

$ [ "$HOME" = "/" ] && export busyBoxPATH=/sdcard/Android/data/exa.free.bbin/files || export busyBoxPATH=$HOME/Android/data/exa.free.bbin/files
$ ls $busyBoxPATH/busybox
/sdcard/Android/data/exa.free.bbin/files/busybox
$ export PATH=$PATH:$busyBoxPATH
$ busybox --help

Originally posted by @sebma in https://github.com/EXALAB/Busybox-Installer-No-Root/issues/2#issuecomment-564621027

rimsineman4 avatar Dec 11 '19 16:12 rimsineman4

ok, after some investigation, i found that mine is installed at /system/xbin/box. Might be it's due to I'm using Android 10 and v1.80 release of this app.

# /system/xbin is already in my PATH env variable
box --help

Alsan avatar Jan 05 '20 10:01 Alsan