Jump to content

Busybox with ls output colouring disabled


Recommended Posts

Posted

I'll include this in future ROMs, but for those having issues with garbled LS output (colour codes not being interpreted properly), here's a rebuilt busybox.

To push via ADB...

- Unzip this file

- adb remount

- adb shell

- adb push busybox /system/xbin/

DONE!

P

Posted

Thanks for taking the time to post this fix!

Could it be there is a permission problem with the busybox executable after pushing it from windows?

I get the following output on my windows XP system:

>adb-windows.exe push busybox /system/xbin/
1042 KB/s (1868288 bytes in 1.749s)

>adb-windows.exe shell ls
ls: permission denied[/codebox]

Posted

Ah yeah, I guess you need to 'chmod 4755 /system/xbin/busybox' after pushing it...?

P

Posted
Ah yeah, I guess you need to 'chmod 4755 /system/xbin/busybox' after pushing it...?

P

Thank you for your very quick reply. I figured so much, but unfortunately, the chmod command also returns 'permission denied'...

I'm wondering how this can be fixed.

Posted
Thank you for your very quick reply. I figured so much, but unfortunately, the chmod command also returns 'permission denied'...

I'm wondering how this can be fixed.

I got the same error.

I booted then into recovery mode an typed the following:

adb shell

mound system

chmod 4755 /system/xbin/busybox

reboot

Posted
Ah yeah, do it from recovery mode, good call! :D

P

In my first post here on MoDaCo i forgot to thank you Modaco so much for your great work that you are doing here!

Posted
In my first post here on MoDaCo i forgot to thank you Modaco so much for your great work that you are doing here!

I guess that's a +1 for me.

Thank you both for helping and Paul for all your great work!

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.