ayush5harma / PixelFeatureDrops

Magisk Module for Pixel Feature Drops that adds the system files for the same and spoof using the latest device fingerprint from Google Pixel .
MIT License
342 stars 17 forks source link

Brightness slider broken on OxygenOS 11 #56

Closed DavidScann closed 3 years ago

DavidScann commented 3 years ago

I'll start by saying that I acknowledge the fact that PixelFeatureDrops are designed to be used with AOSP Custom ROMs rather than stock manufacturer ROMs, and if this issue is discarded for that reason I fully understand.

Device information: OnePlus 8 Pro / Oxygen OS build 11.0.5.5.IN11AA

Issue: Brightness slider not affecting screen brightness. Description: You can slide the slider around, but it just wouldn't change anything. One notable thing is that the issue seems to be resolved on the lockscreen. Doesn't work anywhere else though.

Amsal1 commented 3 years ago

Facing same issue with brightness slider not working on Device: OnePlus 8T / Oxygen OS build 11.0.8.14.KB05DA

Using JunePatch

theoneandonly-vector commented 3 years ago

same on OnePlus 8 pro

rrevanth commented 3 years ago

You have to edit the spoof.prop or system.prop to remove these two lines to fix the brightness issue

ro.product.vendor.device=redfin ro.product.vendor.manufacturer=Google

ayush5harma commented 3 years ago

Selectively overiding build.prop values for SystemUI using LSposed module Weibu will solve the issue too. The benefit being selective overriding will not detain other google features from enabling which editing the prop will. Will update the guide regarding same.

Amsal1 commented 3 years ago

Selectively overiding build.prop values for SystemUI using LSposed module Weibu will solve the issue too. The benefit being selective overriding will not detain other google features from enabling which editing the prop will. Will update the guide regarding same.

Sure. Would be great to have a guide on this. Thanks a lot!

duramato commented 2 years ago

Selectively overiding build.prop values for SystemUI using LSposed module Weibu will solve the issue too. Which module is this Weibu? I've tried googling it but I'm not finding it.