Some notifications lower media volume Android Help |
- Some notifications lower media volume
- Settings automation via ADB
- Shattered my Pixel 5a?!
- Here is screen shot from green dot typing post from earlier.
- OTG Cable and DS4 Controller
- Where can I get apks of individual Gapps?
- How do I download a region of the map for offline use? The instructions are not working for me.
- Where is all my battery going?!
- Sluggish Moto Z4 with Android 10
- My sister's phone has lost its Audio.
- Need a recommendation for a phone that's screen wont crack. I dont want the bulky otterbox phone case frame/jacket for it. I want a phone that has a BUILT in sturdy frame.
- how do I remove second "notification center"
- how to turn off the "tap shutter button to search" audio in lens?
- Is it possible to install another Linux distro on a phone?
- Hi I had a question about green dots on android while typing is it normal it shows up above the key board above the 3 black dots every time I type.
- Samsung S7 wants to format the sd card.
- Annoying notification on Android 12
- Glassmorphism Jetpack Compose
- OnePlus 6T Bluetooth issues
- Stop a screen from sleeping whenever a certain app is on screen
- Audio Lag Issues
- How to find my tablet using the Find my Device feature (NOT the Samsung one)?
- Curve Status Bar Icon
- little many questions
- How do I turn off text reply reminders?
Some notifications lower media volume Posted: 26 Apr 2022 01:54 PM PDT So it never used to happen but for some reason now some notifications from a couple different apps or even some text messages from certain people lower the audio playing from any music or video I may have playing at the time and it never goes back to normal unless I either close the app I'm watching the video on or close the app I'm listening to music on. Any idea how to change/fix this? Edit: Forgot to add that I'm on an S10E [link] [comments] |
Posted: 26 Apr 2022 09:12 AM PDT I am currently working with zebra terminals running Android 8 and 10. On each terminal, there are many settings to be done each time and it is very repetitive. I would like to know if it is possible to create a small script to automate the procedure. I know that it is possible to do this via ADB, but I don't know where to find the right commands and how to proceed. I would like to know if it is possible to create a small script to automate the process. Thank you very much in advance. [link] [comments] |
Posted: 26 Apr 2022 04:37 PM PDT |
Here is screen shot from green dot typing post from earlier. Posted: 26 Apr 2022 04:27 PM PDT |
Posted: 26 Apr 2022 04:16 PM PDT So apologies if it's been answered already. I have a Motorola G Stylus 2021( not 5G) and it's on Android 11. I figured the Bluetooth lag would be fixed, it wasn't. So I looked around and saw a video and ordered and OTG cable and adapter. Input lag is gone but my data is slow with it plugged in. And it says charging when the controller is plugged in. My question is how can I make it to where the data doesn't get slow and the controller isn't being charged. The phone is only a week or so old to me and is on Verizon towers. [link] [comments] |
Where can I get apks of individual Gapps? Posted: 26 Apr 2022 03:43 PM PDT I am attempting to simplify a cheap pixel 3 I just bought so that it only has Gmail, maps, and a camera app on it without an app store. I am planning on using lineageos with MicroG and sideloading any apps that I want onto the phone through adb. However Gapps usually seems to come in a package with a browser, youtube and playstore. I am wondering is there a way to get individual apks for the latest releases of just the Gapps that I want? [link] [comments] |
How do I download a region of the map for offline use? The instructions are not working for me. Posted: 26 Apr 2022 03:11 PM PDT The instructions on both the phone and on the web tell me to open Maps, search for a place and at the bottom tap Download. That is not showing up for me. (Samsung A13 Android 11) [link] [comments] |
Where is all my battery going?! Posted: 26 Apr 2022 02:29 AM PDT OnePlus 6, Android 11, 3hr screen on time. From full charge battery was down to 3% in 16 hours. When I open the battery settings there's only 25% usage shown across 11 apps / settings ranging from 1% to 9% each . Will upload a screenshot one I figure out how, but does anyone know what might be causing this / how to fix it? Edit to add screenshot https://imgur.com/a/B3LhXi6 [link] [comments] |
Sluggish Moto Z4 with Android 10 Posted: 26 Apr 2022 01:34 PM PDT My Moto Z4 has been sluggish recently--keyboard tabs take a split second to register, gesture navigation registers wrong action frequently, slow loading times, etc. Any recommendations on how to speed it up? [link] [comments] |
My sister's phone has lost its Audio. Posted: 26 Apr 2022 03:15 AM PDT Even with wired or Bluetooth earphones it won't work. She has restarted the phone many times and it still won't work. Someone told her that it can't be repaired. Any suggestions would be appreciated. [link] [comments] |
Posted: 26 Apr 2022 12:32 PM PDT And the toughest screen. I wanted to only post this in r/privacy, because r/privacy recommends Google pixel & GrapheneOS & my goal is privacy. Wanted their recommendation. But r/privacy wont let me. [link] [comments] |
how do I remove second "notification center" Posted: 26 Apr 2022 12:17 PM PDT Installed power shade and got it all working and how I want it to be, I just can't work out how to remove my standard notification centre Andriod 12 one UI 4.1 if that helps Thanks. [link] [comments] |
how to turn off the "tap shutter button to search" audio in lens? Posted: 26 Apr 2022 11:58 AM PDT |
Is it possible to install another Linux distro on a phone? Posted: 26 Apr 2022 11:54 AM PDT I have a phone laying around, and I want to install Linux on it and use it as a cheap (cheap as I already have the phone) raspberry pi alternative. [link] [comments] |
Posted: 26 Apr 2022 07:53 AM PDT |
Samsung S7 wants to format the sd card. Posted: 26 Apr 2022 11:16 AM PDT But this phone does not have a card. The message looked to be from the phone, but it's gone now. Should I be concerned? [link] [comments] |
Annoying notification on Android 12 Posted: 26 Apr 2022 11:00 AM PDT Is there a way to disable the notification in the middle of the screen informing me that my device "is in optimal condition" whenever i close all open apps. [link] [comments] |
Posted: 26 Apr 2022 10:57 AM PDT Jetpack Compose has just introduce the blur modifier on composables which applies a render effect on the component to blur its content. The effect, thought, it's not applied to the back elements on the drawed view, so when one which leaves a question on how would someone achieve that? Or, is it even possible in the platform? I've been experimenting with two things:
For both cases, I've managed to found interesting things. The first one, is that Sansumg 20FE uses a component which applies the glassmorphism render effect. It is a menu hiding on the right of the screen that we can just pull it over to see some applications (and it blurs only things behind it). The second one, is that the Canvas composable has a Blend option which affects the elements behind it, which is a similar effect mixing colors - but not the blur one, mixing pixels. But that's it, not glassmorphism effect for me (yet). So, my question: did anyone managed to achieve such effect on jetpack compose? Or have any idea / possibility to try? I'm trying to avoid using third part packages [link] [comments] |
Posted: 26 Apr 2022 10:52 AM PDT I have a OnePlus 6T on which:
Any way to fix this? Thanks! [link] [comments] |
Stop a screen from sleeping whenever a certain app is on screen Posted: 26 Apr 2022 10:42 AM PDT I have a multipurpose music app on my Galaxy Z Flip, standard Samsung OS and updates. If it's not doing something like a metronome that has it constantly showing video, it'll let the screen sleep and I have to unlock the phone. Is there some way for me to have the app always keep the phone awake if it's in focus? It should sleep normally if the app is suspended or closed. [link] [comments] |
Posted: 26 Apr 2022 10:11 AM PDT I'm on a OnePlus 9 pro with OnePlus buds pro. I'm having some audio lag. I know to expect some lag from Bluetooth but this is really bad. When I'm watching a video, the video keeps playing but the audio will "pause" for a second or two and then start again. So the audio is ~2 seconds behind the video I'm watching. I noticed this first on YouTube, but it's the same on other apps. It starts perfectly fine and lasts for 30 seconds maybe. [link] [comments] |
How to find my tablet using the Find my Device feature (NOT the Samsung one)? Posted: 26 Apr 2022 09:46 AM PDT SOLVED!Solution: Simply used the link that u/RealMeIsFoxocube suggested. Thanks dude! As the title asks, how do I find my Samsung tablet using the Find my Device feature that comes with the device (I think it's from Google, but it is definitely NOT the one from Samsung as I don't have nor do I want a Samsung account). Also, since I know it is in the house somewhere, is it possible to make the tablet ring or ding or make some noise or something without an extra app? (The Find my Device from Google or wherever it is from should still be enabled - I did not disable it.) Please let me know ASAP, thanks! All the best to everyone & stay Healthy, Happy, and Safe! [link] [comments] |
Posted: 26 Apr 2022 08:48 AM PDT Is there a way to make this custom status icon in android? [link] [comments] |
Posted: 26 Apr 2022 08:47 AM PDT how to mount m2 ssd to android how to move android apps to usb [link] [comments] |
How do I turn off text reply reminders? Posted: 26 Apr 2022 08:31 AM PDT I have a Moto G8 Plus, and it just started doing this thing where if I don't respond to a text it will bump it to the top of my texts with a blue message that says "Recieved yesterday. Reply?" There's no way to dismiss it in the event that I talk to the person in another way or just don't need to reply, and it's just so passive aggressive. Is there a way to turn this off? [link] [comments] |
You are subscribed to email updates from Your android related questions here.. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment