Closed Alsan closed 4 years ago
Para que sirve la aplicasion ?????
Para que sirve la aplicasion ?????
Sorry, I don't understand the question in your language. I'm just install the application and follow the instructions, but when I try to run some commands, some of them failed, say "command not found".
So, my question is: Is there any futher information can I read on?
Thanks.
@Alsan Here's what I type in the terminal (please do not type the leading $
, it's my shell PS1
prompt) :
$ [ "$HOME" = "/" ] && HOME=/sdcard
$ [ "$HOME" = "/data" ] && export busyBoxPATH=/data/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
@Alsan Here's what I type in the terminal (please do not type the leading
$
, it's my shellPS1
prompt) :$ [ "$HOME" = "/" ] && HOME=/sdcard $ [ "$HOME" = "/data" ] && export busyBoxPATH=/data/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
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
I've follow all the instructions to install the busybox, not every command I use is command not found, so, what is the proper way to use it?