How do you copy/paste text from the Windows Phone 8.1 Emulator to your development PC (desktop)?
I saw that this is possible (although elaborate) on the Android Emulator.
I would assume there should be a way to access the emulator's clipboard through VS.
Did you try starting the Emulator without Debugging?
Reference: copy-and-paste in the emulator for Windows Phone 8
Related
I have an app, written for Windows Phone 8.0 with Coding4Fun version 1.6.1. When I run the app on Windows 10 Phone, Coding4Fun InputPrompt disappears when the keyboard appears. This happens only on device, in all emulators everything is ok. Any idea, what should I do?
I got this solved by upgrading the 8.0 project to 8.1 Silverlight project in VS2013. 8.1 Silverlight app runs now correctly also in Windows 10 phone.
Ok so I got windows 8.1 nextbook to test on. I created some basic browser app in visual studio running on virtual windows server 2012 r2. My main machine is windows 7. When I connect with USB cable nothing happens (who could have predicted that). I thought I could deploy my app on tablet and do a debug like that but haven't find a way to do it. Anybody here with experience in this scenario, I googled everywhere and the only thing I found is that documentation sucks
You cannot run a Windows Phone app on Windows. You need a Windows Phone or a Windows Phone emulator to run the Windows Phone app. To run on Windows you need to write a Windows Store app. Windows 8.1 on a tablet is the same as Windows 8.1 on a desktop or laptop computer.
In your case you'll probably need a physical Windows Phone since you are already running virtualized. The Windows Phone emulator is a Hyper-V image and is not supported nested in a Hyper-V guest OS.
If you write a Windows Universal app then the code will be mostly the same for the Windows and Windows Phone targets (the UI layer is usually different), so you can write and test the bulk of the app as a Windows Store app to run on your tablet and then recompile for Windows Phone.
I am installing windows phone power tools.
I am getting emulators like emulator Windows Phone7.5, like that.
But i need a windows emulator like Emulator WXGA.
Please help me for this.
I would suggest that you un-install the SDKs, and then get the SDK for WP8 from the official site.
It has the WP7.5 support there as well, thus should work for both development purposes. Also do remember to check the Windows Phone Emulator for Windows Phone 8, do note the requirements for SLAT, DEP & that you need to have Windows 8 Pro or Enterprise 64 bit Operating System for the Hyper V to be present in there as well.
I'm using Browsershots, BrowserStack and Sauce Labs to test websites in different browsers. But none of these provides Windows Phone emulator. Is there any online (both free or paid) website, which provides the Windows Phone emulator for testing websites?
And if not: is there any other Windows Phone emulator for Windows than the Visual Studio native emulator?
I googled a lot, but there was nothing. Totally nothing, just only the Microsoft's Windows Phone SDK for Visual Studio, which includes the emulator. But it works only for Windows 8 and I have WIndows 7 on my PC.
If you want to use just the browser, you can use the latest IE, open it up and press F12,
then click on the bottom icon and you will see a screen like this one :
That's pretty much the only other way to emulate WP 8 IE.
I would need to upload a XAP file done for Windows 8 Phone to a Windows 8.1 Tablet.
I know that Windows Phone Power Tools do it but since this tool was done for Windows 8 Phone and not for Tablet, for it. Could I upload this XAP into my Tablet with it? Is it possible?
Thanks in advance
Best Regards
Alejandro
Windows Phone 8 apps are not compatible or in other words do not work in Windows 8. Though you can share some code using PCL (Portable Class Libraries), the development environment and architecture is different for both.
So the answer for your question is, it is not possible to deploy or run your Windows Phone apps on a Windows 8 tablet.