Android: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 29: Zeile 29:
 
links
 
links
 
*http://de.gonline.at/index.php/menue-home/blog/blog-computer/159-howto-nexus-4-unter-ubuntu-linux-automatisch-mounten
 
*http://de.gonline.at/index.php/menue-home/blog/blog-computer/159-howto-nexus-4-unter-ubuntu-linux-automatisch-mounten
 +
*http://bernaerts.dyndns.org/linux/247-ubuntu-automount-nexus7-mtp

Version vom 5. Februar 2013, 22:32 Uhr

Namerserver

setprop net.dns1 8.8.8.8 >> /etc/init.sh

Kernel compilieren

zugriff von ubuntu

console

sudo apt-get install mtpfs
mkdir ~/android
sudo mtpfs -o allow_other ~/android
sudo fusermount -u ~/android

grafisch

gvfs update

sudo add-apt-repository ppa:langdalepl/gvfs-mtp
sudo apt-get update && sudo apt-get dist-upgrade

http://linuxundich.de/de/ubuntu/gvfs-update-ermoglicht-unter-ubuntulinux-endlich-den-bequemen-zugriff-auf-android-gerate-via-mtp/

go-mtpfs

sudo add-apt-repository ppa:webupd8team/unstable
sudo apt-get update
sudo apt-get install go-mtpfs
sudo apt-get install go-mtpfs-unity


links