Skip to content

Instantly share code, notes, and snippets.

View thrdchld's full-sized avatar

thrdchld thrdchld

View GitHub Profile
@thrdchld
thrdchld / pinggy.txt
Last active July 3, 2026 15:15
pinggy.txt
PINGGY ACTIVE
FULL:
tcp://engeq-182-253-242-237.run.pinggy-free.link:45929
CLEAN:
engeq-182-253-242-237.run.pinggy-free.link:45929
COPY:
engeq-182-253-242-237.run.pinggy-free.link45929
@thrdchld
thrdchld / lineage-signing-builds.md
Created June 5, 2024 07:32 — forked from A2L5E0X1/lineage-signing-builds.md
Signing LineageOS builds with your own dev-keys

Generating dev-keys to sign android builds

All you need is an Android buildsystem (LineageOS is recommended)
NOTE: For Lineage 21 and newer, different steps are required.

PART 1: GENERATING KEYS

  1. Export your infos (replace examples with your infos)
subject='/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailAddress=android@android.com'

C: Country shortform

@thrdchld
thrdchld / X01BD.sh
Last active January 17, 2025 05:02 — forked from Megh-Rana/meme1.sh
X01BD Build Script
# Build Script for X01BD
# Remove local_manifests directory
rm -rf .repo/local_manifests
# Clone the manifest repository
git clone https://github.com/thrdchld/local_manifest --depth 1 -b los .repo/local_manifests
# Force sync the repository
repo sync --force-sync -c -j $(nproc)