-
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
Crash when launching notepad after 1.5.2 upgrade #13
Comments
Do you have OI Safe installed? If yes, does it matter which order you installed it. I saw this in the Google Play console but it is not reproducible for me. |
Full disclosure: Menasheh is my son. Both were already installed and got upgraded. We did try uninstalling and reinstalling OI Safe but it didn't help. To do the same for OI Notepad we would want to back up the data first, but can't get to Convert CSV because of the crash. Which seems a bit odd considering that on my phone it doesn't seem to decrypt any notes until I click on them. I guess we should try adb backup. |
Probably we should try to catch this exception and show a dialog explaining what to do. |
This worked: adb backup -f notepad.ab org.openintents.notepad Probably we should still try to catch the exception and give instructions. |
Could this be considered an android bug? Why is that necessary? |
I tried different things, but not sure what is going on. |
Just FYI: I just experienced a similar issue when starting Notepad from within Shoppinglist in Android Studio emulator. It seems that one has to install ShoppingList first and then Notepad. When I do it the other way around, I get the the security exception below. I think the problem also occurs when you change code and recompile Shoppinglist; it seems that during re-installation the identities of the ShoppingList permissions change and Notepad cannot launch due to lack of permission. I would have guessed some of you folks must have seen that problem before.... java.lang.SecurityException: Permission Denial: opening provider org.openintents.shopping.provider.ShoppingProvider from ProcessRecord{d673cf5 3363:org.openintents.notepad/u0a62} (pid=3363, uid=10062) requires org.openintents.shopping.READ_PERMISSION or org.openintents.shopping.WRITE_PERMISSION |
Cyanogen 12.1 based ROM on LG G2
OI Safe version 1.4.2
The text was updated successfully, but these errors were encountered: