Robert Vollmer

Results 235 comments of Robert Vollmer

This might help to work around this issue: https://github.com/rovo89/android_art/commit/7858bc989a8eaa08ec2472109b6f03529540b742 Anyway, it would obviously be better to analyze this in detail to exclude any misbehavior caused by wrong validation results, so...

Sorry, but I currently have other priorities. I don't have the time to look at this in such a detailed way as I see necessary for such a wide-spread module...

> So maybe I could (as temporary solution) upload fixed version to repo with changed package name, Would be ok for me as a temporary solution. I would prefer a...

Your claim in the title can easily be proven wrong: Xposed _does_ work fine on Marshmallow. However, you mention that you tried it on the emulator. I don't know if...

> What I expected was that xposed will be integrated into the generated AOSP image. Not sure how you got this idea. The README is pretty clear about what the...

The update-binary is a slightly modified version of BusyBox: https://github.com/rovo89/android_external_busybox See also: https://github.com/rovo89/android_external_busybox/commit/939c39ff312e3be1120aef3ed1893f7217383225

It's good to know that this line is triggering the issue. Obviously, I didn't add this commit just for fun, so I'll need to check why `GenerateDequickenMap()` fails in this...

It seems that `BaseInterpolator` isn't even supported on API 21, it was added in API 22: https://developer.android.com/reference/android/view/animation/BaseInterpolator.html I need to check why/how this case can be handled in AOSP ART,...

Not sure where this is coming from, the file should only be used by Xposed for SDK22 and higher: https://github.com/rovo89/Xposed/blob/master/Android.mk#L42 Could you please attach the build log file?

This is probably one of the issues mentioned here: https://github.com/rovo89/android_art/issues/72 Please see my latest reply in that issue.