dodola/RocooFix
another hotfix framework observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3752
- days_rel: n/a
- days_push: 3638
- n_releases_24m: 0
Adoption not part of the score
1566 stars · 288 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RocooFix is an Android hotfix framework that lets developers patch bugs in released apps without republishing, supporting both static (restart-required) and dynamic (immediate) fixes on Dalvik and ART VMs. It ships as a Gradle plugin plus runtime library that automates hash.txt and mapping.txt generation and supports ProGuard, Multidex, and beta native (so) library patching.
Use cases
- fix bugs in a released android app without shipping a new apk
- apply runtime dex patches to an android application
- patch android app classes on dalvik and art devices
- generate hotfix patches automatically from gradle builds
- load a patch dex from assets or a local directory
- hot patch native so libraries in an android app
When to choose
- you maintain a legacy Android app on old Gradle/AGP versions (1.3–2.1) and need a simple hotfix mechanism
- you want automated patch generation without manually managing hash.txt and mapping.txt files
- you need both static and dynamic patch modes on Dalvik and ART
When to avoid
- you are starting a new project - the author recommends the successor AnoleFix or actively maintained frameworks like Tinker or Robust
- you need modern Android Gradle Plugin support, Windows build support, or ongoing bug fixes
- you need guaranteed compatibility with recent Android versions
Facets
library · maturity abandoned
developer-tools build-tool plugin-system android-tools mobile-development developer-tools jvm hotfix android patching dex gradle-plugin runtime-patching dalvik art gradle
1 source
- readme: https://github.com/dodola/RocooFix · fetched 2026-08-28 · 6de40ce73fee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dodola/RocooFix | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem