Tips : Fix SD card writing issue with android 5.0 - Galaxy Tab S Q&A, Help & Troubleshooting

Hello,
It's my first post
Since i've updated my galaxy tab S from android 4 to android 5, I detected that i haven't the right to write on the sd card and in some case, to delete file (ie with mx player)
In order to resolve this problem, i found a topic on internet that resolved my issue
Step 1: Using a file explorer with root access capabilities like Root Explorer, navigate to /system/etc/permissions folder. Make sure you have r/w access
Step 2: Find the platform.xml file and open it using a text editor. If you are using Root explorer, long press on the platform.xml file and select Open With -> Text editor to open the file in a text editor. Now, find the WRITE_EXTERNAL_STORAGE permission in the file.
Step 3: Add the following line on a new line under the WRITE_EXTERNAL_STORAGE permission without the quotes – “<group gid=”media_rw” />”.
Step 4: Save the file and restart your device
After this, you will be able to use your sdcard as you always used it
Source : androidbeat[dot]com/2013/08/fix-sd-card-writing-issue-on-galaxy-s4-gpe-android-4-3/

No need for all that messing. Just download sd card fix from the app store

Of course, this requires your tablet be rooted?

No need for all that messing. Just download sd card fix from the app store
Click to expand...
Click to collapse
I don't know if the app can work with Lollilop.
Of course, this requires your tablet be rooted?
Click to expand...
Click to collapse
Yes, cause you'll modify a file that is in the system folder

There is no need for messing with it at all on Lollipop. SD card access is granted on a per app basis.
It's up to the app developers to update their apps to support the SD card changes made in Lollipop, in MX player's case, the newest beta has that new lollipop api implemented, thus full SD card access.

Dissgro said:
There is no need for messing with it at all on Lollipop. SD card access is granted on a per app basis.
It's up to the app developers to update their apps to support the SD card changes made in Lollipop, in MX player's case, the newest beta has that new lollipop api implemented, thus full SD card access.
Click to expand...
Click to collapse
Ok, i didn't know that
1st topic, 1st fail :crying:

bibi77 said:
Ok, i didn't know that
1st topic, 1st fail :crying:
Click to expand...
Click to collapse
Never mind. You are a budding developer.

Related

Workaround to write to Ext SDCARD?

I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
iNiREALiZED said:
I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
Click to expand...
Click to collapse
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
iNiREALiZED said:
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
silentvisitor said:
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
Click to expand...
Click to collapse
Could you detail the edits for reference anyway please? I'll need to know shortly too.
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
The app worked for me!
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
iNiREALiZED said:
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
Click to expand...
Click to collapse
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
graffixnyc said:
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
Click to expand...
Click to collapse
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
iNiREALiZED said:
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
Click to expand...
Click to collapse
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
graffixnyc said:
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
Click to expand...
Click to collapse
I tried it again using "su". I'm pretty sure that is what I used the first time as well because when I entered the command the super user prompt came up to allow access for terminal. Same results. Didn't see any confirmation. Exited app and tried running SDFix and failed again. I then followed your link to your thread and followed step by step. Got all the way to the point where I was trying to save the text document at the end and got the prompt that I could not save the file.
I'm usually pretty good at following tutorials and I'm sure I'm not skipping steps but who knows. I think this one has me defeated lol.
If you put it on your SD card try just /sdcard/wp_mod.ko
Sent from my HTC One using Tapatalk
If you run the command.. And then run it again. It will tell you it already exists that's how I figured out it ran ok..
Sent from my HTC One using Tapatalk
backfromthestorm said:
Could you detail the edits for reference anyway please? I'll need to know shortly too.
Click to expand...
Click to collapse
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
silentvisitor said:
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
Click to expand...
Click to collapse
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
My apologies.
Its /system/etc/Permission/platform.xml
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
graffixnyc said:
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
Click to expand...
Click to collapse
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
iNiREALiZED said:
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
Click to expand...
Click to collapse
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
graffixnyc said:
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
Click to expand...
Click to collapse
How far out do you think that is? I was figuring I could just get a cheaper card for my backups. Only thing is if I remember correctly Fat32 only supports up to 4GB files correct? I remember my backups being a tad over that so getting another card might not even make a difference.

[Q] Stock Rom: Unable to write to SDCard

Hi.
Just purchased a SM-T800 and was wondering if there is an easy fix for me to be able to write to my SD Card? Do I need to be root to be able to do this ?
x10civ said:
Hi.
Just purchased a SM-T800 and was wondering if there is an easy fix for me to be able to write to my SD Card? Do I need to be root to be able to do this ?
Click to expand...
Click to collapse
Kit Kat changed the way sd cards work.
The easiest way i know to fix this is to Root your device and then install this app
https://play.google.com/store/apps/details?id=nextapp.sdfix
I have the tab s 8.4 and have a micro SD card coming in this week. I might be misinterpreting this post but does Kit-kat really not let the user copy over downloaded files onto external storage? I'm the kind of guy that usually immediately roots but was enjoying the stock experience for once. Definitely a bummer if this turns out to be true.
No, it let's you do it fine. But you have to use the My Files app. Not the app of your choice. Unless you root and change that.
whit this fix App sd card? i try to resolve the problema with large torrents i try todownload directly to my sdcard becuace torrent say cant find the location of folder when i choose microsd download folder to download files ...
Thank you for your reply.
Will follow your instructions this weekend. Thanks again Galactic2.
Cheers
celtichazard said:
whit this fix App sd card? i try to resolve the problema with large torrents i try todownload directly to my sdcard becuace torrent say cant find the location of folder when i choose microsd download folder to download files ...
Click to expand...
Click to collapse
Which browser you use?
HughesNet said:
Which browser you use?
Click to expand...
Click to collapse
I use Chrome and yes now I have torrent fixed to download large files to my SD card
ES File Explorer File Manager
With this app, you DON'T have to ROOT your device, and you can copy/move file from device to SD-card vice versa:
ES File Explorer File Manager
celtichazard said:
whit this fix App sd card? i try to resolve the problema with large torrents i try todownload directly to my sdcard becuace torrent say cant find the location of folder when i choose microsd download folder to download files ...
Click to expand...
Click to collapse
You need to be rooted and applied the app to sd card fix before you can download torrents direct to sd card. Otherwise you can download straight to your tablet then transfer to sd card using the my files app.
Sent from my SM-G900F using Tapatalk
You can't transfer apps to SD , from the Playstore "AT ALL", unless you are ROOTED.
henklbr said:
With this app, you DON'T have to ROOT your device, and you can copy/move file from device to SD-card vice versa:
ES File Explorer File Manager
Click to expand...
Click to collapse
Oh awesome I already use ES for everything. Thanks!
dw1ght said:
Oh awesome I already use ES for everything. Thanks!
Click to expand...
Click to collapse
I cannot copy or move anything using ES. The only workaround I found is connect the tablet to a PC and copy or move the files with widows explorer.
shadow78 said:
I cannot copy or move anything using ES. The only workaround I found is connect the tablet to a PC and copy or move the files with widows explorer.
Click to expand...
Click to collapse
Exactly..
As said before... You can't transfer apps to SD, from the Playstore "AT ALL", unless you are ROOTED.
shadow78 said:
I cannot copy or move anything using ES. The only workaround I found is connect the tablet to a PC and copy or move the files with widows explorer.
Click to expand...
Click to collapse
Yup, SD card came in today. ES can't do it. Time to root I guess...
xRevilatioNx said:
Exactly..
As said before... You can't transfer apps to SD, from the Playstore "AT ALL", unless you are ROOTED.
Click to expand...
Click to collapse
Tried the app you linked and unfortunately it did not work. My problem was finally resolved with the Wanam Xposed application SD card fix. That works fine if anyone else has any trouble. But honestly it is so irritating that any of this is necessary to get full use of my device. I am rocking 128 gigabytes loud and proud
Okay well maybe not. Big file I was moving to SD is now gone and I can longer write to the SD. Bummer. No idea what went wrong.
Second edit: so the JRummy Apps "SD Fix" on the Play Store seems to have me covered for now. Fingers crossed...
Third edit: Gahh once again read only. No idea what the issue is. SD appears empty, can't read or write. Any help would be appreciated. For now I have a useless slice of plastic sitting in my otherwise perfect tablet.
henklbr said:
With this app, you DON'T have to ROOT your device, and you can copy/move file from device to SD-card vice versa:
ES File Explorer File Manager
Click to expand...
Click to collapse
I made a mistake in this: sorry!
On my Note 3 (also on Android 4.4.2), ES File Explorer works correctly with copying/moving files from/to SD-card...
Strange it's not working on the Tab S...
dw1ght said:
Tried the app you linked and unfortunately it did not work. My problem was finally resolved with the Wanam Xposed application SD card fix. That works fine if anyone else has any trouble. But honestly it is so irritating that any of this is necessary to get full use of my device. I am rocking 128 gigabytes loud and proud
Okay well maybe not. Big file I was moving to SD is now gone and I can longer write to the SD. Bummer. No idea what went wrong.
Second edit: so the JRummy Apps "SD Fix" on the Play Store seems to have me covered for now. Fingers crossed...
Third edit: Gahh once again read only. No idea what the issue is. SD appears empty, can't read or write. Any help would be appreciated. For now I have a useless slice of plastic sitting in my otherwise perfect tablet.
Click to expand...
Click to collapse
I had this problem with my 32gb sandisk card, it even said made for android on the packaging but it was very unreliable, sometimes there and sometimes not, even tried the usual test apps for these sdcard on my pc and they reported genuine with no errors. In the end i decided to buy a samsung 64gb card and it works reliably with stock apps but i have not got around the kitkat restriction cos i dont want to root yet.
Sent from my SM-T805 using XDA Premium 4 mobile app
TimC149 said:
I had this problem with my 32gb sandisk card, it even said made for android on the packaging but it was very unreliable, sometimes there and sometimes not, even tried the usual test apps for these sdcard on my pc and they reported genuine with no errors. In the end i decided to buy a samsung 64gb card and it works reliably with stock apps but i have not got around the kitkat restriction cos i dont want to root yet.
Sent from my SM-T805 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Same story with my card, SanDisk and android packaging. I might look into getting an official Samsung card. Thank you for the reply!
uTorrent update
The new update on uTorrent:
✔ (NEW) Save to external SD cards (Solution for Google/KitKat external SD card restrictions)
In case anyone didn't know.

[Q] I need help better understanding the Kitkat SD card restristion

First, I want to say that I have unrooted version of this tablet on Version 4.4.2
After I was forced to up date I knew I would loose some function with my SD card. I thought the restriction were going to be if that app didn't create the file that app couldn't modify it. So today I had tried to create a folder with in a folder within a folder with ES File Manager and it was unable to do so. Is this apart of the regular restrictions? Is there a non root solution that doesn't involve taking the SD card to the computer and then creating the file structure with the app?
Icon000 said:
First, I want to say that I have unrooted version of this tablet on Version 4.4.2
After I was forced to up date I knew I would loose some function with my SD card. I thought the restriction were going to be if that app didn't create the file that app couldn't modify it. So today I had tried to create a folder with in a folder within a folder with ES File Manager and it was unable to do so. Is this apart of the regular restrictions? Is there a non root solution that doesn't involve taking the SD card to the computer and then creating the file structure with the app?
Click to expand...
Click to collapse
Normal........ You need to use the native file manager (my files).
kkretch said:
Normal........ You need to use the native file manager (my files).
Click to expand...
Click to collapse
Thanks for the update on this. I guess the only way to use a non native file manager is root?
Icon000 said:
Thanks for the update on this. I guess the only way to use a non native file manager is root?
Click to expand...
Click to collapse
Correct.

Change built-in file manager?

