the feature set is astonishingly good IF you have a Samsung phone.. if you don't do not buy this if you want more info. some is.. you guessed it! samsung exclusive! more specifically heart related and sleep info. xda
first, enable developer options and wireless debugging
(Settings - About watch - Software information - tap on model number until notif appears)
(Settings - Developer options - ADB debugging - turn on)
adb pair HOST:PORT
we're not done, connect to the watch with the command below, MAKE SURE TO QUIT PAIR NEW DEVICE.
adb connect HOST:PORT
good job! sideload your apps, and scroll down to the next step if they use special permissions.
from the shell on your terminal, type the command below, replacing PACKAGENAME and PERMISSION with the ones the app needs.
*note to self: package name can be found in the play store URL right after ?id=
adb shell appops set PACKAGENAME PERMISSION allow
the most common permissions are MANAGE_EXTERNAL_STORAGE for file managers like ZArchiver and REQUEST_INSTALL_PACKAGES for APK installation without a computer
a full list of all possible perms (2017) can be found herethe SoC is capable of 64bit ARM instructions, but the software is compiled for 32bit ARM. this breaks some app support and you have to look for a "universal" or "armeabi-v7a" variant of the app you desire. if there's none you're out of luck.
very agressive power saving, hence ADB disconnecting.
health-related features gatekeeped for non-Samsung users
thanks for reading! <3