originallgb / keepassdroid

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

save database on external sd card whit Ics 4 #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When try to save database on external sd card
the program fail with message "ACCES DENIED".

Original issue reported on code.google.com by aprisc...@gmail.com on 7 Jan 2012 at 8:51

GoogleCodeExporter commented 8 years ago
My database is saved on the external SDCard right now.

Original comment by nkya...@gmail.com on 6 May 2012 at 4:25

GoogleCodeExporter commented 8 years ago
I understand that the path to the external card differs on different devices.  
On my Galaxy Tab, the path to the card is /mnt/extSdCard.  I copied a .kbdx 
file onto that card via USB, and KeePassDroid does not see it when I try to 
open it: File not found.  If it matters, the full path is 
/mnt/extSdCard/Krocus/keyz.kbdx

Original comment by kismet...@gmail.com on 23 Jun 2012 at 11:02

GoogleCodeExporter commented 8 years ago
I use the Android Environment.getExternalStorageDirectory to get a default 
directory that I expect to be writable. Manufacturers don't consistently 
implement this correctly though, so you may need to manually type the 
appropriate path for your phone.

Original comment by bpel...@gmail.com on 30 Jul 2012 at 12:29