Commit Graph

819 Commits

Author SHA1 Message Date
Alexander Gujral 1b84d4defc
remove camera section 2018-11-11 16:35:44 -05:00
Alexander Gujral c5afa54a51 add jasmine_sprout fp (experimental)
adding jasmine_sprout (Mi A2) for fingerprint files, should be same hardware as wayne
2018-11-11 14:05:07 -05:00
Pierre-Hugues Husson e5c1052d1a Add Xiaomi Mi Mix 3 in soundfx blacklist 2018-11-10 13:51:16 +01:00
Tadi 1d3bc574ef Add universal NoCutoutOverlay 2018-11-08 21:00:11 +01:00
Yunus İşleyen 86bc69de19 [Huawei P20 lite] Add workaround for laggy overview 2018-11-08 19:23:30 +01:00
Pierre-Hugues Husson 31e189a7d0 Add floating_feature.xml overwrite for S9/N9. Currently it declares Stereo feature 2018-11-06 20:58:37 +01:00
Pierre-Hugues Husson 0a49ccd8c0 Add additional mtk path 2018-11-06 20:28:18 +01:00
Pierre-Hugues Husson d13c4ff8d8 [Galaxy S/Note 9] Add workaround for laggy Recent apps (still unclear why) 2018-11-04 23:36:25 +01:00
Pierre-Hugues Husson 67839a24e2 [Galaxy Note 9] Fix improper S-Pen rotation 2018-11-04 18:20:25 +01:00
Asureus a1f4707dec Fix mixed FPC and Goodix sensors in Xiaomi Devices 2018-10-30 22:54:22 +01:00
James Muir 0874fd8bc3 Add missing "="
Fix the base64 encoded of the x509 cert for Google Webview.

You can check this by doing a base64-decode and then using openssl:

  openssl x509 -in gwv.der -inform DER -text -noout
