π₯ 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