[Q] Messed up Busybox

Search This thread

Nikhil_android

Senior Member
Apr 20, 2012
201
24
Mumbai
Hello,

I am unable to install busybox
it says that "it looks like the installation of busybox was not successful.." and asks to install in some other location.
I tried Xbin and Bin but it could not be installed properly.

All app which need root permission are working fine.

I tried to uninstall and re install ..re install using busybox installer.
Also I re-flash CM 10 beta 6 ( Format /System ) deleted xbin , bin directory and reflashed rom) but nothing works

Its confusing that even after deleting xbin, bin directory formatting /system reflashing CM10 yet busybox is not installing.

PS: Busybox was installed successfully on stock ROM it was for a brief period was installed successfully on CM 10 as well. But when I reflash my rom (due to some reason) and tried to install busybox since then I am having problems


Any help is appreciated.
Thanks!
 

Lgrootnoob

Senior Member
Oct 1, 2012
482
119
25
Dallas
Hello,

I am unable to install busybox
it says that "it looks like the installation of busybox was not successful.." and asks to install in some other location.
I tried Xbin and Bin but it could not be installed properly.

All app which need root permission are working fine.

I tried to uninstall and re install ..re install using busybox installer.
Also I re-flash CM 10 beta 6 ( Format /System ) deleted xbin , bin directory and reflashed rom) but nothing works

Its confusing that even after deleting xbin, bin directory formatting /system reflashing CM10 yet busybox is not installing.

PS: Busybox was installed successfully on stock ROM it was for a brief period was installed successfully on CM 10 as well. But when I reflash my rom (due to some reason) and tried to install busybox since then I am having problems


Any help is appreciated.
Thanks!
Htc? if so then: S-off?
Check the space on the /system partition.
Do you have read and write permissions for root on /system/xbin?
Deleting xbin and bin will make you unable to install busybox for sure.
What application are you using to install busybox?

Run the commands below on your phone or through adb.
Code:
su
df
chmod /system/xbin/
chown 0:0 /system/xbin/
ls -l /system
Post the output from the commands above here.
 
  • Like
Reactions: Nikhil_android

Nikhil_android

Senior Member
Apr 20, 2012
201
24
Mumbai
Htc? if so then: S-off?
Check the space on the /system partition.
Do you have read and write permissions for root on /system/xbin?
Deleting xbin and bin will make you unable to install busybox for sure.
What application are you using to install busybox?

Run the commands below on your phone or through adb.
Code:
su
df
chmod /system/xbin/
chown 0:0 /system/xbin/
ls -l /system
Post the output from the commands above here.

Yes HTC - S-off rooted and running on CM10
I have tried busybox Stephen (Stericson) latest version
and when it was not getting installed I have trued busybox installer as well
while installing /system/xbin has R/W permission
I deleted files in xbin as coz I didnt know what to do .. I deleted only those files which were created by busybox and then I immediately flashed the ROM, but even after flashing (and wiping /system through cwm) those files were still there.

Here is the output:

/system/xbin mounted as R/W as usual

Code:
u0_a19@android:/ $ su
u0_a19@android:/ # df
Filesystem               Size     Used     Free   Blksize
/dev                   206.4M    48K   206.4M   4096
/mnt/asec              206.4M     0K   206.4M   4096
/mnt/obb               206.4M     0K   206.4M   4096
/system                235.3M   229.6M     5.7M   4096
/cache                  59M     2.3M    56.7M   4096
/data                  554.1M   447.8M   106.4M   4096


/data/misc             150M     2.5M   147.5M   4096
/data/property         150M     2.5M   147.5M   4096
/data/radio            150M     2.5M   147.5M   4096
/storage/sdcard0         6.8G     4.7G     2.1G   4096
/mnt/secure/asec         6.8G     4.7G     2.1G   4096
/mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
u0_a19@android:/ # chmod /system/xbin/
Usage: chmod [OPTION] <MODE> <FILE>
  -R, --recursive         change files and directories recursively
  --help                  display this help and exit
10|u0_a19@android:/ # chown 0:0 /system/xbin/
u0_a19@android:/ # ls -1 /system
ls: Unknown option '-1'. Aborting.
1|u0_a19@android:/ #

/system/xbin mounted as r/o purposely

