Android 11 cannot access Android/data folder - Samsung Galaxy Note 20 Ultra Questions & Answers

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?

konoha457 said:
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?
Click to expand...
Click to collapse
Total Commander ( Play store free version ) can also access Android /data .
No root ,
I'm on Android 11 .
I use it eg......to copy /move "items" from the data folder , to to another directory .
However don't know if it will suite your "needs"
good luck .
link
Total Commander - file manager - Apps on Google Play
Android version of the desktop file manager Total Commander (www.ghisler.com).
play.google.com

konoha457 said:
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?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Check this out Yo.. Seems to be working for me, but I'm a Novice in Learning when it comes to the BackDrop Of Technology.. ⚙ - Anyone who's Savvy, let me know whatcha think..
---Also - where would be the Best place to download this? Other then Google Play Store...?

Yea, that one is a good idea. Apps that doesn't need root access to access those files.. however with root, everything becomes easier. There are lots of file explorer with "root access" features that should help you access those files easier.

willcor said:
Total Commander ( Play store free version ) can also access Android /data .
No root ,
I'm on Android 11 .
I use it eg......to copy /move "items" from the data folder , to to another directory .
However don't know if it will suite your "needs"
good luck .
link
Total Commander - file manager - Apps on Google Play
Android version of the desktop file manager Total Commander (www.ghisler.com).
play.google.com
Click to expand...
Click to collapse
Thanks bro this works perfectly for samsung users

Malleswar07 said:
Thanks bro this works perfectly for samsung users
Click to expand...
Click to collapse
How are you getting it to wok ? I think the app is still telling me android/data is write protected :/

Myrrhman said:
How are you getting it to wok ? I think the app is still telling me android/data is write protected :/
Click to expand...
Click to collapse
Firstly, I have a
branded ... SM-N986B/DS...
No root, stock etc.
.. then i open the ..
Total Commander app....
then go
Device /Internal shared storage /Android / data......
If you still have issues accessing data folder, then it could be "something else" on your device..?.... blocking you from accessing... Android /data folder..?
See attached screenshots (numbered 1,2,3,4,5)
Good luck.

willcor said:
Firstly, I have a
branded ... SM-N986B/DS...
No root, stock etc.
.. then i open the ..
Total Commander app....
then go
Device /Internal shared storage /Android / data......
If you still have issues accessing data folder, then it could be "something else" on your device..?.... blocking you from accessing... Android /data folder..?
See attached screenshots (numbered 1,2,3,4,5)
Good luck.
Click to expand...
Click to collapse
Thank you so much for your response !
Sorry for the late reply. But I got it to work eventually

konoha457 said:
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?
Click to expand...
Click to collapse
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...

What about the data folder on the SD card still cant access it with anything

It all comes down to which user/group owns which folder/files. I believe file copy and move restrictions are tighter in Android 11, intentionally so, especially where "sensitive" folders inside the "Android" folder, such as "data" and "obb", are involved These locations are where most user-installed apps store information, anyway.
If you install an app like termux and use it with temporary super user rights you'll notice that folders inside your storage's "Android" folder belong to "root" and a group called "sdcard_rw", at least in my case. Usually, you can take a peek at what's inside the folders but you can't write into them, not unless you have root privileges. Since I needed to copy some files to the "data" folder I just used termux and sudo-ed the hell past those restrictions. You may be tempted to simply add your normal user to the "sdcard_rw" group but I strongly advise against it. Incase you accidentally install malware in your phone it might steal data or wreck havoc using your newly acquired group privileges.

You can easily plug your phone to any pc
No restrictions there

dekarpaulvictor said:
It all comes down to which user/group owns which folder/files. I believe file copy and move restrictions are tighter in Android 11, intentionally so, especially where "sensitive" folders inside the "Android" folder, such as "data" and "obb", are involved These locations are where most user-installed apps store information, anyway.
If you install an app like termux and use it with temporary super user rights you'll notice that folders inside your storage's "Android" folder belong to "root" and a group called "sdcard_rw", at least in my case. Usually, you can take a peek at what's inside the folders but you can't write into them, not unless you have root privileges. Since I needed to copy some files to the "data" folder I just used termux and sudo-ed the hell past those restrictions. You may be tempted to simply add your normal user to the "sdcard_rw" group but I strongly advise against it. Incase you accidentally install malware in your phone it might steal data or wreck havoc using your newly acquired group privileges.
Click to expand...
Click to collapse
At first . Only data folder was restricted. And then on of the security patches update made obb folder restricted as well

abcdzoony said:
At first . Only data folder was restricted. And then on of the security patches update made obb folder restricted as well
Click to expand...
Click to collapse
Did you try to use a terminal emulator with root privileges to access the folders?

i have a realme GT master previously a realme 7 before i was able to access and copy files from data folder in r7 when it was in android 11(using pc / exploer app) now i brought GT master but same it is in android 11 and ui 2.0 like R7 but cant access/modify files inside data folder tried using most of file apps and tried connecting pc but cant even copy the folder to pc so is there any method to copy file fom data folder and move file to data folder ?

dekarpaulvictor said:
Did you try to use a terminal emulator with root privileges to access the folders?
Click to expand...
Click to collapse
tried ubuntu on turmux to get tem root access still in root data folder shows permission denied

Problem is that it's causing certain apps (such as AntennaPod) to fail when attempting to store data where it always has - ie in android/data (whether on internal disk or ext-sd). Has anyone found a way to change/restore the old permissions?

Meh, R is a dog; roll back to Q if you can. Android 12 will likely be worse, I mean more "secure"
Don't go to a higher Android version than you have fingers or you'll be losing your shoes trying to get it to work

File manager + wins here. Let's you read and write to android/data
Total commander can only read, are least on a moto device

willcor said:
Total Commander ( Play store free version ) can also access Android /data .
No root ,
I'm on Android 11 .
I use it eg......to copy /move "items" from the data folder , to to another directory .
However don't know if it will suite your "needs"
good luck .
link
Total Commander - file manager - Apps on Google Play
Android version of the desktop file manager Total Commander (www.ghisler.com).
play.google.com
Click to expand...
Click to collapse
You saved me so much trouble right now I cannot thank you enough.
Long story short, I had made a TWRP backup before updating my Android 11 ROM (droidontime from 5.1.3 to 5.2) but it failed to restore and did something similar to this (which meant I lost access to my 2fa app - authy, and would have to reset all the 2fa tokens if I wanted to recover access to the account). I did not want to have to reset all my 2fa tokens and set them up again so I was determined to find another way to restore access.
Since apps like titanium backup and swift backup were able to backup/restore authy's data for me in the past I figured there must be a folder where it stores the files for the accounts and such.
I had to manually extract the files from the corrupted? TWRP backup using the "less hacky solution" from this post. I found the files for "data/data" and "data/user_de" and such, but copying them there with Solid Explorer using root seemed to have no effect when launching authy (plus some of the copy operations seemed to fail as well). So I tried Total Commander with root instead after seeing your post here, and copied all the files there but I also copied them to "/data_mirror/data_de/null/0/com.authy.authy". I finally tried launching the app again and I was shocked to see I HAD ACCESS AGAIN!!!!! Thank you so much.
I am not sure this method will work for all apps, but this just saved me so much trouble and hassle and I cannot thank you enough.

Related

Pandora has contact list permissions, Facebook has Texting permissions. I fixed them.

Edit:
The developer of Permission remover has contacted me regaurding the apps inability to sign and reinstall pandora. He has sent me a preview of an update to his app that now does not require the second step of signing the app with zip signer 2
I got annoyed that the latest version of Pandora had permission to read my contacts. I removed the permission and re-installed with my rooted Gnex, without a PC. Here is how I did it:
1. Downloaded and installed the latest version of Pandora from the android market.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://market.android.com/details?id=com.pandora.android&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5wYW5kb3JhLmFuZHJvaWQiXQ..
2. Download and install Permission Remover from the Android Market.
https://market.android.com/details?id=at.plop.PermissionRemoverFree&feature=search_result#?t=W251bGwsMSwyLDEsImF0LnBsb3AuUGVybWlzc2lvblJlbW92ZXJGcmVlIl0.
3. Permission Remover can remove permissions from apks stored on your sd card or in the "installed applications list". It is also supposed to be able to save, re-sign, and reinstall the stripped down app but this did not work for Pandora. So I used it to strip the "read contacts" permission but had to complete additional steps described below.
4 Download and install Zip Signer 2 from the Android Market.
https://market.android.com/details?id=kellinwood.zipsigner2&feature=search_result#?t=W251bGwsMSwyLDEsImtlbGxpbndvb2Quemlwc2lnbmVyMiJd
5. I used Zip Signer 2 to navigate to /sdcard/at.plop.PermissionRemover/New and locate the new "contact permission free" Pandora apk, and sign making sure to specify the file extension .apk.
6. Using a file explorer I installed the newly stripped and signed apk.
If you would rather have the apk I have already cleaned up:
https://www.box.com/shared/mz628clir8uhhh15yqkp
The newest version of Facebook has sms read and write permissions that can be removed via the same process described above.
Here is the apk that I have already processed to remove them:
http://www.box.com/s/3nlnxk6u4jr5dsmeyg3n
So I can do this to remove permissions from any app? Just follow this guide? I think some permissions are not needed at all. Though for each update we need to do this every time right?
Also, when removing permissions it means they can no longer do that right? If so, I will rewrite your guide for a much easier format. Make it look pretty. XD
Plus we can make a list of apps with removed permissions. Free ones of course. XD I would be more than happy to start this project if this goes well.
ZeroManArmy said:
So I can do this to remove permissions from any app? Just follow this guide? I think some permissions are not needed at all. Though for each update we need to do this every time right?
Also, when removing permissions it means they can no longer do that right? If so, I will rewrite your guide for a much easier format. Make it look pretty. XD
Plus we can make a list of apps with removed permissions. Free ones of course. XD I would be more than happy to start this project if this goes well.
Click to expand...
Click to collapse
I cant guarantee that removing permissions won't break an app. There is no harm in trying. If you do remove a permission the worst that can happen (should be) that the app wont work. If it doesn't work, all one would have to do is uninstall the edited app and reinstall from a backup or the market.
As far as I know, removing a permission disallows the app from utilizing them.
The app creator can and often does alter permissions between updates. When prompted in the android market for an app update (if updating works at all) all of the original permissions as well as any new permissions will be restored.
wes_s said:
I cant guarantee that removing permissions won't break an app. There is no harm in trying. If you do remove a permission the worst that can happen (should be) that the app wont work. If it doesn't work, all one would have to do is uninstall the edited app and reinstall from a backup or the market.
As far as I know, removing a permission disallows the app from utilizing them.
The app creator can and often does alter permissions between updates. When prompted in the android market for an app update (if updating works at all) all of the original permissions as well as any new permissions will be restored.
Click to expand...
Click to collapse
Well if we could figure out if removing the permissions stops them from accessing what they want to. So removing the ability to read contacts from Pandora, makes it so that can not read them any more. At all. Right? That is what I am trying to figure out. So removing a permission disallows it to access the info?
ZeroManArmy said:
Well if we could figure out if removing the permissions stops them from accessing what they want to. So removing the ability to read contacts from Pandora, makes it so that can not read them any more. At all. Right? That is what I am trying to figure out. So removing a permission disallows it to access the info?
Click to expand...
Click to collapse
I believe this is correct. I am no expert though.
wes_s said:
I believe this is correct. I am no expert though.
Click to expand...
Click to collapse
I asked a question, if it is true, would you be willing to do a project and remove unnecessary permissions?
Sure. Sounds like fun to me.
It would be a great thing removing all unnecessary permissions, but, how to know what permissions are really needed for app to work properly? I guess that every app has it's own unique permissions that are necessary but how to know which ones? Is the only way to find that out by trying and errors?
For example, Keypad is using data traffic (if you don't believe try installing Onavo from Market). Why. What would happened if we remove it?
Generally keyboards use internet access to provide spell check/autocorrect or Speach to text services.
But yeah basically you have to decide what functionality you wish to limit, and conduct trial by error studies on how far you can go removing permissions.
The developer of Permission remover has contacted me regaurding the apps inability to sign and reinstall pandora. He has sent me a preview of an update to his app that now does not require the second step of signing the app with zip signer 2!
wes_s said:
The developer of Permission remover has contacted me regaurding the apps inability to sign and reinstall pandora. He has sent me a preview of an update to his app that now does not require the second step of signing the app with zip signer 2!
Click to expand...
Click to collapse
So we wont need the Zip Signer 2 app ever again or he is just fixing Pandora?
I removed, the Contact permission from Pandora with the new version and it worked without step 2.
I have no access to Facebook. I can't even load it. It says that it can't mount or write /sdcard
ZeroManArmy said:
So we wont need the Zip Signer 2 app ever again or he is just fixing Pandora?
I removed, the Contact permission from Pandora with the new version and it worked without step 2.
I have no access to Facebook. I can't even load it. It says that it can't mount or write /sdcard
Click to expand...
Click to collapse
We wont have to use zip signer 2 until we find another app that has a problem installing after removing the permissions with Permission Remover. The Developer would like us to notify him about apps that dont install properly after only using Permission remover. The developer has been really responsive. I didn't even contact him. He saw this thread and contacted me.
Does this work? Can we remove permissions from Facebook or Angry Birds?

[Q] Installing and re-installing android applications

When we download an application from Google Play Store, it downloads and then magically installs on the Android device.
But supposing we do a Factory Reset, or that we upload a new firmware or simply suppose we have another Android device at home and we would like the same application to be installed there too.
Is it possible to somehow maintain the installation files and be able to copy these files off the Android device and then use them on another device?
Yes. An app comes as an 'apk' installer file that can be transferred to another device and installed or re-installed on the same device. But to get the apks of apps installed via Playstore, you will need an app like "App Backup and Restore".
P.S. Sharing apks of paid apps is illegal and not recommended. :good:
immortalneo said:
Yes. An app comes as an 'apk' installer file that can be transferred to another device and installed or re-installed on the same device. But to get the apks of apps installed via Playstore, you will need an app like "App Backup and Restore".
P.S. Sharing apks of paid apps is illegal and not recommended. :good:
Click to expand...
Click to collapse
I have this "App Backup" but I am trying to understand the mechanism a bit more.
The apk file is not the end of the story. Try the game "Yesterday". It is a 1GB download, however the .apk is only a few MBs and the rest is the actual game. However this 1GB file comes straight from the app store, so there is a mechanism that App Backup does not cover.
I managed to restore this game by saving the data myself, but every application is different.

How can write in SD in marshmallow?

I have Xperia z5(E6653) 32.2.A.0.224 marshmallow 6.0.1 and I don't know how to write in SD I try but nothing.. One app say that.... Save path lacks write access.. Why? How can fix it
stathis18 said:
I have Xperia z5(E6653) 32.2.A.0.224 marshmallow 6.0.1 and I don't know how to write in SD I try but nothing.. One app say that.... Save path lacks write access.. Why? How can fix it
Click to expand...
Click to collapse
Got no problems writing to SD using file managers, what app are you currently using? (currently i use ES file explorer)
Possibly your app does not have the proper permissions and can be reset by simply re-installing the app.
Once you re-open it, android will show prompts for access permissions to your device (i.e. access to storage.. etc.) allow it and it should work as normal.
I mean I don't have problem to move or copy files.. I have problem like.. The app GBA.emu say this save path lacks write access
stathis18 said:
I mean I don't have problem to move or copy files.. I have problem like.. The app GBA.emu say this save path lacks write access
Click to expand...
Click to collapse
As i recall apps designed and created before kitkat will have access problems as older android provide them access automatically.
Can you try accessing Settings>>Apps. Select GBA.Emu select permission and enable storage switch.
If still has access problems, you may need to enable all as this was the app design when it was created =)
I try but nothing.. Any way to mod my SD to write?
stathis18 said:
I try but nothing.. Any way to mod my SD to write?
Click to expand...
Click to collapse
got no additional options as root for this device is not available. Tried another app, gamedroid and saves to device is has no problem on it.
I try thanks

