Density/DPI change - Huawei Ascend P7

Hi,
I am new to the p7. I am used from my Samsung and nexus devices to adapt via build.prop DPI in order to see more things on screen.
Build.prop has no DPI setting. How (which app?) Proved to securely change DPI? And what is stock DPI for 1080 and 720p (rog)?
Thanks

No one feeling the need to show more on screen? [emoji22]

Hi,
Have you found a solution for this yet?
I've recently got myself a P7 and I'm trying to get something similar to 240 dpi(like my s3).
People have mentioned ROG tech, but I can't find that option anywhere.

ROG setting is under Settings - Power Saving, then menu (upper right corner) setting.

Rog? I tgought its resolution (I.e HD 720p instead of full HD1080p)? Is there also a setting for density hidden besides ROG?

rog doesnt do the trick
I've activated ROG, but all it does it help the battery to last longer, by reducing performance and screen res.
What I (and op) are looking for, is something to change the dpi (pixel density/LCD density). Like on samsung phones, you can do it through build.prop

No one managed to edit dpi?

Still have a problem...
Where.is the rog option in emui3?

changing dpi on P7 ??? such little screen ?? NO POINT it is tiny already ..

Related

[Q] Stock Screen Density

Hi, I am fairly new to Android development. I have a question regarding the Galaxy S. What is the stock screen density of this phone in 2.1? I am trying to create the Galaxy S environment on an emulator so that I can test my application (I do not own one of these phones). Does the density change in later versions?
I have read hxxp://developer.android.com/guide/practices/screens_support.html
I know that the phone screen resolution is 480x800.
I am not sure what type of screen it is (Normal or Large), hence I cannot determine the density.
Is there an easy way of determining the density and screen type of a phone?
Thanks!
I do not know how to find out a density of other phones thought its a standard
But Samsung Galaxy S I9000 should have 240 (as seen in build.prop ro.sf.lcd_density=240 ) as the standard one and no it doesn't change in the versions.
(I use 200 though looks nicer )
Hmm, strange. The application seems to work fine with that configuration, yet one of the users is reporting an issue. I wonder if he changed the density..
Thanks for your help!
What kind of issue?
Well tell that guy to download spare parts and unticks "compatibility mode" if he is using changed density it may help him.
Grr. It was a simple user error. He thought the background picture was not appearing in the center, when it was. Just the way the picture is.
I started fiddling with making the application accessible to other densities. The AVD comes with a large screen, medium density skin (480x800/480x854 at 160dpi). Are there actually any devices that use that kind of setup? I ran my application at those settings, and for some reason it is loading the mdpi resource, which is designed for a normal screen (640x480).
Thanks for your help Pagot!

Does P9 have the View mode in its display settings to change system DPI?

As it says in the title, does EmotionUI 4.1 of the P9 have the view mode setting to change the dpi settings of the phone?
I was playing with a P9 at local store and noticed that the icons are huge. Compared it with the Galaxy S7 that was next to it, which was set to condensed mode, on same XDA page the S7 displayed more than a third more. I remember that Huawei P8 has the ability to decrease dpi setting with the view setting. Had a quick peek in the P9 settings but didn't see it.
I can't see any setting for it. In the Display section there is a setting for Font size, and in the Battery manager section there is a setting to change the resolution to 720x1280. But no DPI setting as far as I can see.
it is possible via adb! also works without root.
Code:
adb shell wm density 430 && adb reboot
430 is for dpi. stock is 480.
if you go below 430 some elements of the camera app get shifted.
not working anymore
hi.
i cant seem to figure out what im doing wrong. the phone reboots but the dpi dosent change.
it worked the first time, but not anymore.
any tips?
bentarne82 said:
hi.
i cant seem to figure out what im doing wrong. the phone reboots but the dpi dosent change.
it worked the first time, but not anymore.
any tips?
Click to expand...
Click to collapse
You need to have root and change the DPI on your build.prop
did a factory reset. then tried again and now it worked like a charm. Set the dpi to 360, and the camera stopped working. but it still works on snapchat and facebook messenger.
engineer000 said:
You need to have root and change the DPI on your build.prop
Click to expand...
Click to collapse
Hey there,
i have Oreo on p9 AL10 and dont find the correct build.prop for huawei p9. None of the settings i found in the internet works. did you find a solution for Oreo? (rooted/unlocked)

Changing DPI in Dev options

Hi all. I've bought my first Huawei device this morning it being the P10, and was just wondering about changing the DPI in developer options. What numbers are good to use?
I use 400 DPI as i prefer it more.
I use 445 but on the plus.
btw has anyone figured out how to make this setting stay after a re-boot?
Maybe there is an xml or a line that works in one of the build.prop files (system or vendor)
Would be nice to have our own independent of the 3 default options as per DB menu.
When i change dpi in dev options of p10 to 420 then phone app and camera app got error display.
Please help me fix?

