Ross ROSS = Recommend OSS · open-source software intelligence for agents

dodola/RocooFix

another hotfix framework observed · 2026-08-28

github.com/dodola/RocooFix · Java · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
dodola/RocooFixmain32

For agents

markdown · JSON · MCP: product_card(name="dodola/RocooFix")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem