Jump to content

(Tutorial) How to install busybox


Recommended Posts

Guest Joshuah
Posted (edited)

Hi,

This is just a quick guide for the community if you would like to install busybox on your rooted (but using stock ROM)

Note: before trying to execute the .exe make sure that your device is connected to your PC with 'debug mode' enabled.

It's simple,

1) download the attached .exe

2) double click and wait

3) done!

Thanks, and please give me your feedback!!

Version 1.0 (initial release)

* release

Version 1.1

* added latest version of Busybox which supports lzop - as it is required for Titanium backup (thanks duff.angus)

Install_Busybox_v1.0.exe

Install_Busybox_v1.1.exe

Edited by Joshuah
Guest duff.angus
Posted (edited)

Good work with this Joshuah.

I just had an issue with the included busybox in that it didn't include lzop, needed by Titanium backup.

I trawled the net and found a version including lzop here: http://bf1942.moretoast.de/busyboxmk9

file attached here for convenience.

busybox_1.15.3.zip

Edited by duff.angus
Guest Joshuah
Posted

Thanks duff.angus !!

I have uploaded version 1.1 in the original post

I also have reuploaded the original file and hence the downloads have reset :)

Please continue to give any feedback!! thanks

Posted (edited)

I have already root my liquid,and use su before the commend .It still says permission denied.

Edited by whqs
Posted
I have already root my liquid,and use su before the commend .It still says permission denied.

I think you have to adb remount first

Posted
I think you have to adb remount first

Sry It's my fault . I now use #busybox find instead of #find ,it works...

Guest zehunter
Posted
Hi,

This is just a quick guide for the community if you would like to install busybox on your rooted (but using stock ROM)

Note: before trying to execute the .exe make sure that your device is connected to your PC with 'debug mode' enabled.

It's simple,

1) download the attached .exe

2) double click and wait

3) done!

Thanks, and please give me your feedback!!

Version 1.0 (initial release)

* release

Version 1.1

* added latest version of Busybox which supports lzop - as it is required for Titanium backup (thanks duff.angus)

hi, how can i activa the "debug mode" ? thanks in advance,

regards,

Guest Joshuah
Posted
hi, how can i activa the "debug mode" ? thanks in advance,

regards,

Menu --> settings --> Applications --> Development --> USB debugging (tick)

Guest zehunter
Posted
Menu --> settings --> Applications --> Development --> USB debugging (tick)

thks a lot :)

Posted
Good work with this Joshuah.

I just had an issue with the included busybox in that it didn't include lzop, needed by Titanium backup.

I trawled the net and found a version including lzop here: http://bf1942.moretoast.de/busyboxmk9

file attached here for convenience.

busybox_1.15.3.zip

I you want to upgrade your installation of busybox AND have iit already installed by Lickonn custom rom 0.3 update, follow these steps :

Extact busybox_1.15.3.zip to the current directory

Then :

# adb remount

remount succeeded

#adb push busybox.bin /system/bin/busybox

1296 KB/s (2549796 bytes in 1.920s)

#adb shell

sh-3.2# cd /system/bin

sh-3.2# ls -l busybox

-rwxrwxrwx 1 0 0 2549796 Jan 25 18:04 busybox

sh-3.2# chmod 4755 busybox

sh-3.2# ls -l busybox

-rwsr-xr-x 1 0 0 2549796 Jan 25 18:04 busybox

sh-3.2# ./busybox --install -s /system/bin

sh-3.2# busybox --help

BusyBox v1.15.3 (2010-01-23 13:13:32 EST) multi-call binary

Copyright © 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko

and others. Licensed under GPLv2.

See source distribution for full notice.

Now your version is updated to 1.15.3

  • 5 months later...
Guest Ljudka
Posted (edited)

Works ok, fool-proof, one click, saved big time!! Thanks a lot

Edited by Ljudka
Guest malez
Posted
Works ok, fool-proof, one click, saved big time!! Thanks a lot

Another way to do it.

Use malez recovery and tell it to do it. It can even upgrade your installation, easier :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.