# dodola/RocooFix

another hotfix framework

Repository: https://github.com/dodola/RocooFix
Canonical: https://ross.abutalabs.com/products/rocoofix
Language: Java
License: MIT
License Family: permissive
Last push: 2016-09-16T06:02:57+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3752, "days_push": 3638, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1566, forks 288 (observed 2026-08-28T04:05:04.334054+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: developer-tools, build-tool, plugin-system
- domain: android-tools, mobile-development, developer-tools
- platform: jvm
- tags: hotfix, android, patching, dex, gradle-plugin, runtime-patching, dalvik, art, gradle

## Member repositories
- dodola/RocooFix (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:04.334054+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:00:08.879724+00:00, confidence not recorded.
  - readme: https://github.com/dodola/RocooFix (fetched 2026-08-28T04:05:04.334054+00:00, sha 6de40ce73fee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
