⚡ Settings

0.7s
12px
0.35
Available for collaborations

Hei, I'm Cidstech

Tech enthusiast, Techtoker, and open-source developer. From AOSP ROMs for legacy devices to iOS jailbreaks — I breathe new life into forgotten hardware.

0
Followers
0
Years Coding
0
Video Views

What I've Built

🤖
AOSP / Android

AOSP ROMs for Nexus 10

Successfully built Android 4.2.2 from AOSP source code for the Google Nexus 10.

In 2026, I successfully built Android 4.2.2 from AOSP source code for my Google Nexus 10. This was a major milestone in my journey through custom ROM development.

The build process involved setting up the complete AOSP build environment, configuring the device tree for the Nexus 10 (codenamed "manta"), resolving build dependencies, and finally compiling the entire Android system from source.

Successfully booting the ROM on the device was an incredible feeling — proving that even after all these years, the Nexus 10 could still run a clean, stock Android experience built from the ground up.

AOSPAndroid 4.2.2Device TreeMantaBuild SystemGit
🍎
Jailbreak / iOS

iOS 7 Multitouch Fix

Fixed multitouch in an iOS 7 port for the iPod touch 4th Generation by patching the multitouch drivers.

In 2025, I fixed multitouch in an iOS 7 port for the iPod touch 4th generation. The iPod touch 4G was a beloved device in the jailbreak community, and getting iOS 7 to work on it was already a challenge — but without multitouch, it was nearly unusable.

I fixed the issue by patching the multitouch drivers to work on the 4th generation iPod touch. This required diving deep into the iOS driver stack, understanding how the digitizer hardware communicates with the OS, and writing patches that properly mapped touch input events to the correct hardware interface.

This fix was a significant contribution to the legacy iOS jailbreaking community, allowing thousands of users to actually use iOS 7 on their iPod touch 4G with full multitouch support.

iOS 7JailbreakDriver PatchingMultitouchReverse EngineeringC
📱
Content Creation

TechTok & Tech Shorts

Creating viral tech content on TikTok and YouTube Shorts.

In 2025, I started blowing up on YouTube Shorts and TikTok with my tech content. What started as sharing my tech experiments quickly turned into a rapidly growing audience of tech enthusiasts.

I create short-form tech content covering everything from ROM development tutorials to jailbreak guides, retro tech showcases, and behind-the-scenes looks at mobile development.

With 15M+ video views and a growing community, I've become a recognized voice in the tech development and jailbreak communities.

TikTokYouTube ShortsContent StrategyCommunity BuildingTech Education
💻
Virtualization

KDE Debian on M5 iPad Pro

Successfully booted KDE Debian on an M5 iPad Pro using UTM with JIT.

In 2026, I successfully booted KDE Debian on my M5 iPad Pro using UTM with JIT enabled. This achievement pushed the boundaries of what mobile virtualization can accomplish.

UTM allows running virtual machines on iOS devices, and enabling JIT (Just-In-Time) compilation significantly improves performance. Booting a full desktop Linux distribution with a complete KDE desktop environment on an iPad is a testament to the power of modern Apple Silicon chips.

This project involved configuring UTM, setting up the virtual machine, installing KDE Debian, and optimizing performance with JIT to get a smooth, usable Linux desktop experience on an iPad Pro.

UTMJITKDEDebianiPad ProVirtualizationApple Silicon
😂
Viral Meme

"fun fact: this ipad is older than u"

A somewhat viral meme that resonated worldwide, bringing humor to retro tech culture.

In 2025, I made the meme "fun fact: this ipad is older than u" — and I never expected it to become a meme at all. It was just something I posted for fun.

The meme was actually made viral by väinöreini, who took the original concept and ran with it. The meme consists of a screen recording of the original video, with someone commenting something like "no it's not sybau" using the green skull keyboard app, adding a whole new layer of humor to it.

What surprised me the most was that it wasn't only popular in the tech community. The meme spread far beyond my usual audience, reaching people who had no interest in jailbreaking or custom ROMs. It became a cultural moment that transcended its origins in niche tech circles.

MemesViral ContentTech CultureSocial MediaCommunity
🔧
Legacy Support

Legacy Device Revival

From installing Windows 11 on a Poco X3 Pro to booting native Fedora on the same device.

From installing Windows 11 on a Poco X3 Pro smartphone to booting native Fedora Workstation on the same device with a mainline Linux kernel — I've always been dedicated to keeping old hardware alive and pushing it beyond its intended limits.

I've experimented with GSI ports on my Redmi K20 Pro, tried AOSP builds on my Samsung Galaxy S2, and contributed to the AppleInternal community with various fixes and improvements.

This philosophy — that "old" doesn't mean "obsolete" — has been the cornerstone of everything I do in the tech space.

LinuxAndroidHackintoshWindows 11Mainline KernelGSIOpen Source

My Tech Journey

2020
First Custom ROM Flash
Flashed my first custom ROM — the spark that ignited my passion for tech.
2021
Virtual Machine Experimentation
Began experimenting with virtual machines, running multiple operating systems simultaneously.
2022
Hackintosh & Linux Distros
Started hackintoshing and trying out several Linux distros — Ubuntu and Debian were the first.
2023
Daily Driving Linux & Major Milestones
Daily drove Linux, installed Windows 11 on a Poco X3 Pro, achieved a successful hackintosh build, got my M2 Mac Mini, and downgraded an iPhone 3GS to 3.1.2 using Cydia SHSH blobs.
2024
Wallpaper Contest, Arch Linux & GSI Ports
Made a wallpaper for the Ubuntu 24.04 contest, installed Arch Linux, and started GSI ports on my Redmi K20 Pro.
2025
Viral Growth & Major Contributions
Fixed multitouch in an iOS 7 port for the iPod touch 4th generation, started blowing up on YouTube Shorts and TikTok, began contributing to the AppleInternal community, booted native Fedora on my Poco X3 Pro with a mainline Linux kernel, began AOSP builds on my Samsung Galaxy S2, and made the meme "fun fact: this ipad is older than u".
2026
AOSP Builds & UTM Virtualization
Built Android 4.2.2 from AOSP source code for my Google Nexus 10, and booted KDE Debian on my M5 iPad Pro using UTM with JIT.

Find Me Online

About Me

I'm Cidstech — a tech enthusiast who believes no device should be left behind. My journey started with flashing my first custom ROM in 2020 and has evolved into a passion for pushing hardware to its absolute limits.

From building AOSP ROMs for the Google Nexus 10 to fixing multitouch in an iOS 7 port for the iPod touch 4th generation, to booting KDE Debian on an M5 iPad Pro — I've always been obsessed with making old tech do new things.

Now, I'm sharing that journey with thousands through TechTok content and Tech Shorts.

// whoami.sh
const developer = {
  name: "Cidstech",
  role: "TechTok Creator",
  focus: ["AOSP", "Jailbreak",
    "Legacy Revival"],
  build(device) {
    return device.revive();
  }
};