Robert Vollmer

Results 235 comments of Robert Vollmer

Here's a start of an implementation: https://gist.github.com/rovo89/d3d1187b802295bb4e0dc612be6c4f87 More like a PoC, it doesn't cover all my ideas and obviously doesn't implement the IotWebConf stuff. I believe that the value buffers...

Please post the logcat, otherwise I can't help.

``` 01-14 17:31:03.153 F/DEBUG ( 1291): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-14 17:31:03.153 F/DEBUG ( 1291): Build fingerprint: 'HUAWEI/MHA-L29/HWMHA:8.0.0/HUAWEIMHA-L29/362(C432):user/release-keys'...

Same thing happens on Huawei Honor View 10. I'll investigate.

I had difficulties to even debug this because V10 reboots to eRecovery after 4 Zygote crashes. After many hours of trying, I found out that it's because the service is...

@dosomder I'm not sure if you can see that just from grepping the library. I'll need to investigate more, but I'm currently blocked as the build server is down. @frap129...

@dosomder Interesting, but there might also be other places where this is generated. Or the compiler might strip some of the names and keep others. Fields in a struct are...

That's a constant, not a field. ;) `interrupted` and `user_code_suspend_count` are fields though: https://android.googlesource.com/platform/art/+/365719c23d809e595cf320bfba40e76bb4e87940%5E!/#F14 https://android.googlesource.com/platform/art/+/88fd720b6799184c8ad61e766a6d37af33ed30ef%5E!/#F15 (and 2*32bit would be 8 bytes) The correct offsets depend on the source code from...

Please try this for Huawei devices on Android 8.0: https://www.dropbox.com/s/bkb7iluiqob8qwa/xposed-v90-sdk26-arm64-beta4-test1.zip?dl=1 After installing, it will take ~15 minutes for the first boot, please be patient. If it doesn't work even after...

Seems like their ROM can't find a method that is needed for the AssetManager class: ``` 01-21 16:05:11.838 F/libc (20494): Fatal signal 6 (SIGABRT), code -6 in tid 20494 (main)...