testing/mozbase/mozdevice/sut_tests/setup-tools.sh

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:2193ffc2e932
1 #!/bin/sh
2
3 if [ ! -f busybox-armv6l ]
4 then
5 wget http://busybox.net/downloads/binaries/1.19.0/busybox-armv6l
6 fi
7 $ADB remount
8 $ADB push busybox-armv6l /system/bin/busybox
9
10 $ADB shell 'cd /system/bin; chmod 555 busybox; for x in `./busybox --list`; do ln -s ./busybox $x; done'

mercurial