qutterr / keepassdroid

Automatically exported from code.google.com/p/keepassdroid
0 stars 0 forks source link

Logging new entry tries saving it to a non exsistent directory file on phones memory card. #666

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Anytime I try to add an entry and try saving it to memory card.

What is the expected output? What do you see instead?
Was saving to storage/extSdCard/Android/Keepass/Keepass.kbd - Now can't save

What version of the product are you using? On what operating system?
1.99.10 and I am using a Samsung S4 Android V 4.4.2

Please provide any additional information below.

This is the error I get when trying to add new entry on Keepass Droid:
/storage/extSdCard/Android/Keepass/Keepass.kbd.tmp: open failed EACCES
(Permission Denied)

Original issue reported on code.google.com by SteveOrB...@gmail.com on 7 Mar 2014 at 5:41

GoogleCodeExporter commented 8 years ago
Please notify me by email if you know why this is happening all of a sudden, 
when everything has been working up until the other day. Phone had system 
update, so I don't know if this had anything to do with it.

ATTN:  I misspelled the files above, they are kdb file extension, not kbd as I 
wrote.

Original comment by SteveOrB...@gmail.com on 7 Mar 2014 at 6:01

GoogleCodeExporter commented 8 years ago
I am also experiencing the same identical issue. I cant say when it started 
because I dont recall when I last saved any changes.

Original comment by dwin...@gmail.com on 18 Mar 2014 at 3:43

GoogleCodeExporter commented 8 years ago

Original comment by bpel...@gmail.com on 24 Mar 2014 at 3:28

GoogleCodeExporter commented 8 years ago
i have same issue. cannot save a new entry. any help appreciated. matt

Original comment by mattjack...@gmail.com on 9 Apr 2014 at 11:50

GoogleCodeExporter commented 8 years ago
this problem appears, when you update the firmware from 4.3 to 4.4.2.

Original comment by cha...@gmail.com on 19 Apr 2014 at 1:55

GoogleCodeExporter commented 8 years ago
Same problem, definitely when my Galaxy S3 went from ICS to Kitkat (4.3 to 
4.4.2).

Original comment by RktL...@gmail.com on 7 May 2014 at 11:31

GoogleCodeExporter commented 8 years ago
Found a work around... Had to copy my .kdb over to the keepass directory on the 
phone (vs the SD card) and checkmark the open as default.

old directory1 (didn't work): storage/extSdCard/keepass/keepass.kdb
old directory2 (didn't work): mnt/extSdCard/keepass/keepass.kdb
new directory (save works): storage/emulated/0/keepass/keepass.kdb

Original comment by RktL...@gmail.com on 7 May 2014 at 12:50

GoogleCodeExporter commented 8 years ago
Thanks for the solution to copy the file to internal phone memory. It works 
fine.
I have Sony Xperia Z, android v 4.4.2 and experienced the same problem after 
upgrade.

Original comment by helena.n...@gmail.com on 28 Jun 2014 at 10:19

GoogleCodeExporter commented 8 years ago
Solution #7(emulated/0) works also for me (Galaxy s4 Android 4.4.2).
Thanks :-)

Original comment by o.facchi...@gmail.com on 16 Jul 2014 at 10:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
And fine for me as well, even with a different .kdb filename.

Original comment by mulder.s...@gmail.com on 21 Sep 2014 at 7:37

GoogleCodeExporter commented 8 years ago
if you're rooted you can work around this issue by restoring write access to 
the sdcard by adding '<group gid="media_rw" />' under the 
WRITE_EXTERNAL_STORAGE area of your system/etc/permissions/platform.xml file.

If you break something in there though don't blame me.  Back it up first. =)

Original comment by ceub...@gmail.com on 19 Feb 2015 at 8:51