FAQ
Why the application needs certain privileges?
Mirakel needs some permissions to do certain tasks. It never sends your data to the internet except you explicit tell it to do so.
Mirakel will not use these permissions for anything but the following features:
- Modify or delete the contents of your USB storage
- To backup and import data.
- Accounts and sync settings
- To setup and use the sync-service.
- Full network access
- For the sync
-
Run at startup
- For the notifications and reminders
- Control vibration
- For the reminders
-
Modify global system settings
- For the sync
How to import from Any.Do?
How to activate the developer settings?
Settings → About → Tap some times on the version number
How to get the sync logs?
- activate the Developer Settings
- Settings → Development Settings → Dump recieved TW-Messages
Then you can retrieve the logs from /sdcard/mirakel/logs/
How to anonymize my database and send it to you?
We’ve wrote a tiny script to help you to anonymize your data: https://raw.githubusercontent.com/MirakelX/mirakel-scripts/master/anonymize_sqlite.sh Download it and run it via ./anonymize_sqlite.sh my_database.db
. Then you can send us the database via e-mail.
How to anonymize my task files and send it to you?
We’ve wrote a tiny script to help you to anonymize your data: https://raw.githubusercontent.com/MirakelX/mirakel-scripts/master/anonymize.py Download it and run it via ./anonymize.py ~/.taskrc/ > my_task_data
. Then you can send us the file via e-mail.