ADB命令 连接WIFI检测序列号

利用ADB 电脑与手机相连

查看序列号:

        adb shell  getprop ro.serialno 查看机器的SN号

        adb shell getprop 查看机器的全部信息参数

查看IP地址:

       adb shell ifconfig|findstr Bcast

结果:inet addr:192.168.1.114  Bcast:192.168.1.255  Mask:255.255.255.0

       adb shell ip -f inet addr|findstr wlan0

结果:inet 192.168.1.114/24 brd 192.168.1.255 scope global wlan0

 

posted @ 2020-12-06 21:16  myrj  阅读(412)  评论(0编辑  收藏  举报