利用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

 

相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-08-02
  • 2021-11-14
  • 2022-12-23
  • 2022-01-05
  • 2021-08-28
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-08-19
  • 2021-11-28
  • 2021-07-22
  • 2022-01-23
  • 2021-11-07
相关资源
相似解决方案