Skip to content

Instantly share code, notes, and snippets.

@JosephHewitt
JosephHewitt / jh-uconsole-110.patch
Last active September 24, 2024 16:08
uConsole patch for kernel 5.10.110. This is a modification of https://github.com/clockworkpi/uConsole/tree/master/Code/patch/cm4/20230630 and the patch is based on commit 8e1110a580887f4b82303b9354c25d7e2ff5860e
diff --git a/arch/arm/boot/dts/overlays/Makefile b/arch/arm/boot/dts/overlays/Makefile
index 6fcacdccb608..8e3a0dc87e92 100644
--- a/arch/arm/boot/dts/overlays/Makefile
+++ b/arch/arm/boot/dts/overlays/Makefile
@@ -34,6 +34,12 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
cap1106.dtbo \
chipdip-dac.dtbo \
cma.dtbo \
+ devterm-bt.dtbo \
+ devterm-misc.dtbo \
@balmacefa
balmacefa / install_OhMyZSH_PowerLevel10k.sh
Last active February 17, 2026 09:19
install OhMyZsh + powerlevel10k + plugins in ["debian","ubuntu" ,"linuxmint","pop","arch","manjaro""fedora","centos","rhel","solus"]
#!/bin/bash
# Created by hmike
# https://gitlab.com/whitemike00/scripts/-/blob/master/install_zsh-omz.sh
############################ INSTALL <----------------------------*******************
# curl https://gist.githubusercontent.com/balmacefa/87818833c9ada45af09b5f8ac0b179a7/raw/908705adea903a1d34e999241fcf1e39c3c3f172/install_OhMyZSH_PowerLevel10k.sh | sh
# mod by: @balmacefa
set -o errexit
@NotKit
NotKit / Gemini_PDA_UBPorts.md
Last active August 27, 2025 09:44
Gemini PDA - UBPorts

Running Ubuntu Touch on Gemini PDA

Installation

Use prebuild system.img and get the ubports edge rootfs from here.

Boot into TWRP and install it with the JBB's halium-install script.

./halium-install -p ut ubports-touch.rootfs-xenial-edge-armhf.tar.gz system.img
adb push halium-boot.img /tmp