Skip to content

SystemUI: extend Cutout Progress with Aurora and timer effects - #62

Open
Alaa91H wants to merge 2 commits into
Evolution-X:cnbfrom
Alaa91H:submission/cutout-progress-systemui
Open

Alaa91H wants to merge 2 commits into
Evolution-X:cnbfrom
Alaa91H:submission/cutout-progress-systemui

Conversation

@Alaa91H

@Alaa91H Alaa91H commented Sep 21, 2026

Copy link
Copy Markdown

Move the runtime implementation into frameworks/base where SystemUI belongs. Adds multi-ring routing, timer progress with optional burning-fuse endpoint, Aurora event effects, adaptive cutout geometry, and related runtime hardening.

joeyhuab and others added 2 commits September 21, 2026 16:21
AxSpoofManager:
Move the background upkeep AlwaysStrong does in userspace into
system_server so it no longer depends on the Settings app being opened.

- Seed TrickyStoreService.DEFAULT_TARGET_LIST into the target setting
  at boot when it was never set, so a fresh install attests GMS without
  anyone opening Evolver. An empty value is left alone.
- Append newly installed packages to the target list (AUTO). Ignore
  updates, packages already targeted in any mode and Xposed managers,
  and do nothing while the list is empty or JSON.
- Refresh hourly, each step isolated, network work bounded to 20s on a
  single-thread executor. While the keybox or PIF config is missing,
  run the first pass 2 minutes after boot and retry every 10 minutes,
  up to 6 times.
- Hold the scheduled pass until the setup wizard has finished, checking
  every minute for up to 30 minutes, so the GMS restart doesn't land
  under someone signing in. Devices already provisioned aren't delayed.
- Refresh the Pixel fingerprint when PIF is enabled, wasn't manually
  imported, the last fetch is over a day old and the canary is within 15
  days of expiry (or unknown). Save it with the canary metadata, sync
  the TrickyStore patch level when it is empty or a plain date, stage
  persist.sys.pif.product.* for bionic's custom_rom_hide (readable by
  GMS, not ordinary apps) and force-stop the GMS family.
- Refresh the EvoX mirror keybox unless the source is "user" or
  TrickyStore is disabled. Reject payloads that aren't a keybox and skip
  the write when the decoded XML is unchanged. TrickyStoreService
  re-validates certs and revocation on every read.
- When the PIF config is cleared (reset or deleted), empty the staged
  props, force-stop the GMS family and refresh 5s later.

PixelDeviceRepository:
Fetch both the OTA and Factory Image pages for the current QPR and
union their device codenames, since Google doesn't always publish a
device to both at once. OTA names win on overlap, and a missing Factory
Image page falls back to OTA alone.

Add A_SERIES_ORDER and getPreferredASeriesCodename(), which picks the
'a' series device one generation behind the newest, for the picker's
default. 'a' series prints have held a working <A13 PI DEVICE verdict
longer than flagship canary prints. Display and default only; it never
filters fetchFromNetwork().

TrickyStoreService:
Add DEFAULT_TARGET_LIST, the one copy of the default targets. Make
XPOSED_PACKAGES public, add three managers to it, and skip it in
needGenerate() as well as needHack().

Assisted-by: Claude/sonnet-5
Move the runtime implementation into frameworks/base where SystemUI belongs.
Adds multi-ring routing, timer progress with optional burning-fuse endpoint,
Aurora event effects, adaptive cutout geometry, and related runtime hardening.
@joeyhuab
joeyhuab force-pushed the cnb branch 6 times, most recently from fda7ae3 to a3219cb Compare September 23, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants