Rom with ability to add larger type - T-Mobile myTouch 4G Slide

Haven't been around in a while. My wife has the MikTouch-0.5 Rom on her phone. Looking for a ROM recomendation with options to increase font size. I understand that ice cream sandwich can?

qwerty3656 said:
Haven't been around in a while. My wife has the MikTouch-0.5 Rom on her phone. Looking for a ROM recomendation with options to increase font size. I understand that ice cream sandwich can?
Click to expand...
Click to collapse
One method is to adjust the DPI setting on the rom. Using buildprop editor, you can adjust the setting "ro.sf.lcd_density". The default for the doubleshot (at least with the CM 9.1 build) is 240. Lowering this number reduces the size that objects display, but I assume that increasing it will increase the size. I do have to warn, I have not tried to do this--I generally use 200 as my dpi setting. Changing this setting may also adjust what market applications are available, just as a warning.

ebrandsberg said:
One method is to adjust the DPI setting on the rom. Using buildprop editor, you can adjust the setting "ro.sf.lcd_density". The default for the doubleshot (at least with the CM 9.1 build) is 240. Lowering this number reduces the size that objects display, but I assume that increasing it will increase the size. I do have to warn, I have not tried to do this--I generally use 200 as my dpi setting. Changing this setting may also adjust what market applications are available, just as a warning.
Click to expand...
Click to collapse
Adjusting the LCD density on my phone made it to where no Market app was available for download/update. The Amazon Appstore and SlideME still worked.

there are also some free and paid apps on the market now that do this, you'll find them if you search 'font size' in Google Play. they won't affect how the market sees your device, but with the bigger font but the space where the words go remaining the same, there will be places here and there where words might get cut off at the top or bottom.

Hello,
what I'm looking for is to change only some font sizes.
I tried some Market apps and modified also the DPI value in build.prop, but these change all font sizes (small, medium and big fonts).
I come from a HTC Desire with Sense 3.5 and now I have a rooted S-off DS4GS with CM 9.1 using this rom:
http://forum.xda-developers.com/showthread.php?t=1912582
Actually, text labels under homescreen icons, app drawer etc, look perfect, exacty the same as at my previous Desire, but with DS4GS some in-app texts or menu options look quite bigger now.
Are there different font sizes for small, medium and big fonts? If so, is it possible to configure each of them?
Thanks

Related

Android Tablet Density settings

Hi everyone
So, I have this Android Tablet called the Haipad M701 which runs on Android 2.1
By default the icons and everything are HUGE, doesn't look too good So, I rooted the device and found a density setting which by default was at 240. I changed it to different values between 160 to 240 and with smaller values it looks very nice
BUT at any value other than the default 240, almost ALL apps and games are no longer in fullscreen
Does anybody know if there might be a fix for that?
Thanks
wow... not a reply since sept... not sure if you get it fixed or not.
one step you can try is to turn off the compatibility mode in your tablet.
this should fill up the whole screen in most apps except some apps that written specifically for small screen phone without adding large screen display mode in it.

240 dpi Contacts(Dialer), Touchwiz Calculator and S Planner (Request)

Anyone can try to mod Contacts(Dialer), Touchwiz Calculator and S Planner and even Wall Paper changer to work with 240 dpi or even less dpi on Note?
I second this...
Im using 3rd party dialer, but i wish i can have those native apps in the lower density.
Sent from my GT-N7000 using XDA App
I would love it !!!
danilos2k said:
I would love it !!!
Click to expand...
Click to collapse
I followed your advice given on Androidiani and 240 dpi are looking lovely.
danilos2k said:
I would love it !!!
Click to expand...
Click to collapse
+1
I would like to see this, too! Would be very nice!
i would love to have automn dialer ....have a look..
http://forum.xda-developers.com/showpost.php?p=19927125&postcount=6
i want this too, ive gone below 240 but 240 seems to be the sweetspot before the battery icon starts to blur. i also use 3rd party dialer i use angel dialer so i never see a problem. but it would be nice to have the native dialer work.
Does S Memo work for any of you when you use anything other than 320dpi? I get thick lines running across my notepad with anything other than 320.
edit: I just found the modded s-memo thread. Now all I need is the rest!
maybe a weird question, but why less dpi?
What changes are needed, just apps?
OpenMinded said:
maybe a weird question, but why less dpi?
What changes are needed, just apps?
Click to expand...
Click to collapse
If you tell the phone that the screen has 240dpi instead of 320, then it starts drawing things smaller. For instance, 12pt fonts are used instead of 16pt, or the icons become 30x30 instead of 50x50.
As the phone uses the pixel density information to calculate how many pixels should a quarter-inch-wide icon should be, coding in a lower dpi value makes all the drawn elements smaller, giving you more room. This way, you can have smaller text and have more on our gargantuan screen.
Most apps deal with this change nicely, as there are devices out there that actually have 240dpi density. A number of apps (google market) need your pixel density to be one of the supported ones (180,240,320) and other arbitrary values break certain app updates. And some apps (mostly samsung-specific ones) have hard-coded scaling factors that break the app when you change your density setting.
All in all, decrease the density value => have everything rendered/drawn smaller => more screen real estate, the caveat being a small number of apps not supporting scaling at all.
awesome explanation, I 'hit the button' .
Thanks.
To be honest I am happy with the space and prefer the 'no hassle' approach .
So apps that do not support scaling would simply not be in fullscreen mode?
OpenMinded said:
awesome explanation, I 'hit the button' .
Thanks.
To be honest I am happy with the space and prefer the 'no hassle' approach .
So apps that do not support scaling would simply not be in fullscreen mode?
Click to expand...
Click to collapse
It would make sense for the unsupported apps to simply be smaller than fullscreen, and it certainly is the case with samsung's touchwiz dialer, where it sits close to the upper left and has unused room on the right and bottom (contact list, call log and favorites tabs of the phone app scale nicely though).
On the stock launcher (touchwiz, samsung, surprising?), the dock is still at the very bottom of the screen, but there is unused/unusable space between the dock and where your app icons sit. third-party launchers (I tried adw ex) have no problem dealing with scaling.
For the s-memo app, it gets funkier, as the background drawing part of the code seems to have some weird hard-coded scaling, and when you increase your density, the memo-drawing area both shrinks (like the dialer) and also has thick black horizontal lines on it. Looks like an aliasing effect.
So it depends on how the various bits and pieces of the UI elements are coded in each app. If they coded it with multiple densities and scales in mind, it works like a charm. If they ignored it, it depends on where the reference/anchor points of UI elements are, as things can all get scaled and shrunk towards the upper left, or some things may stay at the bottom while others shrink towards the top. If the coders dropped the ball completely (s-memo), things get very ugly.
Hope this thread won't be ignored... Looking forward to some kind fella who would probably get this working
stephenjason89 said:
Hope this thread won't be ignored... Looking forward to some kind fella who would probably get this working
Click to expand...
Click to collapse
Would be very, very nice!
up for this
ignored for a long time
KL7 and beyond dialer is especially dreadful at 240 dpi, since the call button is effectively hidden
I'm going to attempt to follow this tutorial myself:
http://forum.xda-developers.com/showthread.php?t=863519
crysalis786 said:
I'm going to attempt to follow this tutorial myself:
http://forum.xda-developers.com/showthread.php?t=863519
Click to expand...
Click to collapse
Please share if you have succeeded.
Many thanks!

[Q] Raise the dpi

halo
i don't see so well and the Resolution in the one s is to high to me
i raise the DPI Through rom toolbox to 260
but i get some error of the system ui "Unfortunately system UI has stopped"
for example when i enter to "recent up" i got this erorr and i can't enter there....
there is a way to fix it ??
thanks
If I'm not totally wrong raising the resolution will result in smaller letters. You should lower it instead. So please try it.
And you can change letter size within settings -> display & gestures -> font size. By default it is medium, so you can change to large or extra large.
At least under accessibility there is an option named TalkBack, which will activate a spoken feedback to what you touch, choose or activate. I hope your ability to see is not that bad!
rootrider said:
At least under accessibility there is an option named TalkBack, which will activate a spoken feedback to what you touch, choose or activate. I hope your ability to see is not that bad!
Click to expand...
Click to collapse
I just checked that out.
What's with the notification about it "collecting" info? Collecting it where? And what? I didn't go any futher.....
Tomney,
I am not sure if this will actually work but if you have root you can edit your build.prop file. In that file there is a line that refers to ro.sf.lcd_density. By adjusting that number up or down you can change the dpi of the screen. Now that does not necessarily mean that all of your apps or even the Sense UI will work correctly, but it might be worth a try.
If you want to easily do this I would download the BuildProp Editor app from the market.
Haven't tried it on this phone, but at least on every sense Rom I've used for the hero changing LCD density has always messed up everything. One of the reasons I allways used aosp
Sent from my HTC One S using XDA
usrbrv8 said:
Tomney,
I am not sure if this will actually work but if you have root you can edit your build.prop file. In that file there is a line that refers to ro.sf.lcd_density. By adjusting that number up or down you can change the dpi of the screen. Now that does not necessarily mean that all of your apps or even the Sense UI will work correctly, but it might be worth a try.
If you want to easily do this I would download the BuildProp Editor app from the market.
Click to expand...
Click to collapse
as i said i did it with romtoolbox. it is the same , i raise the dpi to 260....
it makes some problems with system ui and i got some errors
i now replace the rom to miui and the dpi change doesn't Affects the system ui
dpi change can be on a rom without htc sense ui and i think even regular ice !
but..... now there is some problem with the market because Resolution Compatibility i think... there is some app i can't download .....
for now i need to come back to 240 dpi for download some apps and its Annoying
maybe if could change the Resolution to Exactly 800\480 i wouldn't get the market-app-Compatibility issue but i dont know how... maybe someone know how to do it?
my vision isn't so bad and i know the regular options aka font enlarger Etc ...
dpi change is the best choice for me .

Display size menu option

On my OnePlus 3T and my S7 Edge, there is an option in the Display settings that allows me to adjust the overall display size. It will reduce or increase the look and size of the entire display (smaller text, icons, menus). Does anyone know if the Mate 9 has the same menu, or anything similar?
tsquare2112 said:
On my OnePlus 3T and my S7 Edge, there is an option in the Display settings that allows me to adjust the overall display size. It will reduce or increase the look and size of the entire display (smaller text, icons, menus). Does anyone know if the Mate 9 has the same menu, or anything similar?
Click to expand...
Click to collapse
If you enable that developer options, there is an option labeled "Smallest width", changing that will adjust the dpi and scale everything smaller or bigger.
Saythis said:
If you enable that developer options, there is an option labeled "Smallest width", changing that will adjust the dpi and scale everything smaller or bigger.
Click to expand...
Click to collapse
Thanks! I'll give it a try tomorrow.
tsquare2112 said:
Thanks! I'll give it a try tomorrow.
Click to expand...
Click to collapse
FYI...The bigger the number, the smaller everything gets. It's the opposite of changing the density in the build prop. I personally like to leave my display size at large and set the smallest width value to 500.
---------- Post added at 05:33 AM ---------- Previous post was at 05:29 AM ----------
tsquare2112 said:
On my OnePlus 3T and my S7 Edge, there is an option in the Display settings that allows me to adjust the overall display size. It will reduce or increase the look and size of the entire display (smaller text, icons, menus). Does anyone know if the Mate 9 has the same menu, or anything similar?
Click to expand...
Click to collapse
In the settings menu, you tap...display then tap view mode. Then you can choose large, medium or small. I personally like changing the smallest width in developer settings.
Maybe is it possible to get tablet ui working here? Tryed to change dpi through dev options, but nothing, if i even set it to 600.
On Nexus 6p, i put that on 590 and had tablet ui in apps working.
You can just change it in the display mode setting no need to mess about I have it on small
Screenshot for above
Esterra said:
Maybe is it possible to get tablet ui working here? Tryed to change dpi through dev options, but nothing, if i even set it to 600.
On Nexus 6p, i put that on 590 and had tablet ui in apps working.
Click to expand...
Click to collapse
I could get a quasi tablet looking interface for gmail app using a dpi of 800. By tablet looking interface I mean that, besides the usual list of emails, some of the options you get by swiping to right from left edge were present on the screen without swiping. For example I now had the option to switch email provider, (from gmail to aol) without swiping. The problem is that changing dpi to 800 hosed "settings". It would crash if I tried to open it. Fortunately the dpi did not stick when I rebooted. For those that use Dolphin browser, by changing dpi to 480 (from the default 432) you can get a 4 by 4 grid of icons for speed dial (instead of the 3 by 3 that comes by default setting of dpi).
Personally, I would not want my global dpi to be 800. I would just want certain apps to run with higher dpi. Normally I do this with the Xposed module App Settings. But, as AFAIK, that is not possible on nougat at this point. If someone knows how to modify an app to change it's individual dpi setting please do chime in!

Question Is it possible to get low DPI on most apps, while having default on things like Tiles.

So i really like the DPI at 200, it means I can see more than 4 lines of a text message and dont need to scroll for days to get to options in most apps, but having the GW4 on dpi 200 is a mess, the tiles are just shrunk down and attempting to work in the top left quarter of the watch while sometimes elements from them(like weather) will try to centre making things overlap and ruin the visuals.
Is there any way I can have my low DPI without having janky tiles? am I just choosing bad DPI numbers with the ones I have tried and that is what is causing it? Preferably id like to be able to choose the DPI per app but I assume that isnt possible
Let me put it this way. You use android smartphones for some time, right ? At last 8 years, right ? Have ever seen in any android phone dynamically adjusted DPI per app ?
I'm not sure if it's possible to change DPI per app via ADB, but you should be able to decompile each APK and manually set the DPI in Android Studio. It could be a lot of work if you want to customize a lot of apps, but it's an option if it's important to you.
TacoDeMuerte said:
but you should be able to decompile each APK and manually set the DPI in Android Studio.
Click to expand...
Click to collapse
I am not shure if it is move in the right direction. Lets say you rework app to 100 dpi BUT display will still work in 200 dpi. So the visual will be distorted.
This is not Windows where app can set display of the monitor to required resolution.
I don't know per app but you can increase or decrease all on your SW4.

Categories

Resources