A tool which combines several stripped-down Unix tools in a single, comapct executable. Because of its compactness and versatility, it is often used on devices with limited ressources.
1
vote
2answers
863 views
“mount” on 2.3.4 is Behaving Oddly
I'm on Nexus S, 2.3.4, stock and rooted. BusyBox is v1.18.4 (2011-03-20 15:16:04 CDT). When I try to remount ANYTHING it just
$ mount -o remount,rw /system
Usage: mount [-r] [-w] [-o options] [-t ...
0
votes
1answer
323 views
Installation of BusyBox on panda board on Android ICS kernel
I am trying to install BusyBox on panda board which has an ICS Android kernel.
I used the steps below:
Download binary file which supports the panda board
Push it into /system/busybox folder
...