<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Motorola_Moto_G</id>
	<title>Motorola Moto G - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Motorola_Moto_G"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Motorola_Moto_G&amp;action=history"/>
	<updated>2026-04-20T11:54:04Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=Motorola_Moto_G&amp;diff=253247&amp;oldid=prev</id>
		<title>Joan a 22:30, 13 març 2015</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Motorola_Moto_G&amp;diff=253247&amp;oldid=prev"/>
		<updated>2015-03-13T22:30:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
=How to mount Moto G on Ubuntu using MTP=&lt;br /&gt;
Ha funcionat correctametn aquest tutorial:&lt;br /&gt;
*http://choorucode.com/2013/12/23/how-to-mount-moto-g-on-ubuntu-using-mtp/&lt;br /&gt;
En el tutorial es comenta que aquesta opció va molt lenta, i no és el que jo he trobat. La transferència de fitxers va a una velocitat més que raonable.&lt;br /&gt;
&lt;br /&gt;
Moto G is an Android smartphone that does not have a microSD slot. So, the storage of the smartphone cannot be extended. If you want to transfer files between your Ubuntu computer and the Moto G, there are 3 possible ways to do that: FTP over wireless, PTP over USB and MTP over USB.&lt;br /&gt;
&lt;br /&gt;
If your Ubuntu computer has wireless, I highly recommend using FTP over wireless. It is convenient (no wires!), offers good transfer speed and the entire /sdcard contents are available for read and write.&lt;br /&gt;
&lt;br /&gt;
If your Ubuntu computer does not have wireless, then your next option is to use a micro-USB-to-USB cable. The choices here are PTP and MTP. You can enable and switch between the two after you connect Moto G to your computer using a USB cable. If you enable PTP, then Moto G is automatically mounted as a partition in Nautilus. However, you will only be able to see the /sdcard/DCIM and /sdcard/Pictures directories. If you are transferring photos, then this option offers good transfer speed.&lt;br /&gt;
&lt;br /&gt;
If your Ubuntu computer does not have wireless and you still want to read and write to the contents of /sdcard then the option left to you is MTP. Note that with MTP, Moto G takes a really long time to mount and the transfer speeds are really really low. It can take ages to transfer even a small file. You have been warned! :-)&lt;br /&gt;
&lt;br /&gt;
There are many solutions offered online to mount the contents of /sdcard using MTP. This solution is the only one that worked for me:&lt;br /&gt;
&lt;br /&gt;
Install the MTP packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo apt-get install mtp-tools mtpfs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Connect Moto G using a USB cable to your computer. Make sure MTP is selected, and not PTP.&lt;br /&gt;
&lt;br /&gt;
Find out the vendor ID and product ID of Moto G using mtp-detect. For my smartphone I got:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo mtp-detect&lt;br /&gt;
Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.3&lt;br /&gt;
&lt;br /&gt;
Listing raw device(s)&lt;br /&gt;
Device 0 (VID=22b8 and PID=2e82) is UNKNOWN.&lt;br /&gt;
Please report this VID/PID and the device model to the libmtp development team&lt;br /&gt;
   Found 1 device(s):&lt;br /&gt;
   22b8:2e82 @ bus 1, dev 12&lt;br /&gt;
Attempting to connect device(s)&lt;br /&gt;
Android device detected, assigning default bug flags&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You need to press Ctrl+C to stop the command. For the Moto G, you can see that the vendor ID is 22b8 and product ID is 2e82.&lt;br /&gt;
&lt;br /&gt;
Open a new file /etc/udev/rules.d/51-android.rules using sudo and add this line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SUBSYSTEM==&amp;quot;usb&amp;quot;, ATTR{idVendor}==&amp;quot;22b8&amp;quot;, ATTR{idProduct}==&amp;quot;2e82&amp;quot;, MODE=&amp;quot;0666&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Restart the USB service and create a directory to mount the Moto G:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo service udev restart&lt;br /&gt;
$ sudo mkdir /media/motog&lt;br /&gt;
$ sudo chmod a+rwx /media/motog&lt;br /&gt;
$ sudo adduser your-user-name fuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Open the /etc/fuse.conf file as sudo and uncomment the line for user_allow_other&lt;br /&gt;
&lt;br /&gt;
Restart your computer. Connect back the Moto G to the computer.&lt;br /&gt;
&lt;br /&gt;
You can now mount the /sdcard of your Moto G using this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mtpfs -o allow_other /media/motog/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that the mounting operation is slow and might take about a minute. (s'ha d'esperar una mica, per exemple fins que pugui fer ''cd /media'' a la carpeta per la consola).&lt;br /&gt;
&lt;br /&gt;
You can find all the directories and files in /sdcard of Moto G in /media/motog. You can read and write to these directories.&lt;br /&gt;
&lt;br /&gt;
To unmount use this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ fusermount -u /media/motog/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=FTP over wireless=&lt;br /&gt;
És la millor solució. A l'android instal.lem un servidor de FTP com ''Wifi FTP'', i al Ubuntu instal.lo un client com ''gftp''.&lt;br /&gt;
{{Autor}}, octubre 2014&lt;/div&gt;</summary>
		<author><name>Joan</name></author>
		
	</entry>
</feed>