Add navigation personal information artifacts - #154
Merged
Conversation
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>
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.
Adds seven artifacts for the personal information the built-in navigation application syncs from a paired phone.
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.