Git Product home page Git Product logo

Comments (6)

guanlisheng avatar guanlisheng commented on June 25, 2024

there is an assumption that *.mmb is not encrypted, saying leave password empty/blank.

from android-money-manager-ex.

reaffirm avatar reaffirm commented on June 25, 2024

Also seeing this error on Android.

Note: I've even tried tapping the menu and going to load database and inputing the password, but I still get the looping error message.

I feel that the expected UX here would be for the app to prompt for the password to decrypt the db when you load it after it has been stopped, but I would settle for anything that would get my db to load after the very first time I create it.

Edit:

Found a workaround: Create a db that has a blank password (unencrypted). If you want your real data to be encrypted, make another db that's encrypted and keep all your data in there. Then you need to either make sure that the unencrypted db is the last one open before closing the app, or upon opening the app again, open the fake (unencrypted) db, then reopen your real (encrypted) db at which time you'll be prompted for the password. As I mentioned, ideal UX would be to be prompted for the password on startup (if the db is encrypted).

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 25, 2024

thanks @reaffirm, there is much room for uex.

  1. for unencrypted files, please use *.mmb suffix and leave the password blank.
  2. for the encrypted one, please use *.emb suffix and set your password.

from android-money-manager-ex.

reaffirm avatar reaffirm commented on June 25, 2024

@guanlisheng, when I do that then when I reopen the *.emb file, it's just blank and doesn't have the accounts I set up. Is there some save button I have to press before closing it?

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 25, 2024

reopening the app should be sufficient. while reopening the file means force pulling from the remote.

sync and setting -> sync will be helpful here.

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 25, 2024

hi @shay4567 , closing this and feel free to re-open

from android-money-manager-ex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.