elesbb

Results 18 comments of elesbb

> [Try this](https://github.com/Reginer/aosp-android-jar/blob/main/android-30/android.jar) This does work. It is significantly smaller in size though. Is it missing any hidden classes?

> > > [Try this](https://github.com/Reginer/aosp-android-jar/blob/main/android-30/android.jar) > > > > > > This does work. It is significantly smaller in size though. Is it missing any hidden classes? > > Of...

Just want to add the same thing is happening on my S7 running nougat. It has to do with secure storage as ahronshor found. I remember on the S6 it...

So, I fixed this on my S7. It requires modified libsecure_storage.so and libsecure_storage_jni.so as well as build.prop being set to ro.securestorage.support=false

@ahronshor - I have no idea what the modifications were. The person I obtained the files from (back on my S6) did not mention how they modified it. I know...

@ahronshor @zacaso You are right about the WiFi issue.. I personally don't use WiFi like ever so I didn't recognize it. I did notice it takes longer to turn on...

@ahronshor So here is what I did to get everything working perfectly. 1. Fresh clean Odin installed firmware. Setup things like snapchat etc 2. Root device. Move the custom lib...

@kotori2 @Mikanoshi Have either of you looked inside the smali of SystemUI to see where this is called? My guess is you are hooking one where the return value is...

@kotori2 It didn't even hook anything? But didn't say it wasn't found? I always thought to hook main classes you had to pass a null class loader because those base...

@Mikanoshi Actually, the code snippet you provided theoretically would not be found, there is no method "min" that takes zero arguments. You would need something like this: ``` XposedBridge.hookAllMethods(Math.class, "min",...