Ruchit Marathe
8d625308e9
Revert "sm7125: overlay: Disable alpha compositing in WM"
...
This reverts commit c80b9febf8
.
2 years ago
Ruchit Marathe
e4ba82801e
Revert "sm7125-common: overlay: Use default white UDFPS pressed icon"
...
This reverts commit b9d9d8c435d8e8974224f90aa59c86bf2a46dca1.
2 years ago
Ruchit Marathe
9ede9b033b
Revert "sm7125-common: fingerprint: Use max panel brightness for FOD mask"
...
This reverts commit 0d8b117984cab54a1ce25bcc82a4f9dc42e078ea.
2 years ago
Hoang Pham Anh Duy
88fbe4c8d5
sm7125: overlay: set transition speed to 0.5
2 years ago
Ruchit Marathe
4fa0e6cc19
Revert "sm7125: Drop EXTFS_INODE_COUNT"
...
EROFS is cool and we don need this anymore
This reverts commit 0069272086
.
2 years ago
Ruchit Marathe
b4ca3b1508
sm7125: overlay: Drop some lineage specific overlays
2 years ago
Ruchit Marathe
bcfb2a1cbc
sm7125: overlay: Drop useless reference to smooth display
...
doesnt exist in source, idk why i didnt remove this shit sooner
2 years ago
Ruchit Marathe
7b32aa2640
sm7125: correct SystemUI apk name and path
...
apk name and path was changed as seen here
8be4fc80c0
This causes errors in logs since pinner was trying to pin old app.
PinnerService: Could not pin file /system_ext/priv-app/SystemUI/SystemUI.apk
PinnerService: Failed to pin file = /system_ext/priv-app/SystemUI/SystemUI.apk
2 years ago
Ruchit Marathe
d191bc41bf
sm7125: Go erofs
2 years ago
Ruchit Marathe
e2f546934b
Revert "sm7125: audio: remove references to a2dp module"
...
Breaks audio on some bt devices
This reverts commit 1d71a10674
.
2 years ago
LuK1337
a492385ce0
sm7125: overlay: Configure aux camera for Aperture
...
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
2 years ago
Simon1511
de787ac6f5
sm7125: Address some denials
...
Change-Id: Ia7930b6ea149777a01eee3e13ff32c5d7234903e
2 years ago
Danny Lin
8261638813
sm7125: overlay: Settings: Enable multiple vibration strength levels
...
Change-Id: I72645b5bd5772e182592a630df86f9b6166b4923
2 years ago
Ruchit Marathe
e004fe6155
sm7125: Set aod to off by default
...
Now please stop asking me how to disable this. Thanks.
2 years ago
Aaron Kling
1798d3eedc
sm7125: audio: remove references to a2dp module
...
APM would fail to parse the config anyway:
E DevicesFactoryHAL: loadAudioInterface couldn't load audio hw module audio.a2dp (No such file or directory)
W DevicesFactoryHalHidl: The specified device name is not recognized: "a2dp"
E AudioFlinger: loadHwModule() error -22 loading module a2dp
W APM_AudioPolicyManager: could not open HW module a2dp
2 years ago
Simon1511
e3b469cf75
sm7125-common: Satisfy EPPE enforcement
...
build/make/core/main.mk:1308: warning: device/samsung/a52q/lineage_a52q.mk includes non-existent modules in PRODUCT_PACKAGES
Offending entries:
android.hardware.omx@1.0-service
com.qualcomm.qti.bluetooth_audio@1.0.vendor
libaudioalsa
build/make/core/main.mk:1308: error: Build failed.
Change-Id: I94d22518273f983d2bb3b211334d0a95d09a4a0e
2 years ago
Ruchit Marathe
4adf39048c
sm7125: overlay: Improve padding
2 years ago
Ruchit Marathe
02828b384c
Revert "sm7125: Add GCamGo"
...
This reverts commit c9b97ff4b2
.
2 years ago
Simon1511
b234e3a85b
sm7125-common: Add light sensor lcd_onoff node to powerhint
...
* On stock ROM Samsung uses that node to tell the light sensor if the screen is on or not in order to correct lux values reported by the sensor
* This will prevent our light sensor from reporting way too high lux values when the screen brightness is high and therefore heavily improves auto brightness behaviour
Change-Id: I5b2f44ea11b33ebc41b3467a881fbb23f919b804
2 years ago
Simon1511
7d6066872a
sm7125-common: overlay: Use default white UDFPS pressed icon
...
* Matches stock
Change-Id: I72e25d2b8dccca6e4425ff57f36f3f3d99315c67
2 years ago
Simon1511
42a5428bd0
sm7125-common: fingerprint: Use max panel brightness for FOD mask
...
* This improves FOD speed and quality by a lot
Change-Id: I4afe4989c084f6d7338c098c999fd68662eb4626
2 years ago
Ruchit Marathe
bb8c2fef56
sm7125-common: Include device FCM from vendor/aosp
2 years ago
micky387
466e1766e7
sm7125-common: fingerprint: Send onFingerUp() on postEnroll and cancel FP
...
Change-Id: I1b788b43d421853afd42dd1b2a4b75b644498a3f
2 years ago
Risen
228d6fc4fa
sm7125: Update brightness overlays
2 years ago
Harshit Jain
f018cf68f5
sm7125: dex2oat: Strip off some debug packages
...
* Ref: https://source.android.com/devices/tech/dalvik/configure#compilation_options
Q: PRODUCT_MINIMIZE_JAVA_DEBUG_INFO wth does this do?
A: https://android.googlesource.com/platform/build/+/master/target/product/go_defaults_common.mk#68
2 years ago
Mathieu Chartier
4863554676
sm7125: Always preopt extracted APKs
2 years ago
Mathieu Chartier
ec479167b9
sm7125: Compile system services using speed-profile
2 years ago
Jake Weinstein
2d5ec3d44c
sm7125: Use speed tuning for performance critical applications
...
The default ART setting is quicken: run DEX code verification and
optimize some DEX instructions to get better interpreter performance.
This commit switches performance critical applications to speed:
run DEX code verification and AOT-compile all methods.
PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O)
List of applications that have been identified as core to the products
and which are desirable to compile with the speed compiler filter. For
example, persistent apps such as SystemUI get a chance to use
profile-guided compilation only at the next reboot, so it may be better
for the product to have these apps always AOT-compiled.
2 years ago
Ruchit Marathe
20897d7bcf
Revert "sm7125: Introduce pre-rendering"
...
As was pointed out by CHRISL7, this is useless in aosp, it only works in CLO
This reverts commit 29a1f6df58
.
2 years ago
Dylan Neve
1d433c5670
sm7125: props: Use all 8 cores for dex2oat
2 years ago
Adithya R
c80b9febf8
sm7125: overlay: Disable alpha compositing in WM
2 years ago
johnmart19
c24afe5376
sm7125: fstab: Set ZRAM size to 50%
...
* This makes sense for a52q and a72q series as not all models ship with the same RAM size.
2 years ago
Ruchit Marathe
544ebf93b0
sm7125: Address some padding issues
2 years ago
Kyle Harrison
853e6d1068
sm7125: overlay: Speed up animations and set some default display settings
...
On low powered, legacy devices, the animations are a bit sluggish. Set the animation scales to 50% to make the UI feel snappier.
Change-Id: I158ca53f12596e5cbd56fc4c35ca54d76d6ae835
2 years ago
Simon1511
72bf05a615
sm7125-common: Build libipanat from source
...
Change-Id: I8a4918ed254795844d416974b56861b469f62ebb
2 years ago
Ruchit Marathe
d487e65b64
sm7125-common: Drop unnecessary kernel flags
2 years ago
Robert Shih
454daed8c4
sm7125-common: enable AIDL DRM HALs
...
Bug: 219538389
Test: atest GtsMediaTestCases
Change-Id: I431554dcbef014f8235f048ee062a218a2131f9c
2 years ago
Tim Zimmermann
7ff3df9600
sm7125-common: Pin Android R RIL and QMI blobs
...
* Signal strength does not get updated with S ones unless airplane mode
is toggled on and off on T
Simon1511: Pin R QMI blobs too since S ones make rild segfault. Also patch libsec-ril* and update our audio impl accordingly
Change-Id: I3be7972b161b074b570bf227c3bdc32a2d91b70e
2 years ago
Alexander Koskovich
42f60cee85
sm7125-common: Move BT profiles props to vendor
...
* Makes it GSI compatible
Change-Id: I8f7caf241d508af59c16482e6185c42f23f8a460
2 years ago
LuK1337
8d6e01b8ba
sm7125-common: Rebase custom audio impl
...
Change-Id: I22e67b1245d8c890b5f72340d456b5f89045b8b6
2 years ago
Ruchit Marathe
89fa89330f
sm7125-common: Decommonise bluetooth device name
2 years ago
Simon1511
7579630da1
sm7125-common: Set ro.vendor.qti.va_odm.support
...
Change-Id: I3c7173d642d19773be077027802ef137b72564b6
2 years ago
Tim Zimmermann
82716899cb
sm7125-common: Set SEC specific BT SCO sample rate audio param
...
This lets us convert AOSP's bt_wbs to SEC's g_sco_samplerate.
Change-Id: I78d5d36044421daf99b8a13aa417060a3cf959a3
2 years ago
Ruchit Marathe
bf124fe1f9
sm7125: Overlay: Enable colour modes
2 years ago
Ruchit Marathe
965c2f46e7
sm7125: Overlay: Pin some services and apps
2 years ago
Ruchit Marathe
e104e09764
sm7125: USB: Drop aidl impl
...
Doesnt work well for us, revert to qti impl
2 years ago
Ruchit Marathe
92caade44d
sm7125: aidl: rebrand all services
2 years ago
Ruchit Marathe
43d1f8c08c
sm7125: Correct power package name for libperfmgr
2 years ago
Ruchit Marathe
ae3427232a
sm7125: Update usb impl and drop hardware samsung dependency
2 years ago
Ruchit Marathe
67dd23b199
sm7125: Switch to aidl memtrack implementation
...
hidl memtrack is deprecated
2 years ago