Init.rk30board.bootmode.unknown.rc (Android)

Jason2878

New member
Jan 4, 2020
1
0
0
on fs
insmod /rk30xxnand_ko.ko
# mount mtd partitions
mount ext4 [email protected] /system wait ro noatime nodiratime noauto_da_alloc discard
start readahead
mount ext4 [email protected] /data wait noatime nodiratime nosuid nodev noauto_da_alloc discard
mount ext4 [email protected] /cache wait noatime nodiratime nosuid nodev noauto_da_alloc discard
(Can this the be edited with super user access and how?)