motorola_xoom
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| motorola_xoom [2012/05/07 10:33] – [Links] tom | motorola_xoom [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 58: | Zeile 58: | ||
| - | ===== USB auf Ubuntu | + | ===== USB auf Ubuntu ===== |
| ==== Links ==== | ==== Links ==== | ||
| [[http:// | [[http:// | ||
| + | |||
| + | USB-Debugging muss deaktiviert werden | ||
| ==== Variante bis Android 3.0 ==== | ==== Variante bis Android 3.0 ==== | ||
| Hier eine Variante ohne Eintrag in der /etc/fstab | Hier eine Variante ohne Eintrag in der /etc/fstab | ||
| Zeile 127: | Zeile 129: | ||
| danach | danach | ||
| SD-Karte bereitstellen | SD-Karte bereitstellen | ||
| - | |||
| - | ==== Variante 1 ==== | ||
| - | |||
| - | |||
| - | ==== Variante 2 ==== | ||
| - | |||
| - | |||
| - | sudo apt-get install mtpfs | ||
| - | |||
| - | Next we must create the device rules for the Xoom. You might have a file that you have created for other devices, if you do then go to that file and make sure the listings below are there, if not then add them for this device. If you are new to Android on Linux then create the file for the device rules by typing: | ||
| - | |||
| - | sudo gedit / | ||
| - | |||
| - | A blank file will open in gedit then in that file enter this text: | ||
| - | SUBSYSTEM==" | ||
| - | SUBSYSTEM==" | ||
| - | then close and save the file.\\ | ||
| - | The first line is for normal conditions, this will allow your computer to see your device whenever the device is booted or in recovery. This will also let your computer see the device for ADB access. The second entry is so that your computer will see the device when your device is in fastboot. The second line isn’t needed if you don’t plan on using fastboot, but I figured since you are in the file you can go ahead and add it anyways. | ||
| - | Now we need to make the mount point, take ownership and add the mount point to your fstab to do this type: | ||
| - | sudo service udev restart | ||
| - | sudo mkdir /media/xoom | ||
| - | sudo chmod a+rwx /media/xoom | ||
| - | sudo chown USERNAME: | ||
| - | sudo gedit /etc/fstab | ||
| - | |||
| - | A file will open that has the listing of all your system’s mount points. Goto the end of the file and add these lines: | ||
| - | # mount point for Motorola Xoom (this is not required but is helpful later when you can’t remember why this is here) | ||
| - | mtpfs / | ||
| - | |||
| - | Now we will modify the fuse.conf to allow_other, | ||
| - | sudo gedit / | ||
| - | Uncomment the last line by removing the ‘#’ symbol, that last line should be changed from: | ||
| - | # | ||
| - | |||
| - | Now add your user to the fuse group by typing: | ||
| - | sudo gedit / | ||
| - | Find the keyword ‘fuse’ by pressing CTRL+F and finding the word ‘fuse’\\ | ||
| - | Once it has found that line enter your Ubuntu user name at the end of that line, then save and close that file.\\ | ||
| - | Reboot your computer. | ||
| - | |||
| - | |||
motorola_xoom.1336379630.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)