* Platform: MediaTek MT6582 SoC
* ufw
* PulseAudio
* DNSMasq
* lightDM
* cron
* DBus
* upowerd
* telepathy
* gconf
* upstart
* evolution-source-registry
<code bash>
mount | grep etc.*rw | cut -d ' ' -f 3
</code>
* **fstab**
* **NetworkManager/system-connections**
* **default/ufw**
* **ufw**
* **apparmor.d/cache**
* **ssh**
* **init/ssh.override**
* **writable**
* hostname
* localtime
* machine-info
* timezone
* whoopsie
* **default/apport**
* **init/whoopsie.override**
* **network/if-up.d**
* **.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**
* **<app-id>**
* **evolution**
* addressbook/system/contacts.db
* tasks/1454618765.3380.0@ubuntu-phablet/tasks.ics (Wecker!)
* **.ssh**
* **/usr/share/syncevolution**
Download the latest AppImage from https://github.com/ubports/ubports-installer/releases. ''chmod a+x *.AppImage && sudo ./*AppImage''.
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>
^ 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>
^ ^ 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>
<code bash>
syncevolution --sync refresh-from-remote onmars.eu@default
</code>
... warum auch immer das nicht ohne @default geht.
<code bash>
syncevolution onmars.eu@default
</code>
* 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.
* [[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)
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>
http://www.taurix.net/content/jabber-ubuntu-touch
https://github.com/ginuerzh/gchat
Der user ''phablet'' ist in der ''sudo'' Gruppe.
''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.
Das holt zusätzliche Daten aus ''/var/lib/extrausers/{passwd,shadow}''.
Dekko Debug mode: //Setting// -> //About// -> Lange und herzlich das Icon drücken.
* https://gurucubano.gitbooks.io/bq-aquaris-e-4-5-ubuntu-phone/content/en/