Hey, I have a Samsung Galaxy S4 and im trying to connect it to my Raspberry Pi.
When i connect the two, the phone will start charging, but it is not detected as a USB device (ie. cant enable USB tether, "no USB device connected"). I have tried following a few internet links / articles / threads regarding this, but it seems like most people just plug it in and it's detected.
I have installed some packages to try and get this to work:
----------------------------------------------------------------------------------------------------------
ifuse
ipheth-utils
libimobiledevice-utils
gvfs
gvfs-backends
gvfs-bin
gvfs-fuse
Unfortunately, from what i have read these seem to be for iPhone devices, and not android. I seen a LifeHacker article that said this should work for Android as well, but as mentioned...but Pi doesnt detect my phone or visa versa.
I have tried various configuration changes as outlined in some of the articles:
----------------------------------------------------------------------------------------------------------
Edited:
/etc/network/interfaces
to add:
iface usb0 inet dhcp
ifconfig just displays the loopback and eth0. Alternatively I have tried changing the config to iface eth1 inet dhcp instead of usb0 but this did nothing. Also tried adding allow-hotplug usb0 and eth1, and again - nothing.
Running ifup eth1 or usb0 just presents me with an error stating that the device is not detected (or something along those lines).
Some of the articles I have followed / reviewed:
-----------------------------------------------------
http://www.daveconroy.com/how-to-tether ... -iphone-5/
http://www.youtube.com/watch?v=3szWUHEOdac
http://xsatria.wordpress.com/2013/07/09 ... pberry-pi/
As mentioned, I dont think my Pi is detecting my phone properly, or perhaps not being mounted? Not too sure..
Thanks
