From 58ec2b28e69128ad53290036b7ba360051202767 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 26 Apr 2024 13:30:15 -0400 Subject: [PATCH] devices: jflte{att,vzw}: Remove unecessary note Change-Id: I88045a7ad97a72ea205f89afe83b4731da5301c7 --- _includes/templates/recovery_install_oor.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/templates/recovery_install_oor.md b/_includes/templates/recovery_install_oor.md index fb71051306..fe01e21051 100644 --- a/_includes/templates/recovery_install_oor.md +++ b/_includes/templates/recovery_install_oor.md @@ -48,7 +48,6 @@ adb -d pull /data/local/tmp/aboot.img ./oor -p ./aboot.img recovery.img recovery.oor.img adb -d push recovery.oor.img /data/local/tmp/recovery.oor.img` ``` -NOTE: BL version 6. Now, run the following command to flash the recovery image on your device: ``` adb -d shell su -c dd if=/data/local/tmp/recovery.oor.img of={{ device.recovery_partition }}