Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23272] Windows: Tooling for initial pairing/setup of Windows 10 device/emulator

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 5.3.0
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2016-04-25T13:59:11.000+0000
Updated2017-01-13T23:34:36.000+0000

Description

Currently, it is a pain in the butt to deal with a device that has not yet been paired. The user needs to install an app to the device/emulator through Visual Studio to have it set up the pairing/developer mode for the user. But even then, we don't really inform the user that's the best/easiest course of action to get started. It'd be nice to add additional tooling to be able to walk a user through manually pairing a device/emulator outside Visual Studio. Or informing them how to get setup once with a blank app in VS. For manual setup: 1. connect device 2. Ask user to go to Settings > Personalization > Lock Screen > set to 5 mins+ (so phone doesn't lock mid-build/deploy) 3. Walk user through Settings > Update & Security > Change to 'developer mode'. (to enable app installs) 4. Click Pair button (for emulators, don't need to pair for device over USB) 5. Ask user to enter the pair code in our CLI, we deploy a simple blank app to device to get initial pairing done. 6. No more access denied/etc!

Comments

  1. Kota Iguchi 2016-08-11

    FYI There are new features introduced in the latest WinAppDeployCmd. Old: https://msdn.microsoft.com/en-us/library/mt203806.aspx New: https://msdn.microsoft.com/en-us/windows/uwp/packaging/install-universal-windows-apps-with-the-winappdeploycmd-tool
  2. Ewan Harris 2016-08-11

    In addition to Kotas note, I successfully connected and installed an app to a mobile device over the network using winappdeploycmd and the -pin option. I had been unable to do before the latest release of universal tools

JSON Source