How to install CalyxOS on Android using a Mac (Google Pixel)

published 2021-11-15 · updated 2022-08-22 #macos #android #calyxos #how_to
It's time to DeGoogle your phone and take back some of your privacy. This guide will show you how to install CalyxOS on using a Mac.


Commands referenced for video

cd ~/Downloads/calyxos

Change Directory (if stored in your downloads folder). If you named the folder differently, then change “calyxos” to what you named it – Link to section in video

shasum -a 256 device-flasher.darwin

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

shasum -a 256 redfin-factory-number_in_file_name.zip

OPTIONAL – Verify CalyxOS image – Link to section in video

pwd

Print Working directory – Link to section in video

cd ~/Downloads/calyxos

Change to the directory of the files we downloaded earlier – Link to section in video

chmod +x device-flasher.darwin

Make device-flasher.darwin executable – Link to section in video

./device-flasher.darwin

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