New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
thomas15v
Old
#31  
thomas15v's Avatar
Member
Thanks Meter 27
Posts: 87
Join Date: Jun 2012
Location: Emelgem
Quote:
Originally Posted by seecay View Post
For Unity & KDE users, this might be a worthwhile attempt, works for me on KDE. Even quicklists in the icon-only task manager...

http://www.webupd8.org/2012/12/how-t...-go-mtpfs.html
Thanks man that worked out of the box! You saved my live .
 
manumanfred
Old
#32  
manumanfred's Avatar
Senior Member
Thanks Meter 1246
Posts: 1,839
Join Date: Apr 2011

 
DONATE TO ME
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


Twitter || Facebook || YouTube: CarlosJacksonHD
Android for Samsung Jèt:
http://code.google.com/p/android-for-jet/

Some guide(s) by me!
Android: [ROM] supporting different languages ...
 
Clancy_s
Old
#33  
Senior Member
Thanks Meter 30
Posts: 262
Join Date: Nov 2011
Location: Newcastle
Quote:
Originally Posted by manumanfred View Post
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.
 
seecay
Old
#34  
Junior Member
Thanks Meter 4
Posts: 17
Join Date: Aug 2010
Quote:
Originally Posted by thomas15v View Post
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...

http://www.webupd8.org/2013/01/upgra...upport-in.html

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)...
 
The-Captain
Old
(Last edited by The-Captain; 25th February 2013 at 08:01 PM.)
#35  
The-Captain's Avatar
Forum Moderator / Recognized Themer
Thanks Meter 3062
Posts: 2,772
Join Date: May 2011
Thread Closed:
All discussion of Ubuntu Touch is being moved here >> http://forum.xda-developers.com/show....php?t=2161577
Keeps the Galaxy Nexus forum from being filled with a bunch of Ubuntu threads!

EDIT:

Reopen! I didn't realize this thread was related to Ubuntu Desktop. Sorry!
The Following User Says Thank You to The-Captain For This Useful Post: [ Click to Expand ]
 
manumanfred
Old
#36  
manumanfred's Avatar
Senior Member
Thanks Meter 1246
Posts: 1,839
Join Date: Apr 2011

 
DONATE TO ME
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


Twitter || Facebook || YouTube: CarlosJacksonHD
Android for Samsung Jèt:
http://code.google.com/p/android-for-jet/

Some guide(s) by me!
Android: [ROM] supporting different languages ...
 
Army_Spec_Ops
Old
#37  
Army_Spec_Ops's Avatar
Senior Member
Thanks Meter 17
Posts: 205
Join Date: May 2010
Location: Salem, OR
Quote:
Originally Posted by kiwi_mat View Post
I got ubuntu working with MTP on my Galaxy Nexus (and A500) using instructions for the Nexus 7. I have documented these at my website.

http://www.winters.org.nz/android-hi...-mtp-on-ubuntu

This setup is the only one I have managed to get working, I am using Ubuntu 12.10, and it should work for earlier versions.

I was looking at your site and in the "setup udev rules" section you dont have the rules for the 32GB model or is it the same as the 16GB?
Current:
Sprint Galaxy Nexus
ROM: Orca 4.2+
Kernel: Orca stock

Gone:
HTC Inspire:
Simple Mobile
Radio: 12.65.60.29_26.14.04.28_M
ROM: peanutbutta JELLYTIME!!
 
gnustomp
Old
#38  
gnustomp's Avatar
Senior Member
Thanks Meter 116
Posts: 401
Join Date: Nov 2012
Location: mount /dev/sda1 /home
MTP works out of the box in 13.04, just saying.

Sent from my Nexus 7 using Tapatalk HD
Own a Samsung Galaxy Nexus? Good developer? Intreseted in developing ROMs? Like TouchWiz? Help out here! http://forum.xda-developers.com/show...php?p=40422930



If I helped, press
 
sarkar1990
Old
#39  
sarkar1990's Avatar
Senior Member
Thanks Meter 306
Posts: 437
Join Date: Dec 2012
Location: New Delhi

 
DONATE TO ME
I am using Opensuse 12.3

It als supports out of the box MTP.