Registration of WP8 device in the WP Developer Center - windows-phone-8

i just tried to Register my Nokia Lumia 620 with my Windows Phone Developer Account and am getting the same Error as many of you assume to get (Error 0x64).
But the difference in my kind of problem is, that my device (even with the correct ID) is shown up in the overview of my dev account, while the Windows Phone Registration Tool and Visual Studio, when I'm trying to debug my Project, still show up the same Errors (Error 0x64 in Registration and Visual Studio tells me my Device is developer locked).
Did somebody face the same issue and solved it ?
Would be glad for help.
Cheers

That error message & the ErrorCode indicates that your phone was unable to establish a connection to the developer web service portal.
Take a look over this thread which has an existing solution.

Related

Error 0x80073CF9 while installing my wp 8.1 app

I'm developing an application windows phone 8.1.Previously, it worked fine on Windows Phone 10 and Windows Phone 8.1, but after one of the Windows 10 updates, the app is no longer installed from the Windows Store. The installation is crushed with 0x80073CF9 error. All I found about this error in the Google is advices for Win Phone users, not for developers. Logs obtained from the device indicates a crash during installation, it also did not help me.
I checked if there is in my project proscribed names, or library, rid of all warnings. Cleaned project. But nothing helps. According to the disgruntled responses of users I can see that they can not install it too. There is no errors while create package and publishing it to Store: this is the most confusing as it is not clear what went wrong and what hinders to install the application on the device.
I am developing in Visual Studio 2015.
Did someone face similar problems?
UPDATE
I tried all the tips have been found in Google including correction time and language settings, soft reset, hard reset and many others. Result still the same.

Unexpected Error: -2147483638 while deploying windows8.1 application to me device

I'm currently working on Windows8.1 Phone Application Development.
Application runs fine on the emulator but when i try to deploy it on my Lumia 535, It gives this strange error message (Snapshot).
"Debug using ARM" is selected and my device is connected and unlocked.
HyperV is enabled too
thanks in advance :)
I´ve been through this hell for many hours. Tried everything. IpOverUsbSvc was up and running.
The only solution in my case was "repair" option of the visual studio installer
Try the following.. Disconnect USB
press 'Window key' + R
type 'services.msc'
press 'ok'
In the list find service Windows Phone IP over USB Transport (IpOverUsbSvc).
Right click on it
Select Restart
Connect USB and try again. (Hope your device is developer unlocked.)

Windows Phone 8.1 device registration error code 0x64

I wanted to get started with app development for windows phone 8.1. I own an up-to-date Lumia 630 device with Windows Phone 8.1 which I wanted to use as test device. Now, the problem is that i can't register this device as a test device. The registration tool which came with the sdk 8.1 always give me the 0x64 error code. I googled this problem but none of the solutions (including the ones here on stackoverflow) solved the problem for me. My phone has internet connection through wi-fi and is unlocked and up-to-date (tryed restarting and not using wi-fi). Also the windows background service is running (also tryed restarting it). An up-to-date windows 10 is running on the laptop with which I want to develop.
My microsoft account is not a developer account but from my understanding, i should still be able to use at least one device as test device without having to pay.
I also posted this question in the microsoft forum.
I appreciate any help.
I think your account must be associated with dev account.
Not sure what changed, but it appears this is now fixed. I am able to register multiple devices to my developer account again.

Runtime Exception in windows build

I am able to generate & install windows phone build in my Microsoft Lumia 640. Its running on Windows OS 8.1.
But as soon as I run application generated by CN1 build server, it gives error
An internal application error occurred: java.lang.RuntimeException Unsupported operation as per below screen shot.
For a testing purpose I created new CN1 Project and without changing any code / theme.res I just sent windows phone build and it ended up with the same error.
Unfortunately I didnt get any log output from windows phone, as it doesnt support Logcat like Android. Also I tried to grab Isolated Storage by WP Power Tools but there was nothing in it.
Anyone faced / facing this in Codename One windows phone build ?
The Windows Phone port is the least mature of the Codename One ports having gone thru 3 rewrites due to changes from Microsoft.
We are now debating the 4th rewrite, in the meantime some community members did their own port which should be more complete:
https://github.com/Pmovil/CN1WindowsPort
So as the short answer I suggest using that. For an explanation on how we got here read on.
The reason we didn't already start with the 4th port was Microsofts project astoria that they suddenly (might have) canceled. We were relying on this project for future Windows Phone support but now that its status is unclear we are in a bind.
We also have the JavaScript port & the Windows desktop port as options for targeting windows phone alleviating some of the problem.
If MS cancels the project for good we'll dedicate the resources for a complete rewrite of the port, but that will take time. However, we don't want to start off on such a huge effort and suddenly be faced with a huge shortcut of Android compatibility.

Can't connect to my windows phone emulator on visual studio 2013

I build an easy App in visual studio 2013, creating it through the windows phone project. The main thing is that it's supposed to fetch data from a API of my choice and write to an XML- document. It worked code-wise but depending on what network I was using(Wireless), It gave me either and error or it worked. It worked if I compiled with my phone as the network supplier, but not on my wireless at home or the schools network.
The error I recived everytime was "the thread has exited with code 259"
I googled for some solutions, and I guessed (Not really sure it was the answer I was looking for) that the error was due because of the phone emulator "takes" my PC's IP adress or network.
They told me to just remove my phone emulator on Hyper-V manager and then just re-start my emulation and it should work.
After this was done, all hell broke lose, cause now, visual studio can't even connect to the emulator.It creates a new phone emulator in hyper-v, but can't connect to it. When I try to compile the app I created it says "Trying to connect to "WVGA 512MB" or if I choose another "WVGA 720". It does this for about 3-5 min and then it says "An error occured. Would you like to continue?"
Now I have no idea what to do. I've googled for almost 2 days and I am at lost. I've un-installed, re-installed, repaired all my visual studio but nothing helps. I am using visual studio premium 2013 if that helps..
I guess this is due to the network issues, as you said the emulator takes the default PC's IP address. But normally after removing the emulator from the Hyper-V Manager and when you try to restart it, it should work.
If none of them works try removing all the Virtual Switches from your Virtual Switch Manager which is within the Hyper-V Manager. Then create a new Internal type of a Virtual Switch and restart your machine. Then try launching the emulator.
For more look into these:
Windows Phone 8 emulator can't connect to the internet
Windows Phone 8 emulator error - Something happened while creating a switch
(WP8) Emulator (XDE) Troubleshooting Tips