-
Notifications
You must be signed in to change notification settings - Fork 527
Storage leak #174
Comments
QR Droid is a case in point. Prevented all access, but the app happily accesses the camera. |
Did you restart the application? |
Please note: the back menu often doesn't stop the application. |
Of course I killed the apps:-) |
Which Android version are you using? http://www.androidcentral.com/jelly-bean-brings-new-permission-along-read-external-storage |
@cobaltdr: this issue is about something else, so create a new issue. |
I cannot reproduce this. |
I'm on jb 4.1.2, and I know about this new perm, I've blocked it from day one with permissions denied. |
"I blocked the three storage related perms, and I can't access neither the external storage nor some of the internal storage, but I still can access all the /system folder." Correct, see first remark. "I blocked get external storage and media but kept sdcard unchecked, I can access both external and internal storage." Correct, sdcard unchecked: external storage not restricted, internal storage: see first remark. "I blocked get external storage and sd card but kept media unchecked, I can't access neither external not internal storage, except the/system folder." Correct, see first remark: internal storage is not the same as media storage. I cannot change this, since this is how Android works. |
Ok, I will try to be more concise:-) |
Could you please try if this version fixes your problem? If not, please repeat your tests and make a logcat like this:
and tell me which output you get when. |
It still doesn't work. For now I'm busy and I can't get a logcat from my phone's terminal emulator but I will send one later when I connect to my laptop. |
Ok, here it is, hopefully it's what you need (actually the whole version is much longer, I put here what seemed relevant to me, in case you want the full logcat just ask and I'll put it here): [deleted] |
Please make the logcat as described earlier.
|
I made a full logcat, but the command to extract doesn't work, I tried many times and everytime I get a message "grep is not recognized as an internal or external command, operable program or batch file". |
You are probably on Windows.
|
Allright, so: I/XPrivacy/XPackageManagerService( 452): gid=1015 restriction=storage action=sd I/XPrivacy/XPackageManagerService( 452): get 10088/inet internet=true # 261 ms I can access neither media nor sdcard. 2- getExternalStorageState and media are restricted, sdcard is not. I open ghost commander I get this: I/XPrivacy/XPackageManagerService( 452): get 10088/sdcard storage=false # 262 m I can access both media and sdcard, but sdcard is read only (media is read write). |
Can you post the output of this:
(delete the application specific lines for privacy) |
|
Looking at the log and mounts it seems to me that XPrivacy works as should. |
Thanks for this article, everything became clear. |
Renaming would result in problems for existing users. |
Some apps manage to access the internal/external storage storage even if it's blocked.
For example I block media and keep external storage unblocked, the app can access media (and vice versa).
I block get external storage state, the app still can access it.
I tried with rom tool box, kingsoft office, mantano reader, gone mad player...
The text was updated successfully, but these errors were encountered: