IpOverUsbSvc error Windows Phone Developer Registration [duplicate] - windows-phone-8

This question already has answers here:
IpOverUsbSvc error
(3 answers)
Closed 9 years ago.
When I try to register my windows phone device with Windows Phone Developer Registration
I get 'unable to connect to a phone'.
The message also says 'For Windows Phone 8 phones make sure that the Windows phone IP Over USB Transport (IpOverUsbSvc) service is running.
I followed the instructions on this site and this service is running. I still get the same problem.
What can I do?

Sometimes, restarting the phone o the trick. Also try to stop/start the IpOverUsbSvc service.
Hope this helps!

Related

As a developer, what can I run when chrome is closed and running in the background

I was wondering what kinds of processes I can run when Chrome is closed and running in the background.
For context, I created a chrome extension that was supposed to keep a socket.io connection open while chrome is closed and running in the background but after a few seconds, I noticed the connection was closed. This is because I was managing the socket connection in a service worker and service workers are stopped after some time when there's no activity.
So my question is, besides just getting notifications from WebPush, what other things can be run in Chrome when it is closed and running in the background

Not able to execute selenium script on jenkins on chrome version 73 [duplicate]

This question already has answers here:
Timed out receiving message from renderer: 10.000 while capturing screenshot using chromedriver and chrome through Jenkins on Windows
(4 answers)
Getting Timed out receiving message from renderer: 600.000 When we execute selenium scripts using Jenkins windows service mode
(3 answers)
Closed 3 years ago.
Since chrome got updated to version 73, My scripts which were working fine on jenkins on for previous versions of chrome, are now stopped working, So if anyone had same issue and able to find solution for that, please share it. Thanks.
I have already tried with trying different versions of chromedriver, but no luck on this.
This is what i found in the ChromeDrivers site, Please see if this resolves the issue.
If you are using Chrome version 73, please download ChromeDriver 73.0.3683.68
http://chromedriver.chromium.org/downloads

Error communicating with the Windows Phone Dev Center. (ErrorCode:0x64)

I am trying to resolve the following error:
Error communicating with the Windows Phone Dev Center. Set the correct date and time on the phone, check your Internet connection, and try again. (ErrorCode:0x64).
I've checked our developer account and can see there are no devices unlocked so we haven't hit our limit. (We did have 3 devices previously unlocked but they have since been deactivated and removed from the account).
The date/time are correct and the device is connected to a valid Wi-Fi with Internet access.
Here is what I have done:
I have rebooted the PC (Windows 10)
I have rebooted the phone (Windows 8.1)
On the phone I have switched the date/time settings to manual and then back to automatic
I've factory restored the device to original settings
I've checked local host files for anything related to windows/Microsoft/development
I've restarted the IpOverUsbSvc service many times
There was a server side problem with the Dev Center that blocked device unlocking. It should be fixed now, so try again, though it may take some time to propagate.
In general you should contact Microsoft Dev Center Support with problems like this as it's not something anybody outside of Microsoft can help with.
I just got this.
Nothing worked until I finally connected to a Internet capable wireless network.
Hope this helps someone else.

Windows Phone 8 and LAN communication Client-Server-Client

I want to make Client(WP8 device) -> Server(Windows 8 Desktop device) -> Client(WP8 device) connection. By this conn I wanna send data from one phone to another phone. What should I use? TcpClient in Net.Sockets is not supported by WP 8 as well as UdpClient.
Did you have a look at this Communications for windows phone
And maybe this might help as well How to create and use a TCP socket client app for Windows Phone

Windows phone 8 emulator not showing maps

I am trying to create a windows phone 8 application but the emulator does not show me the map. all I get is this.
as you can see no land mass is show and no roads are shown. I have panned around and come across nothing and the emulator location is set to an area where land should show.
If I run it on my device it works fine and the map loads.
Could this be due to a port blocking issue or something silly like that.
Cheers
Mark
The approved answer might not be 100% correct. Check out the following blog post, and you will notice, that your emulator probably doesn't have an access to the internet.
http://michalstawarz.pl/2013/01/26/windows-phone-8-emulator-maps-display/
Windows Phone emulator supports Bing Map for sure.
It seems the Problem may be due to
Network Connectivity Issues with Host PC
Proxy Issues
Other Issues
Workaround for the above Issues.
If you see blank blue map screen as in http://michalstawarz.pl/2013/01/26/windows-phone-8-emulator-maps-display/ as Michael referred.
Then its good to go. Problem is Internet connectivity / proxy not configured.
If its is Network Connectivity, then troubleshoot your system network adapter. Problem may be due to limited network connectivity / PC not connected to internet.
If it is proxy then,
Get IP Address of "Internal Ethernet Port Windows Phone Emulator
Internal Switch" using IPCONFIG in CMD prompt
Then Enter it under Exception List in IE's LAN Settings >> Advanced >> Exception
Other Issues may be due to Not Configured / improper IP configuration when adapter's IP setting changed manually.
If it is the case -- then Remove all virtual adapters using Virtual Switch Manager Menu in Hyper-V Manager and RUN Emulator with ADMIN Privileges.
Maps are not supported on the Windows Phone 8 emulator.
Maps are now supported, and the original question is no longer valid.
If the answers from Micheal and Prakash doesn't solve your problem.Then try this-
Open regedit in the C:\Windows folder.
In Registry Editor open
for 64 bit Windows-
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\InternetExplorer\MAIN
\FeatureControl\FEATURE_BROWSER_EMULATION and then create XDETools.exe with hex value 2328.
for 64 bit Windows-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\MAIN
\FeatureControl\FEATURE_BROWSER_EMULATION and then create XDETools.exe with hex value 2328.
Source-http://igrali.com/2012/07/30/windows-phone-location-tool-in-emulator-down-no-problem/