Home > Samsung

Sideload APK/Install Apps via ADB in Galaxy Watch 5/Pro [2 Methods]

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?

Sideload apk watch 5 pro

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.

Sideload APK via ADB Commands in Galaxy Watch 5/Pro

Sideload apk 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.

install adb platform tools windows

STEP 2: Enable ADB Debugging in Galaxy Watch 5/Pro

  1. Head over to Settings > About Watch > Software and tap Software Version 7 times.Sideload apk watch 5 pro
  2. Then go to Developer Options and enable the toggle next to ADB Debugging.
  3. After that, scroll down a little bit and enable the toggle next to Debug over WiFi.
    Sideload apk watch 5 pro
  4. It will now bring up the IP Address, note it down somewhere [do not include the port number, i.e. values after the colon].Sideload apk watch 5 pro
  5. 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

  1. Head over to the platform-tools folder, type in CMD in its address bar, and hit Enter. This will launch Command Prompt.command-prompt-inside-adb
  2. Now type in the below command in this CMD window [make sure to replace IP accordingly].
    adb connect IP

    Sideload apk watch 5 pro

  3. You will now get a prompt on your watch, tap OK or Always Allow from this computer.Sideload apk watch 5 pro
  4. Finally, execute the below command to verify the ADB Connection between your watch and PC
    adb devices

    Sideload apk watch 5 pro

  5. 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

  1. To begin with, transfer the desired APK file to the platform-tools folder on your PC.
  2. 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

    Sideload apk watch 5 pro

  3. 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
  4. WhatsApp will now be installed on your watch which you could access from the app drawer.Sideload apk watch 5 pro
  5. 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.

  1. Head over to Settings > About Watch > Software and tap Software Version 7 times.Sideload apk watch 5 pro
  2. Then go to Developer Options and enable the toggle next to ADB Debugging.
  3. After that, scroll down a little bit and enable the toggle next to Debug over WiFi.
    Sideload apk watch 5 pro
  4. It will now bring up the IP Address, note it down somewhere [do not include the port number, i.e. values after the colon].
  5. For example, if the entire value is 192.168.1.3:5555, then your IP will be 192.168.1.3.
  6. Moving on, now download the desired app and transfer the APK file to your device.
  7. Then download and install the Easy Fire Tools app from the Play Store.
  8. Now launch the app, tap on the overflow icon situated at the top left, and select Settings.Sideload apk watch 5 pro
  9. 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].
  10. Now go back to the app’s home page and tap on the plug icon situated at the top right.Sideload apk watch 5 pro
  11. You will get an Allow Debugging prompt on your watch, tap OK.Sideload apk watch 5 pro
  12. After that go to the Custom APK File tab and tap on Select file.
  13. Now navigate to the downloaded APK file and select it. Then tap on Install YES.Sideload apk watch 5 pro
  14. The app will now be installed on your watch which you could access from its app drawer.Sideload apk watch 5 pro

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.


Share: