Skip to content

Gtajisan/Twrp-orange-fox-flashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Twrp-orange-fox-flashing

thes command you flash twrp or orange fox without pc

command installation one line

pkg update && upgrade && pkg install git && pkg install vim && pkg install curl && pkg install wget

clone these repo

git clone https://github.com/Gtajisan/Twrp-orange-fox-flashing && cd Twrp-orange-fox-flashing && ls

Package Install

Run setup.sh to install required packages.

chmod +x setup.sh && ./setup.sh

1.check you're device Type fastboot devices and press Enter just to be sure your device is correctly recognized.

mi-fastboot devices
  1. recovery flash command 1st.
mi-fastboot flash recovery recovery.img
  1. if you open twrp
fastboot boot recovery.img
  1. Type fastboot reboot and press Enter to reboot your device after the flash is complete.
fastboot reboot