How can I register my WP device in dev account? - windows-phone

I have trouble with registration WP8.1 device to developer account. My account is active. Device early was active, but I reset phone (Nokia 620) and after that Developer tools don't active this phone.
In list (in dev acc) this phone was remove.
after I press "register" show this window:
and that's all. Second window close after few seconds and register process don't finish. Please help :)

Make sure your computer have internet connection. I had similar issue when network proxy was configured incorrectly .
Also try after clearing internet explorer cached content (history,password,cookies etc.)

Related

Hololens Emulator Networkproblems

I have the Problem that, when I run the app (made with Unity) the emulator says over speakers: "next you neet to sign in with your account you use on this device." This commando comes more often over the speakers...
VS ('15 with Update 3) brings up the ErrorMessage:"The Windows Store-App "nameoftheapp_pzq3xp76mxafg!App" cant be activated. The activation request failed with "Access denied"
I read that the vEthernet(Internal Ethernet Port Microsoft Emulator NAT Switch) must be activated. After the installation it was. But than I have no internet access with VS and Internet Explorer?!?
Further informations I found here: Hololens- Failed to Connect to Device
But in the Hyper-V Manager I can't even find the Emulator...
Could it not work because:
I m not working as administrator and have always to type in the local admin password?
Limited network settings (Firewall,rights) because I'm at the workplace
Didnt look in the BIOS settings like install the tools says?
By the way, on the drives (over USB) it works perfect.
Maybe that helps to my explanation:
enter image description here

Shortcut key to mimic the INTERNET button which some keyboards have

I often use a citrix website to then initiate a Remote Desktop application, in order to then use Remote Desktop Client by citrix to remote in to a work computer.
I always use it full screen, (so that things like Windows key, Start key etc are passed to the remote pc, not my local pc).
however it often happens to where I need to, as I say, "bust out" of my citrix remote pc without closing it. (there is no way to minimize or restore it).
in the past I've used the Internet button on my keyboard. It works great - it basically force-activates my local pc and opens the internet, thus busting out of my remote screen.
I've since changed to a simpler keyboard which doesn't have that magic "open internet" button.
I tried making a Google shortcut on my local pc's desktop, and attaching F3 to it, pressing f3 unfortunately did not have any effect...
Can you think of a way to do anything on my local pc which might mimic this effect? Thanks in advance
If this is Windows, Ctrl+Alt+Delete should do it. It's supposed to only be recognized by Windows, so the guest session shouldn't get it.

Windows 7 Ent login loop

I have a Windows 7 Ent - 64bit system.
I am stuck in a loop, where the login screen is presented, i enter my network credentials, the welcome spinner is shown, the screen flickers like when resized, then the system goes to logging off screen and then finally goes back to the control alt delete screen.
I cannot get out of that loop for the life of me.
I contacted corp support, he came over and logged in using his login (admin level) and was able to get a desktop up.
The support people are not allowed to access the registry to correct or even look at my users settings, and my user IS NOT AN ADMIN on this machine.
Question is - is there a way to blow away my profile on this machine, or reset my registry branch to that of a new user or something???
i have bitlocker enabled on the drive - so using the emergency boot disks are almost rendered useless...
im stuck, and i dont know where to look....
any ideas would be wonderful
thanks
the admin level user logged in, and turned his back for a moment, and i was able to go in and reset the autologon registry entry...
rebooted,and all is well.
Disconnect Your USB Devices
If you like using all sorts of USB devices such as the mouse, keyboard, speakers, Bluetooth speakers, USB dongles, USB Wi-Fi adapters etc. However, these connected devices might cause the Windows 7 stuck on the welcome screen for a long time issue. Therefore, a common solution to the problem is to disconnect all externally connected devices from your PC.
Disconnect from the Internet
Sometimes Windows 10 gets stuck on the login screen because it's trying to connect to your wireless connection. If your Windows gets stuck on the welcome screen, you should make sure that you are not connected to the internet before proceeding to log in.
Run system checks
In some case, corrupt system files on your computer will cause this problem – stuck on welcome screen Windows 10/8/7. Therefore, to fix the Windows 10 freezes on startup problem, you can use CHKDSK to run some checks on your computer to see if it is the corrupted files that cause your startup problem.Restart Windows Update service
You can try restarting Windows Update service and then rename few files if you still get stuck on welcome screen Windows 10 issue.
Here are the steps:
Step 1. Open command prompt.
Step 2. Type net stop wuauserv in the run dialogue and press Enter.
Step 3. Type cd %systemroot% command and press Enter.
Step 4. Type ren SoftwareDistribution SD.old and press Enter.
Step 5. Type net start wuauserv and press Enter.
Step 6. Type exit and press Enter to close Command Prompt and restart your PC.
Step 7. Now, reboot your PC/laptop and check if the stuck on welcome screen has gone.
Restore Windows by using System Restore
System Restore is a useful feature that allows you to restore your operating system to a previous state and fixes any boot problems such as Windows 10 freezes on startup, Windows 7 hangs on welcome screen, etc.

ios: How to display "choose wireless connection" popup?

If there is no internet connection and you start for example the safari app with Ipad or Iphone, a popup appears saying: "Choose wireless network"
Is there a way to force this popup to show up in my app when I want to?
The problem is, I have a button in my app which connects the user to facebook. After pressing the button the safari browser opens and shows the facebook authorization page. If there is no internet connection this popup appears, but there is no way to turn back to the app from there. So currently I check internet connection before allowing this authorization page to appear, but I also want to show this popup.
It will show up automatically if your app tries to access internet-based resource and there's no wifi connection established but there is a wifi access point nearby.
This dialog appears automatically if you have "Application uses Wi-Fi" set to YES in your ...-Info.plist and if there is no connection.
This is not possible. The pop-up you have seen before is in Settings -> Wi-Fi -> Ask to Join Networks -> ON/OFF
Setting this to ON allows the OS to prompt the user to join a Wi-Fi network if it finds any in reach and you are not currently connected to one.
Apps cannot show this prompt, it's a system-level prompt.

iOS bring up WiFi authentication sheet

I'm having a problem with my iPad app not bringing up the WiFi authentication when it tries to access the network. When I first open the app and need to connect the panel will show, however if I lock the iPad and come back to it after the WiFi login session has timed out, the panel doesn't display.
Is this something I need to be coding for? My understanding was the panel came up automatically whenever you tried to use the network.
I don't think you can code for it. Probably the user needs to toggle the wifi connection (switch it off and on) to get iOS to reconnect.