How to Change the Video Resolution of an Android Device

Table of contents:

How to Change the Video Resolution of an Android Device
How to Change the Video Resolution of an Android Device
Anonim

This article shows how to change the size of objects displayed on the screen of an Android device (for example app icons) by changing the resolution (ie the number of DPI from English "Dots per Inch") adopted by the operating system. To do this, you need to download and install the Android Studio Developer Kit program (better known as SDK) on your computer (both Windows and macOS).

Steps

Part 1 of 3: Enable USB Debugging

Change the Screen Resolution on Your Android Step 1
Change the Screen Resolution on Your Android Step 1

Step 1. Launch the Device Settings app

It features a gear icon located within the "Applications" panel (or directly on the Home screen).

Change the Screen Resolution on Your Android Step 2
Change the Screen Resolution on Your Android Step 2

Step 2. Scroll to the bottom of the "Settings" menu that appeared

If you are using a device from the "Galaxy" family, you will first need to access the "Device" section of the menu using the appropriate tabs at the top of the screen.

Change the Screen Resolution on Your Android Step 3
Change the Screen Resolution on Your Android Step 3

Step 3. Select the Device Info item

This option may also be labeled "About phone" or "About tablet", depending on the version of the operating system you are using.

Change the Screen Resolution on Your Android Step 4
Change the Screen Resolution on Your Android Step 4

Step 4. Scroll to the bottom of the "Device Info" menu that appeared to locate the item called "Build Version"

Change the Screen Resolution on Your Android Step 5
Change the Screen Resolution on Your Android Step 5

Step 5. Tap Build version seven consecutive times

Remember that you will need to do this quickly. If you have done this correctly, you should see a notification message appear with a phrase similar to "You are missing a step to become a developer".

Change the Screen Resolution on Your Android Step 6
Change the Screen Resolution on Your Android Step 6

Step 6. Tap the "Back" button on your phone

It should be placed in the lower right or left corner of the device.

Change the Screen Resolution on Your Android Step 7
Change the Screen Resolution on Your Android Step 7

Step 7. At this point, choose the Developer Options item

The new entry indicated should have appeared exactly above the Device Info option.

Change the Screen Resolution on Your Android Step 8
Change the Screen Resolution on Your Android Step 8

Step 8. Select the USB Debugging checkbox

A small green check mark should appear next to the indicated item.

If the "USB Debugging" button is already selected, ie the green check mark is already present, you will not need to take any action

Change the Screen Resolution on Your Android Step 9
Change the Screen Resolution on Your Android Step 9

Step 9. When prompted, press the OK button

This will confirm your willingness to activate debugging via USB connection. This is a feature that allows you to change the system settings (in our case the resolution adopted) directly from a computer via USB connection. From now on, the changes will have to be made via a Windows or macOS system.

If this is the first time you have activated the "USB Debugging" option on your Android device, after connecting it to your computer, you will need to authorize the computer to complete the connection and debugging via USB connection. To do this, simply press the "OK" button of the notification message that appeared on the phone screen

Part 2 of 3: Install the Android Studio Developer Kit

Change the Screen Resolution on Your Android Step 10
Change the Screen Resolution on Your Android Step 10

Step 1. Go to the website to download the Android SDK

It is a complete development environment, for Android systems, which allows you to program and change the settings (in this case the video resolution adopted) of Android devices.

Change the Screen Resolution on Your Android Step 11
Change the Screen Resolution on Your Android Step 11

Step 2. Press the Download Android Studio button

It is a green button positioned in the center of the appeared web page.

The Android Studio website will automatically detect the type of operating system you are using (Windows or macOS) directly providing the link to download the correct version of the program

Change the Screen Resolution on Your Android Step 12
Change the Screen Resolution on Your Android Step 12

Step 3. Select the check button "I have read and agree with the above terms and conditions"

This will confirm that you have read and accepted the terms of the license agreement for the program, then you can proceed with the download.

Change the Screen Resolution on Your Android Step 13
Change the Screen Resolution on Your Android Step 13

Step 4. Press the Download Android Studio button

It is located at the bottom of the newly appeared window. Depending on the computer in use, the button in question will have the final wording "for Windows" or "for Mac" followed by the version number.

Change the Screen Resolution on Your Android Step 14
Change the Screen Resolution on Your Android Step 14

Step 5. Wait for the download to complete

This is a large installation file, so you will need to be patient. Depending on your browser, you may need to choose the destination folder where the file will be saved after the download is complete (e.g. desktop).

Change the Screen Resolution on Your Android Step 15
Change the Screen Resolution on Your Android Step 15

Step 6. Double click on the installation file

If the operating system requires it, in order to continue, you will need to authorize the installer to access the computer's resources.

