Robert Vollmer

Results 235 comments of Robert Vollmer

When you say modules, do you mean all modules or just GravityBox? If the installer shows that Xposed is active, it means that a lot of things are working fine....

Hm, I don't know how these apps check whether they're enabled or not. Unfortunately, the new log is still incomplete, it starts when the system is already running and doesn't...

That's a huge log, but nevertheless, it still starts too late, please try another method of getting a complete log.

Thanks, the liveboot.log looks good. There I found many lines like this: ``` W/_zygote_service( 1238): type=1400 audit(0.0:21): avc: denied { search } for name="de.robv.android.xposed.installer" dev="mmcblk0p22" ino=164552 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0 tclass=dir permissive=0...

It is a directory, however you need to execute the command as root.

Yes, thanks. Your ROM doesn't seem to have this AOSP commit: https://android.googlesource.com/platform/external/sepolicy/+/a833763ba04147e840fd054b613f759395bada35%5E!/ I'll have to check how I can handle this case.

Unfortunately, the original bug report didn't contain the full error. So I can't say anything about that. I'll have to check the new crash: ``` backtrace: #00 pc 00000000002f7a24 /system/lib64/libart.so...

Thanks! It basically confirms the same things as above. Looks like it's crashing while loading a native library. Could you please upload `/data/dalvik-cache/arm64/system@[email protected]`? Then I can check what's at `pc...

`00000000002f4b6c` in https://github.com/rovo89/Xposed/issues/273#issuecomment-338560578 refers to `library = libraries_->Get(path);` The same for `00000000002f4cec` in https://github.com/rovo89/Xposed/issues/273#issuecomment-339089543. And from https://github.com/rovo89/XposedBridge/issues/210: ``` 10-16 21:03:34.416 F/DEBUG ( 3956): *** *** *** *** *** *** ***...

Yes, unfortunately not. The next step from my point of view would be to try @wanam's suggestions. If that doesn't help, we need a special build with more logging output...