[SCREEN][TRIAL]DS7 Resolution increase! - Dell Streak 7

I just bought mine and haven't gotten a chance to play with it as i am stuck in class and it's charging, so....
Anyone wanna try to increase the resolution on their rooted tablet using either of these apps?
https://market.android.com/details?id=lv.n3o.lcddensity&feature=search_result
https://market.android.com/details?id=com.beansoft.lcd_density_changer&feature=search_result
I have verified that both work on my LG Optimus V.
You can also try to change the build.prop if you have that level of knowledge, google it
Please let me know of your results!

I'm not quite sure what you're asking, since the resolution is hardware dependent. Do you mean the font sizes and such?

Z4nd4r said:
I'm not quite sure what you're asking, since the resolution is hardware dependent. Do you mean the font sizes and such?
Click to expand...
Click to collapse
In my Optimus V, once rooted, i can increase the resolution of the device by modifying the build.prop or by using apps such as LCD density changer, etc.
Does it work alike for the tablet or no?
I just bought it, haven't gotten to play around with it.

RavenSEAL said:
In my Optimus V, once rooted, i can increase the resolution of the device by modifying the build.prop or by using apps such as LCD density changer, etc.
Does it work alike for the tablet or no?
I just bought it, haven't gotten to play around with it.
Click to expand...
Click to collapse
Yes, you can also modify the build.prop on the Streak 7.

RavenSEAL said:
In my Optimus V, once rooted, i can increase the resolution of the device by modifying the build.prop or by using apps such as LCD density changer, etc.
Does it work alike for the tablet or no?
I just bought it, haven't gotten to play around with it.
Click to expand...
Click to collapse
Oh, OK. I get what you're saying. Duukaz is right; either use the app or simply modify your build.prop with root explorer (or ADB, but root explorer would be easier).

All it is is essentially a script to edit ro.sf.lcd_density
any file editor capable of editing root files (like root explorer's) can be used to edit the build.prop like they stated.
ro.sf.lcd_density works on all android based devices i presume, and that's how the apps work, they just give you a nice gui so you dont have to edit it by hand.
editing the dpi only makes things scale differently, you cant actually change the screen as that's obviously a hardware thing.

Related

[Q] Loving my Nook Color but...

So now that I finally have my Nook rooted and running Custom Nookie Froyo im playing with it constantly. I noticed while looking at it next to my HTC Droid Eris that the Eris screen looks crisper and more colorfull. Obviously the Nook is much bigger but I began to wonder if it looked better with the original software than it does now. Has anyone else noticed this or is it just me? Could it be something that will improve as development of the software continues? Is there an app that will allow me to fine tune the colors?
I think the colors look great although it would be nice to be able to adjust them if you want. as far as i know there is no way to adjust at this time.
Im not complaining by any means but clearly next to my phone I can see a difference. Im thinking its simply because Froyo is scaled larger than Google intended which may cause the loss in crispness and color. I was just wondering if anyone else noticed and maybe had a theory as to why. Looks like Ill just stick to my theory and continue to enjoy this fantastic software on this fantastic device.
IFLATLINEI said:
Im not complaining by any means but clearly next to my phone I can see a difference. Im thinking its simply because Froyo is scaled larger than Google intended which may cause the loss in crispness and color. I was just wondering if anyone else noticed and maybe had a theory as to why. Looks like Ill just stick to my theory and continue to enjoy this fantastic software on this fantastic device.
Click to expand...
Click to collapse
Have you adjusted LCD Density?
That's the first thing that came to mind when you said "loss in crispness".
Adjust screen?
This is what was brought up before while posters were talking wallpaper. How is this done? i'm going to check the menus now for density.....
I think it's just because froyo was never meant to stretch like this. I use CM7 which defaults to the ADW launcher and it looks crisp to me, but that launcher is also compatible with larger screens.
Well I seemed to have taken care of it. I was being thrown off by the lousy way it handles wallpaper. Using ES Explorer to set my wallpaper made a huge difference.
Even still how does one find the LCD density settings?
download an lcd density app from the market
pyro6128 said:
download an lcd density app from the market
Click to expand...
Click to collapse
Or use Root Explorer and check out the how-to that's stickied. The build.prop file is in the same location as 2.1
pyro6128 said:
download an lcd density app from the market
Click to expand...
Click to collapse
Or if you want to do it the manual way, and you have adb installed..
(on your computer)
Code:
adb pull /system/build.prop
then use a text editor to edit build.prop. Change the line with "density" (just do a search for it) from 160 or 169 or whatever to whatever value you want.
then, again on your computer
Code:
adb remount
adb push build.prop /system/
adb reboot

[Q] Custom LCD Density / DPI

Hi..
I've searched about this LCD Density setting and found that it works on other devices.
But I'm not succeed with my Optimus 2X, I use 2-3 tools from Market, none of them works (the value is resetted to 240 after reboot).
So, do someone know how to do this? please share to us..
Note: I haven't touch build.prop manually.. .. still not that comfy editing text settings directly .. will try that later..
Thanks!
gideonrs said:
Hi..
I've searched about this LCD Density setting and found that it works on other devices.
But I'm not succeed with my Optimus 2X, I use 2-3 tools from Market, none of them works (the value is resetted to 240 after reboot).
So, do someone know how to do this? please share to us..
Note: I haven't touch build.prop manually.. .. still not that comfy editing text settings directly .. will try that later..
Thanks!
Click to expand...
Click to collapse
Edit build.prop
Just change the line lcddensity=240 to whatever you want, I personally use 200 and it stays after every reboot.
If using the new market you might run into to "app not compatible with your device" after changing the density - it can be worked around using an older market (I use 2.3.6)
gideonrs said:
Hi..
I've searched about this LCD Density setting and found that it works on other devices.
But I'm not succeed with my Optimus 2X, I use 2-3 tools from Market, none of them works (the value is resetted to 240 after reboot).
So, do someone know how to do this? please share to us..
Note: I haven't touch build.prop manually.. .. still not that comfy editing text settings directly .. will try that later..
Thanks!
Click to expand...
Click to collapse
this is the best way to fiddle with it, imo every settings looks really bad with this phone.
I have an app for it
Its called lcd density changer and it works...
pa.pn2 said:
I have an app for it
Its called lcd density changer and it works...
Click to expand...
Click to collapse
he said that the app dosent work him (for me it does) but it dosent matter, best way is to fiddle with the file in case the app dosent work.
hi, all..
yes, finally i've decided to edit it manually ..
215 is the best for me (well, I just try 200, 190, 215.. .. for me 200 is a little bit blurry on font).
@rQvsnaps: after install that old market, did you stop market updater?
@pa.pn2: what's your app name? there's some LCD Density at market.
@shpapy: well, actually 215 is pretty good for me. Not too small, not too big (it displayed as small as my wife Ideos X5 3.7" -normal density- , but mine have extra line to view.. hey, our's is 4" ) ..
But I can't update some of my app; I know that there's some problem with installing app, but I think I can install them via web Market, just didn't think that it will prevent update too .. silly me..
So for now, I go back to 240.. hopefully there's some way for spoofing Market (or use older Market.. just wait for rQvsnaps feedback ).
Just freeze MarketUpdater.apk in Titanium backup and then uninstall updates of Market in Application manager in Android settings
Thank Rusty for this tip
gideonrs said:
hi, all..
yes, finally i've decided to edit it manually ..
215 is the best for me (well, I just try 200, 190, 215.. .. for me 200 is a little bit blurry on font).
@rQvsnaps: after install that old market, did you stop market updater?
@pa.pn2: what's your app name? there's some LCD Density at market.
@shpapy: well, actually 215 is pretty good for me. Not too small, not too big (it displayed as small as my wife Ideos X5 3.7" -normal density- , but mine have extra line to view.. hey, our's is 4" ) ..
But I can't update some of my app; I know that there's some problem with installing app, but I think I can install them via web Market, just didn't think that it will prevent update too .. silly me..
So for now, I go back to 240.. hopefully there's some way for spoofing Market (or use older Market.. just wait for rQvsnaps feedback ).
Click to expand...
Click to collapse
I removed marketupdater, don't think ill be needing it anyway. Haven't had problems with apps not updating I think
Sent from my Optimus 2X using XDA App
.. I've tried that.. but still some app can't update (not shown) in My Apps.
But still can updated manually (search them & click update) rather than New Market (it's showing "Not Compatible").
For now.. I revert to 240 density.. but keep the old market .. like it better.. (faster, snappier)..
Thanks..
gideonrs said:
.. I've tried that.. but still some app can't update (not shown) in My Apps.
But still can updated manually (search them & click update) rather than New Market (it's showing "Not Compatible").
For now.. I revert to 240 density.. but keep the old market .. like it better.. (faster, snappier)..
Thanks..
Click to expand...
Click to collapse
Yeh lcd density isn't advised for this phone strange though since most of the other android out there are fine with it I changed it in my old x10 pro and it was fine
Welp I guess we have to live with lunches that can draw 5x5 grids instead
Sent from my LG-P990 using XDA App
.. yeah.. for me it's not about the launcher, but for app (messages, taking notes)
I think this 4" screen should show more items than bigger items ..
Hi guys ive changed lcd density to 215 but the dockbar isnt on the right place its like it is surrounded by black border
Simply said it is to small
Any ideas?
Sry for my english^^
Sent from my LG-P990 using XDA Premium App
@selami023: what's your launcher? I use LP and all is good.
i use toppogi rom its the LG launcher also the dial pad is not shown correctly, but denisty 215 looks very good, so hopefully we will find a solution.^^
selami023
yeah, it's looks very good ...
for me, the main problem is app update from market.
using old market, I have no problem with installing any new app, but my installed app (which listed not compatible) won't update (not listed in "My Apps").
I tried a lot of lcd density changers and no one seemed to work. It's better to just edit the build.prop because that works everytime you do it (remember to restart your device after you changed it). If you really want to use an app: The only app that could change my lcd density was ROM toolbox but I recommend to change the lcd density in build.prop.
anyaway to change without have problems ins market place?
anjo88 said:
anyaway to change without have problems ins market place?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1834330
----------------------------------------------------------------------
arcee: the star, the galaxy R, and the grand X are completely different devices. different components, different resolutions, different radios, different audio amps,different panel manufacturers, different almost everything. The designs have nothing in common other than being T2
tonyp: so it's either LG or nothing?
arcee: yes

[Q] Does changing LCD density have negative results?

Hey Guys.
I have recently discovered how to change my LCD density using Rom Toolbox. I have changed it to make everything smaller, kind of zoomed out. I was so happy until I wasn't able to install apps off of Google Play. My question is: why does LCD density mess up market downloads and can it have a negative impact on the device? IE: does the screen have to constantly re-draw to set to new density?
If anyone is knowledgeable about how LCD density (build.prop) effects the device, can you please post below with your smartness Thanks.
i have seen how this work in my galaxy s where they had higher density roms.
i dont think it can actually hurt your device.
i have tried it on an ics rom on my n1 and i dont experience any trouble to install apps from play. may be its gb problem or specifically your rom?
actually i was surprised how well the system adapted to the new settings
except a few graphical artifacts everything looks ok.
btw i used 200 value on medroid 6.1 if i remember correctly.
ilusha2007 said:
i have seen how this work in my galaxy s where they had higher density roms.
i dont think it can actually hurt your device.
i have tried it on an ics rom on my n1 and i dont experience any trouble to install apps from play. may be its gb problem or specifically your rom?
actually i was surprised how well the system adapted to the new settings
except a few graphical artifacts everything looks ok.
btw i used 200 value on medroid 6.1 if i remember correctly.
Click to expand...
Click to collapse
Yea, I tried lowering the density and I couldn't install any apps off of the market. I had to set back, reboot, and clear Play's data in order to download more apps. Happened to me on CM7.2, not sure if it is a rom limited problem or if that's just how it is.
The apps themselves aren't coded for such low (or high) pixel density for your device.
Theshawty said:
The apps themselves aren't coded for such low (or high) pixel density for your device.
Click to expand...
Click to collapse
as i said i havent expirianced any app related problems and i checked games as well
may be someone with cm7 can verefy?

One M8 Dot View DPI

Hi, I've altered the DPI on my m8 which of course has affected the way the dot view app works. I've tried using app settings to change The HTC.dotmatrix app but it still isn't displaying correctly. Has anyone else had any success?
jahaangle said:
Hi, I've altered the DPI on my m8 which of course has affected the way the dot view app works. I've tried using app settings to change The HTC.dotmatrix app but it still isn't displaying correctly. Has anyone else had any success?
Click to expand...
Click to collapse
I changed my system dpi to 400 at one point but the incoming call screen's answer button was misaligned and the calendar/music notifications were also half obscured on the lockscreen. I also tried to change the lockscreen and the dialer via app settings back to the stock 480 to no avail. I think the problem is that from the next standard dpi down from 480 is 320, at which point sense apps do scale down properly and get back in to alignment. Any dpi between there won't scale properly because of how those apps are coded i'm afraid.
Yeah its a shame about that, its strange however that everything works apart from the clock, even caller id works fine. This is how it looks at the moment.
jahaangle said:
Yeah its a shame about that, its strange however that everything works apart from the clock, even caller id works fine. This is how it looks at the moment.
Click to expand...
Click to collapse
This was something that was driving me nuts as well. I am sure the way that I got around it isn't the best or most elegant way (and I am sure someone will come up with something better very soon) but it worked. I should also mention that I converted to GPE.
Uninstall the update to the Dot Matrix app
Use App Settings w/Xposed Framework to set com.htc.dotmatrix to 480
modify dotmatrix.apk values-xxhdpi dimens.xml to match the size font you want
specifically the lines with "text_size_threeline_english" and "text_size_time"
copy new dotmatix.apk to /system/priv-app
set permissions properly for the app rw-r--r-- (644)
reboot phone
Of course, I take no responsibility if that apk does something to your phone. This is provided as is, blah blah blah. You get the point. It is on you if you try this and something goes wrong. Also, I won't know what to tell you if it doesn't work for you.
Great advice thanks! Will give it a whirl and see how I get on!
The attached version of the app here should be good to replace in roms that have the updated version of the dot matrix app. Also could be good for the updated version if it is installed automatically through google play. Same as before, just replace the app in the priv-app folder.
PlagueBoy said:
The attached version of the app here should be good to replace in roms that have the updated version of the dot matrix app. Also could be good for the updated version if it is installed automatically through google play. Same as before, just replace the app in the priv-app folder.
Click to expand...
Click to collapse
I have the same problem, but your modified *.apk doesn't work for me. Could this be due to me using a german rom (because of the text_size_threeline_english)? I've never modified an apk so my knowledge is pretty limited... thx in advance!
maynard_jk said:
I have the same problem, but your modified *.apk doesn't work for me. Could this be due to me using a german rom (because of the text_size_threeline_english)? I've never modified an apk so my knowledge is pretty limited... thx in advance!
Click to expand...
Click to collapse
Possibly... I mean, the only options in that file were English and Chinese. I will check and see if there is anything specific to German, but I was pretty sure the only language specific strings were for the name of the app.
can u explain why you altered dpi ?? and how much it was before ???
PlagueBoy said:
The attached version of the app here should be good to replace in roms that have the updated version of the dot matrix app. Also could be good for the updated version if it is installed automatically through google play. Same as before, just replace the app in the priv-app folder.
Click to expand...
Click to collapse
Thanx for this.. Worked for me after I had changed my DPI to 400
maynard_jk said:
I have the same problem, but your modified *.apk doesn't work for me. Could this be due to me using a german rom (because of the text_size_threeline_english)? I've never modified an apk so my knowledge is pretty limited... thx in advance!
Click to expand...
Click to collapse
Maynard_jk, can you pull the dotview.apk that you have in your ROM and post it? I would like to see if there are any differences in the version that you are using. I am going to take sometime, hopefully tonight, to actually go through this since I finally have a few hours away from work. Let me know. Also, you did see the step about App Settings with Xposed Framework, right? Not trying to offend you, just want to verify.
---------- Post added at 08:22 PM ---------- Previous post was at 08:19 PM ----------
mheera said:
can u explain why you altered dpi ?? and how much it was before ???
Click to expand...
Click to collapse
The M8 has a standard dpi of 480. People modify this for any number of reasons. Some people modify it to fit more on the screen, make icons smaller, make text smaller or the set the Android interface to mimic something else (a tablet for instance).
Personally I tend to keep mine on either 350 or 360 since I like things to be smaller on my screen. I also set the font size to Small so I can read emails easier without tons of scrolling...
Could you tell me what you changed the values to? Or how I could go about figuring out what the value should be?
I'm currently set to 370dpi.
PlagueBoy said:
This was something that was driving me nuts as well. I am sure the way that I got around it isn't the best or most elegant way (and I am sure someone will come up with something better very soon) but it worked. I should also mention that I converted to GPE.
Uninstall the update to the Dot Matrix app
Use App Settings w/Xposed Framework to set com.htc.dotmatrix to 480
modify dotmatrix.apk values-xxhdpi dimens.xml to match the size font you want
specifically the lines with "text_size_threeline_english" and "text_size_time"
copy new dotmatix.apk to /system/priv-app
set permissions properly for the app rw-r--r-- (644)
reboot phone
Of course, I take no responsibility if that apk does something to your phone. This is provided as is, blah blah blah. You get the point. It is on you if you try this and something goes wrong. Also, I won't know what to tell you if it doesn't work for you.
Click to expand...
Click to collapse
sinistersands said:
Could you tell me what you changed the values to? Or how I could go about figuring out what the value should be?
I'm currently set to 370dpi.
Click to expand...
Click to collapse
I changed the two lines to look like this:
<dimen name="text_size_threeline_english">258.0px</dimen>
<dimen name="text_size_time">478.0px</dimen>
Being honest, that was all just trial and error... I just changed the settings until my friend said that he was happy with what they were.
I tried the zip file, Im on 4.4.3, tried 320, 360, 400 dpi, and it didnt work.
Also, byproduct of the install was if I received a call, and I didnt answer it and the calling party hung up, my lockscreen hung and I couldnt get into my phone without rebooting it with my toolkit or doing a reset.
I havent tried manually editing the files as described above, I just wanted the creator of that zip to know what happened to me.
To be clear, I did what was in the instructions. I unzipped the mod. I renamed it to the same thing as the native app, I copied it to my download directory. I renamed the native app to .old, and copied the modified apk into the directory referenced. I rebooted my phone.
To undo it, I just renamed the files back and deleted the modified one.
I'm in dpi 390, and tried many times...
But everytime it dosen't fit perfectly:crying:
But thanks anyway, it looks better than before!

Blu R1 HD LCD Density

I know the default is 320, but wondering if anyone's been able to get a different dpi to stick? I've tried three different build.prop editors now and none of them seem to save upon boot. To confirm changes are being made to the build.prop I'll open a file manager and directly view it and it is saving. I've never seen this before? Anyone else?
joesee said:
I know the default is 320, but wondering if anyone's been able to get a different dpi to stick? I've tried three different build.prop editors now and none of them seem to save upon boot. To confirm changes are being made to the build.prop I'll open a file manager and directly view it and it is saving. I've never seen this before? Anyone else?
Click to expand...
Click to collapse
I tried this morning and found that the changes were there but weren't loaded when I restarted. It's like the system wasn't reading the file. A fix on this would make things much more functional.
Ders1 said:
I tried this morning and found that the changes were there but weren't loaded when I restarted. It's like the system wasn't reading the file. A fix on this would make things much more functional.
Click to expand...
Click to collapse
joesee said:
I know the default is 320, but wondering if anyone's been able to get a different dpi to stick? I've tried three different build.prop editors now and none of them seem to save upon boot. To confirm changes are being made to the build.prop I'll open a file manager and directly view it and it is saving. I've never seen this before? Anyone else?
Click to expand...
Click to collapse
Try using
Code:
wm density x
in a terminal emulator or adb shell, replacing x with density of course.
im using this to change the dpi to 300 and looks great, its perfect and works always
https://play.google.com/store/apps/details?id=com.bassel.uituner

Categories

Resources