aJIEw

Results 9 comments of aJIEw

I uploaded a copy of this extension on google drive, you can download it [here](https://drive.google.com/file/d/1zq-OFZZNDXv-YrcrsGb3gBc8IaT1lZaa/view) and load it under developer mode while we're waiting for the author to restore the...

It's the random long value generated by File.createTempFile() method, it's located [here](https://github.com/aykuttasil/CallRecorder/blob/d6a3c127d766ceada10d1a9d461dc09cef962bb3/callrecord/src/main/java/com/aykuttasil/callrecord/receiver/CallRecordReceiver.kt#L179)

建议先检查下 nginx 能否正常启动,以及域名能否正常访问: ```bash systemctl status nginx curl -IkL -m20 http://[your domain] ``` 参考:https://github.com/wulabing/Xray_onekey/issues/447#issuecomment-1574940651

这是因为拨出的电话一旦拨通之后只会触发 STATE_ACTIVE 的状态,没办法获取到对方何时接听的状态,所以我只放了一个挂断的按钮。目前好像没什么比较好的解决办法,你可以参考[这个回答](https://stackoverflow.com/a/29490832/4837812),需要调用系统隐藏 api,不过我没试过。

Thanks for your reminding, I've replaced it with window flags as the android [doc](https://developer.android.com/training/scheduling/wakelock#screen) suggested, it seems works better.

国产手机就算了吧,我也没办法[摊手]

The reason for this error is that this plugin relies on '.package' file in the project's root to search all dependent packages, it seems flutter no longer uses this file...

I also found the stroke width problem, @adar2378 do you have time to review this and merge it?

You can get it through [TabController](https://api.flutter.dev/flutter/material/TabController-class.html), this lib only changes the tab indicator style.