Conversation
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
force-pushed
the
cnb
branch
6 times, most recently
from
September 23, 2026 14:54
fda7ae3 to
a3219cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.