Selected projects.
Android applications, system tools, and experiments spanning application code, automation, and system integration.
KillMyApps
A focused Android utility for terminating selected applications through Root or Shizuku.
DTerminal
An Android terminal with native shell execution and an embedded Python runtime.
EvilFont
A systemless font and emoji module for Magisk, KernelSU, and APatch.
Closer to the platform.
The projects cover different layers of Android, from Compose and application architecture to Root, Shizuku, native execution, automation, and performance.
The common thread is practical tooling: each project starts with a specific problem and keeps its implementation tied to that use case.
Different tools for different layers.
Depending on the problem, I use Kotlin and Compose, C/C++, Python, Bash, Android SDK/NDK APIs, or system-level interfaces. The choice follows the requirements of the project rather than a fixed stack.