2018-10-10 10:31:21 +02:00
Pierre-Hugues Husson 45587b3091 Pie changed product property. use vendor fingerprint 2018-10-08 22:39:42 +02:00
Pierre-Hugues Husson b10bbe19e6 Add Moto G6 in soundfx list
Fixes https://github.com/phhusson/treble_experimentations/issues/184
2018-10-05 23:04:15 +02:00
suwakowww 6593b10836 add fp key patch for wayne/jasmine
wayme and jasmine has two types fingerprint (fpc and goodix)
2018-10-03 17:36:20 +02:00
Pierre-Hugues Husson 5b04034d90 Include back fingerprint.kl, which has been removed after vendor/hardware_overlay cleanup 2018-10-02 23:56:42 +02:00
Pierre-Hugues Husson 15e037c977 Add uevent tool to dump uevent events 2018-10-01 10:54:12 +02:00
Pablo 3f8686cdd9 Ignore vendor SysuiDarkThemeOverlay.apk
Fixes buggy dark theme on jasmine
2018-09-29 13:39:06 +02:00
Pierre-Hugues Husson 2a042c184f Add "lightctl" tool to debug light HAL from root adb 2018-09-28 20:16:10 +02:00
Pierre-Hugues HUSSON 87b0d3de22
Merge pull request #45 from Dil3mm4/android-9.0 2018-09-27 17:05:37 +02:00
Dil3mm4 f489554e06 Huawei: Changing USB configuration to avoid HiSuite wasn't enough 2018-09-27 15:02:47 +00:00
Dil3mm4 4c768bd042 Huawei: Remove QC properties since Treble App it's now handling them 2018-09-27 15:02:47 +00:00
Dil3mm4 7fef1cb78b Huawei: set persist props to use platform specific fixes 2018-09-27 15:02:47 +00:00
suwakowww ec9d31fc7a Fix camera flash on Mi 6X / A2 (#46)
https://github.com/phhusson/treble_experimentations/issues/169
2018-09-26 12:01:10 +02:00
Pierre-Hugues Husson 1d4c8d2860 Add LG G7 Thinq for dev input jack 2018-09-19 14:55:16 +02:00
Pierre-Hugues Husson 6c4761261b Give back hostapd access to wifi_data_file 2018-09-19 13:46:22 +02:00
Pierre-Hugues Husson 57ba266b91 Ugly: Give TrebleApp write accesss to wifi configuration file
As part of O/O-MR1 vendor support for hostapd, an in-app IHostapd
implementation has been done. This needs to write to
/data/misc/wifi/hostapd.conf
/data/misc/wifi is originally in P writable only by wifi/wifi.
There is no easy way to gain "wifi" group access (though can be done
through platform.xml) from an app.
At the moment, all services requiring access to /data/misc/wifi are
running user "wifi", so this change is okay for the moment.
2018-09-19 10:39:47 +02:00
Pierre-Hugues Husson bb48e2b0fc https://github.com/phhusson/device_phh_treble/pull/39 2018-09-18 17:38:36 +02:00
Pierre-Hugues Husson 3a68ec19bc Declare framework-side hostapd (will be done by treble app) 2018-09-18 16:44:06 +02:00
Pierre-Hugues Husson 7e04bf3113 typo 2018-09-18 16:25:34 +02:00
Pierre-Hugues Husson b544b15e68 Get back to allowing "rild" universally
This requires to drop a checkpolicy, because checkpolicy doesn't allow
multiple identical domains definition, and "rild" will be defined both
in system and vendor.
This isn't optimal, but that's still the best solution I've found.
2018-09-18 11:16:19 +02:00
Pierre-Hugues Husson f446ad7290 Revert "Fix qti in-call audio on P vendor"
This reverts commit ef2dd1fb34.
This commit doesn't fix anything
2018-09-18 11:06:12 +02:00
Pierre-Hugues Husson 23fcb00111 Ignore vendor ims.apk if it uses Oreo APIs 2018-09-17 16:18:55 +02:00
Pierre-Hugues Husson 61f745995c Replace libnfc-nci.conf with Oreo's on Oreo vendor devices
As of pie the previous PRODUCT_COPY_FILES line was ignored because
it got copied from device/generic/common/nfc/libnfc-nci.conf instead
2018-09-17 14:10:29 +02:00
Pierre-Hugues Husson 07a370207f Drop the set -e, it is becoming too complicated to ensure it works 2018-09-17 14:09:59 +02:00
Pierre-Hugues Husson 515a55ee1d Delete Huawei Quickcharge init.rc scripts. It is now handled by Treble app 2018-09-17 14:09:30 +02:00
Pierre-Hugues Husson 051edbe6d7 Include wifi.hostapd hal to be implemented in java 2018-09-17 14:09:30 +02:00
Pierre-Hugues Husson 7c693d79cb When integrating phh-su, include me.phh.superuser 2018-09-17 14:09:30 +02:00
Arseniy Graur c34bc786ac Disable fingerprint "button" on Mi 8 2018-09-16 12:42:26 +02:00
Pierre-Hugues Husson 463ca03eac Disable fingerprint "button" on Mi 8 SE as well
Reported at https://forum.xda-developers.com/showpost.php?p=77620503&postcount=591
2018-09-14 21:09:02 +02:00
Pierre-Hugues Husson 3f1fb0d20b OP6: Keylayout to support dt2w 2018-09-10 00:32:11 +02:00
Pierre-Hugues Husson e064c6f310 Samsung has two android.hardware.power HAL. Take appropriate one.
Samsung includes both stock AOSP android.hardware.power service, and
their own vendor.samsung.hardware.miscpower.

Since the two HALs define the same full-qualified name, hwservicemanager
takes whichever comes last.

Using proper power HAL is needed for Samsung device to have proper sleep
of the touchscreen, and better power handling.
2018-09-09 21:53:31 +02:00
Alessandro Eppacher 229e74b438 Fix Xiaomi sound distortion on all devices
fix to remove entire lib64/soundfx directory, remove lib/soundfx as well
2018-09-08 19:21:29 +02:00
Alessandro Eppacher 64063c77c4 Fix typo in pocophone vendor fingerprint 2018-09-07 08:09:46 +02:00
sanshu ef2dd1fb34 Fix qti in-call audio on P vendor 2018-09-07 08:08:37 +02:00
Pierre-Hugues Husson fa5792249b Use OpenGL skia (!= skiagl) on PowerVR Rogue GE8100
cf https://github.com/phhusson/treble_experimentations/issues/173
2018-09-06 20:46:30 +02:00
Pierre-Hugues Husson 99633e904d Support reading /sys/board_properties/virtualkeys.xxx for virtual keys on touchscreen 2018-09-05 18:39:13 +02:00
Enes Sastim d925fea5f3 fix sound for polaris 2018-09-05 10:22:41 +02:00
Pierre-Hugues Husson 4dec3cf5e0 Include Xiaomi Mi 6X in 12bits backlight devices 2018-09-04 20:16:39 +02:00
Pierre-Hugues Husson c23e5cc98c Empty /vendor/lib64/soundfx on some Xiaomi devices, because it breaks sound rendering 2018-09-04 20:16:39 +02:00
Pierre-Hugues Husson f53a56ee1d Disable fingerprint buttons on Mi Mix 2S (cf bug #144) 2018-09-03 15:06:54 +02:00