katerpanne
Members
- 19 Apr 2014
- 3,563
- 332
Before we delete something... Please can you check something. There must be a rootcause - some users have this problem- delete the line in the script with the check
which link i need delete?
I think you have installed "adb&fastboot" in "c:\adb" and you have extracted the rom in "c:\test"
If you didnt install it in this pathes change the following pathnames to your directories
# cd c:\adb
# fastboot getvar product
# fastboot --version
-> give us the output
# cd c:\test\bin\windows
# fastboot getvar product
# fastboot --version
-> give us the output
only a reminder:
-> delete: for /f "tokens=2" %%D in ('%fastboot% %* getvar product 2^>^&1 ^| findstr /l /b /c:"product:"') do set device=%%D
-> delete: if "%device%" neq "alioth" echo This package is for "alioth" devices; this is a "%device%". & exit /B 1
Last edited: