SilentR3venge
Member
What you will need
- Apktool
- Foldermount
- PC
- L70
- 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
Video Uploading...
Last edited: