adb shell su mount -o rw,remount /
allowed me full access to browse and modify. When you're finished make sure to remount as read only adb shell su mount -o ro,remount /
not working for meI was trying to access /data/data/ and none of the mentioned file explorers could do it. However mounting as read/writeadb shell su mount -o rw,remount /
allowed me full access to browse and modify. When you're finished make sure to remount as read onlyadb shell su mount -o ro,remount /
Another method I found was using the terminal in 3c toolbox I could issue the same mount command from above, and then use it's built in file browser.
View attachment 5441013
Hope this helps anyone finding this thread in the future.
Try MiXplorer - haven't noticed any such issues - I use the Free Dictionary (by Farlex) offline similarly.
Use this file explorer and keep in mind that don't paste the data file into the root directory of the installation folder. Just copy the desired files and paste into "Android/data" folder, that's it.I can't get write access under android/data using any of the proposed android apps. Is there a way to write to a ../data subfolder via PC and USB connection?
thank you but that didn't work either. I can copy a random file in Android/data folder all right. But if I try to copy to Android/data a folder structure that needs to be merged with an existing app folder I get the 'copy failed' message.Use this file explorer and keep in mind that don't paste the data file into the root directory of the installation folder. Just copy the desired files and paste into "Android/data" folder, that's it.
![]()
thank you but that didn't work either. I can copy a random file in Android/data folder all right. But if I try to copy to Android/data a folder structure that needs to be merged with an existing app folder I get the 'copy failed'
I think the recommended file explorer does all the jobs perfectly.thank you but that didn't work either. I can copy a random file in Android/data folder all right. But if I try to copy to Android/data a folder structure that needs to be merged with an existing app folder I get the 'copy failed' message.
Since the Android 11 update, I have been unable to access the Android/data folder through Samsung's "My Files" app. This appears due to the storage updates in Android 11 where the "system further restricts your app's access to other apps' private directories" (Android 11 Storage updates). So far the only app I found that can access these directors is the Files app by Marc apps & software, however it's only read permissions and I cannot write to the directory. The last alternative is to connect to a computer and gain full read/write access through USB.
Has anybody found a way to bypass these storage restrictions without root?
adb shell su mount -o rw,remount /
allowed me full access to browse and modify. When you're finished make sure to remount as read only adb shell su mount -o ro,remount /
Yes fellow! Somehow I bypassed this restriction.Download File Manager Plus from this link- https://play.google.com/store/apps/details?id=com.alphainventor.filemanager and give it access to your phone.It will work...Since the Android 11 update, I have been unable to access the Android/data folder through Samsung's "My Files" app. This appears due to the storage updates in Android 11 where the "system further restricts your app's access to other apps' private directories" (Android 11 Storage updates). So far the only app I found that can access these directors is the Files app by Marc apps & software, however it's only read permissions and I cannot write to the directory. The last alternative is to connect to a computer and gain full read/write access through USB.
Has anybody found a way to bypass these storage restrictions without root?
How are you getting it to wok ? I think the app is still telling me android/data is write protected :/