Skip to content

Add Android users, ADB authorizations and telecom phone accounts - #1306

Merged
abrignoni merged 1 commit into
mainfrom
feat/abx-users-adb-telecom
Sep 4, 2026
Merged

Add Android users, ADB authorizations and telecom phone accounts#1306
abrignoni merged 1 commit into
mainfrom
feat/abx-users-adb-telecom

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Three artifacts from system ABX records that no module reads today.

  • Android Users and Profiles (system/users): one row per user, with the name, type, creation time, last login and last foreground time. A user other than 0 is a second data tenant with its own app storage.
  • ADB Authorizations (misc/adb/adb_temp_keys.xml): the public keys the device authorized for debugging, with each key's last connection time.
  • Telecom Phone Accounts (phone-account-registrar-state.xml): the SIM subscriptions and the apps registered to place or receive calls, with the number, carrier label and slot as stored.

The user and adb patterns are not anchored on a data/ prefix, because a raw userdata partition image carries the same folders without one; both are in the path anchor allowlist as system locations. Undocumented integers are reported as stored. Measured on 23 Android corpora.

🤖 Generated with Claude Code

Three artifacts from system ABX records that no module read: the users and
profiles on the device, with each one's name, type, creation time and last
login; the ADB public keys the device authorized, with each key's last
connection time; and the calling accounts registered with the telecom
service, covering SIM subscriptions and the apps that registered to place
calls. The user and adb patterns are not anchored on a data/ prefix so a
raw userdata partition image is reached too. sample_data measured on 23
Android corpora.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit de3cef1 into main Sep 4, 2026
10 checks passed
@abrignoni
abrignoni deleted the feat/abx-users-adb-telecom branch September 4, 2026 02:15
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.

1 participant