custom resolution on rooted mini - Remix Mini General

Hello. My displays native is 1360x768 so on mini's default 1280x720 it is not "clear". I have rooted my mini and tried Resolution Changer and similiar apps, but it won't work as i want too - my display still recognize resolution as default 1280x720, even on boot, only DPI changed. I tried to find any resolution keys in config files, but no luck. Does anybody know how to make it? Is this even possible?

killerps said:
Hello. My displays native is 1360x768 so on mini's default 1280x720 it is not "clear". I have rooted my mini and tried Resolution Changer and similiar apps, but it won't work as i want too - my display still recognize resolution as default 1280x720, even on boot, only DPI changed. I tried to find any resolution keys in config files, but no luck. Does anybody know how to make it? Is this even possible?
Click to expand...
Click to collapse
As far as I know they only have it set for 1920 or 1280. That being said if you go 1920 and get into the experimental settings it allows you to zoom in from 1920 to ? as it is only listed as 1.25% 1.5% etc. and not actual resolutions.

killerps said:
Hello. My displays native is 1360x768 so on mini's default 1280x720 it is not "clear". I have rooted my mini and tried Resolution Changer and similiar apps, but it won't work as i want too - my display still recognize resolution as default 1280x720, even on boot, only DPI changed. I tried to find any resolution keys in config files, but no luck. Does anybody know how to make it? Is this even possible?
Click to expand...
Click to collapse
Please see this:
http://forum.xda-developers.com/remix/remix-mini/root-access-petition-t3424601

Related

Density/DPI change

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 ..

Scaling issues with custom DPI

