Commit Graph

897 Commits

Author SHA1 Message Date
Pierre-Hugues Husson 28f50a1557 Add again quickstep launcher, now that its fixed 2022-03-13 15:09:11 -04:00
Pierre-Hugues HUSSON 6c7bcae712
Merge pull request #302 from pjgowtham/patch-1
Update oplus fp manifest location for a12 vendor
2022-03-10 23:04:14 +01:00
pjgowtham 6ff9da18ad
Update oplus.hardware.biometrics.fingerprint manifest entry for android 12 vendors
https://dumps.tadiphone.dev/dumps/oplus/op516e/-/blob/qssi-user-12-SKQ1.211019.001-1646580650864-release-keys/odm/etc/vintf/manifest/manifest_oplus_fingerprint.xml
2022-03-10 10:44:19 +05:30
Pierre-Hugues Husson 791981193d Revert "[Q&D] Have FOD pressed Samsung touch even trigger WAKEUP. That is not exactly accurate, but good enough for the moment"
This reverts commit 44cdc6fa1a.

On S21 Ultra (because of broken screen?), key 455 is sent instanteously
after suspend. Also there is no fod_lp_mode command to disable it.
This leads to device never turning screen off
2022-03-08 12:31:39 -05:00
Pierre-Hugues Husson 7a017556af Hack: SearchLauncherQuickStep is broke in A12L. Disable it and use standard Quickstep instead 2022-03-08 05:13:47 -05:00
Pierre-Hugues Husson 44cdc6fa1a [Q&D] Have FOD pressed Samsung touch even trigger WAKEUP. That is not exactly accurate, but good enough for the moment 2022-03-04 10:10:05 -05:00
Pierre-Hugues Husson 9e8679d273 Fix Play Services crashing on Galaxy S21 Ultra
Samsung defines the presence of UWB framework in /vendor
This is wrong, because the UWB framework is hosted in /system
Which means that when booting a GSI, framework will say it has UWB
while it doesn't
2022-03-04 10:07:20 -05:00
Pierre-Hugues HUSSON 2818802996
Merge pull request #301 from ksdrar/android-12.0
[Motorola One Fusion+] Fix bluetooth audio
2022-03-04 15:54:02 +01:00
Jesús R af3ce8e62a
Add line after r_submix_audio_policy_configuration 2022-03-04 08:48:24 -06:00
Jesús R 95010d21fa
[Motorola One Fusion+] Fix bluetooth audio 2022-03-03 19:26:16 -06:00
Pierre-Hugues HUSSON 9b8c390698
Merge pull request #299 from CHIDILights/android-12.0
Disable fingerprint gestures for Stylo 7 4G variant
2022-02-28 20:52:43 +01:00
CHIDILights b37cfd9463 Disable fingerprint gestures for Stylo 7 4G variant 2022-02-28 00:12:32 +09:00
Pierre-Hugues HUSSON 62c5f674d5
Merge pull request #298 from ponces/dev-ota
Add prop to remove OTA files
2022-02-22 22:52:54 +01:00
Alberto Ponces 108d85334d Add prop to remove OTA files 2022-02-22 21:47:55 +00:00
Pierre-Hugues Husson 04cd1b8997 Give Sony shutter/focus on all Sony devices 2022-02-21 18:01:13 -05:00
Pierre-Hugues Husson c9638e910c Mark setupwizard as OPTIONAL. a64 target had it as DISABLED which we really dont want 2022-02-21 14:54:41 -05:00
Pierre-Hugues HUSSON 3d97cad8e0
Merge pull request #297 from ponces/dev-renoir
Overwrite media volume vendor values on Xiaomi Mi 11 Lite 5G
2022-02-21 15:04:12 +01:00
Alberto Ponces 9f28446abd Overwrite media volume vendor values on Xiaomi Mi 11 Lite 5G 2022-02-21 14:01:00 +00:00
Pierre-Hugues Husson 50903fde85 Disable fingerprint sensor input from Doogee S88 Pro
See https://github.com/phhusson/treble_experimentations/issues/2204
2022-02-21 05:27:55 -05:00
Pierre-Hugues Husson eb24d77380 Add MiPad5's Netflix L1 prop 2022-02-21 05:27:55 -05:00
Pierre-Hugues HUSSON 155fad8a06
Merge pull request #295 from AndyCGYan/fix-mona-hrr
Make high refresh rate show up for Xiaomi Civi
2022-02-19 16:06:28 +01:00
Andy CrossGate Yan 90e92a5655 Make high refresh rate show up for Xiaomi Civi
Some new Mi devices only reveal high refresh rate on `ro.product.manufacturer=Xiaomi`
Until the offending blob is pinpointed, fake the prop with copyprop
Feel free to experiment on other devices with similar symptom

Change-Id: I125cc55d6c3d57d7e62c65c997de086cca24abdd
2022-02-19 15:03:08 +00:00
Pierre-Hugues Husson 5874b86caf Fake MTK's ccci_rpcd props
On Mediatek devices, modem can request ro.product.device directly to
switch hardware configuration depending on the HW it is running on.

On AOSP GSI, if the ro.product.device is "generic", it'll switch to
ro.product.vendor.device, but not when it's "phhgsi.*".
Which leads to the device not loading the proper HW config, and failing
to modem altogether (notably on Redmi 9A)

