Mikotwa

Results 37 comments of Mikotwa

> java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.pm.PackageManager android.content.Context.getPackageManager()' on a null object reference 这应该是问题所在。请等待后续修复

> 第一次安装过FuckLocation时,点击位置白名单和设置时会闪退。 > hook刚激活没有生效(没有重启)时,点击设置白名单,然后随便点击一个app,也会闪退 正常情况下,似乎不存在这种情况?毕竟该模块在未激活 Hook 之前不开放白名单功能。能说明一下是什么流程会出现这种情况吗?

我估计猜到是什么情况了。你说的应该是: - 在 LSPosed 里激活模块。此时模块可以立即 Hook 自己,使得原本设计为“模块未激活”时无法使用的功能被意外展示出来 - 但此时系统还未重启,针对系统的 Hook 并未实质生效。此时使用白名单功能将会导致程序崩溃 这看起来是一个逻辑 Bug。会在后期加入额外的判断逻辑以避免这一问题

> 同样的现象,但是我的重启了依旧闪退,附上日志截图![Screenshot_2022-02-24-02-08-44-265_com.miui.bugreport.jpg](https://user-images.githubusercontent.com/22169252/155380959-ef8af88c-8b7a-47ae-a93b-63bad472dd25.jpg) 发日志

看起来像你的配置文件坏了。删一下 /data/system/fuck_location_xxx(随机字符串)里面的 json 文件

> 删除后,上述问题得到了解决。但是类似百度地图应用打开后显示定位失败 请尝试完善基站信息

> 即便安装CI版本也没有起作用,是否需要提供日志文件? 安装次新一版的 CI,然后发日志文件

Just upload new version 1.1.0, would you like to have a try and figure out if it works for you?

> I still suggest you replace the coordinated variable text with lat and lon instead of x and y. Good idea. Will do that in the next (few) version. >...

v1.3.2.1 does some changes to improve experiences on Android 11. Would you like to have a try and see if it solves your problem? Thanks.