"Your Phone" won't run. Uninstalled via powershell but installing with windows store fails. Gives Code: 0x80070002

  • Thread starter Thread starter Nima Motamedi
  • Start date Start date
N

Nima Motamedi

Guest
Your Phone was previously working fine. Not sure what changed but I tried running it and now it disappears/closes 2 seconds after opening. I tried resetting via Apps & Features. Didn't help. I tried uninstalling and reinstalling. I went to powershell as admin and ran:

Get-AppxPackage *Microsoft.YourPhone* -AllUsers | Remove-AppxPackage


I then went to windows app store to re-install it. It downloads and then fails with error code:

Code: 0x80070002


In the start menu, I now see this, which again doesn't run:

2998601d-911e-4e44-a2ef-317d68cee02d?upload=true.png


I uninstalled again via powershell command above and reset the computer and tried reinstalling via powershell (admin) with:

Get-AppXPackage *Microsoft.YourPhone* -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


It still ends up not running the same as the photo above. The error follows:

>> Get-AppXPackage *Microsoft.YourPhone* -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}



Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

(Exception from HRESULT: 0x80073CF9)

Unable to update all user store with package Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe with error:

0x80070002

NOTE: For additional information, look for [ActivityId] 47a193a1-b6df-000e-05b0-a147dfb6d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 47a193a1-b6df-000e-05b0-a147dfb6d601

At line:2 char:60

+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


When I try

Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


It doesn't work either. Please see below post for the red wall of text I get in powershell when I run this command. I highlighted the part about YourPhone.



I also tried:

  • logging out/in to windows app store
  • uninstalling then resetting and reinstalling windows app store via Powershell (admin)
  • wsreset (admin)
  • Stopping and starting the windows stores app
  • sfc /scannow



Nothing helps. Any help would be greatly appreciated.



Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}



Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2212.31.0_x64__cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-b745-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-b745-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. Windows cannot install package Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe because it has version 2.2.27328.0. A higher version 2.2.28604.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-d746-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-d746-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already installed. Windows cannot install package Microsoft.NET.Native.Framework.2.2_2.2.27405.0_x64__8wekyb3d8bbwe because it has version 2.2.27405.0. A higher version 2.2.27912.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-d946-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-d946-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9) Unable to update all user store with package Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe with error: 0x80070057 NOTE: For additional information, look for [ActivityId] a91333c3-b6da-000a-d33f-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-000a-d33f-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2212.31.0_x64__cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-f649-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-f649-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9) Unable to update all user store with package Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbwe with error: 0x80070057 NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-5f4b-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-5f4b-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9) Unable to update all user store with package Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe with error: 0x80070057 NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-e54b-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-e54b-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.WindowsStore_12010.1001.3.0_x64__8wekyb3d8bbwe. NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-924e-13a9dab6d601 in the Event Log or use the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-924e-13a9dab6d601 At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand



Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.

(Exception from HRESULT: 0x80073CF9)

Unable to update all user store with package Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe with error:

0x80070002

NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-4e4f-13a9dab6d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-4e4f-13a9dab6d601

At line:1 char:38

+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand



Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

modifies are currently in use.

error 0x80073D02: Unable to install because the following apps need to be closed

Microsoft.Windows.StartMenuExperienceHost_10.0.19041.610_neutral_neutral_cw5n1h2txyewy.

NOTE: For additional information, look for [ActivityId] a91333c3-b6da-0012-5750-13a9dab6d601 in the Event Log or use

the command line Get-AppPackageLog -ActivityID a91333c3-b6da-0012-5750-13a9dab6d601

At line:1 char:38

+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


Delving further into the matter using "Get-AppPackageLog -ActivityID 47a193a1-b6df-000e-eeb4-a147dfb6d601" yields:

Time ID Message

---- -- -------

11/9/2020 3:33:48 PM 603 Started deployment Register operation on a package with main parameter

AppXManifest.xml and Options 0 and 0. See


deployment issues.

11/9/2020 3:33:48 PM 819 The following packages will be installed: 1527c705-839a-4832-9118-54d4Bd6a0c89_1

0.0.19041.423_neutral_neutral_cw5n1h2txyewy c5e2524a-ea46-4f67-841f-6a9465d9d515

_10.0.19041.423_neutral_neutral_cw5n1h2txyewy E2A4F912-2574-4A75-9BB0-0D02337859

2B_10.0.19041.423_neutral_neutral_cw5n1h2txyewy F46D4000-FD22-4DB4-AC8E-4E1DDDE8

28FE_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.AAD.BrokerPlugin_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.AccountsControl_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.AsyncTextService_10.0.19041.423_neutral_neutral_8wekyb3d8bbwe

Microsoft.BioEnrollment_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.CredDialogHost_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.ECApp_10.0.19041.423_neutral_neutral_8wekyb3d8bbwe

