bluesky139

Results 22 comments of bluesky139

I already checked GravityBox, they put it in `/data/user_de/`, but I tried with failure. I don't know if it's a problem related to my ROM. My device is Nexus 5,...

Thanks @C3C0 I have used `setStorageDeviceProtected()`, then preferences will be stored in `/data/user_de/`. And, plus your report, my guess is all Lineage users have this problem.

OK, I think I figured out something, but I don't know why. I noticed this folder `/data/user_de/0/[package name]` is `700` permission, if I changed it to `711`, then I can...

Even though, it still can't be accessed in `initZygote()`, but at least I can use it in `handleLoadPackage()`.

More weird thing happened, I'm using `File.canRead()` to check preferences readability, it returns false, but if I use `XSharedPreferences` to get value by key, it returns right value. >File file...

This is a strange issue, I don't know why this function is triggered without double tap, I'll try to investigate more.

After some investigation, I found the problem, because Youtube is reusing TextView of description, you double tap on description view, I make it selectable, then close this video, open another...

I think I can explain more. In general, any view will be destroyed after leaving that page, but Youtube is not, there's conflict between selectable and hyperlink, so we have...

我在使用过程中也遇到过其它应用卡 splash 的情况, 一般情况下 force stop 当前应用再重开就行。 我觉得不像是插件本身的问题,很有可能是 hook 了某一方法触发了 Xposed 的 bug. 之前也在 [XposedBridge issues](https://github.com/rovo89/XposedBridge/issues) 提交过两个奇怪的问题,作者还没有任何处理。 你在启用本插件的情况下,有开启哪些功能? 这个 bug 在你那边是否很容易重现?如果能,可以配合我测试几个临时版本看是 hook 了哪个方法导致的问题。

感谢列出详细清单。 开启的功能中似乎没有一个会对 Messenger Lite 造成影响的。 麻烦先关闭所有开启的功能,看看问题是否仍然存在。 如果存在,再测试一下 [01_RemovedBaseActivityAttach.zip](https://github.com/bluesky139/LTweaks/files/1573774/01_RemovedBaseActivityAttach.zip)