[Q]BPP value change for O1 - Optimus One, P500, V General

Hi all,
im just wondering if it is posible to change the BPP value of optimus one, to make the colors, crispier and better, far back on spica,
we are able to change the BPP value from 16 to 24, and it makes spica like semi amoled phone, though the downside is no screen shot apps working , but screenshot can still be made via adb.
SO i wish we can also implement BPP change to O1 as well, to have a crispier screen (like 01 amoled) ahahahaha

Related

is it possible to change resolution on my viewsonic tablet?

Hi All,
I currently own a viewsonic vpad 10s tablet. It's currently on 1024x600.. is it possible to have a software hack or other to change the resolution to 1280x like the xoom?
The short answer is no.
The longer answer is...kind of.
https://market.android.com/details?id=com.beansoft.lcd_density_changer&feature=search_result
BK553 said:
The longer answer is...kind of.
https://market.android.com/details?id=com.beansoft.lcd_density_changer&feature=search_result
Click to expand...
Click to collapse
OK, and now the even longer answer.
There is no way to increase the resolution to 1280 x 800. Our display is an AU OPTRONICS B101AW06. Look it up on the net & you'll find max resolution is 1024 x 600. What BK553 is speaking about is a change in text DPI. You can see this in Windows where you can change the DPI. Manufacturers normally set the DPI to give the user the best readability but not necessarily the highest DPI. If you change the DPI, text & icons will become smaller (or larger depending on if you increase or decrease the DPI). To see what effect LCDDensity Changer may have, see the attached picture. Icons are smaller & text is smaller, giving the illusion of higher resolution. Notice how the backbround is the same while the text & icons are smaller.
Again, you can not change the resolution...videos, pictures etc will always displayed at a max resolution of 1024 x 600.
By the way, check this post http://forum.xda-developers.com/showthread.php?t=864338&highlight=lcd and you will see that atleast in Dec 2010 there used to be a field in build.prop that you could change to change the DPI. I looked for it in mine (I'm running Calkulin+Clemsyn Combo v6) and that field no longer appears.
hatorihanzo said:
Hi All,
I currently own a viewsonic vpad 10s tablet. It's currently on 1024x600.. is it possible to have a software hack or other to change the resolution to 1280x like the xoom?
Click to expand...
Click to collapse
I use blade and spare parts to tweak the dpi. don't think you can get up to 1280 with any software though.

Resolution problems

Hi,
I originally wrote my application with a android:minSdkVersion of 1. This apparently means the application reports a screen height of 480 and a screen width of 320. This wasn't a problem as it still looked good on my Galaxy S i9000 (see pic 1). Once I discovered noticed this and changed it to a latter API it reports a higher resolution (with different aspect ratio). I managed to translate coordinates and resize images to deal with any resolution but now it looks all pixilated (see pic 2). I am using Libgdx for my 2d graphics using Sprites.
imageshack.us/photo/my-images/853/compatibility.png/
(looks nice and blended and not pixilated)
imageshack.us/photo/my-images/580/reslow.png/
(looks pixileated)
Are there any problems with releasing a program targeting API 1 since it seems to work better?
It seems like when there is a low resolution the display driver handles the resizing and blends it to look nice but when libgdx does it it doesn't look as nice.
Any thoughts would be great.

[Q] How to change resoution but not density?

Hi, all!
I have JXD s7100B and when I changed custom bootscreen (only the last one. I can't find others to change them ), because there was a circle on the boot image, I've noticed that the image is deformed - when turned to lanscape mode it is "squished" verticaly. After that I've noticed the same with the icons on the launcher - however I rotate the screen shorter side is squished. I have an idea that maybe display is not WVGA (800x480pix) like it's set (and sold) but a WVGA NTSC (854x480) so I would like to change 800 to 854 somehow but leave 480 and dpi. I've searched forum and net and 90% of posts are changing dpi with LCD Resolution app or by editing build.prop but nothing I found says anyting about what I want to do. I found some resolutions in /system/bin/set_display_mode.sh but I've decided to ask first if someone knows what I should do. Can you help me? Can I change one dimension with some app or by editing some file?

Cyanogenmod High screen resolution

I tried to raise the dpi on my mediapad while running cyanogemod by after_silence but if i enter anything above 213 it removes the home and back buttons and changes to the phone style notification bar. Any Ideas? His Rom is great, Its every thing i want except I want to use my 1280x800 screen as 1280x800. I would post this question in his devlopment thread but xda wont allow my account to do this since i dont have enough posts.
You need to lower the dpi to simulate a larger screen dpi.
Basically if the resolution is equal, smaller screen would have bigger dpi than bigger screen.
Android still use the full resolution regardless of the dpi. The dpi is an indicator of how big your screen is and it will choose the appropriate icon, font, etc based on that. You don't loose sharpness just because the font look bigger.
As the previous poster said - Android will use the full screen resolution no matter what.
When you raise the DPI, you are telling the OS that there are more dots per inch. The number of dots on the screen is fixed, so raising the DPI is telling the OS the screen has those dots squeezed into a smaller space.
At the default DPI of about 213, you are telling the OS that your 1280 x 800 screen is 7 inches diagonal (small tablet). Note that in Jellybean and higher, a 7" tablet will trigger the "small tablet" interface that looks like a Galaxy Nexus phone layout but still has tablet elements.
On the MediaPad stock ICS ROMs, the "high resolution" mode reports a DPI of 160, which tells the OS that your 1280 x 800 screen is about 9.3" (larger tablet).
If you raise the DPI even higher, let's say to 300, then you are telling the OS your 1280 x 800 screen is 5" diagonal (very small tablet / very large phone, like the Galaxy Note). In ICS this will pop you into the phone interface.
The OS uses this information to scale fonts and user elements. So if an app decides it wants to output text on the screen that is 0.5 inches tall:
- At 213 DPI the text will be 107 pixels tall
- At 160 DPI the text will be 80 pixels tall
- At 300 DPI the text will be 150 pixels tall.
Mainscreenturnon said:
I tried to raise the dpi on my mediapad while running cyanogemod by after_silence but if i enter anything above 213 it removes the home and back buttons and changes to the phone style notification bar. Any Ideas? His Rom is great, Its every thing i want except I want to use my 1280x800 screen as 1280x800. I would post this question in his devlopment thread but xda wont allow my account to do this since i dont have enough posts.
Click to expand...
Click to collapse
Hello,
just edit your build.prop (/system/build.prop) with appropriate rights (e. g. root explorer):
change
Code:
ro.sf.lcd_density=213
to
Code:
#ro.sf.lcd_density=213
Best regards,
Michael

Is There a Way to Increase the Camera DPI In the Camera Settings?

As the title suggests, I'm curious as to a way to increase the DPI for the camera app to increase the quality of photos taken (when zooming in on a crop of a photo). I remember from my Note 3 that there used to be a way to change the quality of the photo (best, better, etc.) which was a way of changing the DPI for the photo taken.
Even if there's a way to do it with root (say by modifying the build.prop file), any advice would be great!
As an alternative, is there a camera app that allows for you to change the DPI and fully utlize the camera hardware? I used to use Camera Zoom FX (Premium) but it didn't play nicely with some of the phones (namely Motorola) that I have used that app on.
Thanks for the tips, help, guideance, etc.!
Not sure what you mean, you can set up to 20mp in the settings. Thats even more than the rgb sensor is capable of. I guess this upscales the rgb sensors color info to the 20mp picture the monochrome sensor is taking. I cant think of anything that Would utilize the hardware more
rob.allen78 said:
As the title suggests, I'm curious as to a way to increase the DPI for the camera app to increase the quality of photos taken (when zooming in on a crop of a photo). I remember from my Note 3 that there used to be a way to change the quality of the photo (best, better, etc.) which was a way of changing the DPI for the photo taken.
Even if there's a way to do it with root (say by modifying the build.prop file), any advice would be great!
As an alternative, is there a camera app that allows for you to change the DPI and fully utlize the camera hardware? I used to use Camera Zoom FX (Premium) but it didn't play nicely with some of the phones (namely Motorola) that I have used that app on.
Thanks for the tips, help, guideance, etc.!
Click to expand...
Click to collapse
highest quality you can do is raw in pro mode. you can later decide in what quality you compress it to jpeg
0alfred0 said:
Not sure what you mean, you can set up to 20mp in the settings. Thats even more than the rgb sensor is capable of. I guess this upscales the rgb sensors color info to the 20mp picture the monochrome sensor is taking. I cant think of anything that Would utilize the hardware more
Click to expand...
Click to collapse
I saw the 20MP option but that's not what I'm referring to Some camera apps or phone makers allow for you to change the quality of the picture taken in the form of changing the DPI. The higher the number, the higher the quality of the picture when looking at a 100% crop of a photo (but also the file size tends to be larger too). I know it's not common, but it is there for some camera/OEMs.
rob.allen78 said:
I saw the 20MP option but that's not what I'm referring to Some camera apps or phone makers allow for you to change the quality of the picture taken in the form of changing the DPI. The higher the number, the higher the quality of the picture when looking at a 100% crop of a photo (but also the file size tends to be larger too). I know it's not common, but it is there for some camera/OEMs.
Click to expand...
Click to collapse
I dont quite understand what that means though from a technical viewpoint. I am not an expert but i roughly know how cameras work and what parts they are made of (keywords: sensor/pixel size, sensor resolution, bayer matrix, etc.). I never came across something called DPI. I also do not know what should be happening when increasing this DPI.
Maybe you can enlighten me. Although this does not seem to be a feature for the Mate 10 i am very much interested in learning about cameras, especially in mobile devices.
0alfred0 said:
I dont quite understand what that means though from a technical viewpoint. I am not an expert but i roughly know how cameras work and what parts they are made of (keywords: sensor/pixel size, sensor resolution, bayer matrix, etc.). I never came across something called DPI. I also do not know what should be happening when increasing this DPI.
Maybe you can enlighten me. Although this does not seem to be a feature for the Mate 10 i am very much interested in learning about cameras, especially in mobile devices.
Click to expand...
Click to collapse
I had to research this a bit myself so that I could properly convey what I was originally asking for
This article from Snap Shop eCommerce helped quite a bit:
A Simple Introduction to DPI
(apparently, it's only useful if I intend on printing any of the photos taken from the camera itself)
I had a note 2 and a note 4 until just recently. I know the setting your talking about. Its got nothing to do with DPI - its more a compression setting/sharpening setting affects how big the filesize is from your camera as it affects how much each photo is compressed (was listed as "quality" modes? from memory)
Yep that's my understanding too - it's basically like 'fine' or 'superfine' settings on point n shoot cameras - dictates how much the JPG file is compressed. FWIW my Note 4 on Marshmallow seems to have dropped the setting, along with most other phones in the last few years. You just get the default compression for photos and bitrate for videos. As @madman_cro noted, you can make sure you're getting 100% of what the sensor is capable of by shooting RAW and doing the JPG processing yourself. Gotta love it when they remove settings so as not to confuse the average user....
I got a note 4 infront of me and went looking for the setting as well and couldnt find it either your right it must of got lost in a update hahahhaha (my boy has my note2 somewhere) but yeah its exactly what your saying with the fine/superfine etc more a compression setting than anything else
iv had lot's of phones(with custom and stock rom) and while I've never seen dpi settings it may have benefit for printing. as from what iv read now that you got me interested 72 is apparently enough for our screens and our phone delivers 92 so we are ok. il try to convert raw to higher dpi later and try it in phone while zoomed in but i doubt il see the difference cause its basicly the same image
Usual DPI is 72 at jpg photo at real cameras, if you shot in RAW usual DPI is 300, i think at mirrorless is even less.
better/higher DPI is because of post processing , higher dpi more details. Just simple, if you want better phots shot in RAW .
RAW or not makes no difference - the dpi stays the same,.
The DPI of a printed photo can be affected by the resolution the photo was taken at and the size of the printout (think about it...dots per inch.....or pixels per inch on photos really...DPI is more a printer thing. RAW has nothing to do with the amount of pixels/resolution - and therefore doesnt affect DPI whatsoever as its still exactly the same amount of pixels+ resolution involved whether its in RAW format or not...... All RAW means is that the photo was outputted without any editing by the camera first - its a unmolested original image with no processing which allows for a human to do all the editing later and perhaps a better job of it)
Take a 1 megapixel photo and print that photo on A4 paper, now take a 20megapixel photo and print it on a4 paper. The higher resolution image is going to have a higher DPI on the printout than the lower resolution image does, and would be noticeable as chances are the 1megapixel had such a low dpi at the printout size the image was stretched to fit. Take a 20megapixel RAW image, and a 20megapixel normal image - DPI is exactly with both as it has nothing to do with RAW.
What it all comes down to....Stay on the highest setting you can for resolution, and you have the best chance of getting a good printout later on and being compatible with bigger printouts while still keeping clarity (higher resolution photos can be printed larger without loss of quality)
I wouldnt try and make a poster from a 2 megapixel photo for instance - as it just doesnt have enough resolution to keep a good DPI **when the image is printed** The earlier question by the OP has been answered - it wasnt a DPI setting on her note at all its a compression setting (eg fine/superfine) nothing to do with DPI and has no effect on it either.
Thats kinda it in a nutshell and dumbed down a bit to explain it easier (Im gunna get nit picked to death on technicalities of terms perhaps but im trying to keep it simple)

Categories

Resources