I think there's a method that does a couple of checks in the APK (on some games).
The names are obfuscated, but from what I remember, it checks a couple of things like the prop file to see what platform the apk is running on. method(a.c ?) can't remember 100% was a few months back.
But basically if you modify that method to return true, that's pretty much it.
edit:
I had a quick look again, and I think its com.vt.c.a method a():boolean
patch that to just return true. I think I used d2j-jar2jasmin then edited the jasmin code to load and return 1.
There's probably an easier way tho..
Mick
The names are obfuscated, but from what I remember, it checks a couple of things like the prop file to see what platform the apk is running on. method(a.c ?) can't remember 100% was a few months back.
But basically if you modify that method to return true, that's pretty much it.
edit:
I had a quick look again, and I think its com.vt.c.a method a():boolean
patch that to just return true. I think I used d2j-jar2jasmin then edited the jasmin code to load and return 1.
There's probably an easier way tho..
Mick