dfs show exit "Recovery flasher" "Warning!" "If you press OK, recovery partition on %DEVICE_MODEL% - %DEVICE% will be rewrited!" dfs radiobox "TWRP 2.8.7.0|TWRP 2.8.6.0" "https://dl.twrp.me/ghost/twrp-2.8.7.0-ghost.img|https://dl.twrp.me/ghost/twrp-2.8.6.0-ghost.img" "Recovery flashing" "Make a choice" "Select preferred recovery:" dfs download %RADIOBOX_RESULT% adb reboot bootloader dfs sleep 1 fastboot flash recovery %RADIOBOX_RESULT_FILENAME% dfs sleep 2 dfs radiobox "Reboot to the system|Reboot to bootloader" "reboot|reboot-bootloader" "Recovery flasher" "What next?" "Make a choice:" fastboot %RADIOBOX_RESULT%