Robert Vollmer

Results 26 issues of Robert Vollmer

First of all: Great library, I really like that it's implemented and documented in such a clean way. Also the new parameter customization is very nice. It still feels a...

On some ROMs, Xposed Installer's base directory (`/data/user_de/0/de.robv.android.xposed.installer`) doesn't get created, leading to further issues. It's unclear why this happens.

known-issue

Xposed stores files in `/data/data/de.robv.android.xposed.installer` (before Android 7.0 / Nougat) or `/data/user_de/0/de.robv.android.xposed.installer` (since Android 7.0 Nougat). If this message is shown, the data directory provided by the system differs from...

known-issue

There seem to be some devices which disable logcat by default. There should at least be a warning about this when viewing the log file. @wanam You mentioned this problem...

enhancement

Uses a ResourcesEx subclass, but only if "ro.config.hwtheme" is set...

incompatibility

``` 05-05 12:42:37.215 1609 1609 W art : Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg /system/framework/XposedBridge.jar --instruction-set=arm --instruction-set-features=smp,-div,-atomic_ldrd_strd --runtime-arg -Xnorelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/system/priv-app/SystemUI/oat/arm/SystemUI.odex --oat-file=/data/dalvik-cache/arm/system@priv-app@[email protected]@classes.dex) because non-0 exit...

bug

The explanation is the same as in 4a58e6145568fd21ef956ae6ac3d3c37ef209a57, i.e. the server would gather 8192 bytes (`dircount`) of directory entries, fetch attributes for them and try to fit the extended entries...

I have a scenario with hundreds of servers with different Perl versions and operating systems. On these servers, I need to run a script which decodes a JSON file. I...

These commits fix the "fast" cleanup when attribute `InactiveDestroy` is set.