[ K9100ii - Notes:
- BOARD_HWJPEG_ANDROID_VERSION needs setting in variant device trees
- libcsc, libgiantmscl and libhwjpeg blobs need to be removed from
device-specific trees - Now built from source
- Switched TARGET_BOOTLOADER_BOARD_NAME, used to derive the
"gralloc.exynos7904" name, to exynos7904, to retain the same name as
the proprietary blob and match newer devices
- Renamed sysfs_graphics context to sysfs_brightness in sepolicy
- This happens to get rid of video recording frame drops on A40 ]
Change-Id: I67c078e3ea2fab1da19029ca3e97ce968cad77ad
APM would fail to parse the config anyway:
E DevicesFactoryHAL: loadAudioInterface couldn't load audio hw module audio.a2dp (No such file or directory)
W DevicesFactoryHalHidl: The specified device name is not recognized: "a2dp"
E AudioFlinger: loadHwModule() error -22 loading module a2dp
W APM_AudioPolicyManager: could not open HW module a2dp
Change-Id: Iaa1be881cfe8f8474cef0ba46e1b0a62b59e14be
* Our HWC does not support setActiveModeWithConstraints
* This way we can actually have mode switching working
which will be needed for Tiramisu resolution settings
This reverts commit 6c0bc75905.
- Update proprietary files list to include drm 1.4 hal
- Also add missing entries on a10 proprietary files list
- Build needed interface for drm 1.4 for vendor
* Stops hwservicemanager spamming log with 'Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
Change-Id: I04e355ef86628431f614db060984fe2063d88dc1
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
Those parameters need to set for Hotspot 2.0 network
interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
Change-Id: I46db68eac42f00e873498a9e2a7f8745f8d12ae4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This reverts commit cb95ff03729f9721c1a2af56e349a880c416ea59.
Revert "universal7885: sepolicy: Add another rule for thermal hal"
This reverts commit e695df796cf6b39e88652b2829bb18fc797ac0c8.
Revert "universal7885: switch to pixel thermal hal"
This reverts commit b8f413737399e34405322865d1efb391648124d7.
Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackagerParser.
This change uses component-override to enable the service by default.
Remove usages of profile_supported_* from overlays as they no
longer configure the enable state of Bluetooth components.
Bug: 135048762
Test: adb shell pm query-services \
com.android.bluetooth/.avrcpcontroller.AvrcpControllerService
adb shell pm query-services \
com.android.bluetooth/.hid.HidDeviceService
adb shell pm query-services \
com.android.bluetooth/.sap.SapService
* platform-samsung.xml:
<assign-permission> not allowed in partition of /vendor/etc/permissions/platform-samsung.xml at START_TAG (empty) <assign-permission name='com.samsung.permission.SSENSOR' uid='cameraserver'>@22:83 in java.io.FileReader@9549221
* component-overrides-bluetooth.xml: Useless, its already disabled, why kill it twice
Change-Id: I3e2a1ae37cd340e2005293aaf7f046d4c3eda0ca
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
* Remove QTI IMS declaration since this is Samsung phone
* Remove previous commit about Google sysconfig
* Add CameraLightSensor to battery optimization list
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
The first default zram write back time is 3 hours which
is for go device to quickly save more ram. For Pixel
devices, we have more working set and could bring launch
time impact if we write back too fast. Thus, adjust the
first time write back time to 24 hours which is aligned
with periodic write back time.
EDIT: Adjust to 6h.
Bug: 166739872
Test: boot
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: I2388dd6d75ab0a938fe0edae0563fd26e48c9908
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
Enable Zram writeback feature to allow unused pages in zram be written to flash.
Bug: 128889899
Test: Boot to home
Change-Id: I48ae06e54a66a7d6965afbe8db3d2f157cf8a1f4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
- This allows us to use unlimited backup in Google Photos infinitely.
Signed-off-by: Pranav Temkar <pranavtemkar@gmail.com>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
<11>[ 14.195920] [6: init: 1] init: Do not have permissions to set 'ro.sys.fw.dex2oat_thread_count' to '8' in property file '/vendor/build.prop': SELinux permission check failed
<11>[ 14.196075] [6: init: 1] init: Do not have permissions to set 'renderthread.skia.reduceopstasksplitting' to 'true' in property file '/vendor/build.prop': SELinux permission check failed
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>