Skip to content

Instantly share code, notes, and snippets.

View DrDeviant's full-sized avatar
🃏
You get what you fxxxing deserve!

Sir Satan DrDeviant

🃏
You get what you fxxxing deserve!
  • Hell
View GitHub Profile
@DrDeviant
DrDeviant / Antergos Installation Notes.txt
Created June 26, 2021 00:18 — forked from danielxue/Antergos Installation Notes.txt
Antergos Installation on Acer Chromebook 14 CB3-431 (Edgar)
Acer Chromebook 14 CB3-431 (Edgar)
Installing Antergos (17.10) [https://antergos.com/]
1. Flash stock RW_LEGACY firmware using MrChromebox's script [https://mrchromebox.tech/#bootmodes] though John Lewis's should work as well [https://johnlewis.ie/custom-chromebook-firmware/rom-download/].
a. Enable development mode by holding Esc + F3 (refresh) when booting. Once at recovery mode screen (with the yellow exclamation mark) press Ctrl + d and confirm.
b. Boot into ChromeOS (skip the warning screen with Ctrl + d). Connect to wifi and open up developer shell with Ctrl + Alt + F2 (forward). Login with user chronos.
c. Obtain and run the script with the commands on the website (cd; curl -LO https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh).
d. Choose option 1 and follow instructions to update firmware.
2. Boot into a bootable USB with Antergos [Reference: https://askubuntu.com/questions/47522/how-to-bypass-try-it-install-screen-when-booting-from-usb-live-session-wit].
a. Create a
@DrDeviant
DrDeviant / AdbCommands
Created May 13, 2021 20:17 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader