This project is mirrored from https://github.com/Professor-Berni/android_device_sony_kitakami-common.git.
Pull mirroring updated .
- 04 Nov, 2020 4 commits
-
-
Bernhard Thoben authored
The file aanc_tuning_mixer.txt has to be in /system/etc because: E MCS-RT-CTL: Can't open the configuration file /system/etc/aanc_tuning_mixer.txt. Change-Id: Ie8a28b4486aeebbc76facca1bc7a593b33229583
-
Bernhard Thoben authored
logcat: E MCS-RT-CTL: Can't open the configuration file /system/etc/aanc_tuning_mixer.txt. Change-Id: If41179d70cf9dfbc5c2ad43011927aaabc391a6e
-
Bruno Martins authored
* After all, this still seems to be needed for ACDB MCS init, as seen bellow. Just let ACDB loader be happy. Without the tuning mixer file: E ACDB-MCS: acdb_mcs_init: /vendor/etc/audio_tuning_mixer_tasha.txt not present, using /vendor/etc/audio_tuning_mixer.txt config file E MCS-RT-CTL: Can't open the configuration file /vendor/etc/audio_tuning_mixer.txt. E ACDB-MCS: acdb_mcs_init: MCS routing control initialization failed. With the tuning mixer file: E ACDB-MCS: acdb_mcs_init: /vendor/etc/audio_tuning_mixer_tasha.txt not present, using /vendor/etc/audio_tuning_mixer.txt config file D : [ACPH]->MCS RTC service registered with ACPH Change-Id: I6e4b1fe27547a354eaa4132aba8e3df04d6184b3
-
mosimchah authored
* https://github.com/luk1337/aeffects-conf2xml Fixes: 09-04 19:18:03.152 689 689 E EffectsConfig: Failed to parse /vendor/etc/audio_effects.xml: Tinyxml2 error (3): /vendor/etc/audio_effects.xml (null) 09-04 19:18:03.152 689 689 W AudioPolicyEffects: Failed to load XML effect configuration, fallback to .conf Change-Id: Ibd985bea0441c7d5cffd37e0b3f65d5c27a16891
-
- 29 Oct, 2020 2 commits
-
-
Bernhard Thoben authored
Change-Id: I45ce590b963d7fe99b396ede02d3079e6a9e4699
-
Bernhard Thoben authored
Change-Id: I7a1e1a3a02382488c416236cbb8ce04ee7e6ded9
-
- 27 Oct, 2020 5 commits
-
-
TARKZiM authored
* Disabled open_legacy. * Disabled Camera API v2. * Disabled preview restart. * Set default preview size to 720P.
-
razorloves authored
Change-Id: I74d4656f13b2d174a01606f9b6185e5698d54410
-
TARKZiM authored
* Open camera2 device causing errors.
-
TARKZiM authored
-
TARKZiM authored
-
- 27 Sep, 2020 2 commits
-
-
Benoît Laniel authored
Some apps like Snap start preview very early to setup camera while initializing UI. It then calls setPreviewDisplay (set_preview_window) to define the surface used for preview. According to https://developer.android.com/reference/android/hardware/Camera.html#setPreviewDisplay%28android.view.SurfaceHolder%29 "This allows camera setup and surface creation to happen in parallel, saving time." But https://developer.android.com/reference/android/hardware/Camera.html#startPreview%28%29 "Preview will not actually start until a surface is supplied with setPreviewDisplay(SurfaceHolder) or setPreviewTexture(SurfaceTexture)." However, hero camera hal starts preview with an internal buffer when surface is not valid / null. [CAM_ID(0)][]-WARN(setPreviewWindow[204]):Preview window is NULL, create internal buffer for preview [CAM_ID(0)][]-INFO(startPreview[519]):setBuffersThread is run On the next set_preview_window call (the one defining the surface), camera hal restarts preview since it is already running using the internal buffer. [CAM_ID(0)][]-WRN(setPreviewWindow[187]):Preview is started, we forcely re-start preview Problem with this is that it deadlocks quite often. It loops here [CAM_ID(0)][]-INFO(m_mainThreadQSetup3AA[1078]):m_flagThreadStop(1) Let's handle the situation in the wrapper so no restart is done by the hal. Change-Id: I762af781e5af96b52407387aa9ae67874a8ab8b6
-
TARKZiM authored
* From https://github.com/AICP/device_htc_hima/tree/q10.0
-
- 22 Sep, 2020 1 commit
-
-
Bernhard Thoben authored
Change-Id: I2b647af9fce842b7e53de8cf0bb3367bbaaafc45
-
- 21 Aug, 2020 4 commits
-
-
Bernhard Thoben authored
to avoid build errors Change-Id: I63de50c1a4ffbf2996d02e89d99a526ab562cd90
-
TARKZiM authored
-
TARKZiM authored
-
TARKZiM authored
Change-Id: I10fb59bc1c957e88f3ec1e091b2b14cb296a3ec5
-
- 16 Aug, 2020 3 commits
-
-
Bernhard Thoben authored
Change-Id: I32d17a175742f90449f3e685748e56fd582c6c5c
-
Bernhard Thoben authored
Change-Id: I4b68ac73740eaf754fe5496bf4bbd2bec1af1cc5
-
Bernhard Thoben authored
Change-Id: Ib30f04ca3c593ba5d2ff77654f10946df76800f9
-
- 14 Aug, 2020 3 commits
-
-
Ketut P. Kumajaya authored
* Adapted to new O shim flag (TARGET_LD_SHIM_LIBS) * Rename: libshim_boringssl ==> libshims_boringssl Co-authored-by:
Louis Popi <theh2o64@gmail.com> Signed-off-by:
Ad!thya R <gh0strider.2k18.reborn@gmail.com>
-
Adithya R authored
-
Mukul authored
- Bring back VoLTE support using https://github.com/eErenYeager/ims_apk/
-
- 13 Aug, 2020 1 commit
-
-
Bernhard Thoben authored
Change-Id: I35eb31bda22bd12267b2d216811449ff464ded48
-
- 12 Aug, 2020 4 commits
-
-
Bernhard Thoben authored
Change-Id: Ib66c670c03fbd8b6bcfe5eb89420e3d666b0e31f
-
TARKZiM authored
* Trying to fix notification led blinking, will re-write our HIDL HAL in the future. * Move led permissions to on init before HIDL service starts.
-
TARKZiM authored
* Fixes notification LED.
-
- 11 Aug, 2020 9 commits
-
-
TARKZiM authored
* avc: denied { open } for path="/dev/stune/foreground/tasks" dev="tmpfs" ino=672 scontext=u:r:zygote:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0 Change-Id: I3c3057604a208271b3d1349e23f3d41e56722e78
-
oshmoun authored
Android needs this text file to know what libraries are allowed to be loaded by apps directly. For now, add: libOpenCL.so to the list, in order to get OpenCL to function properly. adsprpc related libraries, since they were also declared public in stock. Change-Id: I15ef7a7ab7d1f1a0cc6b484cd2ca9993f40de23b
-
Bruno Martins authored
These syscalls are now allowed by default. Change-Id: Ide9e29d5333e427baaabcbaa03d6b3db77948f17
-
Christian Oder authored
This fixes Encryption on (at least) tone devices Change-Id: Ic09e6a86620e3ec8ea392e5a01fabdddb5c658eb
-
TARKZiM authored
-
Subbaraman Narayanamurthy authored
Add CAP_SYS_BOOT capability for charger service so that it can shutdown/reboot the system. Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
-
Subbaraman Narayanamurthy authored
charger binary is moved to /system/bin. Also the label got changed to charger. Update it accordingly. Change-Id: I78574238f9fc5ec028d10ab866676bfc0cd36370
-
Chaosmaster authored
P: GraphicBuffer::lock(uint32_t inUsage, void** vaddr); Q: GraphicBuffer::lock(uint32_t inUsage, void** vaddr, int32_t* outBytesPerPixel, int32_t* outBytesPerStride); we would need pass outBytesPerPixel and outBytesPerStride since the camera wont be able to load and cause an nullptr reference Signed-off-by:
Kai Jones <joneskai626@gmail.com> Change-Id: I0b2acd4ee03ecb0aac0416637b87220437352b4d
-
TARKZiM authored
Change-Id: Ie0794b16e6898d162cc392dce9d9d55ce5f3bbd7
-
- 05 Aug, 2020 2 commits
-
-
TARKZiM authored
This reverts commit 6478449f704c45bc06b95da577822162c41d2c69.
-
Simon Shields authored
Change-Id: If38b2da4fe5b8dddba7e202165f00b647e614453
-