In this guide, we will show you two different methods to sideload APK/install apps via ADB on your Galaxy Watch 5/Pro. Now that Samsung has adopted the Wear OS as the underlying OS for its smartwatches, there’s the possibility to welcome a plethora of Android apps onto your watch. However, you might not be able to get some of the apps from Play Store.
This is either due to region restrictions or due to Samsung’s belief that the concerned app wouldn’t be able to run efficiently on your watch [such as the non-provision of ECG and BP features which you could enable by installing a modded version of the Health app]. Whatever be the case, all this leaves users in a restricted environment with only a few apps to choose from. Or is that really the case?
Well, there does exist a road less traveled, which, if you are willing to take, will allow you to sideload APK/install apps on your Galaxy Watch 5/Pro via ADB from any source of your choice. This route is further segragated into two directions- one takes you to the ADB Commands whereas will take you to a third-party app. We have listed both these methods below, along with their perks and drawbacks. So without further ado, let’s embark on this intriguing journey.
Table of Contents
Sideload APK via ADB Commands in Galaxy Watch 5/Pro
The benefit of this method is that it doesn’t require any third-party app. However, its drawback is the requirement of a PC.
STEP 1: Install Android SDK
First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.
STEP 2: Enable ADB Debugging in Galaxy Watch 5/Pro
- Head over to Settings > About Watch > Software and tap Software Version 7 times.
- Then go to Developer Options and enable the toggle next to ADB Debugging.
- After that, scroll down a little bit and enable the toggle next to Debug over WiFi.
- It will now bring up the IP Address, note it down somewhere [do not include the port number, i.e. values after the colon].
- For example, if the entire value is 192.168.1.3:5555, then your IP will be 192.168.1.3.
STEP 3: Connect Galaxy Watch 5/Pro to PC via ADB Command
- Head over to the platform-tools folder, type in CMD in its address bar, and hit Enter. This will launch Command Prompt.
- Now type in the below command in this CMD window [make sure to replace IP accordingly].
adb connect IP
- You will now get a prompt on your watch, tap OK or Always Allow from this computer.
- Finally, execute the below command to verify the ADB Connection between your watch and PC
adb devices
- You will now get your IP Address and port number, followed by the ‘device’ keyword. This signifies that the connection has been successfully established.
STEP 4: Install Apps via ADB Commands in Galaxy Watch 5/Pro
- To begin with, transfer the desired APK file to the platform-tools folder on your PC.
- Then open CMD inside this platform-tools folder and execute the below command [make sure to replace IP and app-name accordingly].
adb -s IP install app-name.apk
- For example, if we are installing an app named WhatsApp on the watch with IP 192.168.1.3:5555, then the above command will transform to-
adb -s 192.168.1.3:5555 install WhatsApp.apk
- WhatsApp will now be installed on your watch which you could access from the app drawer.
- That’s it. These were the steps to sideload APK/install apps on your Galaxy Watch 5/Pro via ADB Commands.
How to Install Apps via Third-Party App in Galaxy Watch 5/Pro
The benefit of this method is the fact that it doesn’t require a PC. On the other hand, the requirement for the installation of a third-party app could be counted as a drawback.
- Head over to Settings > About Watch > Software and tap Software Version 7 times.
- Then go to Developer Options and enable the toggle next to ADB Debugging.
- After that, scroll down a little bit and enable the toggle next to Debug over WiFi.
- It will now bring up the IP Address, note it down somewhere [do not include the port number, i.e. values after the colon].
- For example, if the entire value is 192.168.1.3:5555, then your IP will be 192.168.1.3.
- Moving on, now download the desired app and transfer the APK file to your device.
- Then download and install the Easy Fire Tools app from the Play Store.
- Now launch the app, tap on the overflow icon situated at the top left, and select Settings.
- After that, select IP Address and type in your watch’s IP Address without the port number [in our case it is 192.168.1.3].
- Now go back to the app’s home page and tap on the plug icon situated at the top right.
- You will get an Allow Debugging prompt on your watch, tap OK.
- After that go to the Custom APK File tab and tap on Select file.
- Now navigate to the downloaded APK file and select it. Then tap on Install YES.
- The app will now be installed on your watch which you could access from its app drawer.
That’s it. These were the two different methods to sideload APK/install apps on your Galaxy Watch 5 via ADB Commands. Do let us know in the comments which method you ultimately decided to settle for. Likewise, all your queries are welcomed in the comments section below.