Commit Graph

833 Commits

Author SHA1 Message Date
matteo0026 7f8481a04e matisse-common: move callrecord overlay to 3G/LTE variants 2020-11-25 09:52:18 +01:00
matteo0026 ca6018d38a matisse-common: fix brightness bar behaviour
Manual regulation now starts to change from about 5%, which is good, rather than before that started from 60%.
2020-11-13 23:17:36 +01:00
matteo0026 f9ac4c1da8 matisse-common: switch to appropriate AAPT config
In this way, Email and Print Spooler apps work without any issue. No crashes anymore.
2020-11-11 20:54:28 +01:00
DJABhipHop 76359c9fa7 matisse-common: Disable recovery size.
Disable recovery size to avoid the recovery is to big error during the build process
2020-10-11 17:27:59 -04:00
matteo0026 9d8118f53d matisse-common: correct bootanimation height/width 2020-10-11 12:28:27 -04:00
matteo0026 05d48885ec matisse-common: remove what device hasn't 2020-10-11 12:28:22 -04:00
matteo0026 5b582d83e1 matisse-common: fixed offline charging
* Wrong value of user_debug in cmdline prevented to try to boot in offline charging mode
* For charger, tell that we don't have a LED and to disable init blank (with this flag, charging mode showed animation, but didn't allow to show it another time when pressing power button to turn on the screen)
* Set a brightness value for charger. In this way, when power button is pressed, device turns on and shows battery icon correctly.

Conflicts:
	BoardConfigCommon.mk
2020-10-11 12:27:59 -04:00
matteo0026 9cb0da8d73 matisse-common: fix camera lib text relocation warning
W linker  : Warning: "/system/vendor/lib/libmmcamera_faceproc.so" has text relocations and will not work when the app moves to API level 23 or later
2020-09-11 14:07:12 +02:00
matteo0026 5e639b41de matisse-common: remove SND_DEVICE_IN_VOICE_REC_HEADSET_MIC alias
E platform_info: process_device_name: Device SND_DEVICE_IN_VOICE_REC_HEADSET_MIC in platform info xml not found, no alias set!
2020-09-11 00:38:53 +02:00
matteo0026 b6820e1a86 matisse-common: remove duplicate 2020-09-11 00:28:50 +02:00
matteo0026 6ebaf3148e matisse-common: use the main mic for camcorder
Stereo mic doesn't work since we don't have 2 or more microphones.
In this way, we can record videos without any problem.
2020-09-11 00:17:09 +02:00
matteo0026 5dc861f704 matisse-common: split all cores in thermal engine to be readable by the system
* E ThermalEngine: parse_sensor_field: Unknown sensor cpu0-1
* E ThermalEngine: parse_sensor_field: Unknown sensor cpu2-3
2020-09-11 00:17:09 +02:00
matteo0026 d5faa936b5 matisse-common: move everything to vendor 2020-09-11 00:17:09 +02:00
matteo0026 6b310db442 matisse-common: delete ro.recents.grid
It's no longer supported in Pie
2020-09-11 00:17:09 +02:00
matteo0026 e930047985 matisse-common: move TARGET_BOOTANIMATION_HALF_RES to msm8226-common 2020-09-11 00:16:53 +02:00
matteo0026 08c50be121 matisse-common: remove Camera2
Snap is compiled by default and works (with, for now, the issue of dark back camera, of course).
2020-09-04 16:30:24 +02:00
matteo0026 cb26c96137 matisse-common: remove unneeded overlays
* We have physical buttons, so for us navbar is useless
* We don't have automatic brightness
* We don't have OLED display, so burn-in protection is useless
2020-09-04 16:29:43 +02:00
matteo0026 79df4fbfa5 matisse-common: invert left and right channel for speaker and jack
Before, they were inverted and audio pulled in right speaker was heard from the left and viceversa.
2020-09-02 22:19:31 +02:00
matteo0026 16bf7ca440 matisse-common: our device has 6800 mAh battery 2020-07-31 22:56:03 +02:00
matteo0026 158080d727 matisse-common: remove FlipFlap interface for covers with a hole
Since our device hasn't covers with a hole, we just need to turn it on when cover is removed from the front of screen.
2020-07-31 22:12:20 +02:00
matteo0026 c6b8b6824d matisse-common: disable automatic brightness
It isn't supported in stock ROM and device hasn't light sensor.
2020-07-03 14:52:08 +02:00
matteo0026 acc9de40c5 matisse-common: update fingerprints and libinit 2020-05-16 19:27:05 +02:00
DJABhipHop 551d7f03d6 matisse-common:Fixing libinit.
HSPA & LTE property are missing in libinit
2020-05-06 12:50:04 -04:00
DJABhipHop 2bb85a18fa matisse-common: Use an even smaller DPI for LOS recovery
Our /recovery partition is very small (10MB), and we can't use xhdpi for recovery & even using hdpi  for recovery still to big. Minimizing recovery's DPI even more will minimize recovery size, and we will build it.
2020-04-24 08:34:53 -04:00
DJABhipHop 99f9a79241 Revert "matisse-common: Disable recovery size."
This reverts commit 87bf41b197b5df24d3591c0032ac251ae7827f4e.
2020-04-24 08:34:53 -04:00
matteo0026 99263e40e2 matisse-common: fix audio recording via Recorder app 2020-04-24 08:34:47 -04:00
DJABhipHop fdd46b48a5 matisse-common: Use MKE2FS
* https://source.android.com/devices/tech/perf/boot-times

Change-Id: I6af27d007bd8ab969b6b54b435b1d3e81683c3da
2020-04-24 08:34:47 -04:00
DJABhipHop 6a9c6a41cb matisse-common: Set Bootanimation to half-res
* Faster boot, smoother animation

Change-Id: I97f27254474442e3299c7b03ea3180528befa06c
2020-04-24 08:34:47 -04:00
Wei Wang f3d4451481 matisse-common: start bootanim before mounting data partition (fstab part)
Bug: 30118894

Signed off by: Nolen Johnson <johnsonnolen@gmail.com>

Change-Id: If84764e3ce51f467b2dfa867ce28e1e396422d45
2020-04-24 08:34:47 -04:00
Roman Rihter 5e37ce4862 matisse-common: copy fstab to ramdisk too 2020-04-24 08:34:47 -04:00
Roman Rihter 9a9d7a2789 matisse-common: Use vfat instead of sdfat
Firmware partitions are not mounting with sdfat filesystem.
2020-04-24 08:34:47 -04:00
matteo0026 9252e1f129 matisse-common: remove NFC, torch and dual SIM stuff
This tablet doesn't have these features.
2020-04-24 08:34:47 -04:00
matteo0026 ca4268f144 matisse-common: fix lockscreen unresponsiveness after some time 2020-04-24 08:34:47 -04:00
DJABhipHop 80063c3f6c matisse-common: Disable recovery size.
Disable recovery size to avoid the recovery is to big error during the build process
2020-04-24 08:34:47 -04:00
Jan Altensen 511548112b matisse-common: build libsuspend
* needed for LPM

Change-Id: I7d1da1d6d07d174ee60e56ac52b814209ec452a4
2020-04-19 21:51:54 +02:00
Alistair Strachan 22a36b731d Revert "matisse-common: Use first_stage_mount feature"
This reverts commit 3bb99e88eb.
2020-03-22 10:51:16 -04:00
Alistair Strachan 3bb99e88eb matisse-common: Use first_stage_mount feature
This allows us to deprecate the dt fstab dependency.

Additional info for matisse device on Lineage:
Needed to make Magisk work, since it doesn't work with
the fake dt fstab thing.

Change-Id: I9c2a8c140ed64faecee0d66e00033fdffa398a4b
2020-03-21 15:13:48 -04:00
Roman Rihter 4795bcf55c matisse-common: Remove non-needed folder from file_contexts 2020-03-11 10:55:02 -04:00
DJABhipHop b6f9e680d6 matisse: Drop btnvtool blob
Drop that btnvtool blob or lose bluetooth privilege forever
2020-03-09 10:25:35 -04:00
DJABhipHop 378247b570 matisse-common: Remove maxcpus=1 from cmdline 2020-02-27 15:44:00 -05:00
Roman Rihter ea833b6a9e matisse-common: remove duplicate sepolicy type 2020-02-27 15:44:00 -05:00
DJABhipHop a7b2849ce1 matisse-common: Remove sepolicy types 2020-02-07 09:47:42 -05:00
Arne Coucheron e6d5b4b92e matisse-common: Set config_displayBlanksAfterDoze to true
Change-Id: Iaa50883ebb2522796f51c3013471976c35763b47
2020-02-07 09:47:36 -05:00
Łukasz Patron f3962a1fe0 matisse-common: Remove FlipFlap from lineage.dependencies
* Synced by default since LineageOS/android@9bd031c

Change-Id: I822298f856f4d1012f847a8be311310f5e51f2bb
2020-02-07 09:47:33 -05:00
Sujin Panicker 8c57dfec16 matisse-common: fix rank of OMX audio codec components
Rank OMX SW audio codecs higher than C2 codecs.

Change-Id: I7d03179ebd313d2592512178eeef266b4243f2f0
2020-02-07 09:47:29 -05:00
DJABhipHop 5234b6530a matisse-common: Set stock's recovery partition size
We can build it now :)
2020-02-07 09:47:26 -05:00
RomanDesigner 238f8cde4f matisse-common: Use smaller DPI for LOS recovery
Our /recovery partition is very small (10MB), and we can't use xhdpi for recovery. Minimizing recovery's DPI will minimize recovery size, and we will build it.
2020-02-07 09:47:22 -05:00
DJABhipHop 5f7a17ddc6 matisse-common: remove temp cmdline
swapping back to this & removing zcache.compressor=lz4

console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 zcache.enabled=1 maxcpus=1
2020-01-25 17:06:35 -05:00
Jiyong Park b367c2e0fd matisse-common: TARGET_FLATTEN_APEX=true for msm8226
APEXes are flattened for msm8226. Kernel is too old to support APEXes
without performance regression.

Bug: 123684826
2020-01-24 09:30:41 -05:00
Ady Abraham e615b2311e matisse-common: Enable GL comp backpressure
Enable backpressure for client composition to avoid jank due to
HWC queue stuffing.

Test: 1. Open Camera
      2. Swipe horizontally to go back to previous app.

Bug: 138083790
Change-Id: I3d26aa470c1660b23bd97133f39858f92638aca8
2020-01-24 09:30:41 -05:00