I would like to change default file manager but it seems that some links to it are hardcoded in LOS so for example if i uninstall it and replace it with fx file manager some
apps can't access it because they are calling to that default one which is not there anymore.
Any tips on how can i replace it, or where can i change those links to default app?
The default file manager that you were using has the package name "com.android.documentsui", and you generally see it when you have to choose a file for an app. Only here has it been turned into a full-fledged file manager. That was a system app that you weren't supposed to remove, so your only option is to install another file manager app alongside the default one.
Hi i'm with the same problem, i need a default file manger that can accese root so other app can get accese to root folder. Is there a way to resolve?
Here is how to replace the stock file explore with the root accessable one.
I'm gonna priovide the best filemanager fully featured, called mixplore, which i highly recommend. this file manager can access root directory.
watch Mixplore review from HERE
NB: make sure you have a root access
1. download Mixplore
2. install it on your device then open it
3. on the left then click on "root" then grant root permission when prompted
4. go into system/apps/documentUi OR system/apps/cmfilemanager
OR system/apps/files. If your on other roms apart from cynogenmod, lineageOs or RR-Os.. go into system/apps/filemanger
in case not found in app forlder try priv-app, i.e system/apps/..
NB: not "document" its "documentUi"
5. open the that last folder on the directory i.e file manager, swipe right and go into downloads copy the Mixplore.apk, then swipe left back into root/system/app/___ and paste the mixplore and delete the stock filemager from that folder
6. restart the phone.. now you have replaced the stock file explore from your android.
ppllzz help meee mi a1
i uninstalled the system file manager and now can't reinstall it and com.andeoid.documentsui keeps stopping and after installing app getting the problem files keeps stopping
Adwolf01 said:
i uninstalled the system file manager and now can't reinstall it and com.andeoid.documentsui keeps stopping and after installing app getting the problem files keeps stopping
Click to expand...
Click to collapse
Dirty flash your ROM
yohannacastle said:
I'm gonna priovide the best filemanager fully featured, called mixplore, which i highly recommend. this file manager can access root directory.
watch Mixplore review from HERE
NB: make sure you have a root access
1. download Mixplore
2. install it on your device then open it
3. on the left then click on "root" then grant root permission when prompted
4. go into system/apps/documentUi OR system/apps/cmfilemanager
OR system/apps/files. If your on other roms apart from cynogenmod, lineageOs or RR-Os.. go into system/apps/filemanger
in case not found in app forlder try priv-app, i.e system/apps/..
NB: not "document" its "documentUi"
5. open the that last folder on the directory i.e file manager, swipe right and go into downloads copy the Mixplore.apk, then swipe left back into root/system/app/___ and paste the mixplore and delete the stock filemager from that folder
6. restart the phone.. now you have replaced the stock file explore from your android.
Click to expand...
Click to collapse
will this work if an app ask to write on external storage ???
loopypalm said:
will this work if an app ask to write on external storage ???
Click to expand...
Click to collapse
This method creates problem when trying to access sd card or otg,mixplorer ,though fully featured,will also need permission from documentsui to access externals,it will show error "doesn't exist x
Best way is disable documents ui from showing icon in launcher
HarmitR said:
This method creates problem when trying to access sd card or otg,mixplorer ,though fully featured,will also need permission from documentsui to access externals,it will show error "doesn't exist x
Click to expand...
Click to collapse
yes, i already tried, it didn't work
best thing to do is give access to all apps that require SD write then freez DocumentsUI