since I changed the stock DPI to 520(via ADB) , I'm having a couple apps acting out, SwiftKey being the main offender to the point is rendered useless
I tried clearing data/uninstall but it didn't solve the issue. I'm stock rooted. Anyone knows how to fix this?
Change your DPI back. You can't modify system appearance and expect everything to cooperate!
Donjuanal said:
Change your DPI back. You can't modify system appearance and expect everything to cooperate!
Click to expand...
Click to collapse
^^^ This.
I am using 380 dpi and it works great on everything though. 380 puts the phone into tablet mode, but using dpi numbers that are not necessarily tied to anything can cause issues.
EniGmA1987 said:
^^^ This.
I am using 380 dpi and it works great on everything though. 380 puts the phone into tablet mode, but using dpi numbers that are not necessarily tied to anything can cause issues.
Click to expand...
Click to collapse
Dang. That would make everything tiny.
sgloki77 said:
since I changed the stock DPI to 520(via ADB) , I'm having a couple apps acting out, SwiftKey being the main offender to the point is rendered useless
I tried clearing data/uninstall but it didn't solve the issue. I'm stock rooted. Anyone knows how to fix this?
Click to expand...
Click to collapse
Change it to a DPI that Google recognizes ... Multiples of 80 .... Nexus 6 is 560 g3 is 640 etc .... So go back to note 3 which is 480... This also keeps your apps from breaking because some apps won't install when you have a non Google play store DPI
Sent from my Nexus 6 using Xparent BlueTapatalk 2
Skripka said:
Dang. That would make everything tiny.
Click to expand...
Click to collapse
Na, it's perfect size. You get to see so much on screen without everything being so small you cant read it.
nexus6R3plicant said:
Change it to a DPI that Google recognizes ... Multiples of 80 .... Nexus 6 is 560 g3 is 640 etc .... So go back to note 3 which is 480... This also keeps your apps from breaking because some apps won't install when you have a non Google play store DPI
Click to expand...
Click to collapse
Really? I never knew that. Odd that 380 works perfect since that is not a multiple of 80 and it puts the Nexus 6 into tablet mode. Ill try 400 later and see how it is.
EniGmA1987 said:
Na, it's perfect size. You get to see so much on screen without everything being so small you cant read it.
Really? I never knew that. Odd that 380 works perfect since that is not a multiple of 80 and it puts the Nexus 6 into tablet mode. Ill try 400 later and see how it is.
Click to expand...
Click to collapse
The first ones had DPI of 160 then the s2 etc was 240 etc and so forth
Sent from my Nexus 6 using Xparent BlueTapatalk 2
finally got it to work
I used BuildProp Editor and changed the line ro.sf.lcd_density 520 for a 520 DPI
all apps are scaling correctly now no need to go back to those gigantic icons on stock DPI
sgloki77 said:
finally got it to work
I used BuildProp Editor and changed the line ro.sf.lcd_density 520 for a 520 DPI
all apps are scaling correctly now no need to go back to those gigantic icons on stock DPI
Click to expand...
Click to collapse
I was able to change my density using the following ADB shell commands, but it caused a few glitches with apps as others mentioned (Play Store, KeePass2Android keyboard, DSub, etc):
Code:
adb shell
wm density 480
exit
Perhaps those glitches are due to the build.prop still having the default density after applying ADB shell commands:
Code:
ro.sf.lcd_density 560
Next, I tried using a couple of different build prop editing apps, but none actually change the file even though I'm granting root access. Can anyone advise why this might be? Which app specifically did you use (play store link)?
Another method I tried was editing a copy of build.prop using a text editor, then used TWRP to replace the original and set permissions to 644. This caused my phone to get stuck at the colored dots boot screen, and forced me to do a nandroid restore in TWRP.
Seems like this should be easier...any advice?
acc3d said:
I was able to change my density using the following ADB shell commands, but it caused a few glitches with apps as others mentioned (Play Store, KeePass2Android keyboard, DSub, etc):
Code:
adb shell
wm density 480
exit
Perhaps those glitches are due to the build.prop still having the default density after applying ADB shell commands:
Code:
ro.sf.lcd_density 560
Next, I tried using a couple of different build prop editing apps, but none actually change the file even though I'm granting root access. Can anyone advise why this might be? Which app specifically did you use (play store link)?
Another method I tried was editing a copy of build.prop using a text editor, then used TWRP to replace the original and set permissions to 644. This caused my phone to get stuck at the colored dots boot screen, and forced me to do a nandroid restore in TWRP.
Seems like this should be easier...any advice?
Click to expand...
Click to collapse
use https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi its so simple.
Wait 380 put's the phone in Tablet mode?
Do apps think it's a tablet then? I'm missing Xposed and Tablet Metrics for making Spotify think I've got a tablet so I can use the skip song feature for free.
---------- Post added at 08:33 AM ---------- Previous post was at 08:02 AM ----------
Oh wow multiples of 80 actually do fix things that break! I had changed my DPI from 560 to 490 and it looked GREAT but various icons inside of apps were broken in the sense that they did not display correctly. I changed my DPI to 480, a multiple of 80 and everything displays correctly now.
I did not know Google used multiples of 80, you would think some of the quick change apps would reflect that or let you know that!
Thanks everyone!
I just tried the adb shell wm density trick to change it to 480
Looks soo much better, but i had the visual problems.
I used custom DPI on my nexus 5 with XPOSED reporting stock DPI to play store to install apps.
I want to use 480 for the nexus 6 , but i have to be rooted to edit.
Using CF autorrot is just as easy as it was for the nexus 5?
I know i need to oem unlock, i havent done that. After unlocking, using CF auto root gives me SU. Will sideloading OTA-s stiil work with root or not?
I read that since lollipop , OTAs dont work if you have any modification. It was working fine with my rooted nexus 5 on Kitkat, but since lollipop something changed.
How do I change the DPI?
---------- Post added at 08:08 AM ---------- Previous post was at 08:08 AM ----------
konaman said:
How do I change the DPI?
Click to expand...
Click to collapse
Never mind I see the app above
I'm having some difficulties with keyboard after changing the dpi to 480 so i am going back to stock dpi.
nexus6R3plicant said:
Change it to a DPI that Google recognizes ... Multiples of 80 .... Nexus 6 is 560 g3 is 640 etc .... So go back to note 3 which is 480... This also keeps your apps from breaking because some apps won't install when you have a non Google play store DPI
Sent from my Nexus 6 using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Where did you get that info? Why multiples of 80? Supposedly the native DPI of the Nexus 6 should be 493 and that's not a multiple of 80
Here's some info I found on reddit
"
The old "decide layout based on DPI" method has been deprecated since Honeycomb. Android guidelines since 3.2 indicate apps should specify a tablet layout based on the minimum resolution-independent "space" it needs to look comfortable -- the system will tell the app if that is actually the case.
Also, 480 dpi is in fact one of the "native" resolutions (XXHDPI) Google advises devs to include alternate resources in. So at 480, the system would not have to scale graphic resources for most apps, possibly making them look better. And no, 480 should not force common apps into tablet layout (source: Note 3 at native 480 dpi).
I do agree that scaling to even numbers is better; the best is to shoot for a multiple of 4 or 8, just because of how resizing algorithms work in general. So if 480 doesn't float your boat, 492 would be a very good alternative."
https://www.reddit.com/r/nexus6/comments/2mwtl9/psa_while_rooted_set_your_n6_to_its_native_493_dpi/
Chad_Petree said:
Where did you get that info? Why multiples of 80? Supposedly the native DPI of the Nexus 6 should be 493 and that's not a multiple of 80
Here's some info I found on reddit
"
The old "decide layout based on DPI" method has been deprecated since Honeycomb. Android guidelines since 3.2 indicate apps should specify a tablet layout based on the minimum resolution-independent "space" it needs to look comfortable -- the system will tell the app if that is actually the case.
Also, 480 dpi is in fact one of the "native" resolutions (XXHDPI) Google advises devs to include alternate resources in. So at 480, the system would not have to scale graphic resources for most apps, possibly making them look better. And no, 480 should not force common apps into tablet layout (source: Note 3 at native 480 dpi).
I do agree that scaling to even numbers is better; the best is to shoot for a multiple of 4 or 8, just because of how resizing algorithms work in general. So if 480 doesn't float your boat, 492 would be a very good alternative."
https://www.reddit.com/r/nexus6/comments/2mwtl9/psa_while_rooted_set_your_n6_to_its_native_493_dpi/
Click to expand...
Click to collapse
That thread is BS. The native PPI (pixels per inch).is 493. DPI is *nothing* to do with PPI. It's something entirely different. DPI is a Scaling method to make things bigger or smaller and has no direct relationship to pixels.
If you have a 5" screen with a 1080p resolution and a 10" screen with a 1080p resolution, they both have the same amount of pixels. So the pixels are much bigger on 10" screen, so all the buttons, icons etc would also be much bigger. This is not making good use of a bigger screens. So android implemented DPI to allow these assets to be scaled. What they are scaled to is completely subjective. There's no hard and fast rule. And they're Scaling within a set resolution so there is no loss of quality either.
Tablet mode comes in at under 300 DPI in later versions I believe.
danarama said:
That thread is BS. The native PPI (pixels per inch).is 493. DPI is *nothing* to do with PPI. It's something entirely different. DPI is a Scaling method to make things bigger or smaller and has no direct relationship to pixels.
If you have a 5" screen with a 1080p resolution and a 10" screen with a 1080p resolution, they both have the same amount of pixels. So the pixels are much bigger on 10" screen, so all the buttons, icons etc would also be much bigger. This is not making good use of a bigger screens. So android implemented DPI to allow these assets to be scaled. What they are scaled to is completely subjective. There's no hard and fast rule. And they're Scaling within a set resolution so there is no loss of quality either.
Tablet mode comes in at under 300 DPI in later versions I believe.
Click to expand...
Click to collapse
Now I'm confused, I didn't know the nexus 6 had a 493 PPI , I used a website to calculate the DPI and went it , and it said 493 and then I read that post, and I even found another web which says the nexus a 493 dpi :/
http://dpi.lv/
Chad_Petree said:
Now I'm confused, I didn't know the nexus 6 had a 493 PPI , I used a website to calculate the DPI and went it , and it said 493 and then I read that post, and I even found another web which says the nexus a 493 dpi :/
http://dpi.lv/
Click to expand...
Click to collapse
I believe its 493 for stock but 560 for aosp. regardless, I enjoy using 532 DPI.
simms22 said:
I believe its 493 for stock but 560 for aosp. regardless, I enjoy using 532 DPI.
Click to expand...
Click to collapse
560 is stock stock stock. Which makes for some funny big icons
Chad_Petree said:
Now I'm confused, I didn't know the nexus 6 had a 493 PPI , I used a website to calculate the DPI and went it , and it said 493 and then I read that post, and I even found another web which says the nexus a 493 dpi :/
http://dpi.lv/
Click to expand...
Click to collapse
That's because those sites are sort of wrong.
Forgetting android for a moment, in the printing industry and by extension, IT, DPI means Dots Per Inch. Literally how many dots in an Inch can be printed on a page. Dots and pixels seem very interchangeable at this point, but even there they are not. When a print designer mocks up a product for review, the pixels in electronic format do not translate to how many dots a printer can print. But because these two ideas are (somewhat incorrectly) seen as synonymous, and essentially a pixel on a screen is technically a "dot", the incorrect terms are used when it comes to screen technology.
All those sites that say the DPI is 493 are wrong. They mean PPI. The link you posted even uses PPI and then interchanges it with DPI. For screen hardware though, it certainly should be PPI.
Where we get even muddier here is that even the android developer documentation uses DPI to reflect the screen density as dots per inch. But android is using this in the software and not in the hardware. DPI is used to tell the OS what screen it has and from that the OS and Apps can decide how they should be displayed. Where as it seems right that the DPI should be set the same as the PPI, this rarely is the case. As we see with the nexus 5 and 6, Google set the DPI in android higher than the PPI because it looks better. So when Google are setting the DPI different to the PPI, we must be careful how we use these terms. The native PPI of the N6 i 493 but the native DPI is 560.
Edit > Further clarifying statement..PPI is a physical characteristic of a screen. DPI is a virtual representation of a screen.

