eso es lo que no hago bien como se flashea por fastboot?? no es ejecutando un .bat?? con el fastboot en usb?? flash-boot-windows.bat??
@echo off
COLOR 0C
cd files
fastboot-windows.exe flash boot ../boot.img
echo ...
echo "Flashing complete.."
echo ...
echo "Erasing cache partition.."
fastboot-windows.exe erase cache
echo ...
echo "Cache partition cleaned.."
echo ...
echo "If there were no errors, you can continue"
echo ...
echo "If not, try again!"
timeout 10
echo ...
echo "Enjoy Viper ROM by Team Venom!"
timeout 5
