Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 4.19 KB

readme.md

File metadata and controls

57 lines (31 loc) · 4.19 KB

Windows 10 1809/1903: YourPhone app

In Windows 10 1809 (Oct 2018 version upgrade) the new YourPhone app allows a user to synchronise Messages & Contacts and the most recent 25 Photos in an Android phone with a Win10 workstation. The folder "C:\Users\ %username%\AppData\Local\Packages\Microsoft.YourPhone_8wekyb3d8bbwe\LocalCache\Indexed\GUID\System\Database" has the Phone.db, an SQLite database with all synchronised messages & contacts.

dB

  • SQLite query to view the Contacts

    Contacts as displayed in the App:
    Contacts

  • SQLite query to view the SMS Messages

    Messages as displayed in the App:
    Messages

    Photos as seen in the App:
    Photos in App
    Note: .heic images are synced (can be found in the 'Recent Photos' folder as seen below), but are not displayed in YourPhone's app window.

    Photos as seen in the "C:\Users\ %UserName% \AppData\Local\Packages\Microsoft.YourPhone_8wekyb3d8bbwe\LocalCache\Indexed\GUID\User\PhoneName\Recent Photos" folder:

    Photos in Folder

    (Tested with Win 10 version 1809 (Build 17755.1) & Win10 version 1903 (Build 18875.1000) &Android 7.1.1)

UPDATE: Your Phone 1.19041.481.0 (Win 10 v18890.1000)

  • SQLite query to view the Notifications found at "C:\Users\ %username% \AppData\Local\Packages\Microsoft.YourPhone_8wekyb3d8bbwe\LocalCache\Indexed\GUID\System\Database\Notifications.db"
    hint

  • Separate folders (GUID) for each connected phone:

    folders

  • Settings.db lists all the applications installed on the phone, their version number, and icon (blob), as well as the notification setting (on/off) :

    Applications
    Settings

    Query for the settings.db + Magnet AXIOM 3 custom artifact

    Note: The Settings table gets/updates values only after the user changes any settings in the 'Your Phone' app settings (as seen in the image above).

    Magnet Axiom preview

UPDATE: Your Phone 1.19061.410.0 (Win 10 v18932.1000)

  • Photos.db: There is a 4th db file now: Photos.db lists all the synchronised images, timestamp, their size, location on phone, full thumbnail (blob), and full image (blob). Images are also saved in the 'Recent Photos' folder.

    dBs

  • calling.db: 5th file - Call history

Note: YourPhone uses MS Graph Notifications which are registered by Windows Timeline "platform":"msa"