So I ‘upgraded’ my pixel 4xl to android 11 a few days ago, root works well and it seems like just another day, except I’ve come to find that I don’t care for scoped storage – at least how I’m trying to use it. All the other changes are just meh to me so I'm definitely not married to 11.
Previously, I could play a movie file (I prefer es file explorer) and mxplayer would automatically open up a similarly named subtitle file and all was well. When the video file reached it’s end, the next video & it's subtitles would start playing and it was wonderful!
Currently on android 11, I cannot even open subtitles! Any player I try seems to not have a clue as to what exists on my storage – which prompted a google search and I was informed of scoped storage being snuck in – awesome =(
So I came across a page that mentioned enabling on a per app basis legacy storage
– except I don’t know what the package name is. No worries, we’ll just enable root on the file explorer and …. Oh well that doesn’t work anymore either =(
So, short of rolling back to android 10 and dealing with all that entails (wiping and all) I was hoping someone smarter than myself could offer some insight in not allowing google to break/ruin one of the leading reasons i’ve chosen to use their product.
Previously, I could play a movie file (I prefer es file explorer) and mxplayer would automatically open up a similarly named subtitle file and all was well. When the video file reached it’s end, the next video & it's subtitles would start playing and it was wonderful!
Currently on android 11, I cannot even open subtitles! Any player I try seems to not have a clue as to what exists on my storage – which prompted a google search and I was informed of scoped storage being snuck in – awesome =(
So I came across a page that mentioned enabling on a per app basis legacy storage
Code:
adb shell cmd appops set your-package-name android:legacy_storage allow
So, short of rolling back to android 10 and dealing with all that entails (wiping and all) I was hoping someone smarter than myself could offer some insight in not allowing google to break/ruin one of the leading reasons i’ve chosen to use their product.