Skip to content

Commit

Permalink
rova: Override ro.boot.verifiedbootstate before starting fastbootd
Browse files Browse the repository at this point in the history
Fastbootd won't function if the value isn't "orange".

Signed-off-by: iusmac <iusico.maxim@libero.it>
  • Loading branch information
me-cafebabe authored and iusmac committed Sep 16, 2022
1 parent 086e7a1 commit 2a38af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recovery/root/init.recovery.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on init
setprop ro.build.system_root_image true
export ANDROID_ROOT /system_root
setprop ro.board.platform msm8937
exec u:r:recovery:s0 -- /system/bin/resetprop ro.boot.verifiedbootstate orange

on boot
start set-device-props
Expand Down

0 comments on commit 2a38af9

Please sign in to comment.