Code:
u0_a19@android:/ $ su
u0_a19@android:/ # df
Filesystem               Size     Used     Free   Blksize
/dev                   206.4M    48K   206.4M   4096
/mnt/asec              206.4M     0K   206.4M   4096
/mnt/obb               206.4M     0K   206.4M   4096
/system                235.3M   229.6M     5.7M   4096
/cache                  59M     2.3M    56.7M   4096
/data                  554.1M   447.5M   106.7M   4096
/data/misc             150M     2.5M   147.5M   4096
/data/property         150M     2.5M   147.5M   4096
/data/radio            150M     2.5M   147.5M   4096
/storage/sdcard0         6.8G     4.7G     2.1G   4096
/mnt/secure/asec         6.8G     4.7G     2.1G   4096
/mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
u0_a19@android:/ # chmod /system/xbin/
Usage: chmod [OPTION] <MODE> <FILE>
  -R, --recursive         change files and directories recursively
  --help                  display this help and exit
10|u0_a19@android:/ # chown 0:0 /system/xbin/
Unable to chown /system/xbin/: Read-only file system
10|u0_a19@android:/ # ls -1 /system
ls: Unknown option '-1'. Aborting.
1|u0_a19@android:/ #

Thanks
 
  • Like
Reactions: Lgrootnoob

Lgrootnoob

Senior Member
Oct 1, 2012
482
119
25
Dallas
Yes HTC - S-off rooted and running on CM10
I have tried busybox Stephen (Stericson) latest version
and when it was not getting installed I have trued busybox installer as well
while installing /system/xbin has R/W permission
I deleted files in xbin as coz I didnt know what to do .. I deleted only those files which were created by busybox and then I immediately flashed the ROM, but even after flashing (and wiping /system through cwm) those files were still there.

Here is the output:

/system/xbin mounted as R/W as usual

Code:
u0_a19@android:/ $ su
u0_a19@android:/ # df
Filesystem               Size     Used     Free   Blksize
/dev                   206.4M    48K   206.4M   4096
/mnt/asec              206.4M     0K   206.4M   4096
/mnt/obb               206.4M     0K   206.4M   4096
/system                235.3M   229.6M     5.7M   4096
/cache                  59M     2.3M    56.7M   4096
/data                  554.1M   447.8M   106.4M   4096


/data/misc             150M     2.5M   147.5M   4096
/data/property         150M     2.5M   147.5M   4096
/data/radio            150M     2.5M   147.5M   4096
/storage/sdcard0         6.8G     4.7G     2.1G   4096
/mnt/secure/asec         6.8G     4.7G     2.1G   4096
/mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
u0_a19@android:/ # chmod /system/xbin/
Usage: chmod [OPTION] <MODE> <FILE>
  -R, --recursive         change files and directories recursively
  --help                  display this help and exit
10|u0_a19@android:/ # chown 0:0 /system/xbin/
u0_a19@android:/ # ls -1 /system
ls: Unknown option '-1'. Aborting.
1|u0_a19@android:/ #

/system/xbin mounted as r/o purposely

Code:
u0_a19@android:/ $ su
u0_a19@android:/ # df
Filesystem               Size     Used     Free   Blksize
/dev                   206.4M    48K   206.4M   4096
/mnt/asec              206.4M     0K   206.4M   4096
/mnt/obb               206.4M     0K   206.4M   4096
/system                235.3M   229.6M     5.7M   4096
/cache                  59M     2.3M    56.7M   4096
/data                  554.1M   447.5M   106.7M   4096
/data/misc             150M     2.5M   147.5M   4096
/data/property         150M     2.5M   147.5M   4096
/data/radio            150M     2.5M   147.5M   4096
/storage/sdcard0         6.8G     4.7G     2.1G   4096
/mnt/secure/asec         6.8G     4.7G     2.1G   4096
/mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
u0_a19@android:/ # chmod /system/xbin/
Usage: chmod [OPTION] <MODE> <FILE>
  -R, --recursive         change files and directories recursively
  --help                  display this help and exit
10|u0_a19@android:/ # chown 0:0 /system/xbin/
Unable to chown /system/xbin/: Read-only file system
10|u0_a19@android:/ # ls -1 /system
ls: Unknown option '-1'. Aborting.
1|u0_a19@android:/ #

