<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://futex.re/mediawiki/index.php?action=history&amp;feed=atom&amp;title=1.1_Monter_la_carte_SD_sous_Linux</id>
	<title>1.1 Monter la carte SD sous Linux - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://futex.re/mediawiki/index.php?action=history&amp;feed=atom&amp;title=1.1_Monter_la_carte_SD_sous_Linux"/>
	<link rel="alternate" type="text/html" href="https://futex.re/mediawiki/index.php?title=1.1_Monter_la_carte_SD_sous_Linux&amp;action=history"/>
	<updated>2026-05-13T16:16:11Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://futex.re/mediawiki/index.php?title=1.1_Monter_la_carte_SD_sous_Linux&amp;diff=1005&amp;oldid=prev</id>
		<title>Futex le 13 mars 2012 à 20:21</title>
		<link rel="alternate" type="text/html" href="https://futex.re/mediawiki/index.php?title=1.1_Monter_la_carte_SD_sous_Linux&amp;diff=1005&amp;oldid=prev"/>
		<updated>2012-03-13T20:21:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Pour Ice Cream Sandwich Android 4.0 ou &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Connecter le téléphone à l&amp;#039;ordi, puis installer les packets:&lt;br /&gt;
  #aptitude install mtp-tools mtpfs&lt;br /&gt;
&lt;br /&gt;
Sur le téléphone l&amp;#039;option MTP (Media device) doit être activé dans l&amp;#039;outil de gestion USB.&lt;br /&gt;
&lt;br /&gt;
Lancer les commandes:&lt;br /&gt;
&lt;br /&gt;
    #mtp-detect | grep idVendor&lt;br /&gt;
    Device 0 (VID=18d1 and PID=d109) is UNKNOWN.&lt;br /&gt;
    Please report this VID/PID and the device model to the libmtp development team&lt;br /&gt;
&lt;br /&gt;
    #mtp-detect | grep idProduct&lt;br /&gt;
    Device 0 (VID=18d1 and PID=d109) is UNKNOWN.&lt;br /&gt;
    Please report this VID/PID and the device model to the libmtp development team&lt;br /&gt;
&lt;br /&gt;
Puis dans le fichier /etc/udev/rules.d/51-android.rules ajouter les lignes:&lt;br /&gt;
&lt;br /&gt;
  SUBSYSTEM==”usb”, &lt;br /&gt;
  ATTR{idVendor}==”VENDORID”, &lt;br /&gt;
  ATTR{idProduct}==”PRODUCTID”, &lt;br /&gt;
  MODE=”0666″&lt;br /&gt;
&lt;br /&gt;
Remplacer VENDORID par le VID plus haut et le PRODUCTID plus haut.&lt;br /&gt;
&lt;br /&gt;
  invoke-rc udev restart&lt;br /&gt;
  adduser YOURUSERNAME fuse (Si besoin)&lt;br /&gt;
  mkdir /mnt/Android&lt;br /&gt;
  chmod a+rwx /mnt/Android&lt;br /&gt;
&lt;br /&gt;
Et décommenter la ligne user_allow_other dans /etc/fuse.conf et rebooté.&lt;br /&gt;
&lt;br /&gt;
Taper les commandes sous votre propre compte:&lt;br /&gt;
&lt;br /&gt;
    echo “alias android-connect=\”mtpfs -o allow_other /mnt/Android\”&amp;quot; &amp;gt;&amp;gt; ~/.bashrc  &lt;br /&gt;
&lt;br /&gt;
    echo “alias android-disconnect=\”fusermount -u /mnt/Android\”&amp;quot; &amp;gt;&amp;gt; ~/.bashrc    &lt;br /&gt;
&lt;br /&gt;
    source ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
Ensuite, reconnecter le téléphone et taper la commande&lt;br /&gt;
  #android-connect&lt;br /&gt;
Ou&lt;br /&gt;
  #android-disconnect&lt;/div&gt;</summary>
		<author><name>Futex</name></author>
	</entry>
</feed>