我觉得这个方法能解决一部分雷电adb问题 #2538
Hammer2333
started this conversation in
General
Replies: 3 comments 1 reply
-
我自己挺需要tcpip模式的(因为有的时候我在wsl里面调试alas,随便接个adb设备就行,用wsa最快但是要跨子网) |
Beta Was this translation helpful? Give feedback.
1 reply
-
关于雷电触控的问题,雷电客服给我回复了,说maatouch和adb可以保证没问题,似乎是专门找了maatouch的开发者来优化。本来也想优化minitouch,但是找不到minitouch的开发者,就尬在那了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@LostMyMind 有沒有試過創建一個回送網卡呢 我在之前就將網卡設定為10.1.1.11,用腳本啟動雷電跟alas選MaaTouch也沒斷觸
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
起因:夜神真的很卡,而其我想远程操控我的模拟器,所以pass了蓝叠


方法:1.雷电设置开启网络桥接模式
2.然后本地adb先连接雷电模拟器,输入
adb tcpip 端口
(需要shell权限)或者找一个安卓终端模拟器,获取root权限后输入
setprop service.adb.tcp.port 端口
结果:开启网络adb调试,即局域网设备都能连接到这个模拟器,效果如图
最后:让Alas连接这个ip+端口就行了,目前很稳定,缺点要adb经过要过路由器再连回本地,可能要慢一些,而且其余未知问题我也没有遇到过(主要是雷电真的好流畅,就是想用雷电)
Beta Was this translation helpful? Give feedback.
All reactions