computer:ubuntu_touch
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computer:ubuntu_touch [2016-02-05 19:40] – created skrupellos | computer:ubuntu_touch [2020-11-18 18:11] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu Touch ====== | ====== Ubuntu Touch ====== | ||
+ | * Platform: MediaTek MT6582 SoC | ||
===== Interessante Dienste ===== | ===== Interessante Dienste ===== | ||
* ufw | * ufw | ||
Line 37: | Line 38: | ||
==== / | ==== / | ||
- | * **.ssh** | ||
- | * **.cache** | ||
* **.config** | * **.config** | ||
+ | * **< | ||
+ | * **dekko.dekkoproject** | ||
+ | * dekko.dekkoproject.conf (Schnell & einfach Identitäten anlegen) | ||
+ | * **textsecure.jani** | ||
+ | * contacts.yml | ||
+ | * **syncevolution** | ||
+ | * config.ini (config, global) | ||
+ | * <context name>/ | ||
+ | * <context name>/ | ||
+ | * <context name>/ | ||
+ | * <context name>/ | ||
+ | * **.cache** | ||
+ | * **< | ||
* **.local/ | * **.local/ | ||
+ | * **< | ||
* **evolution** | * **evolution** | ||
* addressbook/ | * addressbook/ | ||
- | * tasks/ | + | * tasks/ |
+ | * **.ssh** | ||
+ | ==== Weitere ==== | ||
+ | * **/ | ||
+ | |||
+ | |||
+ | ===== Firmaware Updaten ===== | ||
+ | ==== Stock ROM (UBPorts) ==== | ||
+ | Download the latest AppImage from https:// | ||
+ | |||
+ | ===== SyncEvolution ===== | ||
+ | Since 15.04, rc-channel, CalDav accounts can be created. | ||
+ | |||
+ | |||
+ | Aktuellen status anschauen: | ||
+ | <code bash> | ||
+ | syncevolution --print-configs | ||
+ | syncevolution --print-databases | ||
+ | find / | ||
+ | find / | ||
+ | find / | ||
+ | </ | ||
+ | |||
+ | Auflisten aller Tempates: | ||
+ | <code bash> | ||
+ | syncevolution --template ? | ||
+ | </ | ||
+ | |||
+ | Auflisten entfernter databases (z.B. alle Kalender) eines konfigurierten Backends | ||
+ | <code bash> | ||
+ | syncevolution --print-databases \ | ||
+ | backend=caldav \ | ||
+ | username=XXX \ | ||
+ | password=XXX \ | ||
+ | syncURL=https:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Remote peer ==== | ||
+ | ^ Context | ||
+ | ^ Peer | target-config \\ (Damit kann später die Abkürzung local: | ||
+ | ^ (Data)store | ||
+ | ^ Config | ||
+ | |||
+ | <code bash> | ||
+ | syncevolution --configure \ | ||
+ | --template WebDAV \ | ||
+ | syncURL=https:// | ||
+ | username=XXX \ | ||
+ | password=XXX \ | ||
+ | keyring=no \ | ||
+ | target-config@onmars.eu \ | ||
+ | calendar addressbook todo | ||
+ | |||
+ | syncevolution --print-config --quiet target-config@onmars.eu | ||
+ | syncevolution --print-databases target-config@onmars.eu calendar | ||
+ | syncevolution --print-items target-config@onmars.eu calendar | ||
+ | </ | ||
+ | |||
+ | Beim lößchen wird der ganze //context// gelöscht: | ||
+ | |||
+ | <code bash> | ||
+ | syncevolution --remove @onmars.eu | ||
+ | </ | ||
+ | |||
+ | ==== Lokaler peer ==== | ||
+ | ^ ^ Angegeben ^ Angenommen ^ | ||
+ | ^ Context | ||
+ | ^ Peer | onmars.eu || | ||
+ | ^ (Data)store | ||
+ | ^ Config | ||
+ | (Wird kein Context angegeben, wird '' | ||
+ | |||
+ | <code bash> | ||
+ | syncevolution --configure \ | ||
+ | --template SyncEvolution_Client \ | ||
+ | syncURL=local:// | ||
+ | onmars.eu \ | ||
+ | calendar addressbook todo | ||
+ | syncevolution --print-config --quiet @onmars.eu | ||
+ | syncevolution --print-databases @onmars.eu calendar | ||
+ | syncevolution --print-items @onmars.eu calendar | ||
+ | </ | ||
+ | |||
+ | Beim lößchen wird nur der //peer// gelöscht: | ||
+ | <code bash> | ||
+ | syncevolution --remove onmars.eu | ||
+ | </ | ||
+ | |||
+ | ==== Initial sync ==== | ||
+ | <code bash> | ||
+ | syncevolution --sync refresh-from-remote onmars.eu@default | ||
+ | </ | ||
+ | ... warum auch immer das nicht ohne @default geht. | ||
+ | |||
+ | ==== Weitere syncs ==== | ||
+ | <code bash> | ||
+ | syncevolution onmars.eu@default | ||
+ | </ | ||
+ | |||
+ | ==== Weitere ToDo ==== | ||
+ | * Persönlicher kalender (https:// | ||
+ | * Die jetztige konfiguration (sync ohne persönlichem Kalender) in eine extra DB, so das der Persönliche Kalender in Persönlichen Kalender auf dem Handy platz hat. | ||
+ | * Nur die Persönlichen ToDo Syncen, so dass man remote einen Alarm Kalender anlegen kann, der mit der lokalen Alarm DB gesynct wird und nicht durch hin und her syncen über mehrere kalender verteilt wird. | ||
+ | * Schauen, ob man ein Automatisches sync intervall angeben kann | ||
+ | * Prüfen ob man slow sync verwenden kann, um den sogo server nicht zu überlasten. | ||
+ | |||
+ | ==== Lesen ==== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== GSM ===== | ||
+ | AT Kommandos für den baseband chip übersetzten übernimmt das ''/ | ||
+ | |||
+ | Es wird vom '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | Dem System beim AT befehle senden zuschauen: http:// | ||
+ | |||
+ | Debuggen was an das baseband gesendet wird (?): '' | ||
+ | |||
+ | < | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | ===== XMPP ===== | ||
+ | http:// | ||
+ | |||
+ | https:// | ||
===== Weiteres ===== | ===== Weiteres ===== | ||
Der user '' | Der user '' | ||
'' | '' | ||
+ | |||
+ | Das root Passwort ist das unlock Passwort/ | ||
Um das Passwort von '' | Um das Passwort von '' | ||
Das holt zusätzliche Daten aus ''/ | Das holt zusätzliche Daten aus ''/ | ||
+ | |||
+ | Dekko Debug mode: //Setting// -> //About// -> Lange und herzlich das Icon drücken. | ||
+ | |||
+ | |||
+ | ===== Lektüre ===== | ||
+ | * https:// | ||
+ |
computer/ubuntu_touch.1454697632.txt.gz · Last modified: 2020-11-18 18:10 (external edit)