dep4
dep4
Thanks for letting me know how to correctly quote, I did not know that. I updated quotes for code > FYI, lineageos 17.1 is android 10. Could you elaborate on...
Any guess why it does not work? How can I help troubleshooting it?
Thanks for checking. How would I trace it, say to compare official GMS to Microg? [Frida](https://frida.re) can be used to trace API calls for example. What other tools/techniques can be...
Thanks so so much for prompt and detailed reply!!! I created a plugin that fits my use case, it limits features to the first client (dock). https://github.com/dep4/wayfire-global-filter
Rafael, I appreciate the reply. I'm struggling to implement what you described. Would it be possible to provide an approximate (pseudo) code or a link to some samples? Also, can...
Thank you again for your reply. :smiley: I forgot to mention that the method to be intercepted is static, it looks more like this ``` public class ClassToIntercept { static...
Thanks for the prompt reply! How to invoke method of ClassB on object from ClassA? Here's an example ``` public class ClassA { public void method1() { System.out.println("ClassA.method1"); } }...