I have spent almost two weeks trying to get the bindings for Xposed framework for a rooted android phones to work.
Here is the basic tutorial
https://github.com/rovo89/XposedBrid...pment-tutorial
It says to use "provided" rather than "compile" here
https://github.com/rovo89/XposedBrid...-Framework-API
I'm not sure how to handle that in Xamarin. I also am having issues getting the full class path to hand off to Xposed in the "assets/xposed_init" file. I think it's because Xamarin appends a md5 before the class name. So it says class not found. I'm also guessing that the class needs a native call wrapper since it is called by the framework but all I keep getting is errors. Any help would be appreciated, it's a really small library but it enables so much.
Here is the basic tutorial
https://github.com/rovo89/XposedBrid...pment-tutorial
It says to use "provided" rather than "compile" here
https://github.com/rovo89/XposedBrid...-Framework-API
I'm not sure how to handle that in Xamarin. I also am having issues getting the full class path to hand off to Xposed in the "assets/xposed_init" file. I think it's because Xamarin appends a md5 before the class name. So it says class not found. I'm also guessing that the class needs a native call wrapper since it is called by the framework but all I keep getting is errors. Any help would be appreciated, it's a really small library but it enables so much.
No comments:
Post a Comment