-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't transfer files #40
Comments
I have the same problem. |
I used CSV editor so that I can at least see my old notes and found another app called Memo that writes to and reads from csv files I then spent rather too much of my life trying to convert my old csv files to the correct format for Memo. I ended up just manually copying my favourite notes from csv editor to Memo, safe in the knowledge that I can access the rest as and when needed in a clunky way using CSV Editor |
Thanks for sharing! I have way too many notes for any manual approach to work, unfortunately. I'm looking at extracting the database, but am unable to decrypt. |
For me the most reliable way to transfer all notes to a new phone has been "adb backup" on a connected PC. |
This worked for me:
Just needed to decrypt all my notes before. Otherwise the app complained with "Decryption failed due to changes in the operating system (Android)." |
Thank you all. I have hundreds of encrypted notes. Does anyone know of a way to either:
|
If your new phone can still encrypt things, you can leave the encryption
on I think. As far as I understand things, it's a problem with the
Android version the app is running on.
Just try the adb backup/restore without changing anything. The app will
complain if Android doesn't work anymore. There is also an email
displayed you can try.
|
Figured out the issue here: see code, this message is associated with decryption_failed_due_to_permissions. To fix this, go to the permissions list of the app (long press app in android -> info -> permissions) and enable "encrypt/decrypt" permissions. Worked fine for me on Android 10. I was able to transfer via adb without having to decrypt/reencrypt. @dicer |
I'd like to decrypt notes that I extracted from the sqlite database using python. I'd imagine it should be possible, given OI-Safe uses AES, if I have the right parameters. Would anyone with a security background be kind enough to help with this? Here is where this is decrypted in OI-Safe |
I have OI Notepad 1.5.4. Previously when transferring files to a new phone I could use export CSV but now OI Convert CSV just keeps stopping. Any suggestions for fix or workaround?
The text was updated successfully, but these errors were encountered: