Skip to content

Commit

Permalink
Removed extras from the .bat, as it was causing unknown??? issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BAADF0OD committed Nov 14, 2020
1 parent c91ff23 commit fd5a2f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions convert-tmo.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@echo off
cls
echo Please make sure you are in fastbootd, your screen should say 'fastbootd' on top.
pause
fastboot flash product product.img
fastboot flash abl abl.img
fastboot flash aop aop.img
Expand Down Expand Up @@ -33,6 +29,4 @@ fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
fastboot flash vendor vendor.img
fastboot flash xbl xbl.img
fastboot flash xbl_config xbl_config.img
echo Please reboot to recovery via the menus and wipe everything prior to boot
pause
fastboot flash xbl_config xbl_config.img

0 comments on commit fd5a2f2

Please sign in to comment.