Skip to content

Files

Latest commit

e0e6679 · Nov 18, 2021

History

History

YourPhone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 11, 2018
Sep 11, 2018
Sep 11, 2018
Sep 11, 2018
Jun 10, 2019
Jul 7, 2019
Sep 11, 2018
May 3, 2019
May 4, 2019
May 4, 2019
Apr 24, 2021
May 3, 2019
May 4, 2019
Apr 25, 2019
Nov 18, 2021
Jul 22, 2020
May 3, 2019
May 3, 2019
Jan 16, 2020
Jan 16, 2020
Jul 7, 2019
May 4, 2019
Jul 1, 2019

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"