mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
* All AEE, Meta mode, Factory mode related scripts have been removed. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I20ab2c44768ca3f83f8515c2c4455924aaa394d9
21 lines
502 B
Plaintext
21 lines
502 B
Plaintext
# Copyright (C) 2012 The Android Open Source Project
|
|
#
|
|
# IMPORTANT: Do not create world writable files or directories.
|
|
# This is a common source of Android security bugs.
|
|
#
|
|
|
|
on early-init
|
|
write /sys/class/net/ccmni0/queues/rx-0/rps_cpus "0f"
|
|
write /sys/class/net/ccmni1/queues/rx-0/rps_cpus "0f"
|
|
write /sys/class/net/ccmni2/queues/rx-0/rps_cpus "0f"
|
|
|
|
on post-fs-data
|
|
|
|
write /proc/bootprof "post-fs-data: on modem start"
|
|
|
|
# Encrypt phone function
|
|
setprop vold.post_fs_data_done 1
|
|
|
|
|
|
|