Help! A game that I modded doesn't work in VMOS.

7VRyuta

Platinian
So.. I modded a game called AnimA ARPG. It works in emulator and my phone, but doesn't work in vmos that I installed in my phone.

I edited the libil2cpp.so in lib/armeabi-v7a of the app. Put it in back inside the app, installed it in my emulator, WORKS FINE. My phone too.
Tested it in vmos, it doesn't work for some reason. There's two folder in the lib folder, arm64-v8a and armeabi-v7a. Should I edit both lib in these
folders, so my edits could work?

Do I need to edit both libs in both folders, or.. there's something else that I did wrong here? It works on emulator and my phone, but not in vmos (installed in my phone)

I guess, it's because of vmos?
 
delete arm64 folder and only edit armv7.
And you have to sign the apk after you edited the lib when your device is non-rooted and not patched.
 
Back
Top Bottom