The Game: 錦繡人生
Tools used: MT Manager, Lucky Patcher, AntiSplit
Proctection removed: Pairip, Signature Verification
Hey guys,
I’m trying to mod this game but it immediately shows: "This application is unavailable in your country/region." immediately upon launch.
It happens even when the device is fully offline (no Wi-Fi/data)
I searched resources.arsc and classes.dex for the popup string but couldn’t find it. It might be encrypted, dynamically generated, or stored somewhere else.
I found com.google.android.play.core.integrity in the smali. Tried patching common return values, but that didn’t help.
I modified:
If anyone has insight into where this type of region validation is usually handled, I’d appreciate some direction.
Tools used: MT Manager, Lucky Patcher, AntiSplit
Proctection removed: Pairip, Signature Verification
Hey guys,
I’m trying to mod this game but it immediately shows: "This application is unavailable in your country/region." immediately upon launch.
It happens even when the device is fully offline (no Wi-Fi/data)
I searched resources.arsc and classes.dex for the popup string but couldn’t find it. It might be encrypted, dynamically generated, or stored somewhere else.
I found com.google.android.play.core.integrity in the smali. Tried patching common return values, but that didn’t help.
I modified:
- getSimCountryIso()
- getNetworkCountryIso()
If anyone has insight into where this type of region validation is usually handled, I’d appreciate some direction.