Installing
Introduction
This page describes the method I use to sideload my apps on my Windows Phone with Windows 10 mobile installed. Remember; this is only necessary to install app packages which aren't published in the Windows store. Installing them via the Windows store is the most easiest way.
This procedure is necessary because the Pebble Time Manager app is in face a Windows Phone 8.1 app and not a native Windows 10 app. Native Windows 10 apps can be installed more easily. If someone knows an easier procedure, please let me know.
Set phone in developer mode
To be able to sideload apps on your phone it has to be developer unlocked. This process is fully described on the Micrsoft website. In shore these are the steps to make:
- Go to 'All settings' and select 'Update and security'.
- Select the item 'For developers'.
- Select the 'Developer mode'.
- Acknowledge the change.
Install Visual Studio 2013 Express
There are multiple ways to install an app on your developer unlocked phone. The method that works best for me is via the AppDeploy application from Microsoft. This is part of the Visual Studio and SDKs. If you have installed one of them, you can skip this section.
- Go to SDK archive and select the installation of the Windows Phone 8.1 development tools. This will install Visual Studio 2013 Express
Deploy the app
- Open the application 'Windows Phone Application Deployment 8.1'. You can find it by searching for
appdeploy' in the start menu of Windows.
- The application will be started and its window will appear. Make sure that your phone is connected via USB and the target is set to 'Device'.
- Browse for the downloaded appx file.
- Press the deploy button to initiate the deployment process.
- After about 30 seconds the deployment is complete.
- The installed app is visibile on your phone in the recently added apps list.