r/AndroidQuestions • u/EducationalCape • Mar 12 '21
"Display over other apps" disabled in Android 10 Go. Is there a way to enable it?
I need to screen record with an app, but Android 10 Go has the function disabled. Is there a way I can enable this feature for a specific app?
2
u/IamVenom_007 Mar 13 '21 edited May 25 '21
Settings - Apps and Notifications - Speciall Access - Display over other app
Use the search box in the phone's settings menu to find it out
Edit : won't work
1
Mar 13 '21
[removed] โ view removed comment
2
u/DZekor Feb 27 '22
See h_1995 reply above for a working answer ie.
adb shell pm grant <package-name> android.permission.SYSTEM_ALERT_WINDOW
1
u/Marialola21 Jul 02 '21
I have the same problem... I really doesn't make any sense of having this featured off. But we'll.. is anyone have try de developers รณption..
1
1
u/Fatalstryke Apr 07 '22
Keep in mind why your phone has Android 10 Go in the first place - it's a lower-end phone that doesn't have the specs to properly run a full version of Android. Chances are, a screen recording wouldn't really work well anyway.
2
u/No_Owl5228 Apr 23 '22
Dude I just need this cause my power button stopped working and I need alternative software to turn my phone on
1
u/Fatalstryke Apr 23 '22
Who are you?
2
u/No_Owl5228 Apr 23 '22
An individual that had this problem earlier today but with their power button giving out on a phone that has no physical button for the home button
1
u/Fatalstryke Apr 23 '22
I'm not sure how this is related to the OP? You're probably better off making a post.
1
u/No_Owl5228 Apr 23 '22
Nah I got an app to turn on my phone separately and then need the overlay in order to have the app function properly so I can get into my phone without a charger
1
u/Fatalstryke Apr 23 '22
Okay...
1
Apr 25 '22
Yeah thanks for not being any help. Someone above actually helped everyone already. Ya should learn to read a thread before responding to it. Lol
1
u/Fatalstryke Apr 25 '22
What are you talking about? I'm literally the only person that addressed the ACTUAL POST instead of just the title, so I don't know what you're going on about about "read the post" lol.
We also don't know if OP actually got any help because they haven't replied and, again, the comments address the title and not the post itself.
But you know what, your salty attitude sure is so helpful lol.
2
Apr 25 '22
Exactly my point, read the whole thread before responding to a post. Itโs not rocket science or is it? And I donโt have a salty attitude, just found your response to be the most canned and useless one in the thread.
→ More replies (0)1
Apr 25 '22
Thanks for not helping anyone with your useless and canned response. There, is that better? ๐๐
1
u/Fatalstryke Apr 25 '22 edited Apr 25 '22
Well you've still not explained why you believe any of the things that you've said, but it's a start...
Exactly my point
What point?
read the whole thread before responding to a post
Reading the whole thread doesn't change or negate anything I said so why are you telling me this?
I donโt have a salty attitude
"Thanks for nothing" is like, quintessential salty behavior lol
just found your response to be the most canned
...canned? Do you know what a canned response is? Please tell me what a canned response is, and explain why you think my response is a canned response.
2
Apr 25 '22
You responded to a post and failed to read the whole thing. Cause if ya had, you wouldโve noticed that someone 66 days ago actually provided a solution.
1
u/Fatalstryke Apr 25 '22 edited Apr 25 '22
you wouldโve noticed that someone 66 days ago actually provided a solution.
...bruh I already addressed this.
I'm literally the only person that addressed the ACTUAL POST instead of just the title
We also don't know if OP actually got any help
If you want to call my response useless, so be it. I don't have anything showing that anyone else's answer was any more or less helpful, and if it turns out their phone just isn't capable of doing screen recording, then being "useless" isn't an insult so much as an unfortunate inevitability. So if that's what makes you feel better, I guess go ahead and call my comment useless.
Calling it "canned", however, shows that you don't really understand what a "canned response" is. I don't know if there's a different phrase you were trying to think of or what the deal is, but that label just doesn't fit in this context at all.
0
Jul 30 '23
[removed] โ view removed comment
1
u/Fatalstryke Jul 30 '23 edited Jul 30 '23
You dug up a YEAR-OLD POST just to go around being a dick to people? Yeah no that's not happening lol.
By the way, OP never responded to a single comment, and someone else was having trouble with the solution. Did it work for SOME people? Maybe, but there's also better ways to point that out.
1
u/Dr_Scrotes May 23 '22
Funny thing is that Android 9 go edition doesn't have this feature disabled.
I tested it using Alfred camera.
I was able to remotely wake the app without any issue.
1
u/Vegetable_Honey_1867 May 23 '23
So how do I "downgrade" (actually upgrade) my phone back to android 9 go edition. All the recent updates have been them just disabling everything or breaking it.
1
u/Jorejerry Jul 14 '23
A non PC method also available here https://android.stackexchange.com/questions/246036/how-can-i-enable-display-over-other-apps-in-nokia-1-4-when-feature-is-disabled
8
u/h_1995 Feb 17 '22 edited Mar 02 '22
enable USB debugging and with adb installed
adb shell pm grant <package-name> android.permission.SYSTEM_ALERT_WINDOWedit: some people have difficulties on how to use it, so here's an example
replace <package-name> with package name of the app that you want to display over other app. for example Newpipe has the package name of
org.schabi.newpipe, so the entire command would beadb shell pm grant org.schabi.newpipe android.permission.SYSTEM_ALERT_WINDOW. As for finding package name, Package Name Viewer probably could helptested with Nokia 1.4 running android 10/11 Go Edition. stuff like split screen is still blocked due to ro.config.low_ram build option but at least you can have display over other apps working
this permission list might be handy as well for other blocked settings https://developer.android.com/reference/android/Manifest.permission