Situation: I am trying to develop and deploy a windows phone 8.0 app using C# and XAML. To do so, first I installed Windows 8.1 Pro and Visual Studio 2013 Express with update 2 RC. I developed a simple Windows Phone 8.0 app and was able to test it using emulator with no problems. I have updated Zune and Microsoft Windows Phone app installed (if the matter at all) .Zune does not detect the phone but Microsoft Windows Phone app does.
Problem: I want to test it on a phone with following specs:
- Model: Nokia Lumia 520
- Software windows: 8.0
- Screen resolution: 480x800
But I have problem with unlocking the phone. My procedure:
- I connect the mobile phone using a USB cable
- Unlock mobiles phone's screen lock.
- Started Windows Phone Developer Regsitration
- First I got: Status: Identified Windows Phone 8 device. Click the Register button to unlock the phone.
- I click register and enter my Microsoft account credentials.
- I get logged in successfully.
- Then I have: Status: Trying to detect Windows Phone device connected to the PC. (before logging in to Microsoft account, Windows Phone was detected)
- Then I have Status: Unable to connect to a phone. For Windows Phone 7 phones make sure the Zune software is running and the Zune recognizes your phone. For Windows Phone 8 phones make sure that the Windows Phone IP Over USB Transport (IPOverUsbSvc) service is running. (I have checked the service is running).
Question: How to test and deploy a Windows Phone 8.0 app, using Desktop Windows 8.1 Pro and VS 2013 Express? Do I have the complete and correct set to do so?