DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root

Our articles on Dofus Touch DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root Playing DOFUS on Android is easy, just install DOFUS Touch from the Play Store . To put your interface and your spells at the bottom of the screen, it's almost as simple, and it's possible without root! Just change and modify the resolution of your Android device.

Will play DOFUS-Touch on your smartphone Or your tablet, it really is your passion. But your interface and your spells remain blocked to the right. However, some videos Youtube show that the interface can be placed below.



The modification may seem complicated, but it is nevertheless very simple ! We accompany you in your approach to improve your gaming experience.

DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root

WARNINGS : If you are unsure of yourself, and have doubts about the capabilities of your device, make a backup prior of your data the most important ones before embarking on this process.

Change the interface on Android without root

Start by downloading “Minimal ADB and Fastboot” on your computer.

Run the file, proceed with your installation, locate the installation folder (normalement « C:Program Files (x86)Minimal ADB and Fastboot ») et keep it open.

On your Android device, open the Parameters, and go to information System (or  « About phone (or device) ").


Appuyez 7 times on "Version number" or "Build Number" to unlock Developer Options.


In the " Developer options ", Check the box USB debugging.

Once these actions are performed, connect your device to your pc with your USB cable.

In your " Minimal ADB and Fastboot » open cmd-here (by double-clicking on it).

DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root


Once on this screen, type the following command:

adb shell wm size

This command allows you to know the resolution of your device. In order to move the interface, you will have to change your resolution to a 4:3 resolution. However, you should not stray too far from your original resolution, to avoid bugs.

Some examples :

If your base resolution is 720x1280, you can change it to the resolution 768x1024.

adb shell wm size 768x1024

If your base resolution is 900x1440, you can change it to the resolution 960x1280.

adb shell wm size 960x1280

If your base resolution is 1080x1920, you can change it to the resolution 1050x1400.

adb shell wm size 1050x1400

Other usable 4:3 resolutions (there are many others, these are just an example):

600x800 750x900 1200x1600

If you find that your interface is too zoomed in or too zoomed out, you can also change the density of the latter, with the following command:


adb shell wm density

The higher the value, the more the screen will be zoomed. If you encounter a bug at this step, revert to the original density.

To return to your basic settings, just type the following commands:

adb shell wm size reset

adb shell wm density reset

 

Change the interface on Android with root

If your device is rooted, you just need to install the application " Screen Shift from the Play Store, and change your resolution, following the resolution advice previously given.

You can now play with the interface of your choice! If you encounter a bug, you can always revert to your base resolution. If the bugs persist, you can reset your phone with adb with the following command:

adb reboot recovery

And once in the recovery menu, choose to erase your profile (wipe data user).

add a comment of DOFUS Touch: Move the interface and spells to the bottom by changing the resolution on Android, root and without root
Comment sent successfully! We will review it in the next few hours.