Benutzer-Werkzeuge

Webseiten-Werkzeuge


motorola_xoom

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
motorola_xoom [2012/05/07 10:27] – [Variante bis Android 3.0] tommotorola_xoom [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 56: Zeile 56:
   - das Xoom starten.   - das Xoom starten.
  
-===== USB auf Ubuntu neu ===== 
  
-===== USB auf Ubuntu neu ===== + 
-Sollte eine SD-Card anstatt des internen Speichers eingebunden werden, dann unter +===== USB auf Ubuntu ===== 
-  Einstellungen Speicher SD-Karte entnehmen +==== Links ==== 
-danach +[[http://neuesunddenrest.blogspot.com/2011/06/den-internen-speicher-vom-motorola-xoom.html|noch eine Variante]] 
-  SD-Karte bereitstellen+ 
 +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 91: Zeile 91:
 das Gerät sicher entfernen das Gerät sicher entfernen
 ==== Variante ab Android 4.0 ==== ==== Variante ab Android 4.0 ====
 +[[http://blogausgraz.wordpress.com/2011/06/28/erster-tag-mit-dem-motorola-xoom-ubuntu-einstellungen/|Tipp kommt von hier]]
 +
 MTP muss aktiviert werden. Sollte als default so eingestellt sein. MTP muss aktiviert werden. Sollte als default so eingestellt sein.
  
Zeile 122: Zeile 124:
  
 Reboot your computer Reboot your computer
-===== USB auf Ubuntu ===== +==== SD-Karte Android 3.0/4.==== 
-Wenn das Tablet nicht erkannt wird helfen folgende Punkte:\\ +Sollte eine SD-Card anstatt des internen Speichers eingebunden werden, dann unter 
-für beide Varianten gilt: USB-Debugging muss aktiv seinUnd beim Anschliessen: 1. USB-Kabel in Rechner, 2. USB-Kabel in Xoom\\ +  Einstellungen Speicher SD-Karte entnehmen 
-[[http://neuesunddenrest.blogspot.com/2011/06/den-internen-speicher-vom-motorola-xoom.html|noch eine Variante]] +danach 
-==== Variante 1 ==== +  SD-Karte bereitstellen
-[[https://supportforums.motorola.com/thread/48151?start=0&tstart=0|Tipp kommt von hier]] +
- +
-zuerst das Paket "mtp-tools" installieren +
-  sudo apt-get install mtp-tools +
-danach Xoom einbinden +
-  sudo mount.mtpfs /media/xoom +
- +
-==== Variante 2 ==== +
-[[http://blogausgraz.wordpress.com/2011/06/28/erster-tag-mit-dem-motorola-xoom-ubuntu-einstellungen/|Tipp kommt von hier]] +
- +
-  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 /etc/udev/rules.d/51-android.rules  +
- +
-A blank file will open in gedit then in that file enter this text: +
-  SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", ATTR{idProduct}=="70a9", MODE="0666"     +
-  SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="70a9", MODE="0666" +
-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:USERNAME /media/xoom ("user" is your Ubuntu user name) +
-  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        /media/xoom       fuse      user,noauto,allow_other               0 +
- +
-Now we will modify the fuse.conf to allow_other, type:  +
-  sudo gedit /etc/fuse.conf  +
-Uncomment the last line by removing the ‘#’ symbol, that last line should be changed from:  +
-  #user_allow_other to user_allow_other +
- +
-Now add your user to the fuse group by typing:  +
-  sudo gedit /etc/group  +
-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. +
- +
-==== Variante 3 ohne fstab ==== +
  
  
  
motorola_xoom.1336379271.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)