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
@danielxue
danielxue / Antergos Installation Notes.txt
Last active November 15, 2024 15:37
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
@Pulimet
Pulimet / AdbCommands
Last active April 26, 2025 13:51
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.