Android-password-store: Possible to copy .password-store to Android and use directly from there

Created on 9 Sep 2015  ·  5Comments  ·  Source: android-password-store/Android-Password-Store

I've created the .password-store git directory on my computer with all the passwords in it, and instead of running a git server somewhere, I prefer to copy that directory to my Android and run this app directly from it there. Is that possible? It'd be useful for people who don't run their own git server but can copy over the .password-store from their computer to their android regularly.

Most helpful comment

As noted here, https://github.com/zeapo/Android-Password-Store/issues/161 the message is wrong and the app doesn't actually delete the contents of the folder. So it will see the passwords and hopefully the .git too

All 5 comments

You can but it's not well supported. There are two ways:

  • Click on Clone Existing, select external, then select the directory where you copied the store.
  • Click on Settings, check External repository, then select the directory you copied.
    Until we support non-git repositories, be sure to keep the .git directory inside the .password-store directory.

Thanks, I can see the list of password files in the app now! When you say it isn't well supported, are there any gotchas I should watch out for?

The above method both result in a dialog like this:

“Directory not empty. You’ve selected a non-empty directory for the store. This is extremely dangerous and you will loose your data as its content will be deleted. [Remove Everything]”

I do have my .git inside the same directory, but the app wants to delete the folder regardless. There are no other files in the directory.

As noted here, https://github.com/zeapo/Android-Password-Store/issues/161 the message is wrong and the app doesn't actually delete the contents of the folder. So it will see the passwords and hopefully the .git too

Was this page helpful?
0 / 5 - 0 ratings

Related issues

532910 picture 532910  ·  6Comments

Shiroukoji picture Shiroukoji  ·  4Comments

dllud picture dllud  ·  6Comments

glowinthedark picture glowinthedark  ·  6Comments

AeliusSaionji picture AeliusSaionji  ·  4Comments