Skip to content

Add navigation personal information artifacts - #154

Merged
abrignoni merged 1 commit into
mainfrom
feat/ford-nav-pim
Aug 27, 2026
Merged

Add navigation personal information artifacts#154
abrignoni merged 1 commit into
mainfrom
feat/ford-nav-pim

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Adds seven artifacts for the personal information the built-in navigation application syncs from a paired phone.

  • Navigation Paired Devices, Call Log, Messages, Contacts, Calendar, Trips and Search History, all from data_manager.sqlite.

Every one of these tables was empty on the one extraction available, where no phone had been paired. The queries were verified by staging rows into a scratch copy of the store and confirming each executes, joins across its related tables and returns its declared columns, so the SQL is proven while the artifacts stay unexercised against real device data. Each says so in its notes and records a zero row count rather than being left out.

Time columns are reported as stored. Nothing here establishes their epoch, and the settings tables in the same store are not evidence about these. Where a table constrains a column to a fixed set, the range is stated without assigning a meaning to the values.

Also notes that the SiriusXM store sits under a directory named golden_package while holding device specific values, so the name is not read as factory defaults.

Seven artifacts for the personal information the built-in navigation
application syncs from a paired phone: paired devices, call log, messages,
contacts, calendar, saved trips and destination search history.

Every one of these tables was empty on the one extraction available, where no
phone had been paired. The queries were verified by staging rows into a scratch
copy of the store and confirming each executes, joins across its related tables
and returns its declared columns, so the SQL is proven while the artifacts stay
unexercised against real device data. Each artifact says so in its notes, and
records a zero row count rather than being left out.

Time columns are reported as stored. Nothing available establishes their epoch,
and the settings tables in the same store are not evidence about these. Where a
table constrains a column to a fixed set, the range is stated without assigning
a meaning to the values.

Also notes that the SiriusXM store sits under a directory named golden_package
while holding device specific values, so the name is not read as factory
defaults.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit 7fdc9ea into main Aug 27, 2026
10 checks passed
@abrignoni
abrignoni deleted the feat/ford-nav-pim branch August 27, 2026 06:40
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