Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
adb push busybox /sdcard/busybox
adb shell
this would all need to be done during the rooting process (aka in Recovery)Code:$ su #export PATH=$PATH:/system/bin #cd /system/xbin # cat /sdcard/busybox > busybox # chmod 06755 busybox # busybox --install -s /system/xbin # rm /sdcard/busybox # exit $ exit
C:\Software\htc\android-sdk-windows\tools>adb devices
List of devices attached
SH08APL00297 recovery
C:\Software\htc\android-sdk-windows\tools>adb push busybox /sdcard/busybox
1985 KB/s (1745016 bytes in 0.858s)
C:\Software\htc\android-sdk-windows\tools>adb shell
~ # su
su
/sbin/sh: su: not found
~ # export PATH=$PATH:/system/bin
export PATH=$PATH:/system/bin
~ # cd /system/xbin
cd /system/xbin
/sbin/sh: cd: can't cd to /system/xbin
~ # cd /system/xbin
cd /system/xbin
/sbin/sh: cd: can't cd to /system/xbin
adb push busybox /sdcard/busybox
adb shell
this would all need to be done during the rooting process (aka in Recovery)Code:$ su #export PATH=$PATH:/system/bin #cd /system/xbin # cat /sdcard/busybox > busybox # chmod 06755 busybox # busybox --install -s /system/xbin # rm /sdcard/busybox # exit $ exit
Trying to install Busybox on my HTC Desire using your instructions.
I get the following in Revovery mode:
Code:C:\Software\htc\android-sdk-windows\tools>adb devices List of devices attached SH08APL00297 recovery C:\Software\htc\android-sdk-windows\tools>adb push busybox /sdcard/busybox 1985 KB/s (1745016 bytes in 0.858s) C:\Software\htc\android-sdk-windows\tools>adb shell ~ # su su /sbin/sh: su: not found ~ # export PATH=$PATH:/system/bin export PATH=$PATH:/system/bin ~ # cd /system/xbin cd /system/xbin /sbin/sh: cd: can't cd to /system/xbin ~ # cd /system/xbin cd /system/xbin /sbin/sh: cd: can't cd to /system/xbin
busybox --install -s /system/xbin
./busybox --install -s /system/xbin