Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 adb 我得到连接设备的序列号adb devices -l。使用 WPD,我可以连接设备并查看WPD_DEVICE_SERIAL_NUMBER. 在某些智能手机上,使用 adb 和 wpd 收到的序列号不匹配。
adb devices -l
WPD_DEVICE_SERIAL_NUMBER
作为临时解决方案,可以选择通过 adb 下载文件,然后通过 mtp 检查其可用性。但我想知道是否还有其他关于如何建立合规性而不是通过序列号的选择?