- Jun 26, 2023
-
-
Check device variant by using ro.boot.hwversion and set the correct device name based on value of ro.product.model on stock ROM. [Dhina17: Adapted for onclite] Change-Id: Iae15a7d3558f3c4608546e42ed655a76a0fe8868 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Dhina17 authored
* Redmi 7 and Redmi Y3 are nearly same device except Front camera and Gyroscope sensor. * Redmi Y3 has 32MP selfie camera that is an AUX camera which is a cursed part in custom roms. And Gyroscope sensor works well in Y3 since we are including permission config which won't affect Redmi 7 as well * Hence, Redmi Y3 is an another variant of Redmi 7. Lets set the correct device name based on hwversion in init. Change-Id: Ie04a22815731b90450907a10091eb7859386b34e
-
Dhina17 authored
Change-Id: Id068d6f9757c8114ed45543ddd7c3990d02f4ee1
-
Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
-
Dhina17 authored
Change-Id: Id14497e455d07a185a2e934bb95f9959e8bdba7e
-
Change-Id: I71ad7db85592ca18e3f0f8155bba5a472bfadbaa
-
* screen.on -> screen.on.display0 * screen.full -> screen.full.display0 AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
-
Add power consumed by audio and video hardware to power profile. Attribute these power to specific app. Bug: 70531798 Test: PowerProfileTest Test: BatteryStatsHelperTest Test: PowerCalculatorTest Change-Id: I4811efa14ce97983258cd59bfd328181fe95baf4 Change-Id: Ifc1c7b5504dee11c568c7ccb5b2904acc7fb95f5
-
* Commit LineageOS/android_frameworks_base@3d422c3 renamed: cpu.idle -> cpu.suspend cpu.awake -> cpu.idle Change-Id: Id6b289bf01b117d98a6c334fd36619505e0653ec
-
Change-Id: Ic36c75ec06206bba37b9733b7e1c2b4e95b41249
-
Change-Id: Ic1eb6f7e3cb54bdb67da2fb963426a240f2edda3
-
Change-Id: I353dfb264191e587620b4a88f1f6783e54395d6e
-
Dhina17 authored
Change-Id: I1a9fc1cc080072dc85941b156ee58bed41bb16fc
-
It no longer exists, the service is fully binderized Change-Id: I06ee402b50216948e0e72a2797c2edfda1c4886a
-
Change-Id: Ifecd15ee6c86a4571e5a7cc961372348455c4d5c
-
Bug: 214499288 Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183 Test: Presubmit
-
Change-Id: Iad5cc1176978137c647069197b33f49fb4d98ab2
-
As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
-
This is no longer needed as of Android 13. Change-Id: I38435c47c8781678f82014decbbae40dcab0a07b
-
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
-
Same values go to: - power profile xml for power calculation - vendor props for the A13 BT stack Change-Id: I04dbb8736a599c4798223f7e3e317b2fcc873ded
-
These have been migrated to sysprops in Android 13. Change-Id: I34c1f6b882a61df6db95523997002512354d875e
-
System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Bug: 230638462 Test: adb shell getprop | grep bluetooth Change-Id: Id6cd7901555edafef141bbc1bbd5e06dc3a54d0c
-
The class of device is a string with a list of uint8t values: 90,2,12 The meaning is as follows: {Service Field, Major class, Minor class} Service Field: 0x5A -> 90 Bit 17: Networking Bit 19: Capturing Bit 20: Object Transfer Bit 22: Telephony MAJOR_CLASS: 0x02 -> 2 (Phone) MINOR_CLASS: 0x0C -> 12 (Smart Phone) Bug: 217452259 Test: make -j; -- check that bluetooth.device.class_of_device is correct Change-Id: I24fd57bacbf6786a26f7079e7a6e9857dbe170d1
-
Bug: 217448211 Test: atest BluetoothInstrumentationTests Merged-In: I0d23d92ae4d75d6658c2ab2ca25122dd5ac68300 Change-Id: I0d23d92ae4d75d6658c2ab2ca25122dd5ac68300
-
Bug: 217448211 Test: make -j Merged-In: I0a76275baf2c80894b6be71d79b3265021ac921b Change-Id: I0a76275baf2c80894b6be71d79b3265021ac921b
-
bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE Audio development Bug: 150670922 Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef
-
Change-Id: I5fa961bf08d0e637fcba6d2444a082a1f0330386
-
Change-Id: Ia2cd305baf3ce0fa7ac52d440a4ff51f94654438
-
- building from here https://github.com/LineageOS/android_build/blob/lineage-18.1/target/product/full_base.mk#L35 Change-Id: Ib71c1abd381468ec3621d60e5ca959f738f51168
-
- Jun 15, 2023
- Nov 01, 2022
-
-
Dhina17 authored
Change-Id: I294f088612d622d98ada0380bef60a44d6cdac43
-