Question Poco f3 scoped storage - Xiaomi Poco F3 / Xiaomi Mi 11X / Redmi K40

Hello everyone,
I would like to modify some files in root/vendor/etc but i can't because of permission. I'm root, I can access file with solid explorer but can't modify anything. I try to modify attributes of the folder but it gives me a error.
Is there a bypass for the scoped storage of android 11?
Thx !

You can use ADB root to modify it by using terminal commands. Not ideal but a possibility

Robert314 said:
You can use ADB root to modify it by using terminal commands. Not ideal but a possibility
Click to expand...
Click to collapse
I would like to change the name of a file inside etc in vendor folder, do you know how I could do it ? Or could you point me a guide ? I'm not sure how to search a solution for this case

Robert314 said:
You can use ADB root to modify it by using terminal commands. Not ideal but a possibility
Click to expand...
Click to collapse
Apparently I can't run ADB root, I got "adbd cannot run as root in production builds", well I will dig further to find a solution

Greenspoof said:
I would like to change the name of a file inside etc in vendor folder, do you know how I could do it ? Or could you point me a guide ? I'm not sure how to search a solution for this case
Click to expand...
Click to collapse
Root Browser Classic - Apps on Google Play
Fully customizable Root Browser for Android users and rooted superusers
play.google.com
Try this file manager. Its a good root file manager and as it's old I might bypass scoped storage

which rom? right now i use arrow and it is the only one that can mount system as R/W.maybe there are others but a have not trid all of them.MIUI does not support it due to dynamic partitions,

hexisg said:
which rom? right now i use arrow and it is the only one that can mount system as R/W.maybe there are others but a have not trid all of them.MIUI does not support it due to dynamic partitions,
Click to expand...
Click to collapse
It's indeed the stock one. As debloated, I find it the best

Robert314 said:
Root Browser Classic - Apps on Google Play
Fully customizable Root Browser for Android users and rooted superusers
play.google.com
Try this file manager. Its a good root file manager and as it's old I might bypass scoped storage
Click to expand...
Click to collapse
I tried but didn't work, scoped storage is really awful, but thx anyway!

Related

Rooted but can not mount system folder to r/o

I rooted my oneplus7T with magisk manager7.4.0 by using patched root.img and boot from patched img to directly install magisk, but can not write files into system. So AdAway can not work by this reason. But clocksync can work normally and rootcheck is successful.
By the way, the model is HD1905 and biuld number is 10.0.6HD65AA.
Need help. Thanks so much!
myson1188 said:
I rooted my oneplus7T with magisk manager7.4.0 by using patched root.img and boot from patched img to directly install magisk, but can not write files into system. So AdAway can not work by this reason. But clocksync can work normally and rootcheck is successful.
By the way, the model is HD1905 and biuld number is 10.0.6HD65AA.
Need help. Thanks so much!
Click to expand...
Click to collapse
Go under magisk setting and click host something
rob420p said:
Go under magisk setting and click host something
Click to expand...
Click to collapse
Thanks so much for your reply.
AdAway now is working. but mixexplorer and rootexplorer also can not copy to and delete files from system folder.
myson1188 said:
Thanks so much for your reply.
AdAway now is working. but mixexplorer and rootexplorer also can not copy to and delete files from system folder.
Click to expand...
Click to collapse
On that one idk
you cant mount system r/w on anything that ships with 10 natively.
aer0zer0 said:
you cant mount system r/w on anything that ships with 10 natively.
Click to expand...
Click to collapse
Thanks so much.
So you mean can not change system files like fonts and can not delete pre-installed apk?
myson1188 said:
Thanks so much.
So you mean can not change system files like fonts and can not delete pre-installed apk?
Click to expand...
Click to collapse
You can wait for custom roms to achieve a smaller system footprint.
Or you can disable them for now, there is a way to disable some system apks through adb, but you should know what you are getting into before you proceed down that road.
Disabling an application takes away it's rights to run any code and also make the playstore skip the updates for that apk.
Other things can be changed using magisk without actually modifying the system, through different modules.
myson1188 said:
Thanks so much.
So you mean can not change system files like fonts and can not delete pre-installed apk?
Click to expand...
Click to collapse
Correct, system is permanently RO.
Thanks all.
I'm actually working on this issue. I'm going to try to edit some img files and get back to everyone

Problem writing in /system/sbin/.magisk/mirror/system_root/system

Hello There. I rooted with magisk today. Evrrything worked fine until I tried to change something in /system folder.
I have read in the internet that u wont have access to system folder if you are on root with magisk. It says u need to modify the .mirror folder. In this ./system/media I try to change the bootanimation. zip, but I cant change or delete the stock one. I think I do not have root acess in this folder. But I can use apps like Greenify without problems. Have I done something wrong? I gave different file exporer full root access I am using:
Mi10t Lite
MIUI 12.0.8 (GLOBAL)
Android 10
Gauguin
Magisk Version is the newest: 21.4
Magisk Manager: 8.0.7
I think i found the answer...:
System partition locked to read only in Android 10
Help, I don't know what I did but after installing a custom ROM, I noticed that my system partition cannot be mounted as read/write. I tried "mount -o rw,remount /system" command on a terminal
android.stackexchange.com
Create a Magisk module to modify files in /system partition.
_mysiak_ said:
Create a Magisk module to modify files in /system partition.
Click to expand...
Click to collapse
How do I do that?
Francescohub said:
How do I do that?
Click to expand...
Click to collapse
Either create your own module from scratch following the Magisk guide, or adapt one of the existing ones.
You're trying the mount -o rw,remount as root (means: you did a "su" before the "mount")?
Maybe a "blockdev --setrw /dev/block/dm-X" helps (see which dm- is mounted as system for the X).
Greetz
Kurt
hello
also i tried to modify mixer_paths_cdp.xml in / vendor / etc, but i am not able to get myself a magisk module
You can use for example this very simple Magisk module as a template.
Create desired folder structure in the zip file, add your xml files for modification, remove the AOD overlay apk/folder and try to flash it.
Keep TWRP at hand if you mess up something so you can delete the module from recovery if necessary.
I stumbled upon this solution for RW system partition in Android 10+. Someone brave enough might give it a try. https://forum.xda-developers.com/t/script-mount-system-as-read-write-android-10.4240703/
_mysiak_ said:
I stumbled upon this solution for RW system partition in Android 10+. Someone brave enough might give it a try. https://forum.xda-developers.com/t/script-mount-system-as-read-write-android-10.4240703/
Click to expand...
Click to collapse
i can't download it
carabot said:
i can't download it
Click to expand...
Click to collapse
Works for me.. Anyway, you should provide your feedback/complaints to the author.
download ok
I hope not to do any damage

Question Can't use this folder To protect your privacy, choose another folder/ A12 QPR

Hey! I can not access the folder, although I have root rights. I use x-plore .Please tell me how to fix? Magisk is rooted for this program
That's intended behavior for recent Android versions. There's nothing to fix.
Stop trying to do things in the user root directory.
Maybe explain what you're trying to do or use an actual root app or root shell in adb to accomplish it.
Sasaiber said:
Hey! I can not access the folder, although I have root rights. I use x-plore .Please tell me how to fix? Magisk is rooted for this program
Click to expand...
Click to collapse
Is that your base sdcard you can't access?? I use x-plore and don't have any problems creating or using folders in my sdcard. In configuration, make sure you configure your x-plore app
LLStarks said:
Это предполагаемое поведение для последних версий Android. Там нечего исправить.
Не пытайтесь делать что-то в корневом каталоге пользователя
Click to expand...
Click to collapse
LLStarks said:
That's intended behavior for recent Android versions. There's nothing to fix.
Stop trying to do things in the user root directory.
Click to expand...
Click to collapse
In normal Android 12 possible to get access. I know what I do. I need to access the folder to unlock fps in GRID AUTOSPORT
Create a subfolder and point at it. You probably don't need the root folder.
Tulsadiver said:
Is that your base sdcard you can't access?? I use x-plore and don't have any problems creating or using folders in my sdcard. In configuration, make sure you configure your x-plore app
Click to expand...
Click to collapse
Thanks! I just didn't go there))
I use Mix explorer https://play.google.com/store/apps/details?id=com.mixplorer.silver
And I am able to access the data folders and obb folders with it. It's a neat file manager, replaced solid explorer for me, I ran into that same issue with solid explorer not letting me connect to the android data folder even with root, but even unrooted I am able to access these folders with MiX
ugh...we can;t delete comments now?
theistus said:
ugh...we can;t delete comments now?
Click to expand...
Click to collapse
Iv noticed that yoi can edit it but not delete I just report what I want deleted to mods but I feel sorry for them as it ads more work for them
LLStarks said:
That's intended behavior for recent Android versions. There's nothing to fix.
Stop trying to do things in the user root directory.
Maybe explain what you're trying to do or use an actual root app or root shell in adb to accomplish it.
Click to expand...
Click to collapse
If I didn't need access to the root user directory I would have just bought an iPhone. Android is ruining itself
Is there a way now, to grant applications, like Total Commander, access to SD card? Preferably without root. To SD card, common. Well.

Question LOCKSCREEN OGG FILE LOCATION

Hello I have been trying to look for the lockscreen.ogg file location. It has seemed to changed in Android 12 if I'm not mistaken. It was located in System/Media/UI but it seems that is no longer even there with Android 12. Does anyone have any idea where this is? Thank you!
Try system/product/media
Ronny220 said:
Try system/product/media
Click to expand...
Click to collapse
That is exactly the spot I was looking for. For some reason I cant get root explorer to mount R/W to overwrite the old file. Root Explorer does have SU access as well. Any ideas?
stalls said:
That is exactly the spot I was looking for. For some reason I cant get root explorer to mount R/W to overwrite the old file. Root Explorer does have SU access as well. Any ideas?
Click to expand...
Click to collapse
There are one or more Magisk Modules that will make it appear for all intents and purposes that you've overwritten or changed a file. It will do what you need. Because root is systemless, you can't (and shouldn't want to) actually change or delete any system files for real. I don't know the name(s) of the Magisk Modules that will do that, as I haven't had a need, but many users in this section have suggested others use such modules to do something similar to what you want to do.
running "settings list global" on adb shell gave me this location "lock_sound=/product/media/audio/ui/Lock.ogg" I was gonna check on root explorer but forgot im not rooted right now but hopefully that is it.
I just am trying to change the sound when locking the phone.
stalls said:
I just am trying to change the sound when locking the phone.
Click to expand...
Click to collapse
Can you rename the stock file to lock.oggbak and then paste the new sound in obviously with the name lock.ogg?
Thebear j koss said:
Can you rename the stock file to lock.oggbak and then paste the new sound in obviously with the name lock.ogg?
Click to expand...
Click to collapse
You can not because root explorer is not able to switch to r/w. But I tried anyways and failed
stalls said:
You can not because root explorer is not able to switch to r/w. But I tried anyways and failed
Click to expand...
Click to collapse
you have to create a magisk module yourself and replace the file, with the one you want.
google around for a template of a simple magisk module, recreate the directory inside the magisk module where the file you want to replace sits on the phone (system/product/media/audio/ui), drop the new sound file there, zip the magisk module template and flash via magisk manager and do a reboot.
dynamic partitions don´t allow for r/w mounting. replacing the file systemlessly via magisk during bootup is the only way.

Question After root...

After root, How can I del file(s) in /system with rootexplorer.
The button of mount r/w doesn't working.
zxt3201 said:
The button of mount r/w doesn't working.
Click to expand...
Click to collapse
Even with MixPlorer ?
I use Root explorer gets the job done.
Root Explorer - Apps on Google Play
The ultimate file manager for rooted devices. The original and still the best.
play.google.com
zxt3201 said:
After root, How can I del file(s) in /system with rootexplorer.
Click to expand...
Click to collapse
Which version of Android are you running? I don't believe that you can manipulate the /system files anymore on Android 13 as they are all read only - even with root. But hopefully, perhaps my file manager with root permissions just doesn't work as it hasn't been updated in almost two years =/.
Anyone else have any thoughts here?
@fil3s Does that happen to be working on A13?
fil3s said:
I use Root explorer gets the job done.
Root Explorer - Apps on Google Play
The ultimate file manager for rooted devices. The original and still the best.
play.google.com
Click to expand...
Click to collapse
It's my fault.The real question is files in /system could not be deleted.In my pixel 6 pro: unlock bootloader, install magisk and patch boot.img, flash patched boot.img with fastboot, reboot and directly root use magisk, everything is fine.But, I think the problem is /system could not be mounted
Vincent_40 said:
Even with MixPlorer ?
Click to expand...
Click to collapse
Yes, mixplorer v6.58 didn't working too
NippleSauce said:
Which version of Android are you running? I don't believe that you can manipulate the /system files anymore on Android 13 as they are all read only - even with root. But hopefully, perhaps my file manager with root permissions just doesn't work as it hasn't been updated in almost two years =/.
Anyone else have any thoughts here?
@fil3s Does that happen to be working on A13?
Click to expand...
Click to collapse
12
This works like a charm, plus it is free: https://github.com/zhanghai/MaterialFiles
mkhcb said:
This works like a charm, plus it is free: https://github.com/zhanghai/MaterialFiles
Click to expand...
Click to collapse
Wow! This is a fantastic file manager. The only thing missing is split view but that's really the only thing. Thanks for the recommendation. RootExplorer has been underwhelming for so many years.
NippleSauce said:
Which version of Android are you running? I don't believe that you can manipulate the /system files anymore on Android 13 as they are all read only - even with root. But hopefully, perhaps my file manager with root permissions just doesn't work as it hasn't been updated in almost two years =/.
Anyone else have any thoughts here?
@fil3s Does that happen to be working on A13?
Click to expand...
Click to collapse
I can access / with it. Haven't tried mucking about much. I'm pretty sure you can copy / paste etc.. although I can't be sure on a13
zxt3201 said:
It's my fault.The real question is files in /system could not be deleted.In my pixel 6 pro: unlock bootloader, install magisk and patch boot.img, flash patched boot.img with fastboot, reboot and directly root use magisk, everything is fine.But, I think the problem is /system could not be mounted
Click to expand...
Click to collapse
It is a good file explorer. Worth the $' s of you wanna try it
But again, idk about 13
fil3s said:
I can access / with it. Haven't tried mucking about much. I'm pretty sure you can copy / paste etc.. although I can't be sure on a13
It is a good file explorer. Worth the $' s of you wanna try it
But again, idk about 13
Click to expand...
Click to collapse
Open source and free wins all the time .
fil3s said:
I use Root explorer gets the job done.
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer[
Click to expand...
Click to collapse
http://Been using it as my mainstay file manager since it got smb support years ago. Great app.
Soon my friends soon!
I'm working on it!
If any Pixel users are interested in beta testing the new upcoming version of my SystemRW / SuperRW feat. MakeRW script just hit me up! Thanks!
Wait. So what exactly is preventing you guys from mounting as rw in Android 12+ ?
fil3s said:
I can access / with it. Haven't tried mucking about much. I'm pretty sure you can copy / paste etc.. although I can't be sure on a13
...
But again, idk about 13
Click to expand...
Click to collapse
I can copy and paste with the file manager that I use (FX File Explorer), however, I cannot cut or delete anything from /system. Are you able to cut/delete stuff from that section?
*Edit* - I'm starting to think that it's just my file manager =/
Update - Thanks @mkhcb . I'll give it a try in a week or two. I found a way to manipulate /system files using Magisk, haha. But after the next (and presumably final) A13 beta update comes out, I'll give it a shot!
NippleSauce said:
I can copy and paste with the file manager that I use (FX File Explorer), however, I cannot cut or delete anything from /system. Are you able to cut/delete stuff from that section?
*Edit* - I'm starting to think that it's just my file manager =/
Click to expand...
Click to collapse
Just try this: https://github.com/zhanghai/MaterialFiles
Open source, free, on FDroid and the Play Store. What do you have to lose other than 5 min of your time? Of all the apps on my phone, this is the most useful and took a while for me to find.
lebigmac said:
Soon my friends soon!
I'm working on it!
If any Pixel users are interested in beta testing the new upcoming version of my SystemRW / SuperRW feat. MakeRW script just hit me up! Thanks!
Wait. So what exactly is preventing you guys from mounting as rw in Android 12+ ?
Click to expand...
Click to collapse
I am waiting for your magic script, come on, bro.
mkhcb said:
Just try this: https://github.com/zhanghai/MaterialFiles
Open source, free, on FDroid and the Play Store. What do you have to lose other than 5 min of your time? Of all the apps on my phone, this is the most useful and took a while for me to find.
Click to expand...
Click to collapse
Yep. It beats RFE in measure except split view, I stand by that claim. The development is on another level.
rhetorician said:
Yep. It beats RFE in measure except split view, I stand by that claim. The development is on another level.
Click to expand...
Click to collapse
So it actually does.
Go to a folder... Then hit the three dots... Then hit new window. You will then have 2 windows as noted in the app drawer.
From there you can toggle between windows or create a split screen.
PS. You can create an endless # of windows.
mkhcb said:
So it actually does.
Go to a folder... Then hit the three dots... Then hit new window. You will then have 2 windows as noted in the app drawer.
From there you can toggle between windows or create a split screen.
PS. You can create an endless # of windows.
Click to expand...
Click to collapse
I connected my sftp. Who needs external storage?

Categories

Resources