Android Full Lock Screen Bypass - Pixel | Demo + Explanation | CVE-2022-20465

🎥 Video Link Links referenced for video https://feed.bugs.xdavidhu.me/bugs/0016 - Complete Lock Screen Bypass on Google Pixel devices post by David Schütz https://bugs.xdavidhu.me/google/2022/11/10/accidental-70k-google-pixel-lock-screen-bypass/ - Accidental $70k Google Pixel: Lock Screen Bypass - by David Schütz https://nitter.net/xdavidhu/status/1590626467414958080 - Tweet by David Schütz announcing discovery of vulnerability https://source.android.com/docs/security/bulletin/2022-11-01 - Pixel Update Bulletin—November 2022 https://android.googlesource.com/platform/frameworks/base/+/ecbed81c3a331f2f0458923cc7e744c85ece96da - Technical details regarding fix https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-20465 - CVE-2022-20465 https://support.google.com/pixelphone/answer/4457705 - Support schedule for Pixel Phones https://nitter.net/DanielMicay/status/1590941219462742018 - Tweet by Daniel Micay regarding scope of vulnerability https://grapheneos.org/features#auto-reboot - GrapheneOS Auto reboot feature https://grapheneos.org/ - GrapheneOS home page Transcript Please excuse any grammatical errors. I used a tool to generate the transcript and haven’t had a chance to read through it yet. ...

November 14, 2022 · 11 min · 2249 words · Josh

CalyxOS Review | 3 weeks with a DeGoogled Phone | Secure & Private Mobile OS

🎥 Video Link Links referenced for video https://calyxos.org - CalyxOS Homepage https://microg.org - microG Homepage https://www.chromium.org - Chromium Homepage https://tarnkappe.info/interviews/microg-android-almost-without-google-our-interview-with-the-developer-41258.html - Interview with microG developer https://www.statista.com/statistics/1224510/time-spent-per-day-on-smartphone-us/ - Phone Usage Statistics https://forum.xda-developers.com/t/index-how-to-get-signature-spoofing-support.3557047/ - Signature Spoofing

January 30, 2022 · 1 min · 34 words · Josh

How to install CalyxOS on Android using Microsoft Windows (Google Pixel)

🎥 Video Link Commands referenced for video cd Downloads Change to the directory of the files we downloaded earlier – Link to section in video dir Show the contents of the directory – Link to section in video CertUtil -hashfile device-flasher.exe SHA256 OPTIONAL – Verify device-flasher – Link to section in video CertUtil -hashfile redfin-factory-202112110.zip SHA256 OPTIONAL – Verify CalyxOS image – Link to section in video Links referenced for video https://calyxos.org

November 29, 2021 · 1 min · 72 words · Josh

How to install CalyxOS on Android using Linux Ubuntu (Google Pixel)

🎥 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 ...

November 22, 2021 · 1 min · 112 words · Josh

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

🎥 Video Link 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 ...

November 15, 2021 · 1 min · 120 words · Josh