Pangu-Immortal/KeepAlivePerfect
💰Android终极保活:Android4.1 到 Android16.0 完美的保活方案 observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 68
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1941
- days_rel: n/a
- days_push: 194
- n_releases_24m: 0
Adoption not part of the score
1033 stars · 365 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
KeepAlivePerfect is an Android process keep-alive library that revives killed app processes using JNI communication with the Binder framework, with an optional ioctl-based variant for higher revival rates. It bundles multiple strategies including foreground services, silent audio playback, a one-pixel Activity, dual-process AIDL guarding, and JobScheduler-based periodic checks, supporting Android 7.0 through 16.
Use cases
- keep my android app process alive after being killed
- implement dual-process daemon guarding for background services
- prevent android service from being killed in background
- revive a killed android process via binder
- keep background tasks running on chinese roms
- play silent audio to keep cpu awake on android
When to choose
- you need maximum process persistence for a system tool or enterprise app on Android 7.0-16
- you want a one-line API integrating multiple keep-alive strategies
- you can accept native JNI/binder dependencies for higher revival rates
When to avoid
- building consumer-facing apps where aggressive keep-alive hurts battery and UX
- you need guaranteed effectiveness on all vendor ROMs with strict background killing
- your target is Android versions below 7.0
Facets
library · maturity active
sdk concurrency android-tools mobile-development developer-tools process-keep-alive jni binder background-services foreground-service job-scheduler dual-process-guard kotlin android
1 source
- readme: https://github.com/Pangu-Immortal/KeepAlivePerfect · fetched 2026-08-28 · dd24e6851645
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Pangu-Immortal/KeepAlivePerfect | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="Pangu-Immortal/KeepAlivePerfect")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem