Skip (skip) Songs using Volume buttons on Android

Skip (skip) Song using Volume keys

You all might use the Volume buttons while playing music to adjust the sound, but what if the same buttons could actually change the track as well. Yes, it is possible, thanks to the hidden APIs released with Android Oreo 8.1. The API, known as a volume key long-press listener, makes it possible to skip track tracks with just a long press of the Volume Key.

Taking a cue from this API is an app that goes by the name Skip Track. It lets you skip songs even when your screen display is turned off. So now you can easily change or skip song tracks via Volume buttons while your device is kept in your pocket.

So without further ado, here’s how to skip songs using the Volume buttons on Android

Skip (skip) Songs using Volume buttons on Android

To perform the Skip track process using Volume buttons, you must have the Skip Track application on your device. After installing it, you have to grant the required permissions via ADB Commands. And for that, you have to enable USB Debugging on your device. All described below.

Required tools:

  • Download Android SDK and Platform Tools on your PC. Make sure to remember the location where you installed it.
  • Download and install the app Skip Track from Github. (Thanks to XDA member Cilenco for this app).
  • Enable USB Debugging on your device: Go to Arrangement> System> About phone> Tap Build Number 7 times. This will enable Developer options. Under that section, enable the USB Debugging switch.

So these are all that I mentioned above are tools or requirements in the steps to skip songs on Android devices using Volume buttons. Now proceed to the instructions given below.

ADB Licensing

Skip (skip) Song using Volume-1 . button

  1. Connect your device to PC via USB cable.
  2. Navigate to the platform-tools folder and type cmd in the address bar. This will open a Command Prompt.
  3. Type the code below to make sure that the device is connected successfully (if you get the device ID then the connection is successful):

adb devices

Finally, give the app the required API permissions by running the command below. Make sure you have the Skip Track app installed before proceeding with this command. Otherwise, you will not be able to skip songs using Volume buttons in this app. Copy or type the following to grant API permissions to the app:

adb shell pm grant com.cilenco.skiptrack android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER

Steps To Skip Songs Using Volume Keys

Skip (skip) Song using Volume-2 . button

  • Open the Skip Track app on your device.
  • Just enable the toggle next to Enable Services. You also have to give the app access to notifications. To do so, enable the Skip Track Settings switch once you are in the Notification access section.
  • Now all you have to do is open your music player and try skipping songs using Volume keys. I tried the same thing on Spotify, and it worked. Make sure to long press the Volume button, while the screen display is off.

Alternative Skip (skip) Songs using Volume buttons on Android

Skip (skip) Song using Volume-3 . button

If you don’t want to try Skip songs because it requires sideloading from Github, then there are other apps available on the Play Store. This app is Next Track, and it also requires similar ADB settings. Bro, you can download Next Track from here.

The steps to skip songs using Volume buttons are almost identical, just replace the above ADB permission code with the one mentioned below:

adb shell pm grant com.flar2.volumeskip android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER

Most of the features of this app require you to spend some money. If you don’t mind, then it’s worth a try. If not, you can use the first trick that we have explained above.

That’s the guide on how to skip songs using the Volume buttons on Android. Hopefully this article is useful for you. Thank you for your visit.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *