πŸŽ₯ Video Link


Commands referenced for video

sudo apt update

Update local repositories – Link to section in video

sudo apt install android-sdk-platform-tools-common

Install required packages – Link to section in video

sudo apt install adb

Install Android Debug Bridge – Link to section in video

cd ~/Downloads

Change directory to where files were downloaded – Link to section in video

sha256sum device-flasher.linux

OPTIONAL – Verify device-flasher – Link to section in video

sha256sum redfin-factory-202112110.zip

OPTIONAL – Verify CalyxOS image – Link to section in video

chmod +x device-flasher.linux

Make device-flash executable – Link to section in video

./device-flasher.linux

Execute device-flasher.linux – Link to section in video