• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Play Need For Speed Most Wanted

Playing NFS Most Wanted on your Optimus L70

What you will need
  1. Apktool
  2. Foldermount
  3. PC
  4. L70
Please Follow These Steps:
  • This is assuming your running CM11 although it could be applied to stock roms as well. Check all three settings related to your gpu including "disable hw overlay" in developer options by navigating to about in the settings menu and tapping the build number about five times.
  • Go to Superuser settings and tick "Declare Permission"
  • Superuser Settings Apps and ADB
  • apktool d nfs.apk
  • Install need for speed and write down the number of megabytes it says should be free.
  • cd decompiledapk/
  • grep -r "#OFMB" *
  • Use sed or your favorite text editor to replace to a number about 250.
  • apktool b decompiledapk/
  • Reinstall and then download foldermount.
  • Open up game, download a couple megabytes, then swipe it shut.
  • Open up foldermount and create pair.
  • cp /data/app/com.ea.games.nfs_13.apk /storage/sdcard1/
  • Create the script below and adb push launcher.sh /storage/sdcard1/
  • Open up foldermount and mount the pair.
  • Open up terminal emulator and cd /storage/sdcard1/.
  • sh /storage/sdcard1/launcher.sh nfs.apk.
  • Wait for data to download and enjoy :)
Code:
[/B]
#!/bin/bash
pkg=$(aapt dump badging $1|awk -F" " '/package/ {print $2}'|awk -F"'" '/name=/ {print $2}')
act=$(aapt dump badging $1|awk -F" " '/launchable-activity/ {print $2}'|awk -F"'" '/name=/ {print $2}')
adb shell am start -n $pkg/$act
thanks to http://s2.csnipp.com/s/589/-Launch-app-sh

Video Uploading...
 
Last edited:
Can u get order of chaos online?? I tryed with foldermount and downloaded it just fine with my pc everything seems good but the app just crashes
 
Back
Top Bottom