Commit graph

782 commits

Author SHA1 Message Date
Kevin F. Haggerty
10f2e88a6c matisse-common: rootdir: fstab: Swap order of ext4 and f2fs entries
* f2fs is hot trash and we don't want that as default, esp in recovery

Change-Id: I6cd3bf41e18d5df29b925a94ab865e873020268e
2020-09-25 22:34:33 +02:00
matteo0026
eb6f10613c matisse-common: override bootimage fingerprint too 2020-09-23 21:18:40 +02:00
matteo0026
49a80e4aa8 matisse-common: fix some other sepolicy 2020-09-12 21:51:22 +02:00
matteo0026
564032c3d7 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-12 17:52:24 +02:00
matteo0026
0120ca6f53 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-12 17:52:24 +02:00
matteo0026
fdb3fa3f08 matisse-common: remove duplicate 2020-09-12 17:52:24 +02:00
matteo0026
35ecc58883 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-12 17:52:24 +02:00
matteo0026
1467925cad 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-12 17:52:09 +02:00
matteo0026
28d98441cf matisse-common: move everything to vendor 2020-09-12 17:50:29 +02:00
matteo0026
11a53731d8 matisse-common: delete ro.recents.grid
It's no longer supported in Pie
2020-09-10 23:46:30 +02:00
matteo0026
ec4aa18829 matisse-common: move TARGET_BOOTANIMATION_HALF_RES to msm8226-common 2020-09-10 23:39:39 +02:00
matteo0026
17ba3114c7 matisse-common: converto audio_effects.conf to audio_effects.xml
* Converted .conf format to .xml using: https://github.com/luk1337/aeffects-conf2xml
2020-09-10 22:46:44 +02:00
Kevin F. Haggerty
f0a91915d9 Revert "matisse-common: HAXX: "Fix" race condition in init"
* It seems that this old "fix" for G900V RIL actually makes the Q
  "opengapps issue", normally only evident in encrypted legacy devices
  with secure startup, more pronounced. In such devices, your ability
  to progress beyond the boot animation to an actual homescreen after
  entering an unlock PIN is completely at chance, but with much better
  chances after an update (dexopting, maybe?). Only with this HAXX in
  place, the issue happens with unencrypted devices.
* A nice side effect will be that all klte* devices will boot much
  faster.
* The root cause of this is some kind of timeout, but the logs are
  seemingly worthless.

This reverts commit 31509201c1.

Change-Id: Iaf2a19a3ab7f8f8cf2f0add1bd6e3b87d06310a7

Note: second part of commit is in msm8226-common
2020-09-10 22:37:02 +02:00
matteo0026
48d25124cd 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:35:22 +02:00
matteo0026
a2ea6b9580 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:35:10 +02:00
matteo0026
4d008b91ef matisse-common: set product shipping API level to 19
* The device has been launched with Android 4.4.2 KitKat
* There is a product_shipped_with_k.mk file, so use it
2020-09-04 16:33:31 +02:00
matteo0026
fbdaa6a9bf matisse-common: disable buttons backlight settings
It hasn't backlight buttons
2020-09-03 15:11:38 +02:00
matteo0026
b01f194617 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:22:04 +02:00
matteo0026
dc0ca8edae matisse-common: our device has 6800 mAh battery 2020-08-09 17:49:16 +02:00
matteo0026
8b9d7111b0 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-08-09 17:49:09 +02:00
matteo0026
cc7293fe9e matisse-common: fix charger sepolicy denials
Anyway, still offline charging doesn't work. Tested qpnp-chg driver instead of smb358 too.
2020-08-09 17:48:19 +02:00
matteo0026
9dc694fe10 matisse-common: disable automatic brightness
It isn't supported in stock ROM and device hasn't light sensor.
2020-07-03 14:49:05 +02:00
matteo0026
3180c14123 matisse-common: commonize init
This init file contains updated fingerprints
2020-06-06 18:05:52 +02:00
Daniel Jacob Chittoor
8e06a96c7e matisse-common: enforce inclusion of msm8226-common/BoardConfigCommon.mk 2020-05-11 17:55:05 +02:00
matteo0026
27d8d88b8e matisse-common: fix audio recording via Recorder app 2020-05-11 17:55:05 +02:00
DJABhipHop
452ccf4a6a matisse-common: Set Bootanimation to half-res
* Faster boot, smoother animation

Change-Id: I97f27254474442e3299c7b03ea3180528befa06c
2020-05-11 17:55:05 +02:00
matteo0026
21d7f58b2f matisse-common: remove NFC, torch and dual SIM stuff
This tablet doesn't have these features.
2020-05-11 17:55:05 +02:00
matteo0026
45fa62c654 matisse-common: fix lockscreen unresponsiveness after some time 2020-05-11 17:55:05 +02:00
matteo0026
91f3756ecd matisse-common: add needed sepolicy 2020-05-11 17:54:43 +02:00
Francescodario Cuzzocrea
6cd8720714 matisse-common: build Camera2
- Until we figure out crashes caused by CameraWrapper in Snap
   also build Camera2 which at least works
