Commit Graph

34 Commits

Author SHA1 Message Date
Pierre-Hugues Husson e17d1dd03b Force onUssdFinished on MTK RIL 2019-04-02 23:10:20 +02:00
Pierre-Hugues Husson 3772908b38 Fix incoming SMS and mobile data on MT6379 2019-02-27 17:09:10 +01:00
suwakowww 242ad2b8dd change "perseus" to "sakura"
Perseus start on 9.0, seems no need this fix.  And seems sakura need this fix too, because daisy applied.
2019-02-13 14:10:48 +08:00
suwakowww 8165b69e2c Sync some fixes for 8.1 tree 2019-02-13 13:48:02 +08:00
Pierre-Hugues HUSSON e7ca75151b
Merge pull request #66 from milankragujevic/android-8.1
Fix RIL on MTK for more devices and Bootanimation on Oreo GSI
2019-01-07 23:30:34 +01:00
Pierre-Hugues Husson 5570b50a52 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.
2019-01-07 21:59:02 +01:00
Milan Kragujević d69d0ee67b
Add libmtk-ril.so to AT+EAIC patch in rw-sytem.sh 2018-11-28 12:31:24 +01:00
Pablo 9ece067361 Ignore vendor SysuiDarkThemeOverlay.apk
Fixes buggy dark theme on jasmine
2018-09-28 19:23:56 +02:00
Pierre-Hugues Husson 3e0f024cad Include Xiaomi Mi 6X in 12bits backlight devices 2018-09-05 11:07:50 +02:00
Pierre-Hugues Husson afff20d8a4 Disable fingerprint buttons on Mi Mix 2S (cf bug #144) 2018-09-05 11:07:42 +02:00
Pierre-Hugues Husson b01ca6ae48 Override keylayouts on S9/Note9 to include assistant button, and hard press on home to wake up 2018-09-05 11:07:37 +02:00
Pierre-Hugues Husson 4ba8184713 Edit mtk-ril to fix incoming call
https://github.com/phhusson/treble_experimentations/issues/57#issuecomment-416998086
2018-08-29 18:38:36 +02:00
Pierre-Hugues Husson e4185d0cb0 Add brightness fix for mipad 4 2018-08-29 18:38:31 +02:00
Pierre-Hugues Husson 7e339c7b92 empty mount vendor's dark theme 2018-08-27 10:26:59 +02:00
Pierre-Hugues Husson bb82498d1c Fix https://github.com/phhusson/treble_experimentations/issues/68 2018-07-17 18:03:15 +02:00
Pierre-Hugues Husson 361aedfd20 night mode is slow on mt6580 as well 2018-07-02 00:22:27 +02:00
Pierre-Hugues Husson 3711fd50e8 Detect Wifi 5G on MTK 2018-07-01 23:06:11 +02:00
Pierre-Hugues Husson 18fb7ed72f Night mode is awfull slow on Cubot X18 Plus. For the moment just blacklist the device, but needs to know whether this is the chipset, or chipset + screen 2018-07-01 23:05:18 +02:00
Pierre-Hugues Husson c9b139187f Resize userdata on OP6
We'll probably want to do that for other devices as well
But this requires /data to be available at that time.
That's probably true only for FBE devices, not FDE.
Also, we might not want to do that on all devices
So for the moment, do it only on OP6
2018-06-15 15:03:06 +02:00
Pierre-Hugues Husson 19ce2265e5 Detect qcom extended brightness and set a property based on this, to be used by framework 2018-06-10 22:54:14 +02:00
Pierre-Hugues Husson c09149f86b fixSPL: More robust partition matching
OP6 has a partition called boot_aging. It would get matched instead of
boot_a when on slot A
2018-06-08 19:13:08 +02:00
Pierre-Hugues Husson ec16488612 SPL override for moar libs 2018-05-31 23:06:15 +02:00
Pierre-Hugues Husson 47ab64bbde Replace more softkeymaster, some 8.1 devicesrequires this 2018-05-26 11:26:33 +02:00
Pierre-Hugues Husson a70b26943b Don't fail script if resize2fs fails 2018-05-19 22:10:30 +02:00
Pierre-Hugues Husson 1b5659be4f Fix restart only when started 2018-05-19 18:43:25 +02:00
Pierre-Hugues Husson b139f72be4 Fix trustkernel keystore/gatekeerp
TEE requires that ro.product.model is either original, or "AOSP on armxx"
sed in-place
I had to move from /dev to /mnt, because /dev is nosuid
2018-05-19 16:54:30 +02:00
Pierre-Hugues Husson 1936b6256e Include consumerir feature, disable dynamically if not present 2018-05-19 13:40:50 +02:00
Pierre-Hugues Husson bf886321ea Check if there is a fingerprint HAL before declaring fingerprint feature 2018-05-18 15:09:30 +02:00
Pierre-Hugues Husson 71789c3977 empty-mount trustkernel keystore. It is not working for the moment 2018-05-14 13:39:17 +02:00
Pierre-Hugues Husson 11cbdea0e9 Refactor fixSPL to prevent early exit 2018-05-14 13:34:52 +02:00
Pierre-Hugues Husson 29622ec3e3 Mount bind Huawei's fingerprint.kl 2018-04-30 13:56:06 +02:00
Pierre-Hugues Husson 520fea111e Instead of patching properties, patch libs reading properties to get boot.imgs SPL 2018-04-25 22:18:38 +02:00
Pierre-Hugues Husson 16ea168af4 Blind try at resizing/editing in A/B 2018-04-15 19:19:47 +02:00
Pierre-Hugues Husson f1811092e6 [WIP] Edit android version/security patch based on boot.img 2018-04-10 18:35:44 +02:00