- Sep 12, 2024
-
-
* Stop handling vendor mounting from kernel, first stage init is gonna do that, together with system (which is now /system) * Use correct mount flags coming from kernel dts * Move system and vendor mount points to /dev/block/by-name/, we don't have bootdevice symlink to that point in init * Copy fstab to recovery for first stage init Change-Id: Iaa0ecc3f13c3cfd3fe357ca509549d0f68a29cf0
-
- Jun 23, 2024
-
- Jun 26, 2023
-
-
Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
-
Change-Id: Ifecd15ee6c86a4571e5a7cc961372348455c4d5c
-
- Oct 25, 2022
-
-
* Not needed for us. Change-Id: Ieee6bbbb858c0ee86769cded081fd82f3b9744ef
-
Properties which are related to the fastdormancy apk are removed. Legacy fast dormancy code is obsolete and removed all its instances. CRs-Fixed: 2748503 Change-Id: I7a2bd24d78bb49765af59c933eca4503015b6792
- Oct 23, 2022
-
-
This changes removes tftp and rmt storage service definitions from main .rc file as these services are defined in respective local .rc files. Change-Id: Ibbd1fda31b7fd950590d6a15b7aca3bb08d84f4b
-
- Mar 23, 2022
-
-
Add power_off_alarm into init.rc on charge mode Change-Id: I18158cde8b3ae0890a92bd1ced56782fa053230a CRs-Fixed: 2373093
-
power_off_alarm is a vendor service. Add vendor prefix to it. Change-Id: Ib4a988467a54bbe4544960180afeeeb5dd0e85f3
-
Add power off alarm service for power off alarm feature to reboot device when power off alarm is up in some special mode like power off charging mode. CRs-Fixed: 2095984 Change-Id: Ib8d82e63e92a85a7f60d5559064a1f19e0de5a22
-
- Mar 20, 2021
-
-
wpa_supplicant registers for ISupplicant and ISupplicantVendor hal interfaces for several versions. To link the hal interfaces with wpa_supplicant service, it should be defined in service definition. This commit adds following missing hal interfaces: - interface android.hardware.wifi.supplicant@1.3::ISupplicant default - interface vendor.qti.hardware.wifi.supplicant@2.0::ISupplicantVendor default - interface vendor.qti.hardware.wifi.supplicant@2.1::ISupplicantVendor default - interface vendor.qti.hardware.wifi.supplicant@2.2::ISupplicantVendor default CRs-Fixed: 2845905 Change-Id: I8ce0d0d6321afb5a77fded7708593b47aa3c3c81
-
- Mar 10, 2021
-
-
Dhina17 authored
- Our device doesn't have sscrpcd, so remove it from init.qcom.rc fixes: init: Could not start service 'vendor.sensors' as part of class 'early_hal': Cannot find '/vendor/bin/sscrpcd': No such file or directory Change-Id: I54e93aaa5e76c168d515d626fb7f4f5e88d30f9f
-
Dhina17 authored
- Our device doesn't use it. Change-Id: Ia2b75935a6c9e5392dea765a9e3daf40cf8591f0
-
- Mar 06, 2021
-
-
No support is required to migrate offset files from /data/time to /data/vendor/time during OTA upgrades. Change-Id: Ic1c4ebd9447fcf2c886ceb301b4ba1ca0242d4b4
-
This partially reverts commit 00bcf7db. CRs-Fixed: 2662406 Change-Id: Icd9d198c69aaf4d689f08bf5700f5203a69d4939
-
This reverts commit 7d11f54a. CRs-Fixed: 2662406 Change-Id: I9b65febb91637e772c05f8ee815f8ec723f9e095
-
- Dec 08, 2020
-
-
Dhina17 authored
Change-Id: I6df5c9501ef74264f8c62c620e06f6d1b04f3b84
-
Change-Id: I9b6154c38ad98f8f43bdb0cfc764e5531e1a129e
-
Remove context hub HAL service from common init rc file to target specific Signed-off-by:
Jeya R <jeyr@codeaurora.org> Change-Id: I168114d0b358d49c0308aca74ade04c3bff9a1b2
-
- Nov 17, 2020
-
-
as per latest base service definition Change-Id: I40446917bc7dd40651d6832b54dc02e72b9b204e
-
- Nov 13, 2020
-
-
Change-Id: I20b0d23e5da434544f3a4cc27f8141159d0fcec0
-
and causes a build error. Change-Id: I665a088b1e036d06c2f2965a72ae4ec6b8343c57
-
- Aug 14, 2020
-
-
Dhina17 authored
Change-Id: I97aa937bc3c2f0631e931c16c20a302040b3f745
-
This patch will remove deprecated code for wpa_supplicant which is creating symlink with system directory. Change-Id: I95d1c61ab59addc04c1e7d462529bb9400bbfe92 CRs-Fixed: 2644788
-
Move the ADSP start KPI marker within the adsp-loader code instead of adding the same in .rc file. Change-Id: Ib67f5775dfb9fdca47e62a189de9994b7a6624e8
-
- Jul 02, 2020
-
-
Commit I3b8c050878b0df3cc1cfcba27b7716ab0a9cde31 moves all the files from /data/misc/wifi to /data/vendor/wifi for OTA update. Not all files need to be moved, e.g. moving WifiConfigStore.xml makes saved networks lost. So use copy instead of move for required files only: - p2p_supplicant.conf: persistent p2p networks - hostapd.accept: mac whitelist (if present) - hostapd.deny: mac blacklist (if present) CRs-Fixed: 2357338 Change-Id: I736bf5e65b489d658e3cb3826a84a860fdae5bca
-
- Jun 29, 2020
-
- Jun 22, 2020
-
-
* Switching to a different encryption method as FBE, which has no support to encrypt existing files, requires users to format /data completely. However, we are able to retain FDE functionality on already encrypted devices by setting encryptable=footer fstab entry. * This commit switches the default encryption to FBE on non-encrypted devices. * FDE support should be completely dropped in the next version of Android. Change-Id: Id7528f11e18284dae39b7844d23129973683477e
-
- May 26, 2020
-
-
- Grant SYS_NICE capabilities to audio HAL processes as sound trigger HAL threads need to run at real time priority as well as use the CPU affinity, for far field voice. CRs-Fixed: 2359951 Change-Id: Ie0da744978609c750e92aec2c6001ace1868ad31
-
* FM app sets system properties now This reverts commit dffe9e9b. Change-Id: If38931bc47708e073331009f78f0dd2b1e4a1fff Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Change-Id: I1afd110bffed0f43b1afcbef99be8a3776d24e0b Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Needed for spu HAL service to register on spcom channel for ssr notifications Change-Id: I43f070bf9948d4330f9ae05f9d631f2681f75164 Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Dhina17 authored
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>
-
Signed-off-by:
Dhina17 <dhinalogu@gmail.com>