Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| sailfishos:projects:sailfish_contacts_rescue [2021/08/09 16:36] – todo and implementation admin | sailfishos:projects:sailfish_contacts_rescue [2021/10/15 10:32] (aktuell) – Hilfeausgabe und Versionsstand geändert admin | ||
|---|---|---|---|
| Zeile 13: | Zeile 13: | ||
| <WRAP center round info 20%> | <WRAP center round info 20%> | ||
| - | **Version 0.2 is the latest one.** | + | **Version 0.7 is the latest one.** |
| </ | </ | ||
| Zeile 28: | Zeile 28: | ||
| |Organization name|{{: | |Organization name|{{: | ||
| |Organization parameters|{{: | |Organization parameters|{{: | ||
| - | |picture / foto|{{: | + | |picture / foto|{{: |
| |address|{{: | |address|{{: | ||
| |birthday|{{: | |birthday|{{: | ||
| |URL|{{: | |URL|{{: | ||
| + | |Notes|{{: | ||
| + | ===== Requirements ===== | ||
| + | Install following Python Modules from PyPi | ||
| + | * vObject | ||
| + | * sqlite3 | ||
| + | * uuid | ||
| + | |||
| + | ===== execution Notes ===== | ||
| + | <code | Help>$ ./ | ||
| + | usage: ContactRestore.py [-h] --db DB --output OUTPUT [--outsinglefile OUTSINGLEFILE] [--avatars AVATARS] [--debug] | ||
| + | | ||
| + | |||
| + | Restore SailfishOS 3 Contacts | ||
| + | |||
| + | optional arguments: | ||
| + | -h, --help | ||
| + | --db DB, -d DB Sqlite3 Database file usually / | ||
| + | sqlite/ | ||
| + | --output OUTPUT, -o OUTPUT | ||
| + | Output directory for vcf files.' | ||
| + | --outsinglefile OUTSINGLEFILE, | ||
| + | If specefied, a file with that name is created under specified path, contianing all VCard | ||
| + | entrie. E.G. your address book | ||
| + | --avatars AVATARS, -a AVATARS | ||
| + | Avatar directory. If present otherwise we skip this block of avatars, means, no avatars at all | ||
| + | --debug | ||
| + | --version | ||
| + | |||
| + | This script was written to restore SailfishOS 3 contacts as VCF files. To see additional information, | ||
| + | https:// | ||
| + | |||
| + | <code | Execution> | ||
| + | $ ./ | ||
| + | exporting SiSo Emulator to file Testdata/ | ||
| + | exporting TestUserFirstName TestUserLastName to file Testdata/ | ||
| + | exporting 2nd Test *FN* User *LN* to file Testdata/ | ||
| + | exporting Phone Test to file Testdata/ | ||
| + | exporting Ludowig Adressuser to file Testdata/ | ||
| + | </ | ||
| ====== Database ====== | ====== Database ====== | ||
| ===== Schema ==== | ===== Schema ==== | ||
| Zeile 105: | Zeile 144: | ||
| ====== external Links ====== | ====== external Links ====== | ||
| + | * great Fileformat description: | ||
| * FileFormatdescription: | * FileFormatdescription: | ||
| * Python vobject: http:// | * Python vobject: http:// | ||
| + | * vobject Code documentation: | ||
| * https:// | * https:// | ||
×
iphelper toolbox
you see this when javscript or css is not working correct
Untested