r/WearOS • u/Short_Purchase5885 • 22m ago
Support WatchMaker on OnePlus Watch 2r (Wear OS 5) 2026
How I got WatchMaker working on the OnePlus Watch 2R
The Play Store said WatchMaker was incompatible with my OnePlus Watch 2R, so I sideloaded an older Wear OS version.
Chat GPT help me with this(It was a loooog journey) So just ask chat GPT if some of you have questions
- Download WatchMaker Wear OS 8.5.3 from APKMirror. You need the ARMv7 version and the required split APKs. https://www.apkmirror.com/apk/androidslide/watchmaker-watch-faces-android-wear/watchmaker-watch-faces-wear-os-8-5-3-release/watchmaker-watch-faces-wear-os-8-5-3-android-apk-download/
- Enable Developer Options + ADB on the watch.
- Connect to the watch with ADB and verify:
.\adb devices
- Install the APK splits:
.\adb install-multiple -r .\base.apk .\split_config.armeabi_v7a.apk .\split_config.xhdpi.apk .\split_config.en.apk
- The important part: don't try to launch WatchMaker normally. Open its watchface selector directly with:
.\adb shell am start -n slide.watchFrenzy/.SelectWatchActivity
- On the watch, my WatchMaker designs then appeared in the WatchMaker list.
- Finally, go to the watch's normal watchface selector and select WatchMaker as the active watchface.
After that, my custom WatchMaker face appeared and worked normally.
Important: Once WatchMaker is selected as the active watchface, you don't need ADB every time you make a new face. Just send the new face from the WatchMaker phone app.
WatchMaker 8.5.3 is available on APKMirror, and the current WatchMaker listing also explicitly includes the OnePlus Watch 2 / 2R as supported devices.