All Projects → KieronQuinn → AmazfitSpringboardMusic

KieronQuinn / AmazfitSpringboardMusic

Licence: Apache-2.0 License
A better music control (for the phone) on the Amazfit Pace's homescreen

Programming Languages

java
68154 projects - #9 most used programming language

Amazfit Springboard Music

A better music control for your phone on the Amazfit Pace

Whilst the Pace comes with a built in music control option, it's cramped and buggy (and appears as a notification). This custom homescreen page aims to solve that by providing a cleaner control interface

Screenshots

Left: Music playing, progress is shown around the outside. Long press on the pause button opens volume control

Right: Volume control, volume level is shown around the outside. Either waiting 5 seconds or long pressing the pause button returns to the normal control screen

Download

Download the latest release from the releases page or the XDA page

Installation

Install it via ADB:

adb install -r SpringboardMusic-1.0.apk

Reboot your watch

Uninstallation

adb uninstall com.kieronquinn.app.springboardmusic

Note

Whilst the app tries to get the playing music as effectively as possible, it sometimes take pausing/playing a few times to pick it up. I'm investigating why this is

Moving the page/Disabling the page

Want to move the page or disable it from the launcher and have it appear as app in the drawer instead? Use Springboard Settings

How it's done

In terms of the method for adding a custom home screen (springboard) page, it's all detailed here. The method for listening for and controlling music is in the code, but basically it uses imported code from the Launcher JAR (extracted code from the launcher), to attach to and use the launcher service in the same way the stock notification system uses

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].