Skip to content

Instantly share code, notes, and snippets.

View lopestom's full-sized avatar
☠️
🃏 💀 ◔ ☳ Learning ☴ Android 14 ☵ 🤖 ☠ 🃏

lopestorm lopestom

☠️
🃏 💀 ◔ ☳ Learning ☴ Android 14 ☵ 🤖 ☠ 🃏
View GitHub Profile
@lopestom
lopestom / roomservice.README.md
Created December 7, 2023 15:58 — forked from rokibhasansagar/roomservice.README.md
Fixed OmniROM's roomservice for Unofficial builds

OmniROM's roomservice - For Everybody

OmniROM's roomservice is now strictly blocking Unofficial Builds if the Device Tree is not available in their Gerrit/Github Organization.

These files are patched to bypass those restrictions.

@lopestom
lopestom / FlashTools-Installer.sh
Created May 16, 2023 00:14 — forked from Fire7ly/FlashTools-Installer.sh
SP Flash Tool on Linux? Why not? -)
#!/bin/bash
# check root user
if [ "$(id -u)" != 0 ]; then
echo "ERROR! Run this script with root user!"
exit 1
fi
#var
tool="SPflashtools"