Giter Club home page Giter Club logo

Comments (4)

madhead avatar madhead commented on August 18, 2024

Workaround that seems to work for rooted phones:

  1. Install sqlite3 binary. Get one at XDA Developers for your CPU, then upload to phone
  2. Run adb shell
  3. Become superuser: su
  4. Navigate to /data/data/com.code44.finance/databases
  5. Open the database: sqlite3 finance.db
  6. Insert what you need manually: INSERT INTO exchange_rates (exchange_rates_currency_code_from, exchange_rates_currency_code_to, exchange_rates_rate) VALUES ('BYR', 'EUR', 0.00004170334);

from financius.

mariebogarova avatar mariebogarova commented on August 18, 2024

Hi Madhead!

Were you actually able to solve this issue?

For some currencies the app still doesn't work properly and doesn't do the money conversion (for example: GBP, NZD,..). so if I wanna set my new "account" in those currencies, the money exchange rate is always 1, even it's not true (for example 1 NZD would show as 1 CHF).

I don't see the option to set it manually.

Thanks for advises!

from financius.

madhead avatar madhead commented on August 18, 2024

Workaround works only for rooted phones...

from financius.

mariebogarova avatar mariebogarova commented on August 18, 2024

Thanks,
It sais that root access is available but its not installed. Im gonna check what it is exactly, im not good in those stuff but it would be worhty to find out :)

from financius.

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.