14/01/2024
Flash your device
If you have Android Debug Bridge (adb) installed on your machine, stop the adb service before proceeding so that it doesn't interfere with the flashing process. To stop adb, run:
$ adb kill-server
Connect your device directly to your development machine (no hubs, adapters, extenders, or monitors).
In a browser on your development workstation, open flash.android.com. The Welcome page appears.
Allow the flash tool to communicate with your test device through adb by accepting the dialog that says Allow site access to your ADB keys in order to communicate with devices.
Click Add new device.
Select your device from the list and click Connect. This list may not contain the full device name.
On your device's screen, select Always allow from this computer and click OK to accept the USB debugging connection.
Select the connected device in your browser.
Search for and select your build from the list. You can also select options, such as wiping the device or force flashing all partitions.
To start flashing, click Install. The device reboots and enters fastboot mode.
After "Flash Complete" appears, disconnect the device from the USB cable