Sideload apps (Wear OS)
What makes us different from other similar websites? › Forums › Tech › Sideload apps (Wear OS)
Tagged: Android Wear, Linux, Sideload, Wear OS
- This topic has 1 reply, 1 voice, and was last updated 4 years, 10 months ago by thumbtak.
- AuthorPosts
- January 14, 2020 at 8:11 pm #1759thumbtakKeymaster
Enable Developer Options
On your Wear OS watch you’ll need to go into Settings, System, About, find the Build Number and tap this seven times. You’ll now see a new option in the Settings menu called Developer Options.Turn on ADB debugging over Wi-Fi
In the Developer Options menu look for and enable an option called ADB debugging, and confirm that you wish to do so when asked. Below this you should also see Debug over Wi-Fi. Enable this, give it a moment to connect, then jot down the IP address that appears below. It will look something like 192.168.0.27:5555.Install Minimal ADB and Fastboot
This is how you install it on a Debian based linux.sudo apt install adb -y
For other systems, just look online, you should be able to find it for yours.Download APK
Use a website like apkmirror to download the APK file you want to sideload.Rename the APK
Make sure you give it a simple name like hangouts.apkConnect Minimal ADB and Fastboot to Android Wear
In terminal typeadb connect 192.168.0.27:5555
make sure you replace the IP and port with your smartwatches IP and port number.Install the app on your watch
Open the terminal emulator and use thecd
or cd .. to browse to the location of the apk you downloaded. After doing so, run the commandadb -e install [name of file].apk
Make sure to rename “[name of file]” to your file name.Wait and finish
You now need to wait one to three minutes for the file to finish installing. It will seem like it is doing nothing, and then it will say success.January 15, 2020 at 4:16 pm #1760thumbtakKeymasterAn app you can sideload, that works, and was (for some unknown reason) removed after an update, is hangouts. You can download it from HERE.
Remember: You can use hangouts with google voice, if you configure a Google voice number and configure hangouts to use that number in the settings. This is good as if you want a separate number for texting to your wear OS device, you can do so,
- AuthorPosts
- You must be logged in to reply to this topic.