Lines Matching +full:early +full:- +full:boot
1 on early-fs
5 mount_all /vendor/etc/fstab.ranchu --early
7 on late-fs
9 mount_all /vendor/etc/fstab.ranchu --late
11 on early-init
15 setprop ro.config.low_ram ${ro.boot.config.low_ram}
16 setprop ro.cpuvulkan.version ${ro.boot.qemu.cpuvulkan.version}
17 setprop ro.hardware.egl ${ro.boot.hardwareegl:-emulation}
18 setprop ro.hardware.vulkan ${ro.boot.hardware.vulkan}
19 setprop ro.opengles.version ${ro.boot.opengles.version}
20 setprop dalvik.vm.heapsize ${ro.boot.dalvik.vm.heapsize:-192m}
21 setprop dalvik.vm.checkjni ${ro.boot.dalvik.vm.checkjni}
24 setprop debug.hwui.renderer ${ro.boot.debug.hwui.renderer:-skiagl}
30 setprop debug.renderengine.backend ${ro.boot.debug.renderengine.backend:-skiaglthreaded}
31 setprop debug.stagefright.ccodec ${ro.boot.debug.stagefright.ccodec}
32 setprop debug.sf.nobootanimation ${ro.boot.debug.sf.nobootanimation}
33 … setprop debug.angle.feature_overrides_enabled ${ro.boot.hardware.angle_feature_overrides_enabled}
34 …setprop debug.angle.feature_overrides_disabled ${ro.boot.hardware.angle_feature_overrides_disabled}
38 exec u:r:modprobe:s0 -- /system/bin/modprobe -a -d /system/lib/modules zram.ko
42 write /proc/sys/vm/page-cluster 0
49 mkdir /dev/cpuctl/top-app
54 chown system system /dev/cpuctl/top-app
59 chown system system /dev/cpuctl/top-app/tasks
64 chmod 0664 /dev/cpuctl/top-app/tasks
67 start qemu-props
69 on post-fs-data
73 start qemu-device-state
74 start ranchu-adb-setup
76 on zygote-start
82 on boot
96 service ranchu-setup /vendor/bin/init.ranchu-core.sh
102 service ranchu-adb-setup /system_ext/bin/init.ranchu.adb.setup.sh
117 start qemu-props-bootcomplete
118 start ranchu-setup
119 start ranchu-adb-setup
121 on post-fs-data && property:ro.boot.qemu.virtiowifi=1
122 start ranchu-net
124 service ranchu-net /vendor/bin/init.ranchu-net.sh
129 disabled # Started on post-fs-data
131 service dhcpclient_wifi /vendor/bin/dhcpclient -i wlan0 --no-gateway
136 service dhcpclient_def /vendor/bin/dhcpclient -i eth0 --no-gateway
141 # The qemu-props program is used to set various system
142 # properties on boot. It must be run early during the boot
147 service qemu-props /vendor/bin/qemu-props
153 service qemu-props-bootcomplete /vendor/bin/qemu-props "bootcomplete"
159 service qemu-device-state /vendor/bin/init_ranchu_device_state.sh
166 service goldfish-logcat /system/bin/logcat -f /dev/hvc1 ${ro.boot.logcat}
171 service bugreport /system/bin/dumpstate -d -p -z
177 …e wpa_supplicant /vendor/bin/hw/wpa_supplicant -Dnl80211 -iwlan0 -c/vendor/etc/wifi/wpa_supplicant…
188 service bt_vhci_forwarder /vendor/bin/bt_vhci_forwarder -virtio_console_dev=/dev/bluetooth0
197 service vendor.uwb_hal /vendor/bin/hw/android.hardware.uwb-service /dev/hvc2
202 # Enable zram only once per boot. From:
204 # We want one opportunity per boot to enable zram, so we
206 # persist.sys.zram_enabled becomes true after boot,
210 trigger sys-boot-completed-set
211 start vendor.ril-daemon
213 on sys-boot-completed-set && property:persist.sys.zram_enabled=1