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

Next revision
Previous revision
computer:ubuntu_touch [2016-02-05 19:40] – created 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 37: Line 38:
  
 ==== /home/phablet/ ==== ==== /home/phablet/ ====
-  * **.ssh** 
-  * **.cache** 
   * **.config**   * **.config**
 +    * **<app-id>**
 +    * **dekko.dekkoproject**
 +      * dekko.dekkoproject.conf (Schnell & einfach Identitäten anlegen)
 +    * **textsecure.jani**
 +      * 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**
 +    * **<app-id>**
   * **.local/share**   * **.local/share**
 +    * **<app-id>**
     * **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**
  
 +==== Weitere ====
 +  * **/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 =====
 +Since 15.04, rc-channel, CalDav accounts can be created.
 +
 +
 +Aktuellen status anschauen:
 +<code bash>
 +syncevolution --print-configs
 +syncevolution --print-databases
 +find /home/phablet/.config/syncevolution/
 +find /home/phablet/.config/evolution/
 +find /home/phablet/.local/share/evolution/
 +</code>
 +
 +Auflisten aller Tempates:
 +<code bash>
 +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.
  
 ''nmcli connection modify ens4v1 ipv6.ip6-privacy 2'' geht nicht. ''nmcli connection modify ens4v1 ipv6.ip6-privacy 2'' geht nicht.
 +
 +Das root Passwort ist das unlock Passwort/Pin.
  
 Um das Passwort von ''phablet'' an das unlock pattern an zu passen, ohne in ''/etc'' schreiben zu müssen, wird [[http://manpages.ubuntu.com/manpages/vivid/man8/pam_extrausers.8.html|extrausers]] in PAM und NSS verwendet. Um das Passwort von ''phablet'' an das unlock pattern an zu passen, ohne in ''/etc'' schreiben zu müssen, wird [[http://manpages.ubuntu.com/manpages/vivid/man8/pam_extrausers.8.html|extrausers]] in PAM und NSS verwendet.
 Das holt zusätzliche Daten aus ''/var/lib/extrausers/{passwd,shadow}''. Das holt zusätzliche Daten aus ''/var/lib/extrausers/{passwd,shadow}''.
 +
 +Dekko Debug mode: //Setting// -> //About// -> Lange und herzlich das Icon drücken.
 +
 +
 +===== Lektüre =====
 +  * https://gurucubano.gitbooks.io/bq-aquaris-e-4-5-ubuntu-phone/content/en/
 +
computer/ubuntu_touch.1454697632.txt.gz · Last modified: 2020-11-18 18:10 (external edit)