64 liens privés
Dans un terminal :
$ syncevolution --export /home/phablet/Documents/utcontact.vcf backend=evolution-contacts database=Personnel
Se connecter en ssh sur Ubuntu Phone.
Ubuntu Touch c’est fini. La communauté reprend le projet : UBports
Procédure pour migrer vers UBports sur le BQ Aquaris E5.
Dans un terminal sur le smartphone :
sudo mount -o remount,rw /
sudo mv /home/phablet/Music/MaSonnerie.ogg /usr/share/sounds/ubuntu/ringtones/
sudo mount -o remount,ro /
Super pour synchroniser contacts et agenda.
Dans un terminal sur le téléphone :
sudo mount /dev/loop0 / -o remount,rw
Pour les contacts :
syncevolution --keyring=no --configure --template webdav username=cyrille password=ksKF43kew syncurl="192.168.1.76" target-config@owncloud
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= peerIsClient=1 owncloud
syncevolution --configure database=http://192.168.1.76/owncloud/remote.php/carddav/addressbooks/cyrille/contacts backend=carddav target-config@owncloud contacts
syncevolution --configure sync=two-way backend=contacts database="Personnel" owncloud contacts
syncevolution --sync slow owncloud contacts
Pour l'agenda :
syncevolution --configure database=http://192.168.1.76/owncloud/remote.php/caldav/calendars/cyrille/personnel backend=caldav target-config@owncloud calendar
syncevolution --configure sync=two-way backend=events database="Personnel" owncloud calendar
syncevolution --sync slow owncloud calendar
Pratique lorsque le smartphone est bloqué.
Télécharger cette image : http://people.canonical.com/~jhm/barajas/recovery-vegetahd.img
Dans un terminal sur le PC :
ubuntu-device-flash touch --channel ubuntu-touch/stable/bq-aquaris.en --bootstrap --recovery-image /path/to/downloaded/recovery-vegetahd.img
Si vous avez cette erreur : unknown flag `recovery-image'
Il faut mettre un PPA qui contient la dernière version de ubuntu-device-flash :
sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update; sudo apt-get upgrade
Quand apparait ce message : Expecting the device to be in the bootloader... waiting
Alors on lance le smartphone en recovery : Appui sur VOLUMEHAUT + POWER pendant une dizaine de secondes, lorsque la led rouge clignotte on relâche les boutons et on sélectionne FastBoot.
Le flash dure un gros quart d'heure.
Certains ajoute une règle Udev : /etc/udev/rules.d/80-persistent-usb.rules :
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="2a47", MODE="0666", SYSFS{idProduct}=="*"
Pour lister les différents canaux :
ubuntu-device-flash query --list-channels --device=DEVICE