elesbb

Results 18 comments of elesbb

@Mikanoshi @yujincheng08 I completely misread Mikanoshi's comment.. I totally know about hookAllMethods() However, have you tried it the way I presented? Maybe there is a problem with hookAllMethods()? Secondly, I...

> ur presented `hookAllMethods` code snippet wont compile. how come u know it? Correct. I misread Mikanoshi's post, thought it simply said "hookMethod". I copied and pasted his code ignorant...

> I tried XposedHelpers.findAndHookMethod() with param types, there is no difference. Hooks are correct, EdXposed is the problem. > I cannot move it to zygote because then it will be...

@Mikanoshi If I try to hook this method, it completely halts booting. Gives an android runtime crash ``` 12-19 22:06:21.785: E/AndroidRuntime(14523): Process: com.elesbb.s10xposed, PID: 14523 12-19 22:06:21.785: E/AndroidRuntime(14523): java.lang.ArrayIndexOutOfBoundsException: src.length=3334...

> Yep, that's what happens. Either in initZygote or in handleLoadPackage without filters. > Some packages don't like it, apps like Camera and Google Play Services start to crash for...

@kotori2 How does this work: `Class at = Class.forName("java.lang.Math", false, lpparam.classLoader);` It uses the class loader that belongs to `com.android.systemui`, and the java.lang.Math class belongs to package `java.lang` How is...

I am having the same exact issue: Scroll wheel is always reported as "down" no matter the wheel direction. WxPython version: 4.1.1 Matplotlib version: 3.3.4 Using wxPython version 4.0.7, everything...

After looking at the code, I think I see what is happening. `async function loadWorkspaceState(): Promise { // no workspace, load as `undefined` and will always be from `workspaceState` if...