Add LG ThinQ support for iOS - #2084
Merged
Merged
Conversation
Five artifacts from the app's Realm store, read with the vendored realm_parser: - Devices: LG appliances registered to the account, with the name the account gave each one, its model and serial number, the Wi-Fi network it reported and the room it is assigned to. - Rooms - Favorites - Account Identifiers - Services The app keeps no user data in SQLite; its ThinQCoreKitDatabase holds interface theme rows only. Four date columns use four different formats and are handled separately: a 17 digit packed value for registration, an 8 or 14 digit value in one room column, an explicitly UTC marked string for favorites, and a text date for the service join date. Only the favorites columns record a zone, so the others are reformatted and reported as stored. The join date is read month first because it resolves to the same day the appliances record as their registration date, and read day first it would fall after the extraction date. Candidate files must carry a class_Product table before they are read. The sibling shared and tv Realm files hold interface layout and a schema version only and are not reported. The stored access token is not reported. Co-Authored-By: Claude Opus 4.8 <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 LG ThinQ support for iOS. Five artifacts from the app's Realm store, read with the vendored realm_parser:
The app keeps no user data in SQLite; its ThinQCoreKitDatabase holds interface theme rows only. Four date columns use four different formats and are handled separately, and only the favorites columns record a zone, so the others are reformatted and reported as stored. The service join date is read month first because it resolves to the same day the appliances record as their registration date, and read day first it would fall after the extraction date. Candidate files must carry a class_Product table before they are read. The sibling shared and tv Realm files hold interface layout and a schema version only and are not reported. The stored access token is not reported.