MTP: Difference between revisions
imported>SuperSandro2000 m fix typo |
imported>IgorM m Fixed link |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
{{Tip|You usually need to unlock an Android device | {{Tip|You usually need to unlock and change the connection mode to "File Transfer" for an Android device to appear as an MTP device}} | ||
=== jmtpfs === | === jmtpfs === | ||
Line 33: | Line 33: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The above should suffice, but there also exists a more manual method. This method apparently only works well with gtk/gnome-based desktops like [[Gnome Shell]] or [[Xfce]]. | The above should suffice, but there also exists a more manual method. This method apparently only works well with gtk/gnome-based desktops like [[GNOME|Gnome Shell]] or [[Xfce]]. | ||
It relies on having <code>gvfs</code> listed in the environment variable <code>GIO_EXTRA_MODULES</code>, for example: | It relies on having <code>gvfs</code> listed in the environment variable <code>GIO_EXTRA_MODULES</code>, for example: | ||