request the feature to change the LDC density. - Android One (First-Generation) Cross-Device Origin

can any one give the feature to change multiple LCD density in android one on Android 6.0...?:good:

You have to wait. You didn't need to create this thread.
Or you can find apps that do that.

Using some root file manager,edit build.prop there you would find someting like ro.lcdensity=240 change that value to your liking and reboot.

if are rooted then just install kernel auditor and go to build prop and search for lcd density and change to desired setting

Or maybe... Go to terminal
Type Su
Grant root permission
Type wm density 160
160 can be changed to any value you like
I was helped out by @aureljared on this matter so thanks to him
Sent from my A0001 using Tapatalk

Change resolution or dpi
vjtigas said:
You have to wait. You didn't need to create this thread.
Or you can find apps that do that.
Click to expand...
Click to collapse
NO ROOT Required
U can Do it without root also default DPI of android one is 240....
U can change through ADB Commands
adb shell wm density 180
You can change the 180 value as u like the higer the value the smaller resoultion the less the value the higer the resolution
dont go below 120

Related

[Q] ro.sf.lcd_density support on applications

so saw a thread about changing ro.sf.lcd_density in the build.prop file
tried it out loved the look
have now been trying to add support to a few applications so that when I set the density that I like the application can adjust easily without any issues
so have added this
<supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
into the androidmanifest.xml file in the hopes that it should work after I then sign the app using zipsigner
unfortunately it did not work
has any one else tried messing around with the lcd density and added support to apps to work with the change?
i've set density in build.prop to 190 and for some apps i'm using 'app settings' form xposed framework andeverything works fine, here's the xposed thread:
http://forum.xda-developers.com/showthread.php?t=2335219
smone. said:
i've set density in build.prop to 190 and for some apps i'm using 'app settings' form xposed framework andeverything works fine, here's the xposed thread:
http://forum.xda-developers.com/showthread.php?t=2335219
Click to expand...
Click to collapse
thanks the apps that I am trying to fix are secBrowser, secEmail and secPhone

Default DPI

Just wondering what the default is on stock sony firmware as I have installed but everything looks too big.
Checked build.prop and is set to 480.
Sent from my C6903 using Tapatalk
480 is default change to 440 or 420 for a better view
i changed it to 338 which lets me have a phablet in the costume of a phone !!
NiM72NiK said:
i changed it to 338 which lets me have a phablet in the costume of a phone !!
Click to expand...
Click to collapse
480 - Z1
412 - Z2/3
360 - Z Ultra
That's all I know hope this helps. 388 is too small for my 13 year old hands.
Also I'm 13 if you are wondering
What would be the setting to have calendar and gmail appear in tablet mode?
NiM72NiK said:
i changed it to 338 which lets me have a phablet in the costume of a phone !!
Click to expand...
Click to collapse
can someone explain on how to change the DPI?
danieldp1990 said:
can someone explain on how to change the DPI?
Click to expand...
Click to collapse
You have to edit build.prop file in system folder
Is it possible to change size of the icons? (stock ROM, stock launcher)
danieldp1990 said:
can someone explain on how to change the DPI?
Click to expand...
Click to collapse
use a root browser , go into /system/build.prop and edit the value of line below from 480 to whatever you like:
Code:
[B]ro.sf.lcd_density=480[/B]
Kyrius said:
You have to edit build.prop file in system folder
Is it possible to change size of the icons? (stock ROM, stock launcher)
Click to expand...
Click to collapse
it can be done by Gem Xperia Xposed. simply increase the icon size
i use 338 dpi and 107% icon size.. perfect experience

Build.Prop Modifier/LCD density changer - Flashable Zip (Updated: 2015-05-01)

Updated: 2015-08-21 - Changed links because of new host.
Update: 2015-05-01
I updated the scripts so that now you can just flash the LCD density you want. Before, the script would change one specific density to another. Now, it changes any density (3 digit) to the desired density. Everything else is the same.
These files edit build.prop from any three digit density to either 560, 493, 480, or 476 depending on which zip you flash.
For 560 (stock) LCD density:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-set-560-LCD-2015-05-01-1846.zip
For 493 LCD density:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-set-493-LCD-2015-05-01-1844.zip
For 480 LCD density:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-set-480-LCD-2015-05-01-1845.zip
For 476 LCD density:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-set-476-LCD-2015-05-01-1846.zip
Original Post:
I install roms all the time and one of the things I hate having to do is edit the build prop to get my preferred LCD Density. Stock is 560 and I prefer 476. I made a flashable zip that I can just flash immediately after I install a rom. All it does is use sed to change "ro.sf.lcd_density=560" to "ro.sf.lcd_density=476". This saves a little time editing the file manually and saves a reboot. The included buildpropmodifier.sh script can easily be edited to whatever values a user might like. The script also includes the ability to enable tethering and hide the soft keys, but these options are disabled by default. The buildpropmodifier.sh script is well annotated to show how it works and can be changed.
I made these for myself but thought others might find them useful. As with anything on XDA you use these at your own risk. They work fine on my N6 but I cannot be responsible for how you use them.
This zip changes the stock LCD density of 560 to 476:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-560-476-LCD-2015-04-25-1611.zip
This zip changes the LCD density from 476 back to the stock 560:
https://spideroak.com/share/N5QWWZA...k-bld.prp-mod-476-560-LCD-2015-04-25-1611.zip
Who needs a ZIP for this?
Opening build.prop in system with an root Explorer and change the density works well.
Gesendet von meinem Nexus 6
Thanks. Very useful as I always have to change mine to 493 and would do it via flashing when I flash Rom.
thanks, u saved me one reboot.
spevil07 said:
Who needs a ZIP for this?
Opening build.prop in system with an root Explorer and change the density works well.
Gesendet von meinem Nexus 6
Click to expand...
Click to collapse
Ya, it's certainly nothing earth shattering. Just a convenience . It takes like 5 seconds to flash upon install, vs editing build.prop and rebooting.
I find it quite useful. This is why a shared it.
Comes in handy should you have any bootloops related to changing DPI.
ilamaan said:
Comes in handy should you have any bootloops related to changing DPI.
Click to expand...
Click to collapse
That's a good idea. This evening I will update the script to match any 3 digit number and change it to the stock 560. This would make it easier in this case, in particular and also generally.
updated zips to be more useful
I updated the scripts in the OP so that now you can just flash the LCD density you want. This change was inspired by ilamaan's post. Before, the script would change one specific density to another. Now, it changes any density (3 digit) to the desired density. Everything else is the same.
The zips in the OP edit build.prop from any three digit density to either 560, 493, 480, or 476 depending on which zip you flash.
oak said:
I updated the scripts in the OP so that now you can just flash the LCD density you want. This change was inspired by ilamaan's post. Before, the script would change one specific density to another. Now, it changes any density (3 digit) to the desired density. Everything else is the same.
The zips in the OP edit build.prop from any three digit density to either 560, 493, 480, or 476 depending on which zip you flash.
Click to expand...
Click to collapse
Thanks for sharing these, comes in very handy and saves a bit of time setting a new ROM up.
[emoji106] [emoji106]
This is Perfect for a flashoholic like me. Thanks a lot.
traboll said:
This is Perfect for a flashoholic like me. Thanks a lot.
Click to expand...
Click to collapse
Glad you found it useful. I do to, because I flash way to much as well!
Any chance for a reupload? Would love to get a copy of this zip file, no matter which version, as I'd change it to my personal dpi setting (520). Thanks in advance for any help!
Would like to have these but the link doesn't work.
Meowdib said:
Would like to have these but the link doesn't work.
Click to expand...
Click to collapse
You can manually edit build.prop in system using root explorer or ROM ToolBox.
seabro01 said:
You can manually edit build.prop in system using root explorer or ROM ToolBox.
Click to expand...
Click to collapse
Except i wanted to stick this in my opendelta folder and foggetaboutit

[Q] Anyone found a working DPI changer ?

All in the title
Thanks in advance
https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi works well for me. Alternatively edit the LCD_density value in /system/build.prop using a root editor
xN1ghtShadoWx said:
https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi works well for me. Alternatively edit the LCD_density value in /system/build.prop using a root editor
Click to expand...
Click to collapse
yeah this might help
https://play.google.com/store/apps/details?id=com.texdroider.texdroider_dpi&hl=en
Texdroider DPI fully working in stock rom

[HELP] How to change DPI?

Hi.
Is it possible to modify the screen's density in this device?? And how change it
Thank you.
sergioleon0810 said:
Hi.
Is it possible to modify the screen's density in this device?? And how change it
Thank you.
Click to expand...
Click to collapse
1st you must have root access, download app dpi changer from palystore and select desired one but this is not safe you may have an issue using mobile u may not be able to revert easily.
2nd way is to edit build prop
Lcd density in display

Categories

Resources