33 lines
858 B
Markdown
33 lines
858 B
Markdown
|
# SMS Scripts :
|
||
|
|
||
|
Scripts to convert SMS backup from [QKSMS](https://github.com/moezbhatti/qksms) or [QUIK-SMS](https://github.com/octoshrimpy/quik) to [Fossify Messages](https://github.com/FossifyOrg/Messages) backup
|
||
|
|
||
|
**The scripts don't work with MMS !!!**
|
||
|
|
||
|
## Usage :
|
||
|
|
||
|
If you just want to convert your old QKSMS to Fossify Messages :
|
||
|
|
||
|
```sh
|
||
|
python qsms_to_fossify ./QSMS_Backup.json ./New_Backup_Name.json
|
||
|
```
|
||
|
|
||
|
If you already use Fossify on your new phone **After** using QKSMS/QUIKSMS :
|
||
|
|
||
|
```sh
|
||
|
python qsms_merge_fossify ./QSMS_Backup.json ./Fossify_Backup.json New_Backup_Name.json
|
||
|
```
|
||
|
|
||
|
## Examples :
|
||
|
|
||
|
Convert backup :
|
||
|
|
||
|
```sh
|
||
|
python qsms_to_fossify ./examples/QSMS_backup.json ./examples/Converted_Backup.json
|
||
|
```
|
||
|
|
||
|
Merge backup :
|
||
|
|
||
|
```sh
|
||
|
python qsms_merge_fossify ./examples/QSMS_backup.json ./examples/Fossify_backup.json ./examples/Merged_Backup.json
|
||
|
```
|