Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage capacity displayed incorrectly when using Adoptable storage #52

Closed
7 tasks done
ghost opened this issue Feb 4, 2024 · 3 comments
Closed
7 tasks done
Labels
invalid This does not seem right

Comments

@ghost
Copy link

ghost commented Feb 4, 2024

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.0.0

Affected Android/Custom ROM version

Android 7.1.2 / LineageOS-14.1

Affected device model

Samsung Galaxy Note II GT-N7100

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

  • Open the application and make sure that the internal memory and SD card are displayed correctly in the "Storage" tab.
  • Format the SD card as internal memory in the device settings.
  • Open the application again.
    *You will see that the SD card is no longer visible (which is good), but the storage capacity is not increasing.

Expected behavior

It is necessary to display NOT the amount of internal memory, but the total memory (Device memory + SD card) For example, if your device memory is 16GB and the SD card is 128GB, then the application should display ≈ 131GB.

Actual behavior

The application does not display the total volume of Device memory + SD card.

Screenshots/Screen recordings

Screenshot_20240204-125416 Screenshot_20240204-125508 Screenshot_20240204-125542

Additional information

No response

@ghost ghost added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Feb 4, 2024
@Aga-C Aga-C removed the needs triage Issue is not yet ready for PR authors to take up label Feb 4, 2024
@ghost
Copy link

ghost commented Feb 29, 2024

2024-02-29_15-34-20.mp4

Are you talking about this bug?

@Aga-C
Copy link
Member

Aga-C commented Feb 29, 2024

@kik-btaski It's not a bug, it's just a problem with units interpretation. Your system reports 64 GB, but it counts 1 GB as 1024^3 B. Fossify File Manager reports 68.7 GB because it counts using SI units: 1 GB as 1000^3 B. It's a common confusion because properly it should be written 64 GiB (1 GiB = 1024^3 B).
See more here: https://en.wikipedia.org/wiki/Byte#Multiple-byte_units.

@ghost
Copy link

ghost commented Feb 29, 2024

Ohk got it👍

@Aga-C Aga-C added the needs triage Issue is not yet ready for PR authors to take up label Mar 13, 2024
@ghost ghost closed this as completed Mar 16, 2024
@Aga-C Aga-C closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2024
@Aga-C Aga-C added invalid This does not seem right and removed bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This does not seem right
Projects
None yet
Development

No branches or pull requests

1 participant