GithubHelp home page GithubHelp logo

Comments (4)

michielvanerp avatar michielvanerp commented on May 22, 2024 1

I agree something feels off here. Although the OS or other apps weren't acting strange, the app Google Files was reporting strange numbers. '116 GB used, of 128 GB capacity' on the first screen but when clicking on that number, it said '142 GB used, of 128 GB capacity'. The sum of the categories below it seems right - and impossible, since I only have 128 GB. 😉
Removing more apps, cleaning cache of several ohter (system) apps somehow resolved the Bitcoin issue.
Google Files now states '113 GB used, of 128 GB capacity' on the first screen, when clicking on that number, it says '127 GB used, of 128 GB capacity'.
Although the numbers are still weird, my wallet was able to restore now. Thanks for your help!

from bitcoin-wallet.

schildbach avatar schildbach commented on May 22, 2024

The app doesn't use external storage, so it doesn't even request or need storage permissions. The error message is clearly about app-internal storage, which doesn't require permissions to access.

The app uses

boolean isLow =
    application.registerReceiver(null, new IntentFilter(Intent.ACTION_DEVICE_STORAGE_LOW)) != null;

to determine if storage is low. It has been deprecated, but there is no replacement either. Maybe we need to remove the entire dialog.

from bitcoin-wallet.

michielvanerp avatar michielvanerp commented on May 22, 2024

Ok, removing it sounds useful then.
At the bottom of the app I also get Error while syncing. Not enough storage.
Restoring a wallet is blocked: after the restore the app closes, when I start the app again the same dialog and message at the bottom appear. With zero balance shown.

from bitcoin-wallet.

schildbach avatar schildbach commented on May 22, 2024

It should be noted though that the cause of your problem seems to be a bug in your device system, assuming that you in fact have enough storage left. Other apps will be affected too. Maybe you should report this to OnePlus?

from bitcoin-wallet.

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.