Robert Vollmer

Results 235 comments of Robert Vollmer

At least for those apps following the recommendation, I think the best (early and generic) place to hook is Application.attach(): https://github.com/android/platform_frameworks_base/blob/master/core/java/android/app/Application.java#L180 This calls attachBaseContext(), which would be overridden in case...

Well, but from a helper method, you'd expect that it works in all or at least most cases. I already listed some limitations, such as apps not following the recommendations...

Yes. I've wanted to have a "best practices" page (or multiple pages) for a long time, about good style, efficency, tricks, .... But you know how it is with the...

> Putting significant effort into documentation might not be a good use of time unless Xposed for ART has a backwards compatible API. And also defining the "target audience" is...

> Using prefs.makeWorldReadable() method in every hook would probably solve this issue. Are you aware that this can only be effective when the process is running as root, i.e. in...

Correct. It was only introduced because some recovery "permission fix" scripts remove the world-readable bit. It's not replacement for using MODE_WORLD_READABLE when opening settings. I have already added some more...

I will look at this when I have time, but generally MIUI has many AOSP-incompatible, closed-source changes and I've made too many bad experiences with them in the past, so...

Maybe you misunderstood me. _You_ can try to test the work-around I described - I can't do this because I'm not using MIUI.

- Start Xposed Installer - Go to "Settings" - Check "Disabled resource hooks" Also, make sure you're using Xposed Installer 3.0 alpha4.

Thanks for reporting this. It seems that your log is filtered on "Xposed", due to which essential parts are missing. Could you please send me an unfiltered one (the part...