Giter VIP home page Giter VIP logo

Comments (7)

dengzii avatar dengzii commented on August 25, 2024

部分手机断开连接后一段时间会关闭 adb 端口, 然后就没法用wifi调试了, 你这个有问题应该是这个原因.

from wifiadb.

SpannerBear avatar SpannerBear commented on August 25, 2024

试了两台都不行,我都是插usb马上连接的,有点像是电脑问题,但不知道怎么弄。

from wifiadb.

dengzii avatar dengzii commented on August 25, 2024

这就奇怪了, 方便贴一下啊日志吗, Main>Log

from wifiadb.

SpannerBear avatar SpannerBear commented on August 25, 2024

这就奇怪了, 方便贴一下啊日志吗, Main>Log

2020-12-01 21:15:26.125 CmdUtils.execSync: adb version
2020-12-01 21:15:26.199 CmdUtils.resolve: Android Debug Bridge version 1.0.41
2020-12-01 21:15:26.200 CmdUtils.resolve: Version 30.0.5-6877874
2020-12-01 21:15:26.200 CmdUtils.resolve: Installed as C:\Users\mi\AppData\Local\Android\Sdk\platform-tools\adb.exe
2020-12-01 21:15:26.204 Config.loadConfigDevice: [Device(sn='', ip='', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='c63ef761', ip='', model='-', modelName='3', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='adb.exe:', ip='adb.exe', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='VNX9X19809001733', ip='', model='SCM_W09', modelName='SCM-W09', port='', status=DISCONNECTED, broadcastAddress='',mark=)]
2020-12-01 21:15:26.204 CmdUtils.execSync: adb devices -l
2020-12-01 21:15:26.294 CmdUtils.resolve: List of devices attached
2020-12-01 21:15:26.294 CmdUtils.resolve: VNX9X19809001733 device product:SCM-W09 model:SCM_W09 device:HWSCM transport_id:4
2020-12-01 21:15:26.294 CmdUtils.resolve:
2020-12-01 21:15:26.295 AdbUtils.getDeviceFromLine: VNX9X19809001733 device product:SCM-W09 model:SCM_W09 device:HWSCM transport_id:4
2020-12-01 21:15:26.295 CmdUtils.execSync: adb -s VNX9X19809001733 shell ip addr show wlan0
2020-12-01 21:15:26.421 CmdUtils.resolve: 8: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
2020-12-01 21:15:26.421 CmdUtils.resolve: link/ether 94:d0:0d:8d:40:ae brd ff:ff:ff:ff:ff:ff
2020-12-01 21:15:26.421 CmdUtils.resolve: inet 192.168.109.213/22 brd 192.168.111.255 scope global wlan0
2020-12-01 21:15:26.421 CmdUtils.resolve: valid_lft forever preferred_lft forever
2020-12-01 21:15:26.421 CmdUtils.resolve: inet6 fe80::4e50:2c39:cf0:cfa4/64 scope link stable-privacy
2020-12-01 21:15:26.422 CmdUtils.resolve: valid_lft forever preferred_lft forever
2020-12-01 21:15:26.422 Config.saveDevice: [Device(sn='
', ip='', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='c63ef761', ip='', model='-', modelName='3', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='adb.exe:', ip='adb.exe', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='VNX9X19809001733', ip='', model='SCM_W09', modelName='SCM-W09', port='', status=ONLINE, broadcastAddress='',mark=)]
2020-12-01 21:15:33.153 Device.connect: ip=, port=, status=ONLINE
2020-12-01 21:15:33.154 Device.connect: turn port 5555
2020-12-01 21:15:33.154 CmdUtils.execSync: adb -s VNX9X19809001733 tcpip 5555
2020-12-01 21:15:33.240 CmdUtils.resolve: restarting in TCP mode port: 5555
2020-12-01 21:15:33.240 CmdUtils.execSync: adb connect :5555
2020-12-01 21:15:33.371 CmdUtils.resolve: no host in ':5555'
2020-12-01 21:15:33.873 Config.loadConfigDevice: [Device(sn='', ip='', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='c63ef761', ip='', model='-', modelName='3', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='adb.exe:', ip='adb.exe', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='VNX9X19809001733', ip='', model='SCM_W09', modelName='SCM-W09', port='', status=DISCONNECTED, broadcastAddress='',mark=)]
2020-12-01 21:15:33.874 CmdUtils.execSync: adb devices -l
2020-12-01 21:15:34.389 CmdUtils.resolve: List of devices attached
2020-12-01 21:15:34.389 CmdUtils.resolve:
2020-12-01 21:15:34.389 Config.saveDevice: [Device(sn='
', ip='', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='c63ef761', ip='', model='-', modelName='3', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='adb.exe:', ip='adb.exe', model='-', modelName='-', port='', status=DISCONNECTED, broadcastAddress='',mark=), Device(sn='VNX9X19809001733', ip='', model='SCM_W09', modelName='SCM-W09', port='', status=DISCONNECTED, broadcastAddress='',mark=)]

from wifiadb.

SpannerBear avatar SpannerBear commented on August 25, 2024

下载了其他插件的我表示其他的居然能用的~

from wifiadb.

dengzii avatar dengzii commented on August 25, 2024

我看了一下日志, 是bug, 没获取到 ip, 我更新了

from wifiadb.

dengzii avatar dengzii commented on August 25, 2024

目前补救措施应该是删除, 重新连一下了

from wifiadb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.