Skip to content

Instantly share code, notes, and snippets.

@tsbertalan
tsbertalan / create_firefox_app.py
Last active March 4, 2024 14:35
Largely automate the process of making a special-purpose Firefox profile without window chrome.
#!/usr/bin/env python
from __future__ import print_function
import argparse
from os import system
from glob import glob
from os.path import join, expanduser
HOME = expanduser('~')
@mvsde
mvsde / android-volume-steps.md
Last active April 14, 2024 00:04
Android Volume Steps

Android Volume Steps

Warning

This is a rather old guide and may or may not work with modern versions of Android.

Connect through ADB

  1. Boot into TWRP
  2. Connect device to computer
  3. Terminal: List devices with adb devices