peter.milo
Members
- Dec 4, 2021
- 10
- 13
You're running the script in the wrong directory, go one directory up and run the script againLooks like some problem with your Windows' standard utilities...
In any case, remove these lines from the flashing script:
Code:set DEVICE=unknown for /f "tokens=2" %%D in ('platform-tools-windows\fastboot %* getvar product 2^>^&1 ^| findstr /l /b /c:"product:"') do set DEVICE=%%D if "%DEVICE%" neq "venus" echo This package is for "venus" devices; this is a "%DEVICE%". & exit /B 1