Old Android support (before ART) #1187
-
|
Is it to possible to make patches that work on old Android version before ART? I'm looking to create a patch meant to work on Android 4.1+. Of course the original app works on Android 4.1, I won't be doing any miracles to make a newer app work, nor am I expecting that this is possible. I'm also not talking about the patcher or the manager app. I just want to make a set of patches, that would result in a patched APK that still runs on Android 4.1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Try patching and installing the app with any universal patch (try spoof sim if you only need to modify bytecode and not app resources). If it installs and works correctly, then yes a custom patch can be made for it. |
Beta Was this translation helpful? Give feedback.
Try patching and installing the app with any universal patch (try spoof sim if you only need to modify bytecode and not app resources).
If it installs and works correctly, then yes a custom patch can be made for it.