rinnegatamante/afterburner-vita — explained in plain English
Analysis updated 2026-05-18
Play a legally owned Android copy of After Burner Climax on a PS Vita.
Study how Android APK executables can be loaded and run on non-Android hardware.
Build and modify the loader for other Android-to-Vita ports using the same technique.
Learn how kernel plugins like kubridge enable low-level compatibility layers on Vita.
| rinnegatamante/afterburner-vita | amichail-1/orbination-whisper-ai | andrewrk/libogg | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | C | C | C |
| Last pushed | — | — | 2026-03-31 |
| Maintenance | — | — | Maintained |
| Setup difficulty | hard | easy | easy |
| Complexity | 5/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires custom firmware plugins, a legally obtained Android APK, and manual file extraction before it will run.
This project is a port that lets the game After Burner Climax run on a PS Vita handheld console. It does not rewrite the game itself. Instead, it takes the official Android version of the game and loads its executable files directly into memory on the Vita, then resolves the missing pieces so the Android code can run as if it were inside a small reimplemented Android environment. The end result is that the original mobile game runs natively on Vita hardware. To use it, a player needs a Vita with custom firmware tools already installed, since the project relies on kernel-level plugins called kubridge and FdFix, plus a shader compiler file, to work correctly. Players must also legally own a copy of After Burner Climax for Android and extract certain files from the Android app package themselves, since the project does not include the original game files. Menus in the port are controlled by touch, while gameplay uses the Vita's physical buttons. The changelog shows the project has gone through at least two releases, with the newer version fixing a splashscreen freeze bug and touch menu crashes, and updating a dependency called FalsoNDK. For developers who want to build the loader themselves rather than just install it, the README lists a specific set of tools and libraries that must be compiled first, including a Vita software development kit and several supporting graphics and math libraries, each built with particular compiler flags. Once those are ready, the loader itself is built using standard C build tools. The README credits several other developers whose tools and reverse engineering work this port depends on, including the creator of the original Android executable loader technique and the authors of the Android compatibility layer it uses.
A port that lets the Android version of After Burner Climax run natively on a PS Vita, using loader and compatibility tools instead of a rewrite.
Mainly C. The stack also includes C, VitaSDK, OpenGL.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.