Microsoft.LockApp_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.MicrosoftEdgeDevToolsClient_10.0.19041.423_neutral__8wekyb3d8bbwe

Microsoft.MicrosoftEdge_44.19041.423.0_neutral__8wekyb3d8bbwe

Microsoft.Win32WebViewHost_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.Windows.AppRep.ChxApp_10.0.19041.423_neutral_neutral_cw5n1h2txyewy Mic

rosoft.Windows.AssignedAccessLockApp_10.0.19041.423_neutral_neutral_cw5n1h2txyew

y

Microsoft.Windows.CallingShellApp_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.Windows.CapturePicker_10.0.19041.423_neutral_neutral_cw5n1h2txyewy Mic

rosoft.Windows.CloudExperienceHost_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.Windows.ContentDeliveryManager_10.0.19041.423_neutral_neutral_cw5n1h2t

xyewy Microsoft.Windows.NarratorQuickStart_10.0.19041.423_neutral_neutral_8wekyb

3d8bbwe Microsoft.Windows.OOBENetworkCaptivePortal_10.0.19041.423_neutral_neutra

l_cw5n1h2txyewy Microsoft.Windows.OOBENetworkConnectionFlow_10.0.19041.423_neutr

al_neutral_cw5n1h2txyewy

Microsoft.Windows.ParentalControls_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.Windows.PeopleExperienceHost_10.0.19041.423_neutral_neutral_cw5n1h2txy

ewy Microsoft.Windows.PinningConfirmationDialog_10.0.19041.423_neutral_neutral_c

w5n1h2txyewy

Microsoft.Windows.Search_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.Windows.SecHealthUI_10.0.19041.423_neutral__cw5n1h2txyewy Microsoft.Wi

ndows.SecureAssessmentBrowser_10.0.19041.423_neutral_neutral_cw5n1h2txyewy Micro

soft.Windows.ShellExperienceHost_10.0.19041.610_neutral_neutral_cw5n1h2txyewy Mi

crosoft.Windows.StartMenuExperienceHost_10.0.19041.610_neutral_neutral_cw5n1h2tx

yewy

Microsoft.Windows.XGpuEjectDialog_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

Microsoft.XboxGameCallableUI_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

MicrosoftWindows.Client.CBS_120.2212.31.0_neutral_neutral_cw5n1h2txyewy

MicrosoftWindows.UndockedDevKit_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

NcsiUwpApp_10.0.19041.423_neutral_neutral_8wekyb3d8bbwe

Windows.CBSPreview_10.0.19041.423_neutral_neutral_cw5n1h2txyewy

windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy

Windows.PrintDialog_6.2.1.0_neutral_neutral_cw5n1h2txyewy . The following

packages will be removed: NULL

11/9/2020 3:33:48 PM 10002 Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\8023f608

-28ba-4848-ab61-541e5bc09255_S-1-5-21-789581904-3125226588-3722813383-1001_7.rsl

c for Register Operation on Package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe.

11/9/2020 3:33:48 PM 607 Deployment Register operation on package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe has been de-queued

and is running for user SID S-1-5-21-789581904-3125226588-3722813383-1001.

11/9/2020 3:33:48 PM 614 Bundle Uri C:\Program Files\WindowsApps\Microsoft.YourPhone_2020.1030.1740.0_neu

tral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml contains packages:

"YourPhone.Package_1.20101.97.0_x64.appx":

Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_x86.appx":

Microsoft.YourPhone_1.20101.97.0_x86__8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-af.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-af_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-am.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-am_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ar.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ar_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-as.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-as_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-az-latn.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-az-latn_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-bg.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-bg_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-bn.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-bn_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-bs.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-bs_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ca.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ca_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-cs.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-cs_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-da.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-da_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-de.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-de_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-el.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-el_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-es.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-es_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-et.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-et_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-eu.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-eu_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-fa.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-fa_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-fi.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-fi_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-fil-latn.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-fil-latn_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-fr.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-fr_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ga.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ga_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-gl.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-gl_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-gu.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-gu_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-he.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-he_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-hi.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-hi_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-hr.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-hr_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-hu.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-hu_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-id.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-id_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-is.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-is_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-it.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-it_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ja.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ja_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ka.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ka_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-kk.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-kk_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-km.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-km_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-kn.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-kn_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ko.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ko_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-lo.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-lo_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-lt.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-lt_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-lv.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-lv_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-mk.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-mk_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ml.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ml_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-mr.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-mr_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ms.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ms_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-nb.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-nb_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ne.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ne_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-nl.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-nl_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-or.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-or_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-pa.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-pa_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-pl.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-pl_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-pt.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-pt_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-qps-ploc.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-qps-ploc_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-qps-ploca.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-qps-ploca_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-qps-plocm.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-qps-plocm_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ro.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ro_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ru.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ru_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sk.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sk_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sl.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sl_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sq.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sq_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sr-cyrl.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sr-cyrl_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sr-latn.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sr-latn_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-sv.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-sv_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ta.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ta_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-te.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-te_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-th.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-th_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-tr.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-tr_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ug-arab.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ug-arab_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-uk.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-uk_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-ur.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-ur_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-vi.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-vi_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-zh-hans.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-zh-hans_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_language-zh-hant.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.language-zh-hant_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_scale-100.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_scale-125.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-125_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_scale-150.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-150_8wekyb3d8bbwe

"YourPhone.Package_1.20101.97.0_scale-400.appx":

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-400_8wekyb3d8bbwe.

11/9/2020 3:33:48 PM 854 Successfully added the following uri(s) to be processed: C:\Program Files\Windo

wsApps\Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe\AppxMetadata

\AppxBundleManifest.xml C:\Program Files\WindowsApps\Microsoft.YourPhone_1.20101

.97.0_x64__8wekyb3d8bbwe\AppxManifest.xml C:\Program Files\WindowsApps\Microsoft

.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml.

11/9/2020 3:33:49 PM 855 Finished resolving action lists. DeploymentRequest action lists:

addPackageList:

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe

Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe.

11/9/2020 3:33:49 PM 573 Setting Sync Enabled status, package family name

Microsoft.YourPhone_8wekyb3d8bbwe, enabled true.

11/9/2020 3:33:49 PM 566 Acquiring roaming data for already registered package

Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe.

11/9/2020 3:33:49 PM 10000 About to service package Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe.

Setting the package state to disabled returned with 0x0.

11/9/2020 3:33:49 PM 5505 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe : C:\Program Files\WindowsAp

ps\Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe\microsoft.system.package.

metadata\S-1-5-21-789581904-3125226588-3722813383-1001-MergedResources-32.pri :

Linked user-specific merged PRI file

11/9/2020 3:33:49 PM 5605 Roaming data status for pacakge Microsoft.YourPhone_8wekyb3d8bbwe is 0x0.

11/9/2020 3:33:49 PM 8100 Starting validation and setting the Trust Label on package

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe with

flags 0x9.

11/9/2020 3:33:49 PM 8106 Package Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe

has Trust Label already. Flags: 0x9

11/9/2020 3:33:49 PM 8101 Finished validation and setting the Trust Label on package

Microsoft.YourPhone_1.20101.97.0_neutral_split.scale-100_8wekyb3d8bbwe with

flags 0x9.

11/9/2020 3:33:49 PM 8100 Starting validation and setting the Trust Label on package

Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe with flags 0x9.

11/9/2020 3:33:49 PM 8106 Package Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe has Trust Label

already. Flags: 0x9

11/9/2020 3:33:49 PM 8101 Finished validation and setting the Trust Label on package

Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe with flags 0x9.

11/9/2020 3:33:49 PM 5507 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe :

S-1-5-21-789581904-3125226588-3722813383-1001-MergedResources-32.pri : Current

user-specific merged PRI file ignored

11/9/2020 3:33:49 PM 5507 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe : resources.8d2178dc.pri :

Current shared merged PRI file ignored

11/9/2020 3:33:49 PM 5508 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe : C:\Program Files\WindowsAp

ps\Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe\microsoft.system.package.

metadata\S-1-5-21-789581904-3125226588-3722813383-1001-MergedResources-31.pri :

Deleted

11/9/2020 3:33:49 PM 5507 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe :

S-1-5-21-789581904-3125226588-3722813383-1001-MergedResources-32.pri : Current

user-specific merged PRI file ignored

11/9/2020 3:33:49 PM 5507 Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe : resources.8d2178dc.pri :

Current shared merged PRI file ignored

11/9/2020 3:33:49 PM 812 Unable to update all user store with package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe with error:

0x80070002

11/9/2020 3:33:49 PM 605 The last successful state reached was RegistrationChanged. Failure occurred

before reaching the next state VersionSuperceded. hr: 0x80070002

11/9/2020 3:33:49 PM 10001 Finished servicing package Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe.

Setting the package state to enabled returned with 0x0.

11/9/2020 3:33:49 PM 10001 Finished servicing package Microsoft.YourPhone_1.20101.97.0_x64__8wekyb3d8bbwe.

Setting the package state to enabled returned with 0x0.

11/9/2020 3:33:49 PM 401 Deployment Register operation with target volume C: on Package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe from:

(AppxBundleManifest.xml) failed with error 0x80070002. See


deployment issues.

11/9/2020 3:33:49 PM 404 AppX Deployment operation failed for package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe with error

0x80073CF9. The specific error text for this failure is: Unable to update all

user store with package

Microsoft.YourPhone_2020.1030.1740.0_neutral_~_8wekyb3d8bbwe with error:

0x80070002

Continue reading...
 
Back
Top