24 Commits

Author SHA1 Message Date
Palakurthi Sreekanth
b3576e6d44
miatoll: overlay: Set an overlay to indicate power button FPS
* This is required for the ripple unlock animation at start from power button side introduced with S

Change-Id: I980896d4715c9392a15b96761f6ac0fe04d1f7a1
Signed-off-by: chiru2000 <chiranthangadi123@gmail.com>
2022-01-23 05:59:30 +00:00
Alexander Winkowski
09547f1516
miatoll: Fix overlays location
Change-Id: I3afd7903dae56b440fe7f1ba977706ef1b58fe6d
2022-01-23 05:52:56 +00:00
jhenrique09
4f2f8c4efe
miatoll: Enable quick tap
Change-Id: I86135ea3c4fb9063f5158f4f7ddd2d7e0f6b8062
2022-01-19 03:41:47 +00:00
Volodymyr Zhdanov
0a795c898d
miatoll: Increase statusbar height a bit
* I want punch hole to be centered on statubar

Change-Id: I7005e79ef486f562bd6aa29fcb365fb256f035ae
2022-01-01 18:47:42 +00:00
Alexander Winkowski
8b00dc988c
miatoll: 420 DPI
* From oriole

Change-Id: Ia7197e3ca9582547c8e31bca931a3316f04c39a3
2022-01-01 18:47:42 +00:00
Alexander Winkowski
7e66a25709
miatoll: Adapt for Pixel Experience
Change-Id: Ia7ddbdd0bb098fd7df81629b20b32d21764a08d8
2022-01-01 18:47:38 +00:00
Alexander Winkowski
d6575d7434
miatoll: Update blobs
* curtana: V12.5.1.0.RJWMIXM
 * excalibur: V12.5.3.0.RJXINXM
 * joyeuse: V12.5.2.0.RJZMIXM

Change-Id: I8e1ea35c12e91eb35aaeaf16d0540704843fd16b
2021-12-27 15:19:25 +00:00
Sebastiano Barezzi
c134993c14
miatoll: rootdir: Move to Android.bp
Change-Id: I28c3cb806d47e0e2c4f1fc0cf909d90638f2d2af
2021-10-17 19:32:05 +02:00
Sebastiano Barezzi
aaaba5f297
miatoll: Move common tree and shipping product API prop to the top
Change-Id: I6fe21526ece548b49ab6891d99abb0057a304f02
2021-09-22 19:11:16 +02:00
Sebastiano Barezzi
6bc9596150
miatoll: Remove 32bit camera libraries
* Unused

Change-Id: I62bb4c1042e15366c61399520984d30dd9421bb8
2021-09-22 19:09:19 +02:00
Sebastiano Barezzi
6a9b01ab6a
miatoll: Add libinit for variants handling
[dereference23: Adapt for miatoll]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
Change-Id: Ia990f08d046192a42c0d951a2ce8d06b8794f6f0
2021-08-30 06:27:09 +02:00
Demon000
0401c46d04
miatoll: overlay: Import power profile
Change-Id: Ib17bdbcd52a5772a50979cb8b04e549ebffe345a
2021-08-30 06:27:09 +02:00
Fiona Campbell
9d53a0f318
miatoll: overlay: Add brightness float values to config file.
Test: manual testing - ensure that the brightness value in
Settings>Display>Brightness Level can go the full range from 0% to 100%.

[wight554: adapted for our value]
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: Ife1f2796bb3b8ec5f508903afd30a31556b49cbe
2021-08-30 06:27:09 +02:00
Demon000
1cb3f52127
miatoll: overlay: Adjust ramp rates for 255 max brightness
Change-Id: Icd06c1b785e617a2be5094b430912124fb1e5b81
2021-08-30 06:27:09 +02:00
Demon000
19be89258c
miatoll: overlay: Define automatic brightness overlays
Change-Id: I959af93638b2710244dc75fdd394861997699c26
2021-08-30 06:27:09 +02:00
Demon000
55501ac6e4
miatoll: overlay: Define status bar overlays
Change-Id: I0297066b5e6a1dab3bc03b49ee7a51127e2ee21a
2021-08-30 06:27:08 +02:00
Alexander Winkowski
b5b68cdf68
miatoll: Add thermal configs
Change-Id: I877ce6812ce90e386b88c3b348d4a54681c79101
2021-08-30 06:27:08 +02:00
Erfan Abdi
35b578d6dc
miatoll: rootdir: Create vendor nfc data path
Change-Id: I339c4b6a0a9ea54caf39e7686feff2a463791f90
2021-08-30 06:26:57 +02:00
Marijn Suijten
2d6f1e5943
miatoll: nfc: Update storage path to /data/vendor/nfc
The stock configuration oddly sets this reside on /data/nfc which is not
writable by modern policy. Instead, all vendor runtime data should go
into /data/vendor.

Signed-off-by: Marijn Suijten <marijns95@gmail.com>
Change-Id: I60a94a39239268046016fcf8be4a613ef4ae6541
2021-08-30 06:26:18 +02:00
Suhas Suresh
22acb9aeec
miatoll: nfc: Corrected DEFAULT_TECH_ABF_PWR_STATE value for NCI1.0
Change-Id: I98bb05b6cd7a9a3ac1370e97238a8b3b7607a055
2021-08-30 06:26:18 +02:00
Suhas Suresh
b19cb699ac
miatoll: nfc: Use DEFAULT_TECH_ABF_ROUTE to handle tech route separately
Earlier implementation uses DEFAULT_OFFHOST_ROUTE to update Tech A,B
route location and also as route location for payment apps not having
route location (secureElementName attribute).
Tech F is handled separately using DEFAULT_NFCF_ROUTE.
New change introduces DEFAULT_TECH_ABF_ROUTE config which will be
used to update Tech A,B,F and DEFAULT_NFCF_ROUTE will not be used anymore.
DEFAULT_OFFHOST_ROUTE will be used only to update route location for
payment apps not having route location (secureElementName attribute).

Change-Id: If9ee25038d5b05a1a5bbf04f3a51c9ac1324ae74
2021-08-30 06:26:18 +02:00
Volodymyr Zhdanov
7c21e60b93
miatoll: Add NFC support
[dereference23: Rely on libinit instead of device codename]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
Change-Id: Ic135add84d3e1d88a852b798b312b2ea025866a4
2021-08-30 06:26:18 +02:00
Alexander Winkowski
f32a5cdaa1
miatoll: Initial proprietary files list
Co-authored-by: Demon000 <demonsingur@gmail.com>
Co-authored-by: Sonal Singh <sonal.singh.19993@gmail.com>
Change-Id: I07d2fb281e0836853acba8f2a11c43cfb2ee77b8
2021-08-30 06:26:18 +02:00
Alexander Winkowski
4df7bca082
miatoll: Initial commit
Co-authored-by: Demon000 <demonsingur@gmail.com>
Change-Id: Ia0d3ae0deb9ac8549065f2ae25d8f28ce9b5dd02
2021-08-30 06:26:14 +02:00