[How to] Change Screen Size

Hi Guys,
If you wanna be normaly screen size (not original screen size of Htc Desire 510) than download this apk to your phone:
https://play.google.com/store/apps/details?id=com.nomone.resolution_changer&hl=hu
NOMone Resolution Changer (its free)
Open the app and you see
"Width" "Height" "DPI"
Change Width to 720
Change Height to 1280
Change DPI to 312
and click on apply
Or second way:
Open the app
Click on "Select device template"
and choose Motorola Moto X or Htc One X
Click on apply and you done
If you dont like this sizes,dont worry,apk will restore stock sizes after 10 sec and after 1 minutes too.
I hope its helped to some people.
Good Luck to all.
Use this all the time (different app, same effect) but it can seriously eat ram depending how far up you go. While it makes stuff look prettier, it can slow down your device.
Also our aspect ratio is weird. 720x1280 causes a border effect. Use 768x1366 at 300dpi. Looks great and uses the same amount of ram.
I don't know if it's just me or not but everything seems tiny on my screen, including the HTC home,back, and recent apps button.
this does not work on my 510.
any idea why?
do i have to be rooted?
hlebleh said:
this does not work on my 510.
any idea why?
do i have to be rooted?
Click to expand...
Click to collapse
Yes.
I've done this with a different app, but now my widgets & some other stuff seem rather disproportional.
Any way to fix this?
Other than this, however. The 720P looks much better on this phone. Thanks for the tip.
---
UPDATE: The biggest problem so far that I'm experiencing is that I cannot use my favorite keyboard. The buttons are out of place. Too big, can't fit the space allocated. SwiftKey & TouchPal are both out.
All the resolutions dont suit it they are all too big
After changing resolution, reboot your phone. The resolution will stick but everything else will resize to normal. If it doesn't, lower your DPI. All issues regarding "stuff size" should be resolved by lower DPI. Experiment, you'll find what works for you.
But again, RAM is an issue. I've asked pattyboi to adapt Swap into his kernel so I can test out RamExpander. With Swap enabled we should see a bit of a performance boost, but it can be risky if you don't know what your doing. Until we have a Swap capable kernel (and it actually works) were stcuk with what we got. From what I've read up on it, Swap seems like a viable solution to many performance issues with the 510
Okay so I'm really puzzled about how you can just change the resolution, how does it work??? Does the screen have a resolution more than the stock 480-800? I dont understand
So, that changing resolution? Is that works at all?

