Can someone who successfully installed, detail the exact steps? For example, where/how to install the obb file, order of obb installation, apk install, program execution, etc.?
Thanks. (I'm trying to figure if I'm having a device problem, or not doing things correctly.)
EDIT: figured out the problem. I was copying over the directory using 'adb push'. Somehow, that was putting the file in place, where was being seen by Android (App Info would show .9GB of data for the app), but GOF2 couldn't see the file for some reason (permissions or whatever).
Instead of copying with adb, I turned on USB connection MTP mode and copied the unzipped:
net.fishlabs.gof2hdallandroid2012/main.47947006.net.fishlabs.gof2hdallandroid2012.obb
into
/sdcard/Android/obb/
using the OSX "Android File Transfer" program and all works fine. Thanks.
Thanks. (I'm trying to figure if I'm having a device problem, or not doing things correctly.)
EDIT: figured out the problem. I was copying over the directory using 'adb push'. Somehow, that was putting the file in place, where was being seen by Android (App Info would show .9GB of data for the app), but GOF2 couldn't see the file for some reason (permissions or whatever).
Instead of copying with adb, I turned on USB connection MTP mode and copied the unzipped:
net.fishlabs.gof2hdallandroid2012/main.47947006.net.fishlabs.gof2hdallandroid2012.obb
into
/sdcard/Android/obb/
using the OSX "Android File Transfer" program and all works fine. Thanks.