Hirdetés

Hirdetés

Új hozzászólás Aktív témák

  • asturel

    őstag

    válasz plgr #13026 üzenetére

    Ugy van configolva, hogy csak sotetben vilagitsanak, ezek a jelenlegi ertekek:
    (sensor test marketrol pl. kiirja a light sensor erteket, (30mpkent frissul a sensor))
    az osszes ertek 0-255 intervallumban van

    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
    The N entries of this array define N + 1 zones as follows:

    Zone 0: 0 <= LUX < array[0]
    Zone 1: array[0] <= LUX < array[1]
    ...
    Zone N: array[N - 1] <= LUX < array[N]
    Zone N + 1: array[N] <= LUX < infinity

    Must be overridden in platform specific overlays -->

    <integer-array name="config_autoBrightnessLevels">
    <item>50</item>
    <item>100</item>
    <item>150</item>
    <item>200</item>

    </integer-array>
    <!-- Array of output values for LCD backlight corresponding to the LUX values
    in the config_autoBrightnessLevels array. This array should have size one greater
    than the size of the config_autoBrightnessLevels array.
    This must be overridden in platform specific overlays -->

    <integer-array name="config_autoBrightnessLcdBacklightValues">
    <item>35</item>
    <item>95</item>
    <item>140</item>
    <item>180</item>
    <item>250</item>
    </integer-array>

    <!-- Array of output values for button backlight corresponding to the LUX values
    in the config_autoBrightnessLevels array. This array should have size one greater
    than the size of the config_autoBrightnessLevels array.
    This must be overridden in platform specific overlays -->

    <integer-array name="config_autoBrightnessButtonBacklightValues">
    <item>255</item>
    <item>255</item>
    <item>0</item>
    <item>0</item>
    <item>0</item>
    </integer-array>

    <!-- Array of output values for keyboard backlight corresponding to the LUX values
    in the config_autoBrightnessLevels array. This array should have size one greater
    than the size of the config_autoBrightnessLevels array.
    This must be overridden in platform specific overlays -->

    <integer-array name="config_autoBrightnessKeyboardBacklightValues">
    <item>0</item>
    <item>0</item>
    <item>0</item>
    <item>0</item>
    <item>0</item>
    </integer-array>

    UPDATE: felkerult az uj rom, kozben debug.sf.hw is be lett kapcsolva :) viszont ennek van 3 'beallitasa' meg, alapbol gput hasznalja, van meg c2d, mdp (debug.composition.type), hogy mi a kulonbseg, azt nem tudom :)

    [ Szerkesztve ]

Új hozzászólás Aktív témák