cfrockit
Senior Member
- Dec 26, 2010
- 627
- 191
- Thread starter
- #46
Caution! Installing BusyBox bricked my tablet.
My tablet is a EX7 upgraded to 2.2.1 (Beta 4) though it also bricked my stock version.
It installed ok, but the tablet would not boot up again, I didnn't do anything with BusyBox, just installed it.
It was a soft brick, I could re-burn everything OK.
I got BusyBox from Amazon App market.
Thanks, the attached version and instructions works flawlessly each any every time it's been installed.
Unzip in to same directory as adb then run the following commands or cut/paste using RootExplorer and then use Android Terminal Emulator.
Code:
C:\>adb push busybox /data/local
C:\>adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
# cat /data/local/busybox > /system/xbin/busybox
# chmod 755 /system/xbin/busybox
# busybox --install /system/xbin
# mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
# sync
# reboot
Attachments
Last edited: