Using Lineage Flash Tools
Lineage Flash Tools is a web based utility that allows you to run some select adb and fastboot commands to install LineageOS recovery and OTA packages without installing adb and fastboot locally. Access it on our downloads page here.
As installation steps vary by device, please refer to the device-specific installation instructions.
Requirements
- A browser supporting WebUSB such as Chrome or Edge.
Connect your device
Fastboot client
- Reboot your device to fastboot mode before connecting to the fastboot client.
- Press the connect button and select your device from the pop-up list.
ADB client
Note: If you have adb already installed locally, run
adb kill-server before using the web flash tools.- Reboot your device to recovery mode before connecting to the adb client.
- Select
Apply update > Apply from ADBusing the touch screen, or use the volume keys to navigate and the power button to select. - Press the connect button and select your device from the pop-up list.
Supported commands
fastboot boot path/to/image.imgfastboot flash <partition> path/to/partition.img(e.g.recovery)fastboot getvar <var>(e.g.version-bootloader)adb -d sideload path/to/lineage-*.zip
Resolve USB transfer errors
Sometimes Android devices have trouble communicating through certain USB ports, cables, or hubs due to the high throughput of data required by the flashing process. To resolve transfer errors:
- Don’t use USB hubs, USB extension cables or adapters if possible.
- Try a different USB cable.
- Try a different USB port.
Need help?
You can find assistance with LineageOS on our subreddit, on our Discord server, or in #LineageOS on Libera.Chat.