从 Mirrorlink QT 模拟器通过 USB 检测 NOTE 5
Detecting NOTE 5 via USB from Mirrorlink QT Simulator
我正在尝试 link Samsung Note 5 with Mirrorlink 在 Ubuntu 15.10 中使用 Mirrorlink 1.1 QT Simulator 激活。
我在 Debug Window 中收到一系列消息:
12:55:27:004 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:32:033 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:37:063 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:42:091 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:47:121 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:52:140 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:57:169 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:56:02:189 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
但镜像link模拟器屏幕显示
"Start Mirrolink on the Mobile Device"
就好像没有检测到手机一样。
我如何使用 Mirrorlink QT Simulator 和我的 Note 5 检查是否有任何错误和正确?
Qt 4.8 中存在一个问题,可能导致某些 Linux 内核无法正确使用 Qt 的 QUdpSocket 实现。报告了一个错误,但不会得到修复。
Qt 客户端已针对 12.04 LTS 开发和测试。它需要一个 2.3 Linux 内核
较新的 Linux 3.13 内核现在应该可以正常工作了。
已知以下内核可与 MirrorLink 设备一起使用(已通过 HTC One M8 测试):
- 3.13.0-88-通用
- 3.13.0-86-通用
- 3.13.0-83-通用
我正在尝试 link Samsung Note 5 with Mirrorlink 在 Ubuntu 15.10 中使用 Mirrorlink 1.1 QT Simulator 激活。 我在 Debug Window 中收到一系列消息:
12:55:27:004 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:32:033 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:37:063 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:42:091 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:47:121 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:52:140 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:55:57:169 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
12:56:02:189 (CON) Send Ml Command: Success - Send to USB device 04E8:685D
但镜像link模拟器屏幕显示 "Start Mirrolink on the Mobile Device" 就好像没有检测到手机一样。 我如何使用 Mirrorlink QT Simulator 和我的 Note 5 检查是否有任何错误和正确?
Qt 4.8 中存在一个问题,可能导致某些 Linux 内核无法正确使用 Qt 的 QUdpSocket 实现。报告了一个错误,但不会得到修复。
Qt 客户端已针对 12.04 LTS 开发和测试。它需要一个 2.3 Linux 内核
较新的 Linux 3.13 内核现在应该可以正常工作了。
已知以下内核可与 MirrorLink 设备一起使用(已通过 HTC One M8 测试):
- 3.13.0-88-通用
- 3.13.0-86-通用
- 3.13.0-83-通用