Tuto:KDE connect for Linux
Aide
{{#if:| {{{1}}}
}}Tuto:KDE connect for Linux
- In this tutorial, we will see how to install KDE Connect under Ubuntu 16.04 LTS and Linux Mint 18 or older.
Open the terminal and use the following commands:
sudo add-apt-repository ppa:vikoadi/ppa
sudo apt update
sudo apt install kdeconnect indicator-kdeconnect sshfs
- - - -
If you are using the ufw firewall and is enabled, open KDE Connect's ports with these commands:
sudo ufw allow 1714:1764/udp
sudo ufw allow 1714:1764/tcp
sudo ufw reload
If you did not like KDE Connect , you can uninstall it by using the commands below if you had installed it via PPA:
sudo apt-get remove kdeconnect
sudo add-apt-repository --remove ppa:vikoadi/ppa
- source
http://www.upubuntu.com/2016/09/connect-and-sync-your-android-device.html
https://unix.stackexchange.com/questions/192048/mount-mtp-android-device-in-linux-mint-17-1
Autres : pour voir ce qui est installé : dpkg --get-selections | grep -v deinstall | grep -i mtp
et si ça lit : dmesg | tail
Pour faire reconnaître proprement le smartphone, il faut : 1. – Dans un premier temps, le connecter sur le port micro-usb – et, non host – par câble usb à votre ordinateur. (Peu importe le mode de connexion USB – MTP ou stockage USB).
2. – Ensuite, ouvrir un terminal-console pour taper dedans la commande ‘lsusb’.
Pour une tablette PiPo, telle la M8HD, vous aurez comme réponse :
3. – Puis, il nous faut créer une règle udev, et pour cela, écrire le fichier ‘/etc/udev/rules.d/51-android.rules’ : sudo nano /etc/udev/rules.d/51-android.rules
y écrire dedans, l’équivalent de cette règle :
- Ulefone BePro
SUBSYSTEM=="usb", ATTR{idVendor}=="1d6b", MODE="0666", GROUP="you"