2020-01-08 11:16:22 +01:00
Francescodario Cuzzocrea
3fd7e1321f matisse-common: fstab: Add recoveryonly flag for system 2020-01-06 12:07:23 +01:00
Francescodario Cuzzocrea
22e165c60d [SQUASH]: matisse-common: initial bringup of matisse-common repo from s3ve3g-common repo
Change-Id: Ic670ca01287332c46be39dc64b34cf17fcda559c
2020-01-03 10:27:33 +01:00
Francescodario Cuzzocrea
523c3c4fa7 s3ve3g-common: mount /fota as /misc also in TWRP
- also mount /external_sd and  /usb-otg as we are at it

Change-Id: Icd563c94468ff66e4f3fb0e6eb1f1f00888604bb
2019-11-09 09:01:41 +01:00
Francescodario Cuzzocrea
49c58dfbec s3ve3g-common: remove BOARD_HAS_NO_MISC_PARTITION
- we are mounting /fota as /misc now

Change-Id: I742c8415bd507a56489260849daea512c1cb36ca
2019-11-09 09:00:25 +01:00
Francescodario Cuzzocrea
a7c97ac84c s3ve3g-common: add s3ve3gxx to TARGET_OTA_ASSERT_DEVICE
Change-Id: Ib3e8f94fa6f24ddb5771c04b41ff47a536f36542
2019-11-08 23:22:59 +01:00
PythonLimited
fdfc55c774 s3ve3g-common: use fota partition for /misc
Change-Id: I09ccdd43dc72137631ce72387d8a6f5a8ffb6c3e
2019-11-04 15:33:34 +02:00
pythonlimited
a981113235 s3ve3g-common: remove IAdaptiveBacklight
Not supported by the panel driver
2019-10-17 02:38:40 +02:00
Francescodario Cuzzocrea
3ab8a2a547 s3ve3g-common: build HIDL lights hal from hardware/samsung 2019-10-15 21:38:52 +02:00
Francescodario Cuzzocrea
d7acb88446 s3ve3g-common: further update and cleanup common-proprietary-files.txt 2019-10-15 21:38:44 +02:00
luk1337
f335e12acf s3ve3g-common: remove unneeded languages_full.mk include
* Already included in full_base_telephony

Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
2019-10-15 21:38:20 +02:00
Jarl-Penguin
91d57b9431 s3ve3g-common: update blob extraction scripts
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
2019-10-15 21:38:15 +02:00
Francescodario Cuzzocrea
00229976e8 s3ve3g-common: switch to stock timeservices
Those blobs keeps correct time even after a reboot, sadly klte one not.
Thanks at magiconapoli for providing the blobs and Roland for pointing
this out.
Also pin the blob to be sure to not pick not working ones.
2019-10-15 21:38:09 +02:00
Francescodario Cuzzocrea
7889cce77c s3ve3g-common: add Samsung LiveDisplay service to manifest
we support adaptivebacklight and displaycolorcalibration
2019-10-15 21:38:01 +02:00
Francescodario Cuzzocrea
90b22cd1ae s3ve3g-common: drop libsec-ril to device specific trees
single sim and dual sim variants use a different libsec-ril.so, so drop them to device specific trees
2019-10-15 21:37:54 +02:00
Kevin F. Haggerty
7c33e48bf4 s3ve3g-common: Update duos-related Telecomm props
* Our device doesn't behave well with the "new" logic that tracks the audio
  input with the default SIM

Change-Id: I084305b0ac1bdeb9915d2f75cfdeda4ab7fd0244
2019-10-15 21:37:54 +02:00
Francescodario Cuzzocrea
10f7b82f02 s3ve3g-common: update and cleanup proprietary files list 2019-10-15 21:37:54 +02:00
Francescodario Cuzzocrea
233d58b0ff s3ve3g-common: switch to klte libsec-ril 2019-10-15 21:37:54 +02:00
Francescodario Cuzzocrea
9100c0e146 s3ve3g-common: drop camera firmware XML files
* s3ve3gxx and s3ve3gjv have two different sensor for back cameras,
instead of copying both XML firmware files for both models just drop the
files to device specific tree and include only the one which is actually
needed to avoid confusion
2019-10-15 21:37:54 +02:00
Francescodario Cuzzocrea
d63e3f0928 s3ve3g-common: do not override paths in libmmcamera2_sensor_modules.so
* the libmmcamera2_sensor_moduels.so belongs to s3ve3gxx and s3ve3gjv as
the two models have different sensor, so it should be moved to device
specific tree, but  overriding those paths this breaks firmware loading for camera, so for now just left things as they are
2019-10-15 21:37:54 +02:00
Francescodario Cuzzocrea
3be42be6a5 s3ve3g: fix offline charging
* Apparently settings user_debug in kernel cmdline breaks offline
charging functionality. Thanks at suudep for pointing this out

* Also remove unneeded androidboot.console=null
2019-10-15 21:37:54 +02:00