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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rwxr-xr-x

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 #!/bin/sh
     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
    10 $ADB shell 'cd /system/bin; chmod 555 busybox; for x in `./busybox --list`; do ln -s ./busybox $x; done'

mercurial