White balance defaults - Sony Xperia 1 Questions & Answers

Hi,
Can someone tell me what are the default values for "Custom" white balance (RGB)? I adjusted it and there is no option to return default.

decomposed said:
Hi,
Can someone tell me what are the default values for "Custom" white balance (RGB)? I adjusted it and there is no option to return default.
Click to expand...
Click to collapse
Default custom is same as Cool (0,25,50)

Related

[Q] Is there a way to adjust display saturation?

I'm unhappy with the colour saturation offered by Samsung's four display profiles. The default is too vibrant, and the next one down is very dull.
Can this be tweaked manually? If not, is it possible to write a mod which achieves this?
Cheers.

[TIP][Guide]Change Default Home Button Color

Hi Guys.. I've been searching for ways to change the default color of Home Button of our Ray. Been on decompiling/compiling framework, settings... but got nothing or don't know exactly what xml/smali that controls the color of the buttons. So, by doing some trials-and-errors...:crying: Maybe this time I hit it.
First of all I want to thank:
JJDOCTOR for giving the hint to enable the light of Home button.
boy*racer*- max echo value is 20000
and all of you GUYS here on xda..
So here it is, navigate to system/etc/pre_hw_config.sh using ROOT EXplorer and find these lines:
echo 1000 > $dev/red/max_current
echo 1000 > $dev/green/max_current
echo 1000 > $dev/blue/max_current
and change to anything you want, I made it to
echo 1000 > $dev/red/max_current
echo 2000 > $dev/green/max_current
echo 9000 > $dev/blue/max_current
THE HIGHER THE VALUE, THE BRIGHTER THE LED.
Save changes....
For color preferences calculations: Go here. Thanks to Xtremy.
The above is nearly ICS Blue... You can put any values you want til 20000(?) except ZERO (0). By putting zero, that color will not be used by the system notifications ( I think)...
THIS WOULD NOT MAKE ALL OF THE NOTIFICATIONS COLOR TO THE COLOR YOU HAVE SET, ONLY THE DEFAULT HOME BUTTON COLOR IS AFFECTED. Sorry if the first flash of notification is not the COLOR you desired, only the succeeding flashes... I'm not a developer, I don't know how to do this correctly.
I THINK THIS WOULD NOT WORK ON CM-BASED ROM, BECAUSE THE HOME BUTTON LIGHT IS DISABLED (automaticbrightness is already set to FALSE). If somebody can make it to work, just apply it.
SOME DEFAULT COLOR WOULD NOT BE THE CORRECT APPEARANCE AFTER CHANGING THOSE LINES.. example, Violet is not violet when you use it as message notifications, still ICS Blue(?). Just raise the values.
REBOOT IS A MUST... Hope it won't bootloop...
adulfo said:
......................but got nothing or don't know exactly what xml/smali that controls the color of the buttons..........................:
Click to expand...
Click to collapse
XML is used to create user interface and the components used in app and java is used to create executable codes that will make apps functionality.
XML and smali are created automatically in app development.Though notepad++ is best to type XML.Best and easiest way to create a xml file is just write code in notepad++ and save it with extension of .xml.If you are developing an application of android then xmls are created by software itself. You will just need to specify name and add it to project as xml file...
thank you! i was just looking for this:good:
This is a nice mod adulfo! :good:
I wrote a little tutorial for finding your color value:
Go to this Color Wizard website.
Choose the color of your choice in de color bars.
In the #box you find the hex value for your color.
For this tut i use a nice orange E45F13 hex value.
Split de value in three pieces E4 5F 13.
1st byte E4 xx xx is for the Red value. (#FF0000)
2nd byte xx 5F xx is for the Green value. (#00FF00)
3rd byte xx xx 13 is for the Blue value. (#0000FF)
Open windows calculator set it in Scientific Mode.
1) Hit F5 to select HEX.
2) Type in your first hex (if HEX is 00, decimal is 0)
3) Hit F6 to convert to decimal.
Do this for all three hex values and write down the numbers...
1st byte E4 xx xx E4=228
2nd byte xx 5F xx 5F=95
3rd byte xx xx 13 13=19
As we know "max echo value is 20000" or 255 so:
20000 / 255 X 228 (your 1st above number)= 17882 for the Red Value
20000 / 255 X 95 (your 2nd above number)= 7450 for the Green Value
20000 / 255 X 19 (your 3rd above number)= 1490 for the Blue Value
Change the values in system/etc/pre_hw_config.sh for red, green and blue save & exit, reboot!
---------- Post added at 12:48 AM ---------- Previous post was at 12:37 AM ----------
I use the Tron Legacy Cyan color: 00DFFC
1000 for the Red Value.
17490 for the Green Value.
19764 for the Blue Value.
also note:
I set the first byte for Red to zero
after reboot it went to 1000 value,
so I think 1000 is the lowest value.
Thanks mate.. To those also having problems converting those values, you can google HEX to RBG converter.
wow it is very great and i change it
works perfect
4.0.4 587
psp1987 said:
wow it is very great and i change it
works perfect
4.0.4 587
Click to expand...
Click to collapse
Would be nice if you will read my signature...
what does this change ? the light shown when the phone is switched on and had no notification ?
-Jesco- said:
what does this change ? the light shown when the phone is switched on and had no notification ?
Click to expand...
Click to collapse
This would only change the default color of your Home button ( if only it is enabled), hitting any of your physical keys.
i changed all the values to 10000, all the colors are the same but a lot brighter, default 1000 is too dim for me.
@adulfo thanks for the tip buddy, can happily report that it is also working on my ray
Sent from my ST18i using xda premium
This values as depicted on the lines itself maybe clear, raising it, means raising LED current, more current more power,more power so much brighter... If you want color other than WHITE, don't make the values nearly equal.
Xtremy said:
also note:
I set the first byte for Red to zero
after reboot it went to 1000 value,
so I think 1000 is the lowest value.
Click to expand...
Click to collapse
Zero doesn't work, i try 0001, it works.
for RED color, the value is 10000,0001,0001.
Try again to see the values on your pre_hw_config.sh if it did not changed after reboot. Then all of your notifications will turn to RED.. By setting the lowest value to 1000, still the GB colors has still a good current value.
Flashable zip for Holo style Blue
Not made by me but jjdoctor...
had this zip tho
lokenok said:
Flashable zip for Holo style Blue
Not made by me but jjdoctor...
had this zip tho
Click to expand...
Click to collapse
I think this will make all of your notifications to LIGHT BLUE?.. Correct me if I'm wrong... Doing that also.. Better to put those values on pre_hw_config.sh..
adulfo said:
Try again to see the values on your pre_hw_config.sh if it did not changed after reboot. Then all of your notifications will turn to RED.. By setting the lowest value to 1000, still the GB colors has still a good current value.
Click to expand...
Click to collapse
so is there any value that change the LED to RED but not affect to other notification color???
luckkonku said:
so is there any value that change the LED to RED but not affect to other notification color???
Click to expand...
Click to collapse
Just don't put those values on hw_config.sh, only on pre_hw_config.sh I think....
hi guys this is my first comment so, i've changed these values in pre_hw_config.sh and of course i've got the color i want (nearly ICS blue). BUT here is my problem: other notifications like charging (instead of red it's nearly pink, instead of orange it's nearly green...) not working properly. I'm using light flow led and its notifications also miss the right color. Is there a solution for this? I'm not a developer but i think the phone calculates the values of notifications by this three values and must be an algorithm for this somewhere in the phone, so maybe we can manipulate that. Tell me if I'm wrong. Sorry for my english it's not my native language.
bobo023 said:
hi guys this is my first comment so, i've changed these values in pre_hw_config.sh and of course i've got the color i want (nearly ICS blue). BUT here is my problem: other notifications like charging (instead of red it's nearly pink, instead of orange it's nearly green...) not working properly. I'm using light flow led and its notifications also miss the right color. Is there a solution for this? I'm not a developer but i think the phone calculates the values of notifications by this three values and must be an algorithm for this somewhere in the phone, so maybe we can manipulate that. Tell me if I'm wrong. Sorry for my english it's not my native language.
Click to expand...
Click to collapse
Try to raise the values of the other color, I stated that on my OP last part that if you make the other values extremes (1000 and 20000), the the colors will be affected.. If for instance, Blue will have 20000 value, the notifications color that contains blue (violet...) will have dominant blue and other colors will be suppressed, so VIOLET will turn out to be more on BLUE.

[Q] change of b hue after resurrection

Hi, after i flashed my sgs2 with resurrection rom 3.0.6, my display shows a yellow hue. I tried all Combinations of gamma changes and brightness settings.but with no improvement. Can somebody help me
suchiqaz said:
Hi, after i flashed my sgs2 with resurrection rom 3.0.6, my display shows a yellow hue. I tried all Combinations of gamma changes and brightness settings.but with no improvement. Can somebody help me
Click to expand...
Click to collapse
Settings>device options>screen tab. Change the scenario see if that helps. Id also recommend install in 3.8
hue and resurrection
PoPe36 said:
Settings>device options>screen tab. Change the scenario see if that helps. Id also recommend install in 3.8
Click to expand...
Click to collapse
Thanks. It improved the color imbalance.

Android stock rom with leeco colors settings

Hi people, is there an aosp rom with leeco/eui display colors mode settings? I like more vivid colors, if not, its possible to have these settings in aosp based roms? Or an alternative?
Whit3fire said:
Hi people, is there an aosp rom with leeco/eui display colors mode settings? I like more vivid colors, if not, its possible to have these settings in aosp based roms? Or an alternative?
Click to expand...
Click to collapse
I think some custom kernel have option for screen setting where you can set color value (use Kernel Adiutor to do it). I used to set it for older device G2/Htc M8 set color value as: 255/245/256 with Saturation value 52. I have not try with Le Max 2 as I usually use stock rom.

screen temperature and contrast On custom rom

In Miui You can change Display temperature From Normal To Warm Or Cool
But when using custom rom like Aex or Lineage i can't find that choice
the screen is really warm and white color is almost yellow
please i need any solution for this i want to make the screen contrast cool Like Miui
Thanks i really appreciate your quick answer
Theres color profile option in livedisplay setting on los based roms, use that.
i tried it but it can't make white color looks really white
GnehWnos said:
i tried it but it can't make white color looks really white
Click to expand...
Click to collapse
Use Kernel Auditor app..and if your kernel support kcal you can calibrate the display color profile.
Would You please Explain what is kcal ??????
GnehWnos said:
Would You please Explain what is kcal ??????
Click to expand...
Click to collapse
Its an module for Advanced color control for Qualcomm MDSS 8x10/8x26/8974/8084/8939.. your kernel have to be supported to make fully use of it. check thishttps://forum.xda-developers.com/android/software-hacking/dev-kcal-advanced-color-control-t3032080
The los livedisplay also got manual color calibration option, that should be enough to tinker by your own to get however white you want.
fzhadi said:
The los livedisplay also got manual color calibration option, that should be enough to tinker by your own to get however white you want.
Click to expand...
Click to collapse
Not really...on livedisplay there are only tweaks for the screen RGB color which is not enough in many situation...in KCAL you have screen value and contrast value and minimum sRGB value those are valuable option to tweak... that's why I've told you...now its up to you.

Categories

Resources