Commit Graph

24 Commits

Author SHA1 Message Date
6417e2be02 miatoll: Pull brightness overlays from raviole
Adapted for miatoll's display specifications (450 nits),
converted floats to integers.

Change-Id: I7936e8b10d9ac6bc74efc8fdf6623c827d65c6da
2022-08-29 19:35:10 +00:00
0d65ed389c miatoll: overlay: Mark strings as untranslatable
Change-Id: I3a3643b971db44d65e35f3c0eda7478dcb07b005
2022-08-29 19:35:09 +00:00
b95ef71fd7 miatoll: overlay: Configure side fingerprint sensor properties
Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
2022-08-29 19:35:09 +00:00
744f71356d miatoll: overlay: Set physical power button and fps location
This sets config_is_powerbutton_fps, since the device has
fps embedded in the power button. It makes frameworks report that
fingerprint sensor is located on the side of the device, which
can be observed when enrolling a fingerprint for the first time.

Change-Id: Ifa079488db642c8a470e40cb585c08e9c85d7cf4
2022-08-29 19:34:43 +00:00
7c410e79d5 miatoll: Fix overlays location
Change-Id: I3afd7903dae56b440fe7f1ba977706ef1b58fe6d
2022-05-11 19:13:39 +00:00
a157e5dbb3 miatoll: Update blobs
* curtana: V12.5.5.0.RJWINXM
 * excalibur: V12.5.6.0.RJXINXM
 * joyeuse: V12.5.5.0.RJZMIXM

Change-Id: I86d0ed7dba0a52381617229f8486fe804858f3e2
2022-05-11 19:13:04 +00:00
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
c134993c14 miatoll: rootdir: Move to Android.bp
Change-Id: I28c3cb806d47e0e2c4f1fc0cf909d90638f2d2af
2021-10-17 19:32:05 +02:00
aaaba5f297 miatoll: Move common tree and shipping product API prop to the top
Change-Id: I6fe21526ece548b49ab6891d99abb0057a304f02
2021-09-22 19:11:16 +02:00
6bc9596150 miatoll: Remove 32bit camera libraries
* Unused

Change-Id: I62bb4c1042e15366c61399520984d30dd9421bb8
2021-09-22 19:09:19 +02:00
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
0401c46d04 miatoll: overlay: Import power profile
Change-Id: Ib17bdbcd52a5772a50979cb8b04e549ebffe345a
2021-08-30 06:27:09 +02:00
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
1cb3f52127 miatoll: overlay: Adjust ramp rates for 255 max brightness
Change-Id: Icd06c1b785e617a2be5094b430912124fb1e5b81
2021-08-30 06:27:09 +02:00
19be89258c miatoll: overlay: Define automatic brightness overlays
Change-Id: I959af93638b2710244dc75fdd394861997699c26
2021-08-30 06:27:09 +02:00
55501ac6e4 miatoll: overlay: Define status bar overlays
Change-Id: I0297066b5e6a1dab3bc03b49ee7a51127e2ee21a
2021-08-30 06:27:08 +02:00
b5b68cdf68 miatoll: Add thermal configs
Change-Id: I877ce6812ce90e386b88c3b348d4a54681c79101
2021-08-30 06:27:08 +02:00
35b578d6dc miatoll: rootdir: Create vendor nfc data path
Change-Id: I339c4b6a0a9ea54caf39e7686feff2a463791f90
2021-08-30 06:26:57 +02:00
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
22acb9aeec miatoll: nfc: Corrected DEFAULT_TECH_ABF_PWR_STATE value for NCI1.0
Change-Id: I98bb05b6cd7a9a3ac1370e97238a8b3b7607a055
2021-08-30 06:26:18 +02:00
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
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
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
4df7bca082 miatoll: Initial commit
Co-authored-by: Demon000 <demonsingur@gmail.com>
Change-Id: Ia0d3ae0deb9ac8549065f2ae25d8f28ce9b5dd02
2021-08-30 06:26:14 +02:00