Nach dem ich gestern eine ganze menge Zeit mit meinem neuen XOOM verbracht habe, kann ich Heute etwas mehr zu dem Schwächen uns Stärken sagen. Android 3.0 ist definitiv mit einer heißen Nadel gestrickt, es trete noch sehr häufig Fehler auf und Programme beenden sich ohne Vorwarnung. Liest man in den Englischen Foren nach, wird sich das Problem mit dem Update auf Android 3.1 größtenteils erledigen, hoffentlich.
Was mir besonders gut am XOOM gefällt ist zum einen das Display und zum anderen die Lautsprecher, beides ist sehr gut. An das höhere Gewicht gewähnt man sich recht schnell, das liegt auch an der Form des XOOM, man kann es richtig anpacken. Die Verbindung XOOM <> Windows 7 klappt mit dem USB Treiber gut nur unter Ubuntu wird das Tab nicht erkannt, aber dafür gibt es auch einfache Lösungen.
Ich habe den Tipp dafür auf der Webseite von alldroid.org gefunden und es funktioniert, hier der Auszug mit den wichtigsten Änderungen:
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", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", 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 mkdir /media/xoom
sudo chown user:user /media/xoom ("user" is your Ubuntu user name)
sudo gedit /etc/fstabA 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 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:
#allow_other to allow_otherNow 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.
Ich bin immer noch auf der Suche nach guten Programmen für das XOOM, wer einen gutes Programm kennt, der sollte mir einen Kommentar hinterlassen. Im Moment habe ich nur die wichtigsten Installiert, eine Liste wird in der nächsten tagen noch folgen. Wer ein Tablett besitzt, der sollte mal hier reinschauen, dort gibt es schon eine gut sortierte Liste von guten Programmen.
Hi,
1) Solange Du 3.0.1 verwendest kann ich Firefox dringend empfehlen
.
2) Wenn Du Die Oberfläche noch nicht eingerichtet hast, kann ich Dir ADW Launcher empfehlen (ist deutlich flexibler als die Original Oberfläche und es gibt viele Themse dafür)
3) Astro File Manager oder ähnliches
4) Diverse Reader (Adobereade, FBReader,..)
5) Adcvanced Task Killer (ein muß!)
6) Mobo Player + ARMV7VFP3 codec
7) Nvidia Tegra Zone
Und dann halt das übliche Zeug Skype & Co
Viel Spaß beim Runterladen
Chilli
Hallo Chilli,
wow, danke für die guten Tipps, bin schon beim Runterladen besonders bin ich auf den Mobo Player gespannt, der kannte ich noch nicht.
DANKE
Habe Deine Frage als Anlaß genutzt, meinen Kommentar auch in die FAQ von motorolaxoom.de zu stellen
http://motorolaxoom.de/ich-habe-gerade-mein-xoom-ausgepackt-welche-programme-sind-empfehlenswert/
Hallo Chilli,
Danke … echt Klasse von Dir ..