The installation file should be located inside the "Downloads" folder, which is the default for web downloads

Change the Screen Resolution on Your Android Step 16
Change the Screen Resolution on Your Android Step 16

Step 7. Follow the instructions provided by the installation wizard

Basically you will simply have to press the Next button until the actual installation of the necessary files starts. If you wish, you can change the installation folder and choose whether you want a shortcut to be created directly on the desktop.

Change the Screen Resolution on Your Android Step 17
Change the Screen Resolution on Your Android Step 17

Step 8. Wait for the Android SDK development environment to be installed on your computer

This step may take up to an hour to complete.

Change the Screen Resolution on Your Android Step 18
Change the Screen Resolution on Your Android Step 18

Step 9. Once the installation is complete, press the Finish button

This will automatically launch the Android SDK.

Change the Screen Resolution on Your Android Step 19
Change the Screen Resolution on Your Android Step 19

Step 10. Follow the on-screen instructions to configure the development environment settings

Also in this case you will simply have to repeatedly press the Next button until the Android SDK starts the configuration of all its components.

This part of the installation procedure is intended to prevent you from downloading and installing unwanted components

Change the Screen Resolution on Your Android Step 20
Change the Screen Resolution on Your Android Step 20

Step 11. When done, hit the Finish button again

At this point the Android SDK program is installed and ready to be used. In order to change the resolution adopted by your Android smartphone or tablet you will not have to perform any operation with the Android SDK, so you can also close the program if you wish.

Part 3 of 3: Change the Video Resolution

Change the Screen Resolution on Your Android Step 21
Change the Screen Resolution on Your Android Step 21

Step 1. Connect the Android device to the computer

Use the USB cable provided at the time of purchase, then insert the micro-USB connector into the appropriate port on your Android device. The USB connector will be inserted into a free USB port on the computer.

  • The USB ports are rectangular in shape and, in the case of a laptop, are usually positioned along the sides of the case (if you are using a desktop system you should find one on the front or back of the case).
  • Once the connection is complete, you will need to authorize the computer to communicate with the Android device by pressing the relevant button that appeared on the latter's screen.
Change the Screen Resolution on Your Android Step 22
Change the Screen Resolution on Your Android Step 22

Step 2. Open the operating system command console window

If you are using a Mac, you will need to launch the "Terminal" application, while in the case of a Windows computer, you will need to use the "Command Prompt".

  • MacOS users can open a "Terminal" window directly from the "Finder" (the blue stylized face icon on the Dock) by searching using the "terminal" keyword. At that point, simply select the "Terminal" application from the list of results that appeared.
  • Windows users should search using the keywords "command prompt" and the appropriate text field located in the lower left corner of the desktop. Then simply select the first item in the results list that appears.
Change the Screen Resolution on Your Android Step 23
Change the Screen Resolution on Your Android Step 23

Step 3. Type the command "adb shell dumpsys display | grep mBaseDisplayInfo" inside the command console

Change the Screen Resolution on Your Android Step 24
Change the Screen Resolution on Your Android Step 24

Step 4. Press the Enter key

In this way, information about the Android device connected to the computer should appear on the screen.

Change the Screen Resolution on Your Android Step 25
Change the Screen Resolution on Your Android Step 25

Step 5. Identify the current resolution adopted by the Android device expressed in DPI

It is the number on the right of the wording "Density" (for example "480"). Remember to write down the current resolution value so that you can restore it in case of problems during the modification procedure.

Change the Screen Resolution on Your Android Step 26
Change the Screen Resolution on Your Android Step 26

Step 6. Enter the command "adb shell wm density [DPI] && adb reboot" in the command console

Make sure to replace the [DPI] parameter with the new desired resolution (eg 540).

Change the Screen Resolution on Your Android Step 27
Change the Screen Resolution on Your Android Step 27

Step 7. Press the Enter key

The Android device will restart automatically. After the reboot is complete, the new resolution you set should be active.

Advice

  • You can change the resolution of your Android device using a variety of applications, but you need to "root" your phone first for these apps to work properly.
  • If you are having trouble getting the Android SDK to work properly with your device, it is very likely that you will need to update the drivers and / or operating system.

Warnings

  • Although you can change the resolution of your Android device, by increasing or decreasing it, to change the size of the objects displayed on the screen, you cannot change the native resolution of the display to set a high resolution option (e.g. 720p or 1080p), since the latter is closely linked and limited by the physical structure of the screen.
  • In some cases, changing the DPI number can generate compatibility problems when using the Google Play Store to install new apps. If this is your case, set the original DPI number again, install the apps you need, then change the screen resolution to suit your needs.

Recommended: