晓空

Results 47 comments of 晓空

Well, okay. Although you haven't given me a reply until now, and I haven't found out what the problem is. But after replacing my computer with a new one, I...

> > > 最新的image是支持stoken的 > > > > > > 感谢 我回去重新更新了最新的images 重新安装后是5.0版本了 然后chrome无痕模式进[tieba](https://tieba.baidu.com/) f12控制台 发现cookie里有两个 stoken 然后分别输入进去了 都是提示cookie不正确 > > ![image](https://user-images.githubusercontent.com/42081344/191732812-5ab8a443-05c1-407e-80a0-20be415b7b8d.png) ![image](https://user-images.githubusercontent.com/42081344/191732974-109ba429-465c-4333-b524-76dcfc5e1382.png) > > Domain是 tieba.baidu.com的那两个才是配对的 感谢,遇到了同样的问题 看到你的留言后,把stoken改成tieba.baidu.com的就能获取到贴吧列表了

I also want to know the answer to this question, and there are some self-compiled Android images and wsa branches for side loading on github, will the side loading installation...

I feel very regretful about stopping this project As I mentioned in the issue, I would like to know if the WSA installed on the side load and the Android...

> 应该是失败了,mcsm点构建无法保证100%成功,你可以自己手动构建一个 好的,那么我后续使用软路由代理后会去再尝试一下能不能成功构建,如果还是不行我就手动执行构建操作了

> Docker镜像构建完成但构建失败了而已。报错404,明显的网络问题。构建完成又不是成功。 我认同你的说法,构建完毕不等于成功 但是这里我认为需要改进,至少我没有从日志中看到任何关于失败的报错记录,第一次使用mcsm的docker管理的人也很难知道这里会出现这种问题 并且,我查阅过mcsm现有的文档,其中对于这部分几乎没有什么说明

> > 网络问题可以改。问问双羽什么说法。 > > Example > > ```js > > const proxy = require("node-global-proxy").default; > > > > proxy.setConfig({ > > http: "http://localhost:1080", > > https: "https://localhost:1080", > >...

> 强制替换adb试试看呢 因为我的adb是之前从developer.android.com获取用于开发的,而且adb通常都是来自于这里,我不太认为我现有的adb工具和程序内置的替换程序有所差别 所以我会把**强制替换**这个作为备选方案,如果别的办法不行的话我会尝试一下的,但不是现在

> 连接配置 `第二分辨率` 这个也可以试一下 好的,我会尝试一下,并且会把log单独分出来 另外有个比较奇怪的地方我想问一下,我为了调用方便之前就把adb写到环境变量去了,但是为什么MAA好像没有自动识别到呢?手动配置之后倒是可以正常使用

这里已经提前修改了分辨率 ``` C:\Users\MoeSakura>adb shell wm size * daemon not running; starting now at tcp:5037 * daemon started successfully Physical size: 1080x2408 C:\Users\MoeSakura>adb shell wm size 1080x1920 ``` 兼容模式+Adb input 返回...