how to change the size of the screen like in Nougat on Huawei p9.

I have a p9 updated to nougat and I find no option in the settings----> display to change the screen size. I saw that in the developer settings there is the "minimum width" and I set it as 420 (for having a very condensed screen) but some camera elements have glitches. How can you have the condensed screen without having glitches? * I do not have the root *
Thanks much
Giovanni9921 said:
I have a p9 updated to nougat and I find no option in the settings----> display to change the screen size. I saw that in the developer settings there is the "minimum width" and I set it as 420 (for having a very condensed screen) but some camera elements have glitches. How can you have the condensed screen without having glitches? * I do not have the root *
Thanks much
Click to expand...
Click to collapse
The "minimum width" setting is the dpi. For the camera if you set the dpi higher the Pro mode switch goes towards the shutter button, but if you set the dpi over 410 this switch glitches out and stays in the air. So the simple answer is don't set the dpi over 410.
_Frostplexx_ said:
The "minimum width" setting is the dpi. For the camera if you set the dpi higher the Pro mode switch goes towards the shutter button, but if you set the dpi over 410 this switch glitches out and stays in the air. So the simple answer is don't set the dpi over 410.
Click to expand...
Click to collapse
Yes, I was wrong to write, I said how to change the DPI of the screen. I set 409 to not have pro mode on the depth shutter and have the most condensed screen.
How does huawei not put it in the settings accessible to everyone (in the display to understand)?
Giovanni9921 said:
Yes, I was wrong to write, I said how to change the DPI of the screen. I set 409 to not have pro mode on the depth shutter and have the most condensed screen.
How does huawei not put it in the settings accessible to everyone (in the display to understand)?
Click to expand...
Click to collapse
I could be wrong, but i think its stock and manufacturer puts the dpi slider outside the developer settings, because you could mess up your screen. And i think it's accessible enough that people who know what DPI even means can change it. And you also don't need to mod anything to access developer settings, so everybody can use them.
_Frostplexx_ said:
I could be wrong, but i think its stock and manufacturer puts the dpi slider outside the developer settings, because you could mess up your screen. And i think it's accessible enough that people who know what DPI even means can change it. And you also don't need to mod anything to access developer settings, so everybody can use them.
Click to expand...
Click to collapse
Right, I did not think so
hey there,
i run Oreo on p9 AL10 and dev settings are 420dpi and no glitches in camera or anywhere.
Question, how to make settings survive a boot? it always defaults back to 360dpi after boot.
i played with build.prop but nothing worked for me. any ideas?
thx

[Question] Pixel 5 screen resolution change fix?

Hi guys,
I used to use this method with mostly all of my devices in the past: LG G3, Galaxy S5, Amazon Kindle Fire tablets (including 8'' and 10''). All of them work just fine. But not this Pixel5!
Using the "adb shell wm size" command. I changes the screen resolution of my devices down a notch, for example from 1440p to 1080p, or 1080p to 800p and so on. Then I adjust the density accordingly. They all turn out the Ok-ish screen resolution and have a much better GPU performance for gaming.
My current S10 has the native changing resolution from Samsung, So I don't use it for my S10.
But with the Pixel 5, there is a problem. The camera cut - out on the screen become so weird and placed on the off center position, and the Pixel 5 is unusable
I really love to use my pixel 5 at 720p or 900p, and I believe the Adreno 620 (snapdragon 765G) on the Pixel 5 will handle game at the lower resolution much much better.
Does anyone have a fix for this? please help!
Thank you for your reading!
P.S: OMG, this was my bad for posting the thread into the wrong sub-forum. It was on the other tab of my web-browser. Thank you very much for moving it to the right place, Moderator!!
Why are you not changing the resolution in the settings like you do on the Samsung? A quick search suggest the Pixel 5 has such an option. You're best doing it the official way to guarantee everything will work correctly.
Because you're changing the resolution and DPI through what is basically a developer option, I think whatever is handling the camera cutout (An app? The WM? Android?) is not updating its position and that causes it to be misplaced. Therefore, I dont think you find a simple fix for this. Sorry.
richhaynes said:
Why are you not changing the resolution in the settings like you do on the Samsung? A quick search suggest the Pixel 5 has such an option. You're best doing it the official way to guarantee everything will work correctly.
Because you're changing the resolution and DPI through what is basically a developer option, I think whatever is handling the camera cutout (An app? The WM? Android?) is not updating its position and that causes it to be misplaced. Therefore, I dont think you find a simple fix for this. Sorry.
Click to expand...
Click to collapse
You must be mistaken the Pixel 5 with other phones, since we don't have the option for such a changing the resolution in the settings.
If you mean the display size? It's just a density change, not the resolution.
Thank you for your contribution anyway!
Hi, have you sovled the problem? I encountered a similar condition.

Categories

Resources