-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brightness bar doesn't work on HTC U12+ #368
Comments
What does not work? Is the function greyed out or does the slider nothing? |
The slider does nothing |
Another overlay may be needed. |
an it's own won't fix the slider
Le lun. 21 janv. 2019 à 13:46, xBrownieCodez <notifications@github.com> a
écrit :
… Another overlay may be needed.
@phhusson <https://github.com/phhusson>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAOOmggYZ2GUTz_uhN79NbEHYQ-aic5ks5vFbajgaJpZM4aJojU>
.
|
treble-overlay-htc-u12plus.apk.zip |
An overlay won't fix brightness bar. |
Could guide me in the right direction,please, maybe I could provide from stock what is needed to fix the issue, or if another log or something else need to be done to fix it thanks in advance |
could you try instructions at #414 (comment) ? |
I can do it on Monday, I'll report back |
I only noticed a difference after the second command "C:\ADB>adb shell lightsctl BACKLIGHT 80" the screen dimmed and it bumped back to original level on third command "C:\ADB>adb shell lightsctl BACKLIGHT ff808080" other than that I did not noticed any other changes forgot to mention that the brightness level never actually changed on the settings it was always displaying 78%
|
lightsctl BACKLIGHT 15 ?
Le mar. 12 mars 2019 à 09:02, jeanrivera <notifications@github.com> a
écrit :
… I only noticed a difference after the second command "C:\ADB>adb shell
lightsctl BACKLIGHT 80" the screen dimmed and it bumped back to original
level on third command "C:\ADB>adb shell lightsctl BACKLIGHT ff808080"
other than that I did not noticed any other changes
C:\ADB>adb root
C:\ADB>adb shell lightsctl BACKLIGHT ff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 80
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT ff808080
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 80808080
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 3ff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 1fff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT ff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 3ff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 1fff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAOOni1NKcsYusdELJrOnPdGWq9Curuks5vV18jgaJpZM4aJojU>
.
|
this one turned the screen very dark
|
Try
setprop persist.sys.qcom-brightness 255
And reboot
Le mar. 12 mars 2019 à 09:02, jeanrivera <notifications@github.com> a
écrit :
… I only noticed a difference after the second command "C:\ADB>adb shell
lightsctl BACKLIGHT 80" the screen dimmed and it bumped back to original
level on third command "C:\ADB>adb shell lightsctl BACKLIGHT ff808080"
other than that I did not noticed any other changes
C:\ADB>adb root
C:\ADB>adb shell lightsctl BACKLIGHT ff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 80
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT ff808080
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 80808080
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 3ff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 1fff
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to NONE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT ff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 3ff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
C:\ADB>adb shell lightsctl BACKLIGHT 1fff HARDWARE 0 0
Got type BACKLIGHT
Got type BATTERY
Got type NOTIFICATIONS
Got type ATTENTION
Set request type BACKLIGHT
Set flash type to HARDWARE
Set light returned SUCCESS
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAOOni1NKcsYusdELJrOnPdGWq9Curuks5vV18jgaJpZM4aJojU>
.
|
wow you are genius that make it work!!!!!!!!!! thanks so much Master!!! |
should I do that command on every new release? or would it be integrated? from now on? |
It's in /data, so persistent across updates, though not factory resets.
But yeah I'll integrate it.
Can you paste the result of getprop ?
Le mar. 12 mars 2019 à 09:13, jeanrivera <notifications@github.com> a
écrit :
… should I do that command on every new release? or would it be integrated?
from now on?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAOOmmkaPlnX8juQkV_1Uxivth_hR4oks5vV2HBgaJpZM4aJojU>
.
|
I have converted my device to HTC Exodus1 I know the current overlay won't work since it is meant for U12+ and it is not working for me probably because of that, I'll try to build one for Exodus1 and report back |
This solved the brightness slider issue on the HTC U12+. After rebooting, the device starts with max brightness as usual but the brightness slider now works just fine. Is it possible to incorporate this change by on the GSI base ROM for the HTC U12+? If possible, with a lower more sensible default value :) |
Redmi 6/6A Updated
not sure if this helps to fix the brightness bar please ask me what I can provide to fix it
getprop.txt
The text was updated successfully, but these errors were encountered: