zzzmode

Results 20 comments of zzzmode

:ok_hand:我试试看是什么问题

``` java.lang.ClassNotFoundException: Didn't find class "com.zzzmode.appopsx.server.AppOpsMain" on path: DexPathList[[],nativeLibraryDirectories=[/vendor/lib, /system/lib]]' ``` 目前看是因为设置classpath时使用`/storage/emulated/0` 在部分设备上有问题,导致无法找到class。复制jar到`/data/local/tmp` 目录可以解决。 感谢反馈!

@flyher 别试:grin: 这个要等更新版本才能解决

是的,我的Google Play Console账号都被停用了,已经发邮件反馈申诉了。应该和调用了系统hide api有关,这个在Android P上不允许。绝对没有加任何广告和泄露隐私的代码,这段时间有点忙我会抽空更新下。

@liuyuyu 哪里下载安装的啊?我只在github、google play和酷安上发布过apk,绝对没加什么无关代码,可以自行下载代码编译

@SomeGuyMTL Unfortunately, my account is disabled and cannot be updated in the Google Play Store. I'll in the near future fix some bugs, but only will release them on GitHub.

嗯 这个可以,毕竟也是AppOpsService的一部分

用公司的imac经常崩溃退出,但是自己的mbp倒是没问题,local.py启动的没问题

@epwtrq 不好意思,前几天旅游没看到哈。 手机和电脑在同一个局域网吗?用的什么浏览器呢? 连接的时候完整的地址是ws://192.168.56.101:11229/logcat 要带后面/logcat 路径的 最好`nmap -p11229 192.168.56.101` 判断下端口能否访问