A super simple script that converts a Colornote sqlite database to a Quillpad backup. I had to make this for someone who was stuck on Colornote and wanted to switch to a different note taking app.
Getting the sqlite database from Colornote is the tricky part. There are 2 ways:
- Download Total Commander, go to the root folder, and navigate to
/data/data/com.socialnmobile.dictapps.notepad.color.note/databases
and download thecolornote.db
file into your computer in the same folder as the python script
- Backup colornotes
- Download and run an Android emulator on your pc, like Bluestacks
- Root the android emulator (It's very easy, you just switch a couple 0s to 1s in a text file)
- Follow the above steps in the If your phone is rooted section