Wiki

A universe of ideas

User Tools

Site Tools


computer:ubuntu_touch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computer:ubuntu_touch [2016-02-05 20:40] skrupelloscomputer: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 43: Line 44:
     * **textsecure.jani**     * **textsecure.jani**
       * contacts.yml       * contacts.yml
 +    * **syncevolution**
 +      * config.ini (config, global)
 +      * <context name>/config.ini (config, context)
 +      * <context name>/peers/<peer name>/config.ini (config, peer)
 +      * <context name>/peers/<peer name>/sources/<store name>/config.ini (Datastore, unshared)
 +      * <context name>/sources/<store name>/config.ini (Datastore, shared)
   * **.cache**   * **.cache**
     * **<app-id>**     * **<app-id>**
Line 49: Line 56:
     * **evolution**     * **evolution**
       * addressbook/system/contacts.db       * addressbook/system/contacts.db
-      * tasks/1454618765.3380.0@ubuntu-phablet/tasks.ics (Wecker)+      * tasks/1454618765.3380.0@ubuntu-phablet/tasks.ics (Wecker!)
   * **.ssh**   * **.ssh**
  
Line 55: Line 62:
   * **/usr/share/syncevolution**   * **/usr/share/syncevolution**
  
 +
 +===== Firmaware Updaten =====
 +==== Stock ROM (UBPorts) ====
 +Download the latest AppImage from https://github.com/ubports/ubports-installer/releases. ''chmod a+x *.AppImage && sudo ./*AppImage''.
  
 ===== SyncEvolution ===== ===== SyncEvolution =====
 +Since 15.04, rc-channel, CalDav accounts can be created.
 +
 +
 +Aktuellen status anschauen:
 <code bash> <code bash>
 syncevolution --print-configs syncevolution --print-configs
-syncevolution --configure ? 
-syncevolution --print-servers 
-syncevolution --print-peers 
 syncevolution --print-databases syncevolution --print-databases
 find /home/phablet/.config/syncevolution/ find /home/phablet/.config/syncevolution/
Line 67: Line 79:
 find /home/phablet/.local/share/evolution/ find /home/phablet/.local/share/evolution/
 </code> </code>
 +
 +Auflisten aller Tempates:
 +<code bash>
 syncevolution --template ? syncevolution --template ?
 +</code>
 +
 +Auflisten entfernter databases (z.B. alle Kalender) eines konfigurierten Backends
 +<code bash>
 +syncevolution --print-databases \
 +              backend=caldav \
 +              username=XXX \
 +              password=XXX \
 +              syncURL=https://XXX
 +</code>
 +
 +
 +==== Remote peer ====
 +^ Context      | @onmars.eu |
 +^ Peer         | target-config \\ (Damit kann später die Abkürzung local:%%//%%@onmars.eu verwendet werden) |
 +^ (Data)store  | addressbook calendar todo |
 +^ Config       | target-config@onmars.eu |
 +
 +<code bash>
 +syncevolution --configure \
 +              --template WebDAV \
 +              syncURL=https://XXX \
 +              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
 +</code>
 +
 +Beim lößchen wird der ganze //context// gelöscht:
 +
 +<code bash>
 +syncevolution --remove @onmars.eu
 +</code>
 +
 +==== Lokaler peer ====
 +^ ^ Angegeben ^ Angenommen ^
 +^ Context      | | @default |
 +^ Peer         | onmars.eu ||
 +^ (Data)store  | addressbook calendar todo ||
 +^ Config       | onmars.eu | onmars.eu@default |
 +(Wird kein Context angegeben, wird ''@default'' angenommen)
 +
 +<code bash>
 +syncevolution --configure \
 +              --template SyncEvolution_Client \
 +              syncURL=local://@onmars.eu \
 +              onmars.eu \
 +              calendar addressbook todo
 +syncevolution --print-config --quiet @onmars.eu
 +syncevolution --print-databases @onmars.eu calendar
 +syncevolution --print-items @onmars.eu calendar
 +</code>
 +
 +Beim lößchen wird nur der //peer// gelöscht:
 +<code bash>
 +syncevolution --remove onmars.eu
 +</code>
 +
 +==== Initial sync ====
 +<code bash>
 +syncevolution --sync refresh-from-remote onmars.eu@default
 +</code>
 +... warum auch immer das nicht ohne @default geht.
 +
 +==== Weitere syncs ====
 +<code bash>
 +syncevolution onmars.eu@default
 +</code>
 +
 +==== Weitere ToDo ====
 +  * Persönlicher kalender (https://XXX/SOGo/dav/XXX/Calendar/personal/ ) wird nicht gesynct. Der muss extra angegeben werden.
 +  * 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://syncevolution.org/documentation/syncevolution-usage|syncevolution.org]] (Beispiele, Begriffe, Parameter)
 +  * [[https://help.ubuntu.com/community/SyncEvolution/synchronize-multiple-google-calendars-with-evolution-calendars|help.ubuntu.com]] (//aktuelle// Anleitung)
 +
 +===== GSM =====
 +AT Kommandos für den baseband chip übersetzten übernimmt das ''/system/lib/mtk-ril.so''. ''strings'' Zeigt die Kommandos. Das shared object ist wohl ein binary blob vom Hersteller, könnte aber debug symbole enthalten.
 +
 +Es wird vom ''rild'' geladen, welcher die Kommunikation für ddie Anwendungen abstrhiert.
 +
 +''getprop'' liefert auch ein paar Infos, genau so wie ''grep -Ri ril /var/log/''.
 +
 +Dem System beim AT befehle senden zuschauen: http://fabiensanglard.net/cellphoneModem/index2.php
 +
 +Debuggen was an das baseband gesendet wird (?): ''socat UNIX:/dev/socket/rild-debug - | hexdump -C''. **vebinden blokiert empfang?** ([[https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues/200|Quelle]])
 +
 +<code>
 +/dev/socket/rild
 +/dev/socket/rild2
 +/dev/socket/rild3
 +/dev/socket/rild4
 +/dev/socket/rild-debug
 +/dev/socket/rild-oem
 +/dev/socket/rild-mtk-ut
 +/dev/socket/rild-mtk-ut-2
 +/dev/socket/rild-mtk-modem
 +/dev/socket/rild-atci
 +</code>
 +===== XMPP =====
 +http://www.taurix.net/content/jabber-ubuntu-touch
 +
 +https://github.com/ginuerzh/gchat
 ===== Weiteres ===== ===== Weiteres =====
 Der user ''phablet'' ist in der ''sudo'' Gruppe. Der user ''phablet'' ist in der ''sudo'' Gruppe.
computer/ubuntu_touch.1454701214.txt.gz · Last modified: 2020-11-18 18:10 (external edit)