windows-phone-8-emulator

Windows (phone) emulator 8.1/10 stuck at loading the OS

我们两清 提交于 2019-11-29 17:45:53
问题 I've been trying to get the emulator to work for days. Previously I tried the Windows Phone 8.1 Emulator as well as the Windows 8.1 Simulator and both were stuck at loading the OS. Earlier today I installed the new Windows 10 Tools and thought I should give it another try with the new Windows 10 Emulator... And no, still the same result. What's strange is that, the Hyper-V Manager seems to be doing OK. I can see the app displays correctly on the little Preview window (see the box on the left

Windows phone 8.1 emulator not loading OS

亡梦爱人 提交于 2019-11-29 13:20:55
I am trying to launch the emulator (Emulator 8.1 WVGA 4 inch 512 MB, or any other as a matter of fact) but it fails to launch. It goes to the "Loading OS" screen then throws an error box with the text "DEP6100". On VS, it says at the bottom Error1 Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device': ObjectDisposedException - 0x80131622 and Error2 Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device': ObjectDisposedException - 0x80131622 Looked in the internet but haven't found

Alternatives to Hyper-V to run the Windows Phone emulator

有些话、适合烂在心里 提交于 2019-11-29 05:58:30
I recently bought a Windows 8 laptop just for the sake of developing Windows Phone Apps. Mine is not a Pro version hence Hyper-V does not run. (I realized that Hyper-V needs WinPro after I bought the laptop). I am not capable of upgrading to pro edition. Can anyone please suggest me any alternatives to Hyper-V where my emulator can run? Thanks. you can use a virtual machine to deploy windows phone 8 OS. My laptop processor does not support hyper-v so, I've installed win phone 8 on a virtual machine. I found this link helpful.. check it out: http://www.youtube.com/watch?v=WANk_XaovqM You do not

Windows Phone Emulator requires missing Hyper-V

你。 提交于 2019-11-29 03:54:30
I'm beginner in Windows Phone 8, I installed Windows Phone 8 SDK and when I started the emulator I had this error message "The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V: Windows 8 Professional (64-bit)" I have Windows 8 Professional (64-bit) OS on my lap-top, and I looked up in "Turn some windows features on/off" and I saw that Hyper-V is missing, I went into the BIOS but without results. Processor type Intel Core i7-3630, SLAT supporting. Assuming you have SLAT Support, you are on Windows 8 Professional (64-bit), and you

Unable to Launch Windows Phone Emulator

眉间皱痕 提交于 2019-11-29 00:43:58
问题 I am trying to run unit tests on our CI server. When i run the following command it tries to launch emulator but fails with the following message vstest.console.exe myxapfile.xap Error Message The Windows Phone Emulator wasn't able to ensure the virtual machine was running: Something happened while starting a virtual machine: 'Emulator WVGA 512MB.ttmaltiparmak' failed to start. (Virtual machine ID 1350ADCE-CC35-4615-BFD5-250179F789EE) The Virtual Machine Management Service failed to start the

Windows Phone Emulator not working

泪湿孤枕 提交于 2019-11-28 23:57:06
问题 When I try to start debugging my windows phone 8 app in Emulator WVGA 512MB the following error message is showing The Windows Phone Emulator wasn't able to connect to the Windows Phone operating system: The emulator couldn't determine the host IP address, which is used to communicate with the guest virtual machine. Some functionality may be disabled. and the emulator is always showing The Windows Phone OS is starting... Can't understand what's the problem. Please advice. 回答1: This worked for

Adding a song into music in the Windows Phone Emulator in Visual Studio 2012

倖福魔咒の 提交于 2019-11-28 12:52:32
问题 I am using Visual Studio 2012 and Windows Phone 8.0 SDK. I want to add a song to Music in the emulator for debugging. How can I achieve this? 回答1: Copy a Happy.mp3 file in your project Assets folder Add the file to the project: and set the Happy.mp3 Properties : Then run this code to copy the song to the MediaLibrary. Uri file = new Uri("Assets/Happy.mp3", UriKind.Relative); //copy file to isolated storage var myIsolatedStorage = IsolatedStorageFile.GetUserStoreForApplication(); var

Get rid of “You don't have permission to run the emulator” in VS2012/WP8 SDK

夙愿已清 提交于 2019-11-28 10:12:10
问题 I'm starting to write WinPhone apps in my VS 2012 Pro with Windows Phone 8 SDK installed properly. When I hit F5 to launch a project in the phone emulator, VS tries to launch the WP emulator, but I get the message "You don't have permission to run the emulator" from "Windows Phone Emulator". The message box also contains the checkbox "Join the Hyper-V Administrators security group" which is checked by default. If I press the Retry button, the UAC warning appears as expected, and the WinPhone

How to force windows phone 8 app to be run in light theme

回眸只為那壹抹淺笑 提交于 2019-11-27 23:59:05
问题 I have developed a windows phone application, i want that app to be run in light theme, irrespective of what user have set. means is there any way to set a default theme for the windows phone 8 app. 回答1: You can use Jeff Wilcox's ThemeManager Add it to your project (there is a NuGet package available) and call it from App() constructor. public App() { // Global handler for uncaught exceptions. UnhandledException += Application_UnhandledException; // Standard Silverlight initialization

Windows Phone Emulator requires missing Hyper-V

纵饮孤独 提交于 2019-11-27 17:55:05
问题 I'm beginner in Windows Phone 8, I installed Windows Phone 8 SDK and when I started the emulator I had this error message "The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V: Windows 8 Professional (64-bit)" I have Windows 8 Professional (64-bit) OS on my lap-top, and I looked up in "Turn some windows features on/off" and I saw that Hyper-V is missing, I went into the BIOS but without results. Processor type Intel Core i7-3630,