Strange issue after screen replacement (See screenshots)

Hi all,
I've just replaced my screen on my Nexus 6, boots fine but when Android starts to load the resolutions/screen is all messed up.
Same issue here https://www.reddit.com/r/nexus6/comments/3grwqv/lcd_screen_replacement_update/
I've re-imaged as well.
Screenshots here
http://imgur.com/a/1jyFy
Any help would be much appreciated
Stu
I would return it and ask for a replacement. Where did you purchase the replacement screen?
blkcliostu said:
I've just replaced my screen on my Nexus 6, boots fine but when Android starts to load the resolutions/screen is all messed up.
Click to expand...
Click to collapse
Just guessing
1. The refresh rate is wrong, or the display is too slow.
2. Resolution issue.
You could reflash the current factory image to make sure the system defaults are set.
When that does not solve the problem you could try to root the phone and change the value of the LCD-density to the value equal to the native reslution. The idiot Google default is 560 dpi, but the native resolution of the N6 AMOLED display is 493 dpi. The value is listed in the text file build.prop.
There is also an app called Build.prop editor.
You need to be rooted.
If your new screen have a different native resolution you need to use that value first.
Of course you may experiment with other values.
NLBeev said:
Just guessing
1. The refresh rate is wrong, or the display is too slow.
2. Resolution issue.
You could reflash the current factory image to make sure the system defaults are set.
When that does not solve the problem you could try to root the phone and change the value of the LCD-density to the value equal to the native reslution. The idiot Google default is 560 dpi, but the native resolution of the N6 AMOLED display is 493 dpi. The value is listed in the text file build.prop.
There is also an app called Build.prop editor.
You need to be rooted.
If your new screen have a different native resolution you need to use that value first.
Of course you may experiment with other values.
Click to expand...
Click to collapse
This sounds promising, will give it a go.
blkcliostu said:
This sounds promising, will give it a go.
Click to expand...
Click to collapse
And . . . don't forget it could be a hardware issue,
The connector display to phone.
Dirt, oxidised or touched. Connection not exactly fitted.
Just a quick update on this,
So I rooted and amended the DPI but still no good. It looks like its a faulty display.
Thanks for the pointers.

[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