peridot: Update from OS3.0.4.0.WNPMIXM

Change-Id: I8fe1b1ae2ed3dfd2c6ee6b1618a33e4590a2b4c7
This commit is contained in:
AdarshGrewal
2026-03-20 21:35:55 +05:30
parent 732030c244
commit f28a9b3b22
478 changed files with 623 additions and 327 deletions
@@ -2,4 +2,4 @@ service vendor.bluetooth-1-1-qti /vendor/bin/hw/android.hardware.bluetooth@1.1-s
class hal
user bluetooth
group bluetooth system wakelock oem_2901 net_raw oem_2912
capabilities BLOCK_SUSPEND NET_ADMIN
capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
@@ -1,4 +1,7 @@
service vendor.secure_element /vendor/bin/hw/android.hardware.secure_element-service.qti
class hal
class early_hal
user system
group nfc system
on boot && property:ro.boot.hardware.sku=flourite && property:ro.boot.hwc=CN
stop vendor.secure_element
+8
View File
@@ -108,6 +108,14 @@ on boot && property:ro.boot.ramdump=enable && property:ro.product.device=aurora
chown root system /dev/block/sda36
chmod 0660 /dev/block/sda36
on boot && property:ro.boot.ramdump=enable && property:ro.product.device=goku
chown root system /dev/block/sda34
chmod 0660 /dev/block/sda34
on boot && property:ro.boot.ramdump=enable && property:ro.product.device=flourite
chown root system /dev/block/sda32
chmod 0660 /dev/block/sda32
on boot
# Allow access to dload sysfs node
chown root system /sys/kernel/dload/emmc_dload
+21
View File
@@ -5,6 +5,21 @@ on post-fs-data
# for modem data file
mkdir /data/vendor/modem 0777 radio radio
on early-boot
#exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.xiaomi.modem.sh
service xiaomi_modem_sh /vendor/bin/init.xiaomi.modem.sh
class late_start
user root
group root system radio
oneshot
service xiaomi_modem_cust_sh /vendor/bin/init.xiaomi.modem.cust.sh
class late_start
user root
group root system radio
oneshot
service diag_mdlog_auto_start /vendor/bin/diag_mdlog -q 0x2006 -j 1 -u -c -i -n 50
class late_start
user system
@@ -44,3 +59,9 @@ on property:persist.vendor.radio.close_wenkong=yes
on property:ro.vendor.oem.ctacode=*
setprop ro.ril.oem.ctacode ${ro.vendor.oem.ctacode}
on property:debug.modem.mcrash_history_chmod=777
chmod 777 /data/vendor/ramdump/mcrash_history
on property:debug.modem.modem_config_chmod=777
chmod 777 /data/vendor/modem_config
@@ -7,7 +7,7 @@ service vendor.qti.hardware.display.composer /vendor/bin/hw/vendor.qti.hardware.
socket pps stream 0660 system system
writepid /dev/cpuset/system-background/tasks
# MIUI ADD: Performance_MemoryEnhance
writepid /sys/kernel/reserve_pool/pid
writepid /sys/kernel/reserve_pool/pid /sys/kernel/mi_mempool/pids
# END Performance_MemoryEnhance
on post-fs-data