Lee
Lee
你用的是哪个版本? 在 Actions 有一个新的fix版本
清除缓存试一下 按 f12 在控制台用`resetApp()` 控制台没反应就手动清除一下,我用 AppCleaner 很方便,勾选除了 app 以外的东西清除就可以
> Guide from your link is a bit outdated, and that say's at the beginning of article, and provided link to newest version of guide Officially your device don't meet...
Anyway, I successfully upgraded Windows using the ISO. The script 'Skip_TPM_Check_on_Dynamic_Update.cmd' was helpful. However, there are some minor issues with the MCT script's download image functionality, as mentioned earlier. Before...
> Hi [@PLXT](https://github.com/PLXT) you have resolved? Perhaps a direct upgrade isn't the most feasible option. In my opinion, for this macbook, the method of performing a clean installation using an...
what about scoop scoop also needs to be updated 
> Windows系统。我是使用scoop安装的,升级也是直接scoop update。按佬的说法,是不是修改一下config.ini就可以解决问题了,我试试 似乎scoop脚本没有更新config.ini中的字段,我直接复制了3.3.1的config.ini文件去覆盖旧配置文件,现在可以正常启动
> 对的,请反馈给scoop ``` # scrcpy-server的版本号(不要修改) ServerVersion=3.3.1 ``` 在 `config.ini` 中这个 `ServerVersion` 字段的实际作用是什么? scoop 配置文件目前只对 config 文件夹进行持久化,这是正常的,也许不需要在其中增加脚本去更新这个值 如注释所要求,scrcpy-server 版本号不能修改,假如此类字段不应由用户管理,且要随着版本更新而改变,那分离到应用内部由应用自己管理是否更好