[PORT] White Balance for Z1 ported from SO-01F

Search This thread

zyxel25

Senior Member
Oct 27, 2011
326
34
Does this port doest damage the screen?
Cuz someone said that the application in google just like this that can adjust red, blue, green damages the screen.

Sent from my C6903 using xda app-developers app
 

shteren

Senior Member
Jul 9, 2013
588
109
where is install-recovery.sh ??

/system/etc/install-recovery.sh

btw i can confirm it working after reboot after i added that line to install-recovery.sh.

i must say though, screen does look more blue with this app working, can't say i noticed it was yellow before, nor anyone who used my phone...

but i do like it because the screen seems brighter this way, easier to read in sun.
 
Last edited:
  • Like
Reactions: guybrush2099

fer2503

Senior Member
Nov 7, 2012
1,545
141
/system/etc/install-recovery.sh

btw i can confirm it working after reboot after i added that line to install-recovery.sh.

i must say though, screen does look more blue with this app working, can't say i noticed it was yellow before, nor anyone who used my phone...

but i do like it because the screen seems brighter this way, easier to read in sun.

I have only to add the line:

display_color_calib

At The end of the Text of the file?
 

tiunilohmu

Senior Member
Dec 27, 2006
376
49
I whould say you probebly don't havr a recovery, but then how did you flash the mod?

Try to install recovery again

Sent from my C6903 using Tapatalk

lol, I of course have recovery. It indeed wasn't there, but i found the file in /system/etc/crossbreeder. I added the line and move over to /system/etc/.
Everything is working fine now. Thanks for the port, OP.
 

ashirokung

Senior Member
Aug 11, 2009
201
27
BKK
for me on 4.3

Sent from my C6902 using xda app-developers app
 

Attachments

  • uploadfromtaptalk1387626838937.jpg
    uploadfromtaptalk1387626838937.jpg
    35.7 KB · Views: 865

Chocklety Boyee

Senior Member
Sep 23, 2013
1,675
423
Kathmandu,Nepal
Guys we have this port on 4.1.2 also but after reboot goes to default..how add the lines that op provided.. Where to add??plz someone clarify..soory its difficult for me to express..plz help

Sent from my LT28h using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 41
    Japanese version of Xperia Z1 SO-01F got white balance settings today and I ported it to our Z1 C69xx !

    vMzk0Vp.png



    Download flashable zip from here and install it with recovery.

    At the moment we need to open white balance setting on each reboot to apply settings.
    Someone please help me to fix it!

    → monx® found the solution, it was really easy...
    just add line
    Code:
    display_color_calib
    in the last line of install-recovery.sh or init.d scripts, or hw_config.sh

    I uploaded ftf of SO-01F.
    SO-01F 14.1.H.1.281 1278-7126 R14A
    https://mega.co.nz/#!ak5hzQDa!L8HPmHQMMlxm9WoA687FxT4zsv1JD4g6Gqs9KKHgKiU
    3
    This file is located in dir /etc.
    Simply edit this file using any file explorer (I prefer Solid Explorer) and add this line

    Code:
    display_color_calib

    at the bottom of file.
    2
    Someone said to edit install-recovery.sh, someone hw_config.sh, so what file exactly must be edited ?

    On stock .290 doing it from hw_config.sh didn't work for me but running it from install-recovery.sh did.
    2
    Here you go...

    Rickard (Sony Xperia Support) said:
    Glad to hear that it's working.

    A white balance setting will also be added to C690x but it's not in the update that's rolling out now. It's planned for an update in the beginning of next year. So you don't need to modify the phones software to get this, just wait for the update.
    2
    monx® found the solution to apply setting on reboot!
    I was trying almost same code, but I had to make it simple...

    Just add line
    Code:
    display_color_calib
    in your install-recovery.sh or init.d