austgl / diskusage

Automatically exported from code.google.com/p/diskusage
GNU General Public License v2.0
0 stars 0 forks source link

Not possible to analyze system folders / no SuperUser support #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start application
2. Select App Storage

What is the expected output? What do you see instead?
I expect to be able to see the app storage at least, but also the system data 
folders as to locate things more closely. Instead, I can only see the 
applications and the space they use - which doesn't really have an impact on 
me, which is due to using A2SD+.

What version of the product are you using? On what operating system?
2.0.5 - MIUI-Au 1.2.11 R1 - though not relevant.

Please provide any additional information below.
It'd be greatly appreciated if it could be "Internal storage" or "Root" rather 
than just "App Storage" for looking at the phone's internal storage. That's the 
one thing I've been looking for in an app like this, but otherwise it's 
splendid.

Original issue reported on code.google.com by nitrolin...@gmail.com on 20 Feb 2011 at 11:53

GoogleCodeExporter commented 9 years ago
That's strange. Could you describe your phone? What is the model of the device, 
android version, mod if any. Could you run in terminal emulator the command:
cat /proc/mounts
You should definitely see your card next to apps storage.
Currently superuser mode is not supported.

Original comment by Ivan.Volosyuk on 21 Feb 2011 at 8:31

GoogleCodeExporter commented 9 years ago
Ah yes, I think we may have a tiny misunderstanding. 
It's an HTC Desire, MIUI-Au 1.2.11 R1 (Android 2.2) with vorkKernel.

The problem is not seeing my card next to apps storage, I'm requesting support 
for superuser mode so that I can see /data/ and / (root) in general.

Original comment by nitrolin...@gmail.com on 21 Feb 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Root support is in my plans.

Original comment by Ivan.Volosyuk on 22 Feb 2011 at 1:49

GoogleCodeExporter commented 9 years ago
A recent update added Root support but I still only see Data folder when 
selecting App storage.  I have a Motorola Droid running Cyanogenmod 7 Nightly # 
38.  The app does not request superuser privileges. 

Original comment by mjweiden...@gmail.com on 16 Apr 2011 at 3:46

GoogleCodeExporter commented 9 years ago
I uninstalled and reinstalled the app.  The app still does not request 
superuser rights when selecting App Storage

Original comment by mjweiden...@gmail.com on 16 Apr 2011 at 3:52

GoogleCodeExporter commented 9 years ago
I can also confirm this, at least from the market version.

Original comment by nitrolin...@gmail.com on 16 Apr 2011 at 3:54

GoogleCodeExporter commented 9 years ago
What is the path to your 'su' binary? The app expects 'su' in /system/bin/su. 
If it finds it - it enables additional features.

Original comment by Ivan.Volosyuk on 17 Apr 2011 at 11:12

GoogleCodeExporter commented 9 years ago
My busybox is located in /system/xbin, that's at least the standard for
MIUI.

Original comment by nitrolin...@gmail.com on 17 Apr 2011 at 11:17

GoogleCodeExporter commented 9 years ago
Could you try attached DiskUsage version? It should work with /system/xbin/su 
as well.

Original comment by Ivan.Volosyuk on 17 Apr 2011 at 1:01

Attachments:

GoogleCodeExporter commented 9 years ago
Works! :-)

Original comment by nitrolin...@gmail.com on 17 Apr 2011 at 1:48

GoogleCodeExporter commented 9 years ago
My SU binary was in /system/xbin as well.  I copied it over to /system/bin and 
the additional functionality worked. 

Original comment by mjweiden...@gmail.com on 17 Apr 2011 at 2:03

GoogleCodeExporter commented 9 years ago
Should work ok on DiskUsage 2.1.3 available from Market.

Original comment by Ivan.Volosyuk on 21 Apr 2011 at 3:57