Brightness on Toon2 less in dim mode

Everything about rooting Toons 1 and 2.

Moderators: marcelr, TheHogNL, Toonz

Post Reply
RomMon
Starting Member
Starting Member
Posts: 44
Joined: Mon Aug 29, 2016 9:05 pm

Brightness on Toon2 less in dim mode

Post by RomMon »

The brightness on the Toon2 is less than the Toon1 in dim mode.
If I switch to dim mode for a second it is bright, but than goes darker.
Is there a way to keep the brightness high also in dim mode?


I set brightness via settings to 100% for both.

I see the update-rooted.sh script has a editAutoBrightness function.
the sed instruction looks to be missing a 'g', but also after correcting that I see no difference.

Code: Select all

$ diff -durN update-rooted.sh.orig update-rooted.sh
--- update-rooted.sh.orig       2023-12-28 04:07:25.946564782 +0100
+++ update-rooted.sh    2023-12-28 04:09:54.676517266 +0100
@@ -141,7 +141,7 @@
        #set feature auto brightness on toon2 if not exists
        if ! cat /qmf/config/config_happ_scsync.xml | tr -d '\040\011\012\015'  | grep -q "<feature>displayAutoBrightness"
        then
-               sed -i 's/<\/features>/<feature>displayAutoBrightness<\/feature><\/features>/' /qmf/config/config_happ_scsync.xml 
+               sed -i 's/<\/features>/<feature>displayAutoBrightness<\/feature><\/features>/g' /qmf/config/config_happ_scsync.xml 
        fi
 }
Megaman144
Starting Member
Starting Member
Posts: 12
Joined: Sat Jan 16, 2021 11:19 am

Re: Brightness on Toon2 less in dim mode

Post by Megaman144 »

Can I install this on my toon2 ? AutoBrightness part
Megaman144
Starting Member
Starting Member
Posts: 12
Joined: Sat Jan 16, 2021 11:19 am

Re: Brightness on Toon2 less in dim mode

Post by Megaman144 »

got it :) sh /root/update-rooted.sh -f
Post Reply

Return to “Toon Rooting”