Xspeed
Xspeed
Even if you include the libraries in the Android framework without modifications to the app process binary it won't do anything. I think #532 is as far as you can...
As soon as you need more than static entry points for a predefined list of hooks, you need some kind of voodoo. The only non-voodoo idea I get is to...
Since you didn't specify and the snippet you posted is incomplete, let me ask a common mistake question: where did you put the hooking code? Zygote init, system load or...
You can try to use hook all constructors helper method
Well, lol. Write some debug code: reflect all constructors from the class and check what arguments they have. If your device has OEM-modified framework code, then such scenarios can happen....
You're mostly correct, first you need to put files normally unpacked into Magisk directories directly into system. But after that you need to execute installer scripts, which need to be...
AFAIK zygote_restart is put into one of the *bin directories and/or symlinked. Search the repo for references. Simply running Riru without Magisk is trivial, put files, run modified scripts, done....