Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23762] Windows: Install of app to Windows 10 Mobile device fails on second build of application

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2016-08-22T07:15:05.000+0000
Affected Version/sRelease 5.4.0
Fix Version/sRelease 6.0.0, windowslib 0.4.18
ComponentsWindows
Labelsqe-5.4.0
ReporterEwan Harris
AssigneeGary Mathews
Created2016-08-11T12:46:33.000+0000
Updated2016-08-22T18:18:47.000+0000

Description

Description

When building an app to a Windows 10 Mobile device a second time the application fails to install with the below error. The latest Universal tools are needed for this error to occur
ERROR] :  Failed to install app (code 2148734208): Windows App Deployment Tool
Version 10.0.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
Opening connection to device at '127.0.0.1'.
Installing app...
Disconnecting.
0x80131500 - Failed to install or update package: Deployment of package com.team_1.0.0.0_arm__d7c8pgvss6ysm was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
0x80073cfb
0x80131500 - Deployment of package com.team_1.0.0.0_arm__d7c8pgvss6ysm was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
0x80073cfb
This was already fixed in the cloned ticket but it appears the error code has now been changed to 2148734208

Steps to reproduce

1. Build to a Windows 10 Mobile phone using appc run -p windows -T wp-device 2. Rebuild the app using appc run -p windows -T wp-device

Actual result

The app fails to install, a developer will currently have to uninstall their app each build

Expected result

The app should be reinstalled, a developer should not have to remove the same application each time they build

Comments

  1. Gary Mathews 2016-08-12

    master: https://github.com/appcelerator/windowslib/pull/53
  2. Chee Kiat Ng 2016-08-17

    I'm ok with a backport. Let's do that. [~kota]
  3. Kota Iguchi 2016-08-17

    https://github.com/appcelerator/titanium_mobile/pull/8238
  4. Ewan Harris 2016-08-22

    Verified using: Windows 10 Pro Appc core: 6.0.0-26 Appc NPM: 4.2.8-5 Ti SDK: 6.0.0.v20160822001523 Lumia 930: 10.0 Install of an application on second build is now successful. [~kota] just a heads up that I have filed TIMOB-23800 as another error code has changed in the latest tools Closing ticket

JSON Source