Android 14 blocks Pebble installation
Android 14 introduced new restrictions around SDK target version for apps you can install. Because the Pebble app is no longer actively maintained, some phones will refuse to install it.
In this guide we’ll use ADB to bypass this.
Install ADB
If you don’t already have it setup, install Android Debug Bridge using the instructions linked here
Download the the Pebble APK
On your PC, download the Pebble APK from the following link:
Save the file to your PC.
Connect ADB to your phone
Connect your phone to your computer with a cable, and ensure you have debugging enabled in developer settings:
If you don’t see the developer options menu in settings, first follow these instructions, then enable debugging.
On your computer run adb devices
in a terminal. If you see a prompt on your phone like the one below, accept it.
Install the app
Now run adb install --bypass-low-target-sdk-block pebble-4.4.3.apk
on your computer. This will install the Pebble app onto your phone.
Make sure the Pebble APK is in the same folder you’re running your terminal in.
The Pebble app is now installed on your phone!
Grant restricted settings access
- Go to Settings > Apps > Pebble
- Tap the top left button (should be three dots)
- Tap on “Restricted Settings” (or something similar)
- Allow the Pebble app to have all permissions
For more information, please check this Google Help page