Here you will learn the steps to install Discord on the Galaxy Watch 4 by using ADB Sideload. Now let’s start this guide.
Install Discord on your Galaxy Watch 4 via ADB Sideload
-
- Firstly, you have to download the Android SDK Platform Tools and bring it out onto your Computer.
- Then download the APK file for Discord & Google Chrome. At the time when you guys have downloaded, then send it to the platform-tools folder.
- Similarly, you should rename the downloaded files to discord.apk & chrome.apk therefore, it becomes simpler to write in the Command Prompt later on.
- When it is completed open Settings > System > About. Click on Build Number 7 Times. Actually, this will enable Developer Options.
- Open Settings > Developer Options > ADB Debugging. Click on YES.
- Dropdown & enable the Debug over WiFi. Your IP Address will be listed there, remember somewhere. For instance, in case the value is 192.168.1.40:8080, then 192.168.1.40 is the IP Address (8080 is the port number)
- Open the platform-tools folder, now you should type in CMD in its address bar, & press Enter. It will set up Command Prompt.
- Bring out the following command in the CMD window in order to establish a wireless ADB connection b/w your watch & Computer. Ensure to replace the IP keyword along with the IP address that you guys had got from above.
adb connect IP
- When you bring out the above command, you guys will get the Allow Debugging prompt on the watch, click OK.
- Bring out the following command in the CMD window in order to get Discord on the Samsung Galaxy Watch 4:
adb install discord.apk
- Install the below command in the CMD window in order to get/install Chrome on the watch:
adb install chrome.apk
- Execute the following command to modify the DPI to 240
adb shell wm density 240
- In case you guys obtain Debugging Authorisation prompt on the device just after the execution of the above-mentioned command, ensure to approve it.
- Set up Discord & sign in to your account. Click on captcha not responding – try via the web.
- Go to Chrome on the watch & login / check the new device.
- Once completed, you should go back to Discord & log in again, this time there will be no captcha verification & you guys will be successfully signed in.
- Bring out the following command in order to revert the DPI to the original state:
adb shell wm density reset
Must read this article: Way to Sideload Apps on Galaxy Watch Wear OS
That’s all.