Guest Paul Posted November 27, 2009 Report Posted November 27, 2009 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
Guest Posted November 27, 2009 Report Posted November 27, 2009 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]
Guest Paul Posted November 27, 2009 Report Posted November 27, 2009 Ah yeah, I guess you need to 'chmod 4755 /system/xbin/busybox' after pushing it...? P
Guest Posted November 27, 2009 Report Posted November 27, 2009 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.
Guest Birba Posted November 27, 2009 Report Posted November 27, 2009 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
Guest Paul Posted November 27, 2009 Report Posted November 27, 2009 Ah yeah, do it from recovery mode, good call! :D P
Guest Birba Posted November 27, 2009 Report Posted November 27, 2009 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!
Guest Posted November 27, 2009 Report Posted November 27, 2009 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!
Guest keyra74 Posted November 29, 2009 Report Posted November 29, 2009 ok recovery did the trick :D thank you
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now