How to Stop Pokemon Go (or other apps) From Stealing Audio Focus Lenovo K8 Plus...

 
 
 
How to Stop Pokemon Go (or other apps) From Stealing Audio Focus Lenovo K8 Plus...

 
xda-developers
Aug 7, 2017 4:09 AM • by Mishaal Rahman
How to Stop Pokemon Go (or other apps) From Stealing Audio Focus

Despite dwindling in popularity, Pokemon Go still has a ton of fans playing the game every day. Although most of the game's issues have been related to cheating, there are other, more minor ones that annoy existing users. One such issue is related to audio focus in Android. Users who like to listen to music or podcasts when playing Pokemon Go find that audio playback immediately halts when they launch the game. This requires users to manually restart playback on their favorite media app such as Google Play Music, Spotify, or PocketCasts. Today, I'm going to show you how to stop Pokemon Go (or any other app) from stealing permanent audio focus – without root.

What happens when Pokemon Go launches is that it requests audio focus from the system, meaning any existing media playback over the same volume stream will be ducked. The issue here is that Android's audio focus relies on an honor system among applications. Android does not pick and choose which applications should be prioritized to hold focus, instead it relies on applications requesting and releasing focus as needed. Thus, because Pokemon Go requests audio focus when it launches, other applications can't stop it from taking over the media volume.

Some applications such as Poweramp or Podcast Addict have experimental settings to hold on to audio focus to prevent other apps from stealing it away, but obviously many media applications out there do not. Some users have come up with their own way to retain audio focus through the use of Tasker profiles, which is something I likely would have tried if there wasn't a better way – but thankfully there is. It involves the use of a hidden ADB command to access the command line interface for Android's permission management system known as appops. With a single command, you can stop Pokemon Go (or any other app) from taking audio focus ever again!

The method we are using here is aimed at stock, unrooted users who are not running any sort of custom ROM. Custom ROM users, such as those on LineageOS, may have access to a more powerful permission control method that lets them bypass the need for this command.


Stop Pokemon Go from Taking Audio Focus – Tutorial

  1. Download then install USB drivers for your device – most likely only necessary if on Windows.
  2. Download the ADB binary for your OS and extract the file to any folder on your PC.
  3. On your phone, open Settings then find the "About Phone" option.
  4. Scroll down to find the "Build Number" value and tap on it 7 times, enabling Developer Mode.
  5. Back to the main menu in Settings, enter Developer Options.
  6. Enable USB Debugging Mode here, as shown below.
  7. Plug your phone into your PC and on your phone change the USB mode from "charge only" mode to "file transfer (MTP)" mode.
  8. Back to the PC, navigate to where you extracted the ADB binary.
  9. Open a Command Prompt in this ADB directory. On Windows, the easiest method to do this is to press Shift+Right-click. In the context menu, choose the "open command window here" option. Mac or Linux users, open a Terminal.
  10. Enter the following command: adb devices
  11. This will start the ADB daemon. If this is your first time running ADB, you will see a prompt asking you to authorize a connection. Allow it.
  12. Re-run the command from step 10 and you'll see the serial number of your device in the output. If so, move on to the next step. If not, re-install your drivers.
  13. (Optional): if you want to restrict an app other than Pokemon Go from having audio focus, then install the App Inspector app and find the package listed under the app's name.
  14. Send the following command: adb shell
  15. Then execute this command: cmd appops set <package> TAKE_AUDIO_FOCUS ignore

    Example: Command used for Pokemon Go

  16. As long as you don't get an error message in the window, it should have worked. Congratulations! Now Pokemon Go won't stop Google Play Music, Spotify, PocketCasts, or any other app from playing on top of it!

Explanation

As mentioned at the beginning, we are using the command line to interface with appops, which is Android's user-facing system for handling app permissions. By default, there are only a handful of permissions that users can toggle by default through the Settings UI. Certain custom ROMs (such as LineageOS with its Privacy Guard) expose more permissions you can restrict, but for unrooted users the only way to handle these permissions is through the command line.

Anyways, the particular permission we are restricting is android.permission.TAKE_AUDIO_FOCUS which any application that requests it in their AndroidManifest.xml file is granted automatically upon installation. Thanks to the above appops command, we can take away this permission from Pokemon Go, meaning it can no longer request audio focus and thus can no longer stop other music or podcast apps on your phone from playing.

Although the tutorial above is aimed at Pokemon Go users, technically you can do the same thing for any other app also. Just modify the name of the package in step #15 with whatever other app you want. Just be careful you don't go around restricting this permission all willy nilly, because Google intentionally hid this permission from being restricted so users wouldn't mess things up.

See other great tutorials like this in our tutorials category. Stay up to date on the latest news with the XDA Labs application.




Android Advices
Aug 7, 2017 3:22 PM • by Karunakar Donthamshetti
Lenovo K8 Plus Smartphone Listed on GeekBench with Helio P25 & 3GB RAM

Lenovo has recently confirmed about its upcoming smartphone launching in India on August 9th called Lenovo K8 Note which would be exclusive to Amazon India. Also, this company has teased a video of its forthcoming smartphone in the Note series which is named as Lenovo K7 Note, but it doesn't reveal when will be launching this device. However, we have now another report is that this brand will be working on another device which has been leaked on Geekbench site dubbed as Lenovo K8 Plus.

As per the Geekbench listing, the K8 Plus would be packed with stock Android which is Nougat 7.1.1 OS and would offer a 32GB of internal memory coupled with 3GB of RAM. It would have a 1.69GHz MediaTek Helio P25 (MT6757CD) octa-core processor paired with Mali T880 graphics. Besides, the other hard-core specifications have not revealed yet like a display, camera, and battery. This device has recorded a single-core score of 861 and a multi-core score of 3761.

The company launched the Lenovo K5 Plus smartphone last year after introducing the Lenovo K5 and K5 Note devices. Also, the company has unveiled the successors of these devices such as Lenovo K6 and K6 Note, but surpassingly the Plus variant didn't launch while it has launched the K6 Power smartphone. Now, this brand may skip the K7 series of smartphones and is confirmed the launch of Lenovo K8 Note Android Phone on August 9th.

The Lenovo K8 Note smartphone would be powered by an Android 7.1.1 Nougat OS out of the box. It would come with a 32GB and 64GB storage options that coupled with a 3GB & 4GB RAM respectively. The K8 Note would keep with a MediaTek Helio X20 deca-core processor with ARM Mali-T880 MP4 graphics. It would offer a competitive price in the market about 13,000 INR. Now, we don't know when will launch the K8 Plus smartphone as we expect it might launch along with K8 Note device.




 
 

This email has been sent by Froze ONE (isnanmm0@gmail.com). It is the potion result of 'Tech: Topic watch' from the dashboard 'Personal Dashboard', tab 'Tech > Android'. Turn off or edit this potion

 

© Netvibes 2005-2017 | Terms of service | Privacy Policy

 
 

Subscribe to receive free email updates:

0 Response to "How to Stop Pokemon Go (or other apps) From Stealing Audio Focus Lenovo K8 Plus..."

Post a Comment