Thread: how to install busybox
- 05-10-2010, 09:55 AM #1
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 9
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 1
- Uploads
- 0
how to install busybox
hi, i am having indian milestone with 90.78 bootloader, 2.1 & shols 2.31,
thanks to nadlbak's i am rooted, & wonder if i can install busybox please guide me in this process!!
- 05-10-2010, 11:51 AM #2
Download Open Recovery, it has a busybox binary. Just in case, do a backup of system using it. Then copy the busybox to /system/bin/ (in normal mode, not recovery (actually you can do it in recovery too, if you mount system)) and into adb shell under root type:
cd /system/bin
chown 0:0 busybox
chmod 755 busybox
busybox --install -s
Thanks Semseddin for the signature and avatar.
- 05-10-2010, 07:59 PM #3
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 9
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 1
- Uploads
- 0
- 05-10-2010, 08:02 PM #4
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 9
- Thanks
- 3
- Thanked 0 Times in 0 Posts
- Downloads
- 5
- Uploads
- 0
You can also install busybox when you first install Titanium Pro it will install busybox also
- 05-26-2010, 07:44 AM #5
Itty Bitty Modder
- Join Date
- Mar 2010
- Posts
- 19
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 23
- Uploads
- 0
i think titanium pro installed busy box in a different folder.
- 06-05-2010, 12:03 PM #6
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 13
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Downloads
- 4
- Uploads
- 0
@skrilax ive changed the directory to system by...
cd /system/bin------then its saying cannot cd to /system/bin....
plzz hep me!!!
- 06-05-2010, 01:11 PM #7
If you are in recovery, you have to mount system first.

Thanks Semseddin for the signature and avatar.
- 06-21-2010, 05:08 AM #8
Itty Bitty Modder
- Join Date
- Jun 2010
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 4
- Uploads
- 0
Need help here. I'm using OpenRecovery and now I wanna install busybox. There's a busybox file in /sbin but since I'm not sure how to make use of it so I copied it to the sdcard root and did this:
then I can see through Astro that busybox is in /system/binCode:cd /androidsdk/tools adb shell su cp -f /sdcard/busybox /system/bin/busybox
From what I searched online I need to enter this commands to complete the installation, is this correct?
Problem is when I reach "chown 0:0 busybox" I get an error "no such user '0:0' "Code:adb shell su mount -o rw,remount /dev/block/mtdblock6 /system cd /system/bin chown 0:0 busybox chmod 755 busybox busybox --install -s
What does this mean? What am I missing?
Note: I couldn't run Titanium backup before this due to the lack of busybox in my phone, but now I'm able to run it no problems.
What I would like to know is that are the mount,chown & chmod commands neccessary? coz I wanna move my dalvik cache to /cache after this and hope there won't be any problems. Any help would be deeply aprreciated. I'm pretty new to these stuff
- 06-21-2010, 05:28 AM #9
Itty Bitty Modder
- Join Date
- Dec 2008
- Posts
- 9
- Thanks
- 5
- Thanked 0 Times in 0 Posts
- Downloads
- 2
- Uploads
- 0
thanks very much, but i dont know, we install busybox for what?


LinkBack URL
About LinkBacks
Reply With Quote


