Advertisement
Guest User

Rs mobile setup

a guest
May 14th, 2018
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. OSRS Android Setup
  2.  
  3. (Apps needed)
  4. XServer XSDL, GNURoot Debain, GNURoot Runescape Installer.
  5.  
  6. (Download link in CHROME)
  7. http://www.mediafire.com/file/556s2xgi0c8dby8;
  8.  
  9.  
  10. (Input Commands in GNURoot Debain one at a time)
  11.  
  12. apt-get update
  13.  
  14. apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss alsamixergui libalsaplayer0
  15.  
  16. cd /sdcard/download
  17.  
  18. tar -C /opt -zxvf jdk-7u60-linux-arm-vfp-hflt.tar.gz
  19.  
  20. rm jdk-7u60-linux-arm-vfp-hflt.tar.gz
  21.  
  22. update-alternatives --install /usr/bin/java java /opt/jdk1.7.0_60/jre/bin/java 2000
  23.  
  24. echo "/opt/jdk1.7.0_60/jre/lib/arm/jli" | tee -a /etc/ld.so.conf
  25.  
  26. ldconfig
  27.  
  28. apt-get install --no-install-recommends -y openbox
  29.  
  30. echo "env DISPLAY=\$1 /usr/bin/openbox & env DISPLAY=\$1 /opt/runescape/runescape --prmfile=oldschool.prm & export DISPLAY=:0 PULSE_SERVER=tcp:127.0.0.1:4712 &" | tee /usr/bin/oldschool
  31.  
  32. chmod 755 /usr/bin/oldschool
  33.  
  34. apt-get install pulseaudio
  35.  
  36.  
  37.  
  38.  
  39. **now go to XServer and it should display a blue screen with numbers and a string of code, you put it into gnuroot debain, the same program and window as the codes you entered above**
  40.  
  41.  
  42. *(It shound look like this below, copy the template and imput your ip numbers if it makes it easier, make sure you paste all three codes at once, basicly highlight all of it and make sure the spaces are left in between them and hit enter)*
  43.  
  44.  
  45. export DISPLAY=  (different for everyone)
  46.  
  47. export PULSE_SERVER=tcp: (different for everyone)
  48.  
  49. oldschool :0.0
  50.  
  51.  
  52. **once you hit enter, quickly navigate back into your XServer XSDL Session to see your runescape mobile client boot up and congrats you got runscape mobile!**
  53.  
  54. ***Note: If you want to play again after you get done for the first time, there is no need to repeat all the steps, simply open XServer to get the blue screen with the numbers and open GNURoot Debain, copy and paste the last three codes you entered (the Export, Export, Oldschool codes. It would make this process faster if you save that last three line of code in your notepad, that way you can quickly open the game without retyping everything.)
  55. After you paste that last three line of code go back to your XServer session and Boom your back in runescape.
  56.  
  57. Hope this helps :)
  58. - Justin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement