Patching Smali.jar

Wait 5 sec.

I’m trying to patch framework (services.jar / framework.jar) on Android 15/16 to enable mock location / fake GPS at system level.I’ve already decompiled, edited Smali, and recompiled the framework, but I’m stuck on the correct hook points.In older Android versions I used to patch (Mock location provider and system appopshelper) but on Android 15+ those patches don’t seem to work anymore.Can anyone point me to the current classes/methods responsible for mock location validation in Android...Read more