michael@0: #!/bin/sh michael@0: michael@0: if [ ! -f busybox-armv6l ] michael@0: then michael@0: wget http://busybox.net/downloads/binaries/1.19.0/busybox-armv6l michael@0: fi michael@0: $ADB remount michael@0: $ADB push busybox-armv6l /system/bin/busybox michael@0: michael@0: $ADB shell 'cd /system/bin; chmod 555 busybox; for x in `./busybox --list`; do ln -s ./busybox $x; done'