Ivan Volosyuk

Results 103 comments of Ivan Volosyuk

Several options to implement needed intent. The code is a bit messy though. The Material Files developer can have a look at: https://github.com/IvanVolosyuk/diskusage/blob/master/app/src/main/java/com/google/android/diskusage/DiskUsage.java#L342 On Mon, Jul 19, 2021 at 6:54...

The last release of DiskUsage was done quite a while ago. Looks like the last release version of DiskUsage doesn't include this changes: https://github.com/IvanVolosyuk/diskusage/blob/64479bf235365b7818cc3bfb3a635fd687028ae6/app/src/main/java/com/google/android/diskusage/DiskUsage.java On Tue, Jul 27, 2021 at...

I use some of hidden android APIs. I found the only way how to compile the app with the hidden apis. The jar is not supposed to be included in...

You need root access to do that. Strictly speaking "System data" in DiskUsage is storage space reported by filesystem as allocated, but without corresponding files to be found. Application without...

OnePlus has a bug where they report size in blocks incorrectly. https://docs.google.com/document/d/1tNReLmUwd99N1fb4WrhA7ouRWlqdZbRi4rraWLpIO08/edit

Yeah, I have several reports for Hauwei devices. I have to figure out how to deal with it On Sat, Apr 23, 2016, 3:05 AM Igor Pellegrini [email protected] wrote: >...

Newer versions of DiskUsage should report correctly the app which DiskUsage stuck at.

System memory Samsung reports is on separate partition and has not possible to use by user. DiskUsage total reports the size of the user partition of the device. System memory...

Do you have x86 device by any chance? In such a case it can be easy to fix including separate x86 scan binary into the app. You can try using...

This is probably system apps bundled with your device. You cannot uninstall them without root access. With root you can find them in /system/app On Tue, Jul 12, 2016 at...