Busybox on Android
As good as android is, it does lack some of the rather interesting linux tools that could be of a great use like busybox. Its good to have a command line interface to play around often to get information that click around in gui which makes things a bit too slow sometimes.
While I did try to compile the busybox binary and loading onto the phone, that didn't quite work. So I got one from here.
after running the emulator with ./emulator, I ran the
(you might need to set permissions here if you downloaded the file)
# ./busybox --install
remember to export the path
While I did try to compile the busybox binary and loading onto the phone, that didn't quite work. So I got one from here.
http://benno.id.au/android/busyboxThen I copied the binary into the tools folder
after running the emulator with ./emulator, I ran the
./adb push busybox /data/busybox/busyboxI logged into the shell with
./adb shell# cd /data/busybox
(you might need to set permissions here if you downloaded the file)
# ./busybox --install
remember to export the path
voila! got my busybox applets!!export PATH=/data/busybox:$PATH
Comments
Good one Prasanna. ;)
व्यक्तिगत व्यवसायका लागि ऋण चाहिन्छ? तपाईं आफ्नो इमेल संपर्क भने उपरोक्त तुरुन्तै आफ्नो ऋण स्थानान्तरण प्रक्रिया गर्न
ठीक।