Install BusyBox On Your T-Mobile G1Submitted by staulkor on Wed, 11/05/2008 - 22:31 |
BusyBox includes a lot of extra commands that simply aren't included in Android. Installing it gives access to grep, cp, vi, chown, nc, and near a hundred more commands.
If you would like to install BusyBox on your G1, you will need to get root access first.
- Assuming you are already connected to your phone, browse to this article on your G1 and long hold the attachment at the bottom. Ignore the .xxx extension. Browser won't allow downloads of certain extensions. When you download it, the .xxx extension automatically will change to .asc.
- Now t hat BusyBox is on your phone, wen eed to run a few commands so we can use it.
mount -o remount,rw /dev/block/mtdblock3 /system
dd if=/sdcard/download/busybox.asc of=/system/bin/busybox
chmod 4755 /system/bin/busybox
cd /system/bin - Now BusyBox is installed, we can begin to add those commands that arent there.
busybox cp -s busybox cp
This will add the cp command. Replace cp with tar and you will now have tar. Type busybox to get a list of all available commands
WARNING!
Do not overwrite commands that are already on the phone! The commands built in have been simplified and have specific syntaxes. If you overwrite them, things WILL break on the phone.
| Attachment | Size |
|---|---|
| busybox.xxx | 1.63 MB |





