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-08 01:08] – [Ubuntu Touch] skrupelloscomputer:ubuntu_touch [2020-11-18 18:11] (current) – external edit 127.0.0.1
Line 62: 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: Aktuellen status anschauen:
 <code bash> <code bash>
Line 97: Line 104:
 syncevolution --configure \ syncevolution --configure \
               --template WebDAV \               --template WebDAV \
 +              syncURL=https://XXX \
               username=XXX \               username=XXX \
               password=XXX \               password=XXX \
-              syncURL=https://XXX \+              keyring=no \
               target-config@onmars.eu \               target-config@onmars.eu \
               calendar addressbook todo               calendar addressbook todo
Line 126: Line 134:
               --template SyncEvolution_Client \               --template SyncEvolution_Client \
               syncURL=local://@onmars.eu \               syncURL=local://@onmars.eu \
-              @onmars.eu \+              onmars.eu \
               calendar addressbook todo               calendar addressbook todo
 syncevolution --print-config --quiet @onmars.eu syncevolution --print-config --quiet @onmars.eu
Line 135: Line 143:
 Beim lößchen wird nur der //peer// gelöscht: Beim lößchen wird nur der //peer// gelöscht:
 <code bash> <code bash>
-syncevolution --remove @onmars.eu+syncevolution --remove onmars.eu
 </code> </code>
  
Line 160: Line 168:
   * [[https://help.ubuntu.com/community/SyncEvolution/synchronize-multiple-google-calendars-with-evolution-calendars|help.ubuntu.com]] (//aktuelle// Anleitung)   * [[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.1454890092.txt.gz · Last modified: 2020-11-18 18:10 (external edit)