dantmnf / PseudoDCDimming

Mozilla Public License 2.0
29 stars 3 forks source link

The module is not working on my device #4

Open SanaMyWifuu opened 1 year ago

SanaMyWifuu commented 1 year ago

Value exceeding 100% cannot be saved at the "Minimum HAL Brightness" Column.Screenshot_2023-07-08-16-10-52-61_6e76cceb0efe461a33c382ebc1de28e5

dantmnf commented 1 year ago

Could you please provide the following information:

SanaMyWifuu commented 1 year ago

My device is OnePlus 11 that came with A13 at its first launch, and may I ask how to get the adb logcat output?

dantmnf commented 1 year ago
  1. Enable USB debugging in your device
  2. Download and extract https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  3. In the extracted directory that contains adb and fastboot file, hold Shift and right click on empty area, choose "Open Command Prompt here" or "Open PowerShell window here"
    • If the choosed item is "PowerShell", type cmd and Enter in the PowerShell window to switch to Command Prompt
  4. In Command Prompt, type adb devices and Enter, then check your device for authorization popup (if any)
  5. In Command Prompt, type adb -d logcat > logcat.txt and Enter to start logcat
  6. Change the "Minimum HAL Brightness" setting
  7. Press Ctrl-C in Command Prompt to stop logcat
  8. Send the logcat.txt file next to adb
dantmnf commented 1 year ago

Additionally, could you please send the LSPosed logs? (A save button can be found in top right of LSPosed manager)

SanaMyWifuu commented 1 year ago

Alright, I will give it a try

SanaMyWifuu commented 1 year ago

Done, please notify me if you need more information. logcat.txt LSPosed_2023-07-08T18_58_37.528661.zip

dantmnf commented 1 year ago
07-08 18:57:03.182  2730  4020 E DisplayDeviceConfig: requesting nits when no mapping exists.
07-08 18:57:03.183  2730  4020 D BacklightOverrideService: setPreference: enabled=true, minimumOverrideBacklightLevel=1.000000, minimumOverrideBacklightNits=-1.000000

Seems ColorOS changed AOSP brightness control a lot. I will dump the ROM and check it.

SanaMyWifuu commented 1 year ago

Thanks man, can't wait for it to work