-
Notifications
You must be signed in to change notification settings - Fork 64
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
Analysing /data with root enabled does not work anymore #87
Comments
Does it work on an older version of diskusage on the same device? I don't
have access to rooted devices at this point, so my debugging abilities are
limited and the code for capturing this state is removed now.
…On Thu, Dec 7, 2023 at 11:42 PM Massedil ***@***.***> wrote:
Screenshot_20231207-134018_Trebuchet.png (view on web)
<https://github.com/IvanVolosyuk/diskusage/assets/20357783/f23499c6-b710-479d-821c-92b3bd707d0f>
Screenshot_20231207-134030_Trebuchet.png (view on web)
<https://github.com/IvanVolosyuk/diskusage/assets/20357783/9d77861b-c761-4fda-bbab-7aae2f1f5a65>
—
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXQ6HLXVPTOISSXJZRTRTLYIG2RTAVCNFSM6AAAAABAK7XWWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBVGI3TKNZWGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes, it works with the 3.8.0 F-Droid version. |
Same issue as this ticket and same issue with the old version:
phone: Fairphone 3 I tried various other entries like "/data/user/0" and it doesn't data either. |
The issue with limited access to /data can be worked around by calling magisk su with
And the app should check for and not follow symlinks (like /data/user/0 -> /data/data) |
Patches are welcome.
…On Wed, Dec 13, 2023 at 7:46 PM binarynoise ***@***.***> wrote:
The issue with limited access to /data can be worked around by calling
magisk su with
-mm, -M,
--mount-master Force run in the global mount namespace
And the app should check for and not follow symlinks (like /data/user/0 ->
/data/data)
—
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXQ6HILNUM6ZKEPCF73BHLYJFTPDAVCNFSM6AAAAABAK7XWWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJTGQ4TGMZWGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It seems, the problem is not only the restricted access to /data. |
I tried the 5.0-alpha0 on F-Droid and I can't see my files when I try to show /data partition.
It was working with the 3.8.0 version.
Phone: Samsung Galaxy S5
LineageOS : 18.1
The text was updated successfully, but these errors were encountered: