Detecting NOTE 5 via USB from Mirrorlink QT Simulator - mirrorlink

I'm trying to link Samsung Note 5 with Mirrorlink activated with Mirrorlink 1.1 QT Simulator in Ubuntu 15.10.
I receive in Debug Window a series of message:
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
But Mirrorlink Simulator screen shows
"Start Mirrolink on the Mobile Device"
as if the mobile is not detected.
How can I check if anything is wrong and right using Mirrorlink QT Simulator with my Note 5?

There is a problem in Qt 4.8 which may cause some Linux kernels to not correctly work with Qt’s QUdpSocket implementation. There is a bug reported, but it won’t get fixed.
The Qt Client has been developed and tested for 12.04 LTS. It needs a 2.3 Linux Kernel

Newer Linux 3.13 kernels should work now without a problem.
The following kernels are known to work with MirrorLink devices (tested with HTC One M8):
3.13.0-88-generic
3.13.0-86-generic
3.13.0-83-generic

Related

How to send SCSI command to USB on macOS?

I am creating a macOS app that will send commands to the USB when plugged in mac. There are only two steps to do this, send a request commands to the USB and receive the response messages from the USB.
The USB has attached SCSI, but I don't know how to send SCSI command to macOS, please help me.

Sending USB vendor specific commands to USB HUB?

I have USB 2.0 HUB which I can program,
when I connect the HUB to my PC, WINDOWS recognize it as standart USB 2.0 HUB ,and I see in the device manager that "iusb3hub.sys" is the driver.
is there any simple way to send "vendor specific" commands to the HUB?
I thought about writing WINUSB application but as I understand, I will have to replace the driver and then windows will no recognize it as USB 2.0 HUB

Can I debug/deploy my app on Window RT tablet through USB?

I know I can remote debug my winRT app through wifi, but is it possible to debug/deploy app via USB? I'm asking this, since USB would be faster than the wifi alternative.
This is possible via a USB to USB (Easy transfer cable). The cables just simulate a network connection, so it will work like wifi.
You will need to ensure the drivers are compatible with the arm device, but they should be. This device is made by Microsoft for windows 8 so should work:

3G USB modem device not detected in iMac

I am trying to connect to a 3G USB modem to issue AT commands. But it is not listed in /dev.
In System properties I can see few CDC devices detected. Do I need to install any driver for ACM devices?
Any thoughts?
Spec :
Mac OSX 10.6.7.
Intel Core 2 Duo
2GB RAM

On-device debugging with Sony Ericsson Cedar (J108i)

Unfortunately, I have to deal with J2ME (which I consider ancient technology these days) on Sony Ericsson J108i (aka Cedar).
Unfortunately I've failed to configure on-device debugging. I've done the following:
enabled Java developer mode in service settings
configured USB -> Advanced -> Internet access -> Via computer
installed J2ME SDK 2.5.0.6
disabled the Windows firewall
tried the whole procedure on both Windows XP and Windows 7
Unfortunately, Connection Proxy fails to connect to the device. The network interface is there, named 'Sony Ericsson Device 1039 USB Ethernet Emulation (NDIS 5)', but when I try to connect, the following is logged:
[18.03.12 13:23:45] Getting device ip. Failed to get deviceip for interface(Sony Ericsson Device 1039 USB Ethernet Emulation (NDIS 5) - Sterownik miniport Harmonogramu pakietów). Trying to get it from Connection Proxy settings(sdkme.properties). java.lang.RuntimeException: Unable to connect to the SEMC SDK Service1.
[18.03.12 13:23:45] Getting device ip. No device for interface=Sony Ericsson Device 1039 USB Ethernet Emulation (NDIS 5) - Sterownik miniport Harmonogramu pakietów
It actually looks like the interface is never assigned the correct IP. I've tried assigning IP manually, but it failed too (perhaps I did it incorrectly - the documentation is not really verbose here).
Any idea what I do wrong? Any success stories with on-device debugging using this particular phone?
I managed to get my Cedar device working on Vista 32-bit SP2:
1. First of all, make sure you're not using jdk7uX (otherwise you have to install MSVC 10 redistributable pack to make SEMC_SDK_Service start properly).
2. Edit SDK_Root/OnDeviceDebug/lib/sdkme.properties, set ipprovider.rebindOnConnect: true
(it's false by default), then uncomment and set proxy.device.ip: 192.168.8.2 and proxy.local.ip: 192.168.8.1 (both are commented out and empty by default)
3. Run SDK_Root/OnDeviceDebug/bin/restart_service.cmd
4. (Re)connect your Cedar device
5. Wait about a minute
6. Run SDK_Root/OnDeviceDebug/bin/restart_service.cmd
7. Run arp -a in console and ensure your interface is using 192.168.8.*, this could also take about a minute
8. Restart connection proxy and connect to your phone, everything should be OK
9. You should repeat steps 4-8 after each Windows start

Resources