To fix this, have ccci_rpcd report vendor props instead of system props
2022-02-19 09:29:46 -05:00
Quallenauge a4d6f5c8d3 Disable WPA3 by default (vendor overlays can still override it)
flo: wifi: Disable WPA2 -> WPA3 upgrade.

Our device doesn't simply support sae.

Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca
2022-02-10 05:16:41 -05:00
Pierre-Hugues HUSSON 6ec496b398
Merge pull request #294 from ponces/dev-renoir
Fix DT2W on Xiaomi Mi 11 Lite 5G by using xiaomi-touch
2022-02-09 22:09:37 +01:00
Alberto Ponces a66fa56752 Fix DT2W on Xiaomi Mi 11 Lite 5G by using xiaomi-touch
It may also fix for other Xiaomi devices
2022-02-09 21:07:02 +00:00
Pierre-Hugues Husson b962aa4bfd Rename our brand from "Phh" to "google", this helps bypass manual certification process 2022-02-08 18:21:53 -05:00
Pierre-Hugues Husson b3aad18611 Goodbye christmas animation. Put MY OTA json in my own specific file 2022-02-08 15:38:13 -05:00
Pierre-Hugues Husson 089c23d062 If vendor sets its own latch_unsignaled to 1, copy it on our side 2022-02-06 10:17:37 -05:00
Pierre-Hugues Husson e32ab4aff1 Add path to OTA infos 2022-02-05 16:46:22 -05:00
Pierre-Hugues Husson 329bbe82af [Moto One vision] Set eSCO size. See https://github.com/phhusson/treble_experimentations/issues/1939 2022-02-05 13:46:24 -05:00
Pierre-Hugues Husson 089dcc7bc0 WIP continue on ota 2022-02-01 19:22:27 -05:00
Pierre-Hugues Husson 59a5f1a447 Improve phh-ota, to be theorically usable without root 2022-01-31 16:12:35 -05:00
Pierre-Hugues HUSSON 617e2320fb
Merge pull request #293 from AndyCGYan/fix-op10pro-overlay
Disable ODM display overlay for OnePlus 10 Pro
2022-01-30 21:31:04 +01:00
Andy CrossGate Yan 5ae932aa76 Disable ODM display overlay for OnePlus 10 Pro
To whoever wrote these at OPlus - WTF?

Change-Id: Icd38941e86bf1e8ff743342507b5926708590ccf
2022-01-30 15:41:29 +00:00
Pierre-Hugues HUSSON 10a42e0e8c
Merge pull request #292 from ponces/renoir-dev
Remove Mi 11 Lite 5G (renoir) from the audio effects fix
2022-01-28 19:49:35 +01:00
Alberto Ponces f7060bda94 Remove Mi 11 Lite 5G (renoir) from the audio effects fix
This should be replaced by the sound volume fix on the Qualcomm page of the TrebleApp
2022-01-28 16:47:07 +00:00
Pierre-Hugues Husson 141780a2ac Upgrade ota.sh to use new my own ota mechanism 2022-01-22 14:36:55 -05:00
Pierre-Hugues HUSSON fdc8be8692
Merge pull request #291 from pessip/android-12.0
Add Netflix ID for Mi 11 lite 5G
2022-01-16 22:13:22 +01:00
Pessi Päivärinne 5dbc29cc18 Add Netflix ID for Mi 11 lite 5G
Add Netflix ID for Widevine L1 support in Netflix.
2022-01-16 21:22:06 +02:00
Pierre-Hugues HUSSON cef4fa61fd
Merge pull request #290 from ponces/android-12.0-smartpa_params
smartpa_params: Fix audio for Umidigi X and Gome U9
2021-12-29 22:14:36 +01:00
Alberto Ponces 95cdb160d5 smartpa_params: Fix audio for Umidigi X and Gome U9 2021-12-29 19:57:34 +00:00
Pierre-Hugues Husson 62216987bc Add xmas bootanim courtesy of @sepehrmoh81. `phh` rom variant 2021-12-22 15:24:58 -05:00
Pierre-Hugues Husson 230b6083b2 All devices support unprocessed audio source 2021-12-20 13:19:32 -05:00
Pierre-Hugues Husson 8c908a0f51 Upgrade selinux rights for oplus fingerprint access 2021-12-19 16:28:36 -05:00
Pierre-Hugues Husson 2a099c2c5a Update way to detect an Oplus device to set fod.bbk prop 2021-12-19 16:27:32 -05:00
Pierre-Hugues Husson 4b86b1ccb5 Be more flexible wrt when to fix Samsung backlight selinux context 2021-12-19 16:27:18 -05:00
Pierre-Hugues Husson bf333ce566 Fix headset buttons for Xiaomi Mi 11 Lite 5G 2021-12-18 07:40:03 -05:00
Pierre-Hugues HUSSON 63ef13a2f8
Merge pull request #289 from krapk/android-12.0
Disable FP gestures for Motorola One Fusion Plus
2021-12-09 23:03:12 +01:00
Jesús R 4babb2da95 Remove unnecessary if 2021-12-09 15:52:23 -06:00