<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Android 11 Backlight Control via Settings Backlight Slider in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2162166#M29890</link>
    <description>&lt;P&gt;There is no any permission issue. I have check avc logs and there is nothing. I have these debug logs which might be helpful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;smarc_mx8mq:/ $ getprop | grep light&lt;BR /&gt;[hw.backlight.dev]: [backlight]&lt;BR /&gt;[init.svc.vendor.light-default]: [running]&lt;BR /&gt;[init.svc_debug_pid.vendor.light-default]: [353]&lt;BR /&gt;[ro.boottime.vendor.light-default]: [17561009565]&lt;BR /&gt;[ro.hardware.lightsensor]: [/sys/class/i2c-dev/i2c-0/device/0-0044/]&lt;BR /&gt;[vendor.ro.lightsensor.threshold]: [20]&lt;BR /&gt;smarc_mx8mq:/ $&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also, init rc has this definiton&lt;/P&gt;&lt;P&gt;# Default backlight device&lt;BR /&gt;setprop hw.backlight.dev "backlight"&lt;BR /&gt;# Chmod/chown FSL specific sys entry&lt;BR /&gt;chown system system /sys/class/backlight/backlight/brightness&lt;BR /&gt;chmod 0660 /sys/class/backlight/backlight/brightness&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;this is all ı know. I have seen similar issues but there is no result. Please help me ? Can it be HAL issue ? Where should ı check ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 12:30:05 GMT</pubDate>
    <dc:creator>topkarag</dc:creator>
    <dc:date>2025-09-02T12:30:05Z</dc:date>
    <item>
      <title>Android 11 Backlight Control via Settings Backlight Slider</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2088164#M28464</link>
      <description>&lt;P class=""&gt;&lt;STRONG&gt;Problem Summary:&lt;/STRONG&gt;&lt;BR /&gt;I have IMX8M mcu for my custom board and android 11 device. When I manually write a value to (from 0 to 100)&amp;nbsp;"/sys/class/backlight/backlight/brightness" using echo, the screen brightness changes immediately as expected. However, when I try to adjust the brightness through the Android Settings UI (Display &amp;gt; Brightness Slider), the brightness does not change at all.&lt;BR /&gt;This suggests that the system UI can update the brightness value internally but fails to correctly communicate with the backlight driver.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My Question:&lt;/STRONG&gt;&lt;BR /&gt;What could be causing the Android brightness slider to not affect the actual hardware brightness, even though manual control through /sys works fine?&lt;BR /&gt;&lt;BR /&gt;Some useful outputs&lt;BR /&gt;smarc_mx8mq:/ # getprop | grep light&lt;BR /&gt;[hw.backlight.dev]: [backlight]&lt;BR /&gt;[init.svc.vendor.light-default]: [running]&lt;BR /&gt;[init.svc_debug_pid.vendor.light-default]: [360]&lt;BR /&gt;[ro.boottime.vendor.light-default]: [16274638205]&lt;BR /&gt;[ro.hardware.lightsensor]: [/sys/class/i2c-dev/i2c-0/device/0-0044/]&lt;BR /&gt;[vendor.ro.lightsensor.threshold]: [20]&lt;BR /&gt;smarc_mx8mq:/ #&lt;BR /&gt;&lt;BR /&gt;smarc_mx8mq:/ # ps -A | grep light&lt;BR /&gt;system 360 1 8677484 4172 binder_thread_read 0 S android.hardware.lights-service.example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 08:31:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2088164#M28464</guid>
      <dc:creator>topkarag</dc:creator>
      <dc:date>2025-04-28T08:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Android 11 Backlight Control via Settings Backlight Slider</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2088474#M28473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could it be permission? since you are doing as kernel mode, when you are in the app its user mode.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 14:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2088474#M28473</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-04-28T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Android 11 Backlight Control via Settings Backlight Slider</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2162166#M29890</link>
      <description>&lt;P&gt;There is no any permission issue. I have check avc logs and there is nothing. I have these debug logs which might be helpful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;smarc_mx8mq:/ $ getprop | grep light&lt;BR /&gt;[hw.backlight.dev]: [backlight]&lt;BR /&gt;[init.svc.vendor.light-default]: [running]&lt;BR /&gt;[init.svc_debug_pid.vendor.light-default]: [353]&lt;BR /&gt;[ro.boottime.vendor.light-default]: [17561009565]&lt;BR /&gt;[ro.hardware.lightsensor]: [/sys/class/i2c-dev/i2c-0/device/0-0044/]&lt;BR /&gt;[vendor.ro.lightsensor.threshold]: [20]&lt;BR /&gt;smarc_mx8mq:/ $&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also, init rc has this definiton&lt;/P&gt;&lt;P&gt;# Default backlight device&lt;BR /&gt;setprop hw.backlight.dev "backlight"&lt;BR /&gt;# Chmod/chown FSL specific sys entry&lt;BR /&gt;chown system system /sys/class/backlight/backlight/brightness&lt;BR /&gt;chmod 0660 /sys/class/backlight/backlight/brightness&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;this is all ı know. I have seen similar issues but there is no result. Please help me ? Can it be HAL issue ? Where should ı check ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 12:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2162166#M29890</guid>
      <dc:creator>topkarag</dc:creator>
      <dc:date>2025-09-02T12:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Android 11 Backlight Control via Settings Backlight Slider</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2163537#M29912</link>
      <description>Bio_TICFSL, please help me to solve this problem ı have tried everything. Where Android UI slider effecting on ? I have to control backlight from slider.</description>
      <pubDate>Thu, 04 Sep 2025 09:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Android-11-Backlight-Control-via-Settings-Backlight-Slider/m-p/2163537#M29912</guid>
      <dc:creator>topkarag</dc:creator>
      <dc:date>2025-09-04T09:11:09Z</dc:date>
    </item>
  </channel>
</rss>

