How do I change the screen resolution on Android

Anonim

how to change the screen resolution on android

Attention! Changing the screen resolution can lead to problems, so that all further actions you perform on your own risk!

Method 1: Systems

Recently, the market there are increasing devices with high-matrices (2K or higher) resolution. Developers of such gadgets understand that this is not the best way affects performance, so added to the firmware tools for the appropriate settings.

  1. Start parameters of the application, then go to it to the point «Display (otherwise it may be called" Display "," Display and brightness "," Display Settings "," Screen "and other similar in meaning).
  2. Open display settings to change the resolution in the Android standard means

  3. Select "Enable" (aka «Screen resolution», «Default Resolution»).
  4. Setting the aspect ratio to change the resolution in the Android standard means

  5. Next, select one of the options suitable for you and then click "Apply» ( «Apply»).

    Selecting a new option to change the resolution in the Android standard means

    The changes will be applied immediately.

  6. This method - the easiest, but you can use it on a limited number of firmware, in which, unfortunately, pure Android is not yet included.

Method 2: Developer Settings

Screen resolution depends on the DPI (number of dots per inch), which can change the parameters in the developer. This is done as follows:

  1. Open the "Settings" and go to the points of the "System" - "Advanced" - "For Developers".

    Open the settings to change the resolution for Android by Developer settings

    If the latter option is not available, use the instructions below.

    Read more: How to activate developer mode on the Android

  2. Scroll through the list, locate the option called "minimum width" (otherwise it may be called "Minimal width" and similar in meaning) and tapnite on it.
  3. Selecting changes to change the DPI resolution for Android by Developer settings

  4. It should be a pop-up window with the input field values ​​DPI, which we shall be changed (available by default is recommended to remember). Specific numbers are device dependent, but most of them range is 120-640 dpi. Enter any of this sequence and tapnite "OK".
  5. Specify the desired value for the change of DPI resolution for Android by Developer settings

  6. Screen for a while to stop responding - this is normal. After the restoration of responsiveness you will notice that the resolution has changed.
  7. Application Settings to change resolution for Android by Developer settings

    On this, the work with the developer settings can be considered completed. The only minus - the appropriate number will have to choose the "Present method".

Method 3: Side Application (root)

For devices with root access, it is worth using one of the third-party utilities that can be obtained from Google Play - for example, Screen Shift.

Download Screen Shift from Google Play Market

  1. Run the application after installation, then allow the use of root and tap "OK".
  2. Move the right to change the Android permissions by means of a third-party program.

  3. In the main menu, pay attention to the "Resolution" options - tap on the activation switch.
  4. Activate the settings for changing the Android resolution by means of a third-party program.

  5. Next in the left field, enter the number of points horizontally, in the right - vertical.
  6. Entering new values ​​for changing Android permissions through a third-party program

  7. To apply the changes, click "Continue" in the warning window.
  8. Confirm the entry of new values ​​for changing the Android permit through a third-party program

    Now the resolution you have chosen will be installed.

Method 4: ADB

If none of the above methods are suitable for you, the most difficult version remains - the use of Android Debug Bridge.

  1. Load the required software on the link above and install it in accordance with the instructions.
  2. Activate the developer settings on the phone (see page 1 of the second method) and turn on USB debug in it.

    Read more: How to enable USB debugging in Android

  3. Enable USB debugging to change Android permissions by ADB

  4. On the computer, run the "Command Line" on behalf of the administrator: Open the "Search", enter the command line in it, click on the result and use the options.

    Read more: How to open the "Command Line" on behalf of the administrator in Windows 7 and Windows 10

  5. Running the command line to change the Android resolution by ADB

  6. After starting the terminal, type the letter of the disk in it, on which the ADB is located, and press ENTER. If the default is C:, immediately go to the next step.
  7. Go to a disk with a utility to change the permission on Android through ADB

  8. Further in the "Explorer", open the folder in which the ADB.exe file is located, click on the Address field and copy the path from there.

    Copy the path to the utility to change the Android resolution by ADB

    Return to the "Command Line" window, enter the CD characters, then place the space, insert the path copied earlier and again use the Enter key again.

  9. Go to the command string to the utility to change the permission to Android through ADB

  10. Go to the phone again - connect it to the PC and allow debugging access.
  11. Allow USB debugging to change the Android resolution by ADB

  12. In the "command prompt", enter ADB devices and make sure the device is recognized.

    Checking your phone connection to a computer to change the Android permissions by ADB

    If the list is empty, disconnect the phone and try to connect again.

  13. Use the following command:

    ADB Shell Dumppsys Display

  14. Enter DPI check command to change Android permissions by ADB

  15. Carefully scroll through the resulting list, find a block named "Display Devices", in which the "Width", Height and Density parameters are responsible for the resolution in width and height, as well as for the density of pixels, respectively. Remember this data or write to set them back in case of problems.
  16. Find the desired parameters on the command line to change the Android resolution by ADB

  17. Now you can go to edit. Enter the following:

    ADB SHELL WM DENSITY * Number *

    Instead of * Number * Specify the required pixel density values, then press ENTER.

  18. A command of changing the density of pixels for changing the Android permit by ADB

  19. The following command looks like this:

    AdB Shell WM Size * number * x * number *

    As in the previous step, replace both * number * on the data you need: the number of points in width and height is respectively.

    Be sure to make sure between the values ​​of the X symbol!

  20. Enter the command to change the Android permissions by ADB

  21. To change the changes, the phone needs to restart - this can also be done via ADB, the following command:

    ADB reboot.

  22. Restarting the device to change the Android resolution by ADB

  23. After re-launching the device, you will see that the resolution has been changed. If after downloading you encountered problems (the sensor reacts poorly on the touch, the interface elements are too small or large, the part of the software refuses to work), then connect the device to the ADB again and use the commands from steps 9 and 10 to install the factory values ​​received in step 8 .

Return the previous values ​​for solving the problems of changing the Android permissions by ADB

The use of Android Debug Bridge is a universal way that is suitable for almost all devices.

Read more