Themes / Apps / Mods Access Android/data on Android 13 without root

Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
OP, I have changed this category from Question to App to fit the content.
Also, the Chinese guide link you are sharing from coolapk cannot be accessed from overseas (US or Europe IP). I think that is some settings with the host of coolapk. I print the guide page as PDF and attached it for you.
Great post. I am using OnePlus 10 Pro running official Oxygen OS 13 (Android 13).
Although the phone supports 120Hz refresh rate, PUBG Mobile (Global) doesn't show an option for 90 FPS in its settings and the game runs at 60 FPS max. In the past, I could modify the ACTIVE.SAV file using a Hex Editor to unlock 90 FPS.
I used to use MiXplorer by Hootan in the past, but it doesn't work on Android 13. I tried using FV File Manage as explained in this post, and although I am able to see the files in Data or OBB folders, I am not able to modify them (for example, open the Active.sav file in Hex Editor or even copy it to another location in internal storage). I have attached a screen recording video demonstrating the above. Would be greatly appreciated if someone could tell me what I am doing wrong.
Record_2022-09-27-12-39-00.mp4
drive.google.com
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
thanks.
Rabin John said:
Great post. I am using OnePlus 10 Pro running official Oxygen OS 13 (Android 13).
Although the phone supports 120Hz refresh rate, PUBG Mobile (Global) doesn't show an option for 90 FPS in its settings and the game runs at 60 FPS max. In the past, I could modify the ACTIVE.SAV file using a Hex Editor to unlock 90 FPS.
I used to use MiXplorer by Hootan in the past, but it doesn't work on Android 13. I tried using FV File Manage as explained in this post, and although I am able to see the files in Data or OBB folders, I am not able to modify them (for example, open the Active.sav file in Hex Editor or even copy it to another location in internal storage). I have attached a screen recording video demonstrating the above. Would be greatly appreciated if someone could tell me what I am doing wrong.
Record_2022-09-27-12-39-00.mp4
drive.google.com
thanks.
Click to expand...
Click to collapse
Actually MiXplorer's latest version supports Android 13, tested personally
shape93 said:
Actually MiXplorer's latest version supports Android 13, tested personally
Click to expand...
Click to collapse
Huh ... That's news to me. I am running the latest version - v6.58.6-Silver. And upon checking right now as I am typing this reply, I still don't have read-write access to OBB & DATA folders. I can see the files inside OBB & Data folders but I cannot modify them in any way or copy any file.
And sorry but what you said can't be true. I commented on playstore and the I got a reply from MiXplorer Team as well saying that it's a Android 13 limitation. Attached picture below
so what about sd maid, can it fix that problem?
Rabin John said:
Huh ... That's news to me. I am running the latest version - v6.58.6-Silver. And upon checking right now as I am typing this reply, I still don't have read-write access to OBB & DATA folders. I can see the files inside OBB & Data folders but I cannot modify them in any way or copy any file.
And sorry but what you said can't be true. I commented on playstore and the I got a reply from MiXplorer Team as well saying that it's a Android 13 limitation. Attached picture below
Click to expand...
Click to collapse
Just tested it. It is working for me too.
Version: 6.58.6-silver
I am at a loss. I don't understand why it doesn't work for me.
Rabin John said:
I am at a loss. I don't understand why it doesn't work for me.
Click to expand...
Click to collapse
MiExplorer does not work for me too. Literally anything including using a PC to access the files doesn't work for me, can't paste anything into the app data folders. Pixel 6a on Android 13. I might have to root the phone to be able to access the Android folder.
My phone is rooted A13 and still can't get access in Data/OBB folder -_-
Root does not mean that you will have access to anywhere just like that. You must have some application that wants there and process that
Rabin John said:
I am at a loss. I don't understand why it doesn't work for me.
Click to expand...
Click to collapse
update the new version, the previous version has some bug.
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
This app is good for accessing/changing/transferring files and folders within the main app folder, but you can't actually rename the main app folder. Need this feature so when you clear data on said app, it won't delete the files and folders within. Long story on why I need this. It pertains to a game I mod for. In order to keep the modified files from reverting back to the original files, you need to rename the main folder, clear data and then rename the main folder back to the original. Hope you can figure this out. For now I have to use the files app from the PlayStore.
61zone said:
My phone is rooted A13 and still can't get access in Data/OBB folder -_-
Click to expand...
Click to collapse
ZArchiever is the best file explorer I have found. I used to use Root Explorer on Android 12 and it couldn't do things that ZArchiever could
Latest Mixplorer plays up for me too, sometimes prompts for access to /Android/data folder, but the folder listed is a previously accessed /Android/data/subfolder, not the root /Android/data folder...
I gave up and copied via adb shell
This "FV File Explorer" is actually the first app that I try that is capable of seeing the Android content.
But it seems it's RO on my Pixel 6a. I needed to get some backups back in a an app folder. But pasting seems not to work. Same goes for the PC. Can see the files on PC, but not able to paste something in these folders in "Android"
Someone who knows a workaround for this on a unrooted phone?
Edit:
"FV File Explorer" shows me a warning when trying to make a folder in "android". So looks it's still RO on my phone
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
Um, hello? Total Commander does the exact same thing.
The only way is downgrade to android 12
Since android 13
Will block your acces to data&obb
I,m on my way to downgrade to 12
Doesn matter if all my data will lost
Wish me Luck Stranger
Fix Android 13 said:
The only way is downgrade to android 12
Since android 13
Will block your acces to data&obb
I,m on my way to downgrade to 12
Doesn matter if all my data will lost
Wish me Luck Stranger
Click to expand...
Click to collapse
You can't downgrade to Android 12 unless you use the special developer build or the A13 bootloader (although things won't run well) due to the anti-rollback protection in the A13 bootloader.
All you need to do to access Android/data on A13 is to use a file explorer that supports it, e.g. MiXplorer, as mentioned earlier in this thread.
This page explains in detail how you can Transfer Files in Data and OBB folder in Android 13:
How to access Android 13 Data and OBB folder & transfer files in them
In this comprehensive tutorial, we will show you the steps to access the Data and OBB folder in Android 13 and transfer files in them.
www.droidwin.com
All you need to do is download and install Files app:
Files - Apps on Google Play
This app is a shortcut to the file manager of the settings app.
play.google.com
A quote from the Comments section on Google Play:
This is the shortcut to the default Android" Files" app you never knew you needed. Not the one with the "file cleanup" feature. The one that magically appears sometimes, and when you go back to your apps list, it's not there. It's the 'admin' one that Google doesn't really want a lot of people to use unless THEY think it's appropriate. So to repeat, this is just a shortcut, to help you find the last file manager you'll ever need, and the one that actually came stock with Android.
​

Categories

Resources