Reputation: 971
I have created an windows phone 7 app. I need to test it in the device. I have got Nokia Lumia 710(OS: Mango7.5) and I need to deploy the app I created in this device and test it. What is the step by step procedure I need to follow.
Upvotes: 2
Views: 3773
Reputation: 65466
Unbelievable as it seems...
Unfortunately you need to have a AppHub account (at US$99) if you want to be allowed to upload code to your phone.
The only way round this is I know of is either to have purchased a ChevronWP7 Token (no longer available) and upgrade it to free AppHub account. Or to a have dreamspark account - which also lets you have a free AppHub account.
Windows Phone devices can be unlocked for development and testing *using an active account*. Accounts are limited to a certain number of Device Unlocks and Apps per Device based on the account type.
For Individual and Company accounts:
3 device unblocks 10 apps per device
For Student accounts:
1 device unlock 10 apps per device
Upvotes: 0
Reputation: 5557
First You should have a Microsoft Apphub developer account, which you need to developer unlock the device.(Using the "Windows phone developer Registration" tool from your windows phone SDK)
After developer unlocking the device, in visual studio, selecting the debugging target as "windows Phone device" instead of "Emulator" and start debugging(or deploying your app). Also make sure you have the latest version of Zune is installed and running.
Upvotes: 1
Reputation: 5347
If you want to test your apps on your device, the "legal way" (microsoft way) you must:
1) Make sure you have registered as a developer on the AppHub and have paid your subscription.
2) Install the latest version of the Zune software.
2) Plug in your phone via USB and let Windows setup the drivers.
3) Lunch the Zune software and make sure that it picks up your device. The Zune software is the gateway to the device it will always need to be running for any software on your PC to be able to talk to the phone – including Visual Studio when you are debugging.
4) Next you need to unlock your device using the Windows Phone Developer Registration Tool which can be found in the Windows Phone Developer Tools folder of your Start Menu.
got this text form http://cisforcoder.wordpress.com/2010/10/22/unlocking-your-wp7-device-for-app-development/
Upvotes: 0