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:59] – Ausführungsnotizen 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 ===== | ===== execution Notes ===== | ||
| - | <code | Help>$ ./ContactRescue.py --help | + | <code | Help>$ ./ContactRestore.py --help |
| - | usage: | + | usage: |
| + | [--version] | ||
| Restore SailfishOS 3 Contacts | Restore SailfishOS 3 Contacts | ||
| Zeile 41: | Zeile 49: | ||
| optional arguments: | optional arguments: | ||
| -h, --help | -h, --help | ||
| - | --db DB, -d DB Sqlite3 Database file usually / | + | --db DB, -d DB Sqlite3 Database file usually / |
| + | | ||
| --output OUTPUT, -o OUTPUT | --output OUTPUT, -o OUTPUT | ||
| - | Output directory for vcf files | + | 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 | --debug | ||
| --version | --version | ||
| This script was written to restore SailfishOS 3 contacts as VCF files. To see additional information, | This script was written to restore SailfishOS 3 contacts as VCF files. To see additional information, | ||
| - | https:// | + | https:// |
| - | </ | + | |
| <code | Execution> | <code | Execution> | ||
| - | $ ./ContactRescue.py -d Testdata/ | + | $ ./ContactRestore.py -d Testdata/ |
| exporting SiSo Emulator to file Testdata/ | exporting SiSo Emulator to file Testdata/ | ||
| exporting TestUserFirstName TestUserLastName to file Testdata/ | exporting TestUserFirstName TestUserLastName to file Testdata/ | ||
| Zeile 131: | 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