Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Instructions-linux.pdf | 2012-04-24 | 92.7 kB | |
Randirplay_Android-2.111.zip | 2012-04-24 | 100.5 kB | |
readme android.txt | 2012-04-24 | 1.3 kB | |
Randirplay_Android-2.11.zip | 2012-03-31 | 91.3 kB | |
Randirplay_Android-2.1.zip | 2012-03-30 | 2.1 kB | |
Totals: 5 Items | 287.9 kB | 0 |
Installing on Android devices There are a number of modifications you need to make to your device before you can use bash scripts. I) you need to root your device II) Make sure busybox v1.20 or later and terminal emulator are installed III) Copy Bash into /system/bin (youll need a rooted file browser to do this, eg. es file explorer or you can do it from the terminal emulator after an su) I use version 4.2 but any version should do the trick you can find the file on the internet...google it! IV) make sure ls is symlinked (type "ls -1p" in terminal emulator to check. If the command doesnt work, type "ln -s /system/xbin/busybox ls" and try again) V) make a folder /system/myapps (you can call it anything you like as long as it is in /system) copy the file randirplay into this folder and make it executable (long click -> preferences, check all the boxes in permissions). VI) In terminal emulator go to preferences and scroll down to initial command replace the text there with PATH=/data/local/bin:$PATH:/system/myapps; su -c bash" VII) Exit terminal emulator and open it again hopefully you should see bash-4.2# on the command line VIII) Type randirplay into the terminal and press enter... it should run...