Hello,
I got same Problem as request #62:
since about two weeks the passwdsafe app does not open my password psafe3 files - I do not understand why.
The windows version (pwsafe.exe v3.38.02) does open the psafe3 files - only the android version (6.22.2) does not.
I tried a new installazion of the app - same result.
I tried to open unchanged older versions of psafe3 files from 2016 on (they opened at that time, they still open in windows) - same result
A java function of the app says it cannot open the app because of sarety restrictions:
java.lang.SecurityException: com.android.externalstorage has no access to content://media/external_primary/file/1000087120
at android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
at android.os.Parcel.createException(Parcel.java:3007)
at android.os.Parcel.readException(Parcel.java:2990)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190)
at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153)
at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780)
at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2034)
at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1849)
at android.content.ContentResolver.openInputStream(ContentResolver.java:1525)
at com.jefftharris.passwdsafe.file.PasswdFileUri.load(PasswdFileUri.java:223)
at com.jefftharris.passwdsafe.file.PasswdFileData.load(PasswdFileData.java:112)
at com.jefftharris.passwdsafe.PasswdSafeOpenFileFragment$OpenTask.doInBackground(PasswdSafeOpenFileFragment.java:834)
at com.jefftharris.passwdsafe.PasswdSafeOpenFileFragment$OpenTask.doInBackground(PasswdSafeOpenFileFragment.java:806)
at com.jefftharris.passwdsafe.lib.ManagedTask$Task.doInBackground(ManagedTask.java:130)
at com.jefftharris.passwdsafe.lib.ManagedTask$Task.doInBackground(ManagedTask.java:98)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)
What is wrong; Can you help?
My Smartphone: Samsung Galaxy S20 FE 5G
Android 13 (safety patch march 2023) , Samsung One UI Version 5.1
With kind regards
Klaus H. Hoffmann
hi_ulm@web.de
Anonymous
If you follow the instructions here, https://stackoverflow.com/a/75286899, is the problem fixed?
Closing due to inactivity