I am trying to mod premium features in Galaxy Max Hz from: GitHub for my Samsung phone.
Whenever I try to modify any part of the .smali files or AndroidManifest.xml, the apk shuts down unexpectedly with SIGABRT error.
The app is using libgmh-lib.so to check for any modifications in the app internals and is called on the onCreate function of the main activity.
Using debuggers shows that it's stopping on te onCreate and not moving forward then shuts down with the SIGABRT error.
Checks:
- No pairip protection found.
- No internal signature protection found.
- Using ApkSignatureKiller does not change anything.
- Tried to modify apk set entry with old crc32 and didn't work too.
If anyone can help or guide me through I will be thankful.
Whenever I try to modify any part of the .smali files or AndroidManifest.xml, the apk shuts down unexpectedly with SIGABRT error.
The app is using libgmh-lib.so to check for any modifications in the app internals and is called on the onCreate function of the main activity.
Using debuggers shows that it's stopping on te onCreate and not moving forward then shuts down with the SIGABRT error.
Checks:
- No pairip protection found.
- No internal signature protection found.
- Using ApkSignatureKiller does not change anything.
- Tried to modify apk set entry with old crc32 and didn't work too.
If anyone can help or guide me through I will be thankful.