UPDATE I was able to connect the device just fine and Fastboot and ADB both recognize the device -- what no one mentioned is you need a specfic usbWEB driver in order to use the Webinstall - else every command there does not recognize your device as connected -- it would be nice if you would specifically provide a link to the driver required with instructions on how to install it.
So where I am at -- bootloader unlocked and I am using fastboot cmdline to download the factory images -- but the flash-all batch file they provided at https://grapheneos.org/install/cli#unlocking-the-bootloader BOMBS! so now I am stuck with a partially bricked phone! Here is the output from the batch file:
D:\Downloads\platform-tools\cheetah-factory-2023111500>./flash-all.bat
'.' is not recognized as an internal or external command,
operable program or batch file.
D:\Downloads\platform-tools\cheetah-factory-2023111500>flash-all.bat
C:\adb\fastboot.exe: unrecognised option `--version'
fastboot too old; please download the latest version at https://developer.android.com/studio/releases/platform-tools.html
D:\Downloads\platform-tools\cheetah-factory-2023111500>flash-all.bat
D:\Downloads\platform-tools\cheetah-factory-2023111500>PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\WINDOWS;C:\WINDOWS\system32;C:\Windows\system32\drivers\adb;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\dgtld\AppData\Local\Microsoft\WindowsApps;D:\Users\dgtld\AppData\Local\Programs\Microsoft VS Code\bin;C:\adb;C:\Users\dgtld\AppData\Local\Microsoft\WindowsApps;;D:\Users\dgtld\AppData\Local\Programs\Microsoft VS Code\bin;"C:\WINDOWS\System32";"C:\WINDOWS\System32"
D:\Downloads\platform-tools\cheetah-factory-2023111500>where /q fastboot || ECHO fastboot not found; please download the latest version at https://developer.android.com/studio/releases/platform-tools.html and add it to the shell PATH && EXIT /B
C:\adb\fastboot.exe: unrecognised option `--version'
D:\Downloads\platform-tools\cheetah-factory-2023111500>IF 1 NEQ 0 (
ECHO fastboot too old; please download the latest version at https://developer.android.com/studio/releases/platform-tools.html
EXIT /B
)
fastboot too old; please download the latest version at https://developer.android.com/studio/releases/platform-tools.html
(I have the latest platform tools installed) I am running these commands from CMD .. Please help.