Thanks

Ok, it looks like your system partition does not have enough space on this rom.
Please remove some unneeded system apps with something like titanium backup to make /system space.
Looks like we are making progress.
 
  • Like
Reactions: Nikhil_android

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hello,

    I am unable to install busybox
    it says that "it looks like the installation of busybox was not successful.." and asks to install in some other location.
    I tried Xbin and Bin but it could not be installed properly.

    All app which need root permission are working fine.

    I tried to uninstall and re install ..re install using busybox installer.
    Also I re-flash CM 10 beta 6 ( Format /System ) deleted xbin , bin directory and reflashed rom) but nothing works

    Its confusing that even after deleting xbin, bin directory formatting /system reflashing CM10 yet busybox is not installing.

    PS: Busybox was installed successfully on stock ROM it was for a brief period was installed successfully on CM 10 as well. But when I reflash my rom (due to some reason) and tried to install busybox since then I am having problems


    Any help is appreciated.
    Thanks!
    Htc? if so then: S-off?
    Check the space on the /system partition.
    Do you have read and write permissions for root on /system/xbin?
    Deleting xbin and bin will make you unable to install busybox for sure.
    What application are you using to install busybox?

    Run the commands below on your phone or through adb.
    Code:
    su
    df
    chmod /system/xbin/
    chown 0:0 /system/xbin/
    ls -l /system
    Post the output from the commands above here.
    1
    Htc? if so then: S-off?
    Check the space on the /system partition.
    Do you have read and write permissions for root on /system/xbin?
    Deleting xbin and bin will make you unable to install busybox for sure.
    What application are you using to install busybox?

    Run the commands below on your phone or through adb.
    Code:
    su
    df
    chmod /system/xbin/
    chown 0:0 /system/xbin/
    ls -l /system
    Post the output from the commands above here.

    Yes HTC - S-off rooted and running on CM10
    I have tried busybox Stephen (Stericson) latest version
    and when it was not getting installed I have trued busybox installer as well
    while installing /system/xbin has R/W permission
    I deleted files in xbin as coz I didnt know what to do .. I deleted only those files which were created by busybox and then I immediately flashed the ROM, but even after flashing (and wiping /system through cwm) those files were still there.

    Here is the output:

    /system/xbin mounted as R/W as usual

    Code:
    u0_a19@android:/ $ su
    u0_a19@android:/ # df
    Filesystem               Size     Used     Free   Blksize
    /dev                   206.4M    48K   206.4M   4096
    /mnt/asec              206.4M     0K   206.4M   4096
    /mnt/obb               206.4M     0K   206.4M   4096
    /system                235.3M   229.6M     5.7M   4096
    /cache                  59M     2.3M    56.7M   4096
    /data                  554.1M   447.8M   106.4M   4096
    
    
    /data/misc             150M     2.5M   147.5M   4096
    /data/property         150M     2.5M   147.5M   4096
    /data/radio            150M     2.5M   147.5M   4096
    /storage/sdcard0         6.8G     4.7G     2.1G   4096
    /mnt/secure/asec         6.8G     4.7G     2.1G   4096
    /mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
    u0_a19@android:/ # chmod /system/xbin/
    Usage: chmod [OPTION] <MODE> <FILE>
      -R, --recursive         change files and directories recursively
      --help                  display this help and exit
    10|u0_a19@android:/ # chown 0:0 /system/xbin/
    u0_a19@android:/ # ls -1 /system
    ls: Unknown option '-1'. Aborting.
    1|u0_a19@android:/ #

    /system/xbin mounted as r/o purposely

    Code:
    u0_a19@android:/ $ su
    u0_a19@android:/ # df
    Filesystem               Size     Used     Free   Blksize
    /dev                   206.4M    48K   206.4M   4096
    /mnt/asec              206.4M     0K   206.4M   4096
    /mnt/obb               206.4M     0K   206.4M   4096
    /system                235.3M   229.6M     5.7M   4096
    /cache                  59M     2.3M    56.7M   4096
    /data                  554.1M   447.5M   106.7M   4096
    /data/misc             150M     2.5M   147.5M   4096
    /data/property         150M     2.5M   147.5M   4096
    /data/radio            150M     2.5M   147.5M   4096
    /storage/sdcard0         6.8G     4.7G     2.1G   4096
    /mnt/secure/asec         6.8G     4.7G     2.1G   4096
    /mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
    u0_a19@android:/ # chmod /system/xbin/
    Usage: chmod [OPTION] <MODE> <FILE>
      -R, --recursive         change files and directories recursively
      --help                  display this help and exit
    10|u0_a19@android:/ # chown 0:0 /system/xbin/
    Unable to chown /system/xbin/: Read-only file system
    10|u0_a19@android:/ # ls -1 /system
    ls: Unknown option '-1'. Aborting.
    1|u0_a19@android:/ #

    Thanks
    1
    Yes HTC - S-off rooted and running on CM10
    I have tried busybox Stephen (Stericson) latest version
    and when it was not getting installed I have trued busybox installer as well
    while installing /system/xbin has R/W permission
    I deleted files in xbin as coz I didnt know what to do .. I deleted only those files which were created by busybox and then I immediately flashed the ROM, but even after flashing (and wiping /system through cwm) those files were still there.

    Here is the output:

    /system/xbin mounted as R/W as usual

    Code:
    u0_a19@android:/ $ su
    u0_a19@android:/ # df
    Filesystem               Size     Used     Free   Blksize
    /dev                   206.4M    48K   206.4M   4096
    /mnt/asec              206.4M     0K   206.4M   4096
    /mnt/obb               206.4M     0K   206.4M   4096
    /system                235.3M   229.6M     5.7M   4096
    /cache                  59M     2.3M    56.7M   4096
    /data                  554.1M   447.8M   106.4M   4096
    
    
    /data/misc             150M     2.5M   147.5M   4096
    /data/property         150M     2.5M   147.5M   4096
    /data/radio            150M     2.5M   147.5M   4096
    /storage/sdcard0         6.8G     4.7G     2.1G   4096
    /mnt/secure/asec         6.8G     4.7G     2.1G   4096
    /mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
    u0_a19@android:/ # chmod /system/xbin/
    Usage: chmod [OPTION] <MODE> <FILE>
      -R, --recursive         change files and directories recursively
      --help                  display this help and exit
    10|u0_a19@android:/ # chown 0:0 /system/xbin/
    u0_a19@android:/ # ls -1 /system
    ls: Unknown option '-1'. Aborting.
    1|u0_a19@android:/ #

    /system/xbin mounted as r/o purposely

    Code:
    u0_a19@android:/ $ su
    u0_a19@android:/ # df
    Filesystem               Size     Used     Free   Blksize
    /dev                   206.4M    48K   206.4M   4096
    /mnt/asec              206.4M     0K   206.4M   4096
    /mnt/obb               206.4M     0K   206.4M   4096
    /system                235.3M   229.6M     5.7M   4096
    /cache                  59M     2.3M    56.7M   4096
    /data                  554.1M   447.5M   106.7M   4096
    /data/misc             150M     2.5M   147.5M   4096
    /data/property         150M     2.5M   147.5M   4096
    /data/radio            150M     2.5M   147.5M   4096
    /storage/sdcard0         6.8G     4.7G     2.1G   4096
    /mnt/secure/asec         6.8G     4.7G     2.1G   4096
    /mnt/asec/com.startv.gumrah-1     4M     2.3M     1.7M   4096
    u0_a19@android:/ # chmod /system/xbin/
    Usage: chmod [OPTION] <MODE> <FILE>
      -R, --recursive         change files and directories recursively
      --help                  display this help and exit
    10|u0_a19@android:/ # chown 0:0 /system/xbin/
    Unable to chown /system/xbin/: Read-only file system
    10|u0_a19@android:/ # ls -1 /system
    ls: Unknown option '-1'. Aborting.
    1|u0_a19@android:/ #

    Thanks

    Ok, it looks like your system partition does not have enough space on this rom.
    Please remove some unneeded system apps with something like titanium backup to make /system space.
    Looks like we are making progress.
    1
    Ok, it looks like your system partition does not have enough space on this rom.
    Please remove some unneeded system apps with something like titanium backup to make /system space.
    Looks like we are making progress.

    Done. It got installed successfully thanks
    1
    Done. It got installed successfully thanks

    Glad to see it worked.
    Please consider checking out my other work in my signature or donating to me.
    Have a good day.