-
Notifications
You must be signed in to change notification settings - Fork 6
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
information about the device has been corrected #1
Open
Vilez0
wants to merge
110
commits into
Pulkit077:lineage-21
Choose a base branch
from
Vilez0:Vilez0-correct-readme
base: lineage-21
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ali Hasan <[email protected]>
Change-Id: Ia338525149dfeabb8beb884b985842203a0d83e6 Signed-off-by: Pranav Vashi <[email protected]>
…lib.collapsingtoolbar Signed-off-by: Pulkit077 <[email protected]>
This is no longer needed as of Android 13. Change-Id: I38435c47c8781678f82014decbbae40dcab0a07b
As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
Signed-off-by: Jaegeuk Kim <[email protected]> Change-Id: I56a35351a27bfff4ad8177061a86885907c0303b
Change-Id: Ic12fc243a6b86a0972ef5dc0bb26148be540be57 Signed-off-by: UtsavBalar1231 <[email protected]>
This reverts commit 4785f48. Signed-off-by: Pulkit077 <[email protected]>
* This shim overrides the MIUI's panel dimensions (which are divided by 10) so that our libsdmcore behaves in the same way as Qualcomm's one Signed-off-by: daniml3 <[email protected]> Change-Id: I19f6358fca8f3a624353ffe624438cf501db4d5a
* The previous method only corrected the DPI of one of all the display modes (the active one), as the correction was executed after it populated all the modes' attributes * Overriding this function ensures that all the modes will have the correct DPI Signed-off-by: daniml3 <[email protected]> Change-Id: I2111370d364608cae9e78ea57447b52de0fa02f9
The display uses different gamma curves for different refresh rates. It's hard for panel vendor to tune the curves to have exact same brightness for different refresh rate (lazy). To avoid flicker at darker environment, set threshold for 120Hz, so 120Hz will be default in such conditions. - values kanged from redfin, it works for our panel fine Change-Id: Ie2042aa5d7b114c006841e1cd86c3257653242be
Signed-off-by: Pulkit077 <[email protected]>
- from sweetin-user 12 SKQ1.210908.001 V13.0.9.0.SKFINXM release-keys Signed-off-by: Pulkit077 <[email protected]>
- from sweet-user 12 SKQ1.210908.001 V13.0.15.0.SKFMIXM release-keys Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
* sweet don't support it. (doze_proximity_check_before_pulse is set to false in tree) Signed-off-by: Zinadin Zidan <[email protected]> Change-Id: I4e7fbfbca34039ba54885908d6fe7b9a16b7ea8fk
We are use Camera2API but this props was making the IMS based stuff to use Camera1API which caused dead camera (black camera - receiver not able to see dialer) This fixes it and now ViLTE calls work fully Thanks to srindak unkil for halping me see this derp Signed-off-by: Joey Huab <[email protected]> Change-Id: I571e543bb8ba8b3fb3f29e11c8f0c7cc912e246d
Stock HWC doesn't return brightness capability as its been modified by xiaomi in order to use MIUI's custom brightness implementation. But since all the brightness functions are intact, force surfaceflinger to enable hwc brightness. It offers smoother brightness control than lights HAL. Requires pa-gr/android_frameworks_native@61060ad Signed-off-by: Adithya R <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
… lower CRs-Fixed: 3243885 Change-Id: I64f82a25768b561bb343fdb7686b7d6c020d024a
…roperty This prop has no effect as of T QPR1. See: LineageOS/android_packages_modules_Bluetooth@cf25e33 Change-Id: Ic762812dd59429d344ccc55c01bf96b0ffd6dbab
Signed-off-by: Pulkit077 <[email protected]>
- Disabling A2DP fixes an issue with BT audio whereby if you are streaming audio via TWS and attend any VoIP/VoLTE, upon disconnection, the audio stream plays from both the phone speaker and TWS simultaneously. Co-Authored-by: Chenyang Zhong <[email protected]> Signed-off-by: Pulkit077 <[email protected]>
…d types Change-Id: I5b2d3ba03208925f40fd65d6615d027f6c7b3320
- from sweetin-user 12 SKQ1.210908.001 V13.0.10.0.SKFINXM release-keys Signed-off-by: Pulkit077 <[email protected]>
- from sweetin-user 12 SKQ1.210908.001 V13.0.5.0.SKFINXM release-keys Signed-off-by: Pulkit077 <[email protected]>
These are critical for display performance and should not be balanced in order to improve latency and responsiveness. Change-Id: I0248e26a7154c689c0d3f11dabe14a1b149353f9
…urrency" This reverts commit a4e29c6. Signed-off-by: Pulkit077 <[email protected]>
…FINXM /vendor/etc/audio/audio_policy_configuration.xml - retained : sweet: disable BT Audio A2DP (d3d750c) sweet: configs: audio: Disable audio ULL mode (a3544a6) Signed-off-by: Pulkit077 <[email protected]>
* This fixes google voice recorder. Signed-off-by: Andrzej Perczak <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Needed to work around a Qualcomm HAL prebuilt. Bug: 203713560 Bug: 258322017 Bug: 254854421 Test: Forrest Change-Id: I4eebc60f10fbea6a66127ed3e08441db32536f78
Change-Id: I0aac742db9c2b4b3e48ee20158f19405863893c2
Bug: 205044134 Test: Presubmit tests Change-Id: I4ee61c25dc66e7deee8573e960736d32951b73d2
This is no longer read as of LineageOS/android_frameworks_opt_telephony@d8d3ed4 Change-Id: I1e56b56251d9e2d3cfbddd5ba575129885f9942a
The new folder structure now looks like this: device/qcom/sepolicy_vndr ├─ legacy-um (meant for sdm845 until sm8350) ├─ sm8450 └─ sm8550 SEPolicy.mk placed in the root automatically redirects devices to the proper subfolder. Change-Id: I4ed1a06af779909d64172da294c4a99a3ae9ba0d
This enables casefolding, which is required for removal of sdcardfs. Test: Wipe data and boot. lsattr /data/media, check for +F Bug: 138322712 Change-Id: I020aa6bb9c121e7bda83c07bc9fb37dcfa26702c
Enable the persist.sys.fuse.passthrough.enable flag for the P21 device configuration to enable the FUSE passthrough feature. This feature has been enabled on Cuttlefish, Wembley and Redbull devices for months and no issues have been detected yet. Bug: 168023149 Test: 'adb shell getprop | grep persist.sys.fuse.passthrough.enable', ScopedStorageTest Signed-off-by: Alessio Balsini <[email protected]> Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c
Change-Id: Ia623282960775569325714ab3bff5ad027776352
Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. Change-Id: Iae52e076a78fd1def53988bc0cd19ef599cd96be
This reverts commit 20f62c7. Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Required to generate correct binder transaction code. Change-Id: Idf55f82c689a2e23dbeb998d4513463b46b8ed30
Signed-off-by: Pulkit077 <[email protected]>
Disable SF client composition cache. Helps with framework client target fence management. Change-Id: I73e03e76f51d00fafad38479be00f4005be50665 Signed-off-by: chrisl7 <[email protected]>
…nd lower Need to explicitly set auto_latch_unsignaled property to disabled state to keep latch-unsignaled as the default behavior. Change-Id: I3856caaf0a68e7e720819f25338d1eb9196f56b0
Signed-off-by: Pulkit077 <[email protected]>
- from sweet_global2-user 13 TKQ1.221114.001 V14.0.5.0.THGMIXM release-keys - also reorder list Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
- from sweet_global2-user 13 TKQ1.221114.001 V14.0.5.0.THGMIXM release-keys Signed-off-by: Pulkit077 <[email protected]>
- from sweet_global2-user 13 TKQ1.221114.001 V14.0.5.0.THGMIXM release-keys Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Signed-off-by: Pulkit077 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.