How to Stop Pokemon Go (or other apps) From Stealing Audio Focus Meizu M6 Note...

 
 
 
How to Stop Pokemon Go (or other apps) From Stealing Audio Focus Meizu M6 Note...

 
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 6:15 PM • by Karunakar Donthamshetti
Meizu M6 Note Leaked Online with Helio P25 SoC & 4GB of RAM

Meizu is the latest Chinese handset maker to launch their flagship smartphones in 2017 at an affordable price bracket. Recently, we have reported about this brand would be working on a new smartphone with a support of secondary screen which is called as Meizu X2. Now, we have another news about this brand is working on a new phone in the part of Note-series which is dubbed as Meizu M6 Note. It is the successor of the Meizu M5 Note.

The Meizu M5 Note was launched in China last year at a price tag of 899 Yuan for the 16GB variant, costs at 999 Yuan for the 32GB model and the high-end model has a 1499 Yuan for 64GB. According to leaked specifications about upcoming smartphone, it would sport a 5.5-inch FHD display which has a resolution of 1920 x 1080 pixels and 401ppi of pixel density. This Note 6 would be running on Android 7.0 which is Nougat.

It would be supercharged with a MediaTek Helio P25 (MT6757T) octa-core processor embedded with a Mali T880 graphics, while its predecessor has a MediaTek Helio P10 chipset. The M6 Note will be backed by a 4,000mAh capacity battery, while its predecessor also came with the same battery capacity. It would bear the same pixel resolution which contains a 13MP rear camera, and the front-facing camera remains unknown while the M5 Note packed with a 5MP sensor.

The Meizu M6 Note will support 32GB and 64GB storage variants which coupled with a 3GB RAM and 4GB RAM respectively. As of now, it has been leaked pricing of the device will be 1599 Yuan for 64GB variant while 32GB variant costs still unknown. Also, the Meizu M6 Note smartphone rumored to be launched on September 6th, 2017. Recently, Meizu has launched Pro 7 & Pro 7 Plus smartphones in China and pricing starts from 2880 Yuan.




 
 

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 Meizu M6 Note..."

Post a Comment