Home > Samsung

Change Screen Density/DPI/Display Size in Galaxy Watch 4

This guide will show you the steps to change the screen density/DPI/display size in the Galaxy Watch 4. As soon as I unboxed my smartwatch, my first reaction wasn’t getting in awe of the Android-based OS, rather it was the large icon size in the app drawer. While it did cause a few hiccups initially, but then I got used to it over the due course of time. However, every now and then, there was a need to sideload an app and install it onto the watch, and this is what probably gave birth to this article.

You see, the thing is you could easily install and run third-party apps on your watch [outside of Play Store]. However, there was one major roadblock-the display size of those apps. Since these apps aren’t optimized for the watch’s screen size, they all appeared zoomed in. So even to interact with a button, I had to keep on scrolling. Well, in some apps, I wasn’t even able to tap on the button as it was beyond the display [it was a button to verify captcha which I wasn’t able to pass].

change DPI galaxy watch 4

However, then I realized that since the underlying OS is Android-based, whatever tweaks I had carried out on my smartphone should be applicable on the watch as well. And that was indeed the case. So keeping that in mind, this guide will show you the steps to change [decrease or increase] the screen density/DPI/display size on your Galaxy Watch 4 and set it as per your desired level. Follow along.

How to Change Screen Density/DPI/Display Size in Galaxy Watch 4

change DPI galaxy watch 4

The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned.

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 Wach 4

  1. Head over to the Settings > About Watch > Software and tap Software Version 7 times.change DPI galaxy watch 4
  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.
    change DPI galaxy watch 4
  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.

STEP 3: Connect Galaxy Watch 4 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

    change DPI galaxy watch 4

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

    change DPI galaxy watch 4

  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 Change Screen Density/DPI/Display Size in Galaxy Watch 4

  1. To begin with, open the shell environment by executing the below command
    adb shell

    change DPI galaxy watch 4

  2. Then execute the following command to get hold of the current display density [it’s 340 in my case].
    wm density

    change DPI galaxy watch 4

  3. After that, execute the below command, replacing xxx with the desired density
    wm density xxx

    change DPI galaxy watch 4

  4. For example, let’s change the density to 300, so the above command will transform to
    wm density 300
  5. Let’s lower it down even further, say to 200
    wm density 200

    change DPI galaxy watch 4

  6. To revert to the original value, just reset the density via the below command
    wm density reset

    change DPI galaxy watch 4

  7. Or, input the original value in the wm density xxx command, which in our case will be
    wm density 340
  8. Moreover, to get the best result, you could consider changing the font size of the concerned app or the entire OS as well.change DPI galaxy watch 4

That’s it. These were the steps to change the screen density/DPI/display size in the Galaxy Watch 4. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share: