Some commands didn't work so I had to use old method: sudo nautilus to put files to the right locations but for some reason it gives me error when I try to open Galaxy Nexus... :/
Is that guide even compatible with Ubuntu 10.04.4?
Samsung Galaxy Nexus
(the best Android phone ever)
ROM: Dreams
Kernel: My built CM kernel!
Radio Baseband: I9250XXLJ1
Is that guide even compatible with Ubuntu 10.04.4?
If you mean the guide in post #31, not that I can see, the oldest version the ppa supports is 12.04, the latest version. It reads as though the author is an early adopter, currently running beta 13.04.
Thanks man that worked out of the box! You saved my live .
No worries. If you want to plug it in & have it "just work", this might be better. Especially if you're not opposed to adding even more PPAs to your system...
As usual, please be warned that this is actually marked as unstable. I have had some crashes when using it myself. But it's awesome when it works (which is most of the time)...
So before I did like in that page which link is in the OP..
But it didn't work!
I did it my way..
I opened terminal and I wrote:
sudo nautilus
It gave few errors of missing sharing file(s) samba..
I navigated to /etc/udev/rules.d/ folder and then I closed terminal!
I made new file to the rules.d folder:
51-android.rules
I opened it and I added this one and I replaced <username> as my PC's name Carlos so it is ......="<Carlos>"
Code:
# adb protocol on passion (Nexus One)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0600", OWNER="<username>"
# fastboot protocol on passion (Nexus One)
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0600", OWNER="<username>"
# adb protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e22", MODE="0600", OWNER="<username>"
# fastboot protocol on crespo/crespo4g (Nexus S)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e20", MODE="0600", OWNER="<username>"
# adb protocol on stingray/wingray (Xoom)
SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", ATTR{idProduct}=="70a9", MODE="0600", OWNER="<username>"
# fastboot protocol on stingray/wingray (Xoom)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="708c", MODE="0600", OWNER="<username>"
# adb protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0600", OWNER="<username>"
# fastboot protocol on maguro/toro (Galaxy Nexus)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e30", MODE="0600", OWNER="<username>"
# adb protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d101", MODE="0600", OWNER="<username>"
# fastboot protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d022", MODE="0600", OWNER="<username>"
# usbboot protocol on panda (PandaBoard)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d00f", MODE="0600", OWNER="<username>"
# usbboot protocol on panda (PandaBoard ES)
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="d010", MODE="0600", OWNER="<username>"
# adb protocol on grouper/tilapia (Nexus 7)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e42", MODE="0600", OWNER="<username>"
# fastboot protocol on grouper/tilapia (Nexus 7)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e40", MODE="0600", OWNER="<username>"
# adb protocol on manta (Nexus 10)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee2", MODE="0600", OWNER="<username>"
# fastboot protocol on manta (Nexus 10)
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee0", MODE="0600", OWNER="<username>"
I don't know is there posted similar post but this is the way how I did..
Now I can use MTP on my Ubuntu with no issues..:P
Samsung Galaxy Nexus
(the best Android phone ever)
ROM: Dreams
Kernel: My built CM kernel!
Radio Baseband: I9250XXLJ1
Sometimes, you can harp on a subject so much that you end upbeating a dead horse. In our eyes, … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?