Mohamed Karami

Results 49 comments of Mohamed Karami

> 03-18 18:47:14.976 W/zygote64( 4440): Got request to deoptimize un-deoptimizable method void com.android.server.SystemServer.run() > 03-18 18:47:14.977 F/zygote64( 4440): quick_exception_handler.cc:326] Check failed: callee_method_ != nullptr Same as [this issue](https://github.com/rovo89/Xposed/issues/325).

The module is just a trigger, you may still get this issue with/out modules enabled.

@PsyMan47 why privately? Do you have any reason for not sharing your modifications publicly?

Why not setting the proper permission while closing the App (onpause or ondestroy)? I have the same issue with my TW module on some LL FWs and i use this...

@pbombnz Actually setReadble(true, false) is not enough on MM (at least on my case TW MM), as it just sets 660 permission, we need to set it to 664 to...

I checked my GS7 conscrypt sources with an other 7.1.1 deodexed Touchwiz Rom, and found that NativeCryptoJni.init() loads only one library "libjavacrypto". ``` java package com.android.org.conscrypt; class NativeCryptoJni { public...

I have some internet connection issues, cannot upload full installer zip, so rename attached file to "XposedBridge.jar" and put it on "/system/framework" inside xposed installer zip, flash the zip and...

You don't need to recompile the binaries, just use the official xposed 88.2 zip, replace "XposedBridge.jar" file inside the zip, flash it and try to get the logs. Some of...

Okay let's try the opposite, surprisingly it seems that setting "isMdfEnforced()" to true forced Private mode to work, maybe other things i didn't test as well, looking at "conscrypt.jar" Samsung...

Unfortunately the logs don't say much about where we should look at, do you know any GS7 Rom port that has the same issue, so i can reproduce it.