Results 1 to 9 of 9
  1. #1
    offline 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!!

  2. #2
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,244
    Thanks
    1,881
    Thanked 3,138 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    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.

  3. #3
    offline Itty Bitty Modder
    Join Date
    May 2010
    Posts
    9
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    1
    Uploads
    0
    Quote Originally Posted by Skrilax_CZ View Post
    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
    hi skrilax it worked

    thank u vary much

  4. #4
    offline 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

  5. #5
    offline 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.

  6. #6
    offline 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!!!

  7. #7
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,244
    Thanks
    1,881
    Thanked 3,138 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    If you are in recovery, you have to mount system first.

    Thanks Semseddin for the signature and avatar.

  8. #8
    offline 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:
    Code:
    cd /androidsdk/tools
    adb shell
    su
    cp -f /sdcard/busybox /system/bin/busybox
    then I can see through Astro that busybox is in /system/bin

    From what I searched online I need to enter this commands to complete the installation, is this correct?
    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
    Problem is when I reach "chown 0:0 busybox" I get an error "no such user '0:0' "
    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

  9. #9
    offline 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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •