Page 1 of 1

Brightness on Toon2 less in dim mode

Posted: Thu Dec 28, 2023 5:21 am
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
 }

Re: Brightness on Toon2 less in dim mode

Posted: Fri Feb 23, 2024 11:56 pm
by Megaman144
Can I install this on my toon2 ? AutoBrightness part

Re: Brightness on Toon2 less in dim mode

Posted: Mon Feb 26, 2024 11:06 pm
by Megaman144
got it :) sh /root/update-rooted.sh -f