• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
connecting Mobilesheets to companion
#3
The USB connection is problematic because it requires special drivers to work. I'm basically using a hack where I leverage Android development tools to allow raw data to be sent over USB. Otherwise Android doesn't normally allow this (it's considered a security risk). So you have to have the same kind of drivers on your machine that an Android developer like myself would use to interface with the device. If you have a Samsung device, the kies 3 installation takes care of installing the right drivers, so it's not as big of a deal in that case. If you have a different kind of device, there is no guarantee that you will have an easy time finding drivers that will work, or that they will be configured correctly for development use.  For those kinds of devices, I usually recommend people try this: http://adb.clockworkmod.com/

The universal ADB driver has worked for me with devices that didn't have a driver from the manufacturer.  That's why I usually recommend people stick with WiFi - it's just simpler to use and works for most people.

Mike
Reply


Messages In This Thread
RE: connecting Mobilesheets to companion - by Zubersoft - 04-24-2018, 01:27 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.