Delete Gboard's GIF & Sticker history

Hello,
Is it possible to delete the GIF history (on a not-rooted phone) of Gboard without clearing the whole data of the app ?
I found out how to do so on an emulated device, so it would probably work on a rooted phone too, but not on a non-rooted phone...
You can do so through the "Device File Explorer" of Android Studio.
To delete the GIF history in Gboard on you may delete the files located here
location for GIFs:
/data/data/com.google.android.inputmethod.latin/files/share_content/tenor_gif/*
location for stickers:
/data/data/com.google.android.inputmethod.latin/files/share_content/sticker/*
This was tested with Android Studio 4.1.2 and an emulated device with API 29/android 10
banzeo said:
Hello,
Is it possible to delete the GIF history (on a not-rooted phone) of Gboard without clearing the whole data of the app ?
I found out how to do so on an emulated device, so it would probably work on a rooted phone too, but not on a non-rooted phone...
You can do so through the "Device File Explorer" of Android Studio.
To delete the GIF history in Gboard on you may delete the files located here
location for GIFs:
/data/data/com.google.android.inputmethod.latin/files/share_content/tenor_gif/*
location for stickers:
/data/data/com.google.android.inputmethod.latin/files/share_content/sticker/*
This was tested with Android Studio 4.1.2 and an emulated device with API 29/android 10
Click to expand...
Click to collapse
Without root? You cant.
Sad. Thanks for your reply

Question Install apk from local storage

Hey guy's, I hope somebody can help me out here. I can't find any explanation on internet. I want to install an apk from the local storage on my Rog phone 5 ( android 12,un rooted) .
In the old days it was pretty simple, just a slide to activate the "allow unknown sources", click on the apk file and it would install. Now on the rog phone 5 in the apps&notifications, special app-acces, install unknown apps it only shows a few apps that I can give permissions to install from unknown sources. Like Chrome, file manager, gmail, brave browser etc. ( see picture). So I give the file manager or brave the permission,restart the phone, go to the apk in the file manager but it won't install.
It will just show the contents of the apk. If I select the apk I can remove it, rename it, compress it, anything but install it.
I can choose open with brave but still nothing happens. I tried downloading an app in the playstore to install apk files but it won't even list the apk file. I have no clue why they made something that used to be so easy so complicated. So I hope somebody can enlighten me how to install an apk on this phone. Thanks in advance!
Have you enabled install unknown apps in developers options ? Special app access allows you to allow/not allow individual apps to install unknown apk files. I think you have to enable it in developer options for the native installer first. I may be wrong but it's worth checking.
I'll go check if the option is there and let you know. Tnx man.
The only thing I found was " force app allowance on external drive" and but it changed nothing.
Piriroekoe said:
The only thing I found was " force app allowance on external drive" and but it changed nothing.
Click to expand...
Click to collapse
you could try
Code:
adb shell settings put secure install_non_market_apps 1
adb shell settings put secure unknown_sources_default_reversed 1
that would be from terminal on pc or you could install settings database editor from play store and grant it permissions via adb and you will have gui to change system settings
Could you please walk me through how to do this? Tnx.
Piriroekoe said:
Could you please walk me through how to do this? Tnx.
Click to expand...
Click to collapse
Ok, first I guess I need to ask some questions. Have you tried a different file manager, installed thru play store ? How many .apk files have you tried to install ? If it is just the one app that you have in storage it may be corrupt. Have you tried a fresh copy of it ? Is it an old app and is it compatible with your Android version ?
I don't know what I was thinking, that isn't in developer options anyway, it's in security. It would seem odd for them to remove the ability to install personal apk.

Categories

Resources