Update README.md

workingdir/cra0-upated
xerox 4 years ago
parent 3a465c5f1b
commit b05e212861

@ -48,4 +48,13 @@ apksigner.jar -a codm_patched.apk
now you have a patched & signed apk. Its time to install the apk.
### install
### install
now that we have a signed and patched apk, install the apk (not the xapk) just the patched apk into your emulator. After you have installed it you will
need to copy the .obb files which are located INSIDE of the xapk. open the xapk back up in zip, open `Android` folder and you will see an `obb` folder. Copy this folder
to `Android/obb (or copy the content from inside of the obb file to here)` on your emulator.
<img src="https://imgur.com/f35AYAA.png"/>
Finally you will now need to copy the original `apk` to `/data/app/` please refer to [this](https://githacks.org/android-reverse-engineering/cod-mobile/-/blob/master/ligma%20(cheat)/ligma/bypass/bypass.cpp#L35) line of code to understand why.
Loading…
Cancel
Save