I have a Huawei Android 4.0.4 phone and I've recently downloaded a Terminal Emulator app. This app allows me to run a Linux shell from inside Android; it runs /system/bin/sh
. I started to navigate around the OS and I've found that /system/xbin
only has DisableLoopTest
, EnableLoopTest
, dexdump
, and hciutils_test
in it. /system/bin
has many files; I believe that all of the installed commands are in it. However, I noticed that su
and sudo
where not in /system/bin
or /system/xbin
. Where can I download this file or some other file to root my Android device?