hey there,
I am currently trying to install the weekly version on my k40.
First I downloaded the zip file, extracted the contents on my computer.
Put the phone in fastboot mode and connected it to the pc.
Running the .bat gives and error message:
This package is for "alioth" devices; this is a "unknown"
the command adb devices gives this output:
List of devices attached
6814a3ed device
What could I do to enable the update - maybe remove the following lines from the batch file?
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 "alioth" echo This package is for "alioth" devices; this is a "%DEVICE%". & exit /B 1
TIA