Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present), succeeding Windows Phone 7.5 and includes many new featuresets.

learn more… | top users | synonyms

30
votes
11answers
10k views

Unable to create the virtual machine

I was so happy today that I have been finally able to install Windows Phone 8 SDK and try it a bit. I installed fresh new installation of Windows 8 Pro into my virtual machine (I am running if from ...
22
votes
8answers
11k views

Windows Phone 8 emulator error - Something happened while creating a switch

I have a similar problem like mentioned in this question: Windows Phone 8 - Unable to create the virtual machine But, my problem is a bit different in the error description: The Windows Phone ...
20
votes
7answers
10k views

Windows Phone 8 emulator can't connect to the internet

I have Windows 8 installed inside of an emulator, and the new WP8 SDK installed on it. My problem is that the emulator can't connect to the internet. I don't have any proxy, and even disabled the ...
18
votes
2answers
696 views

jQuery does not render corners well in Windows Phone 8 phone gap application

I have a Phonegap application for Windows Phone 8 that uses web pages inside. I make a button inside a <div> element with data-role="footer" option inside that div. Also button is an <a> ...
17
votes
5answers
6k views

Will Windows Phone 8 SDK run on Windows 7?

How do you think? Could I use my Sony Vaio for development?
15
votes
3answers
631 views

Converting ordinary Http Post web request with Async and Await

How I can convert my traditional HttpWebRequest "POST" call with Async / Await pattern, Here with this I am attaching my current code, Any one please help me to convert this code using Async / Await ...
14
votes
1answer
376 views

The Phonegap Barcode Scanner don't recognize any barcode on windows phone

i'm trying to add the Phonegap Barcode scanner plugin to my Phonegap app. I'm primarily developing for windows phone 8 but I also want to target the ios and android platforms. I managed to add the ...
13
votes
3answers
5k views

Windows Phone 8 Startscreen Tile sizes and margins

I was wondering if someone knows the exact measurements of the new Windows Phone 8 Startscreen (for 480x800), i.e. margins (top, left & right, between tiles) and the edge length of all three ...
13
votes
3answers
3k views

Get Unique Device ID (UDID) under Windows Phone 8

Is there any unique device ID (UDID) or any similar ID I can read out on Windows Phone 8 (WP8) that doesn't change with hardware changes, app-reinstallation etc.? In older Windows Phone versions ...
13
votes
2answers
3k views

Developing a 2D Game for Windows Phone 8

I would like to develop a 2D game for Windows Phone 8. I am a professional Application Developer by day and this seems like a fun hobby. But I have been disapointed trying to get going. It seems ...
11
votes
1answer
712 views

Cookies not sent on Windows Phone app, but cookies are sent with same code in Windows 8 app

I have a basic class that makes GET and POST requests using HttpWebRequest/HttpWebResponse. I use my class to login to an API and then request data. In a Windows 8 "Metro" application, it works ...
11
votes
2answers
346 views

Audio looping with XNA on Windows Phone 8 while the sound is still playing

I need a way to start/stop a loop while the sound is still playing. I've found that the best way to play multiple sounds together is to use XNA. So I've created a SoundEffectInstance starting from my ...
11
votes
1answer
621 views

Windows Phone 8 (C++ Only) - Possible to access device manufacturer?

Currently developing a Windows Phone 8 application in pure C++/Direct3D. We now need to access the Device Manufacturer name but it seems to only be available under C# which, according to my research ...
10
votes
1answer
4k views

How do I deploy app on microsoft surface tablet using Visual Studio 2102?

The Microsoft surface uses the ARM7 which is the same as the windows phone. I thought that using the Windows phone 8 sdk and Visual Studio 2012 I could deploy the app to tablet. When I developed apps ...
10
votes
4answers
5k views

Reading a Mifare tag using Windows Phone 8 NFC?

Does Windows Phone 8 NFC support Mifare Ultralight/Classic based tags? I use this code to access NFC device on Nokia Lumia 920 (code example was taken from NDEF Tag Reader – NFC NDEF Tag Reader) ...
10
votes
2answers
4k views

Sqlite on both Windows Phone 7.1 and Windows Phone 8

I'm developing an app for Windows Phone 7.1(7.5) - 8 (Must work for both) , in which database connectivity is required. This Application is already realized for Iphone and Android, so I have to use ...
10
votes
1answer
237 views

Preserving HTTPOnly cookies on Windows Phone

I have an app that sends a username and password to an API via HTTPS. The API returns HTTPOnly cookies. This means that the cookies are "invisible" to the code, but still exist and will be sent to ...
9
votes
5answers
4k views

Support for XNA in WP8?

After watching a little bit of the summit keynote I kind of heard conflicting reports about it, but is it official that XNA is being dropped for WP8? I'm guessing since the future version of WP ...
9
votes
1answer
5k views

Can Windows phone 8 SDK be installed on a Windows 8 32 bit machine [closed]

I have been trying to install the Windows Phone 8 SDK on a Windows 8 (x86) machine. But to no avail even though I read somewhere on the site that it will install but I will not be able to run the ...
9
votes
3answers
257 views

Does any one know about this error: “Wrong Local header signature: 0x6D74683C”?

The following code is used to download a zip file and unzip it on phone. The same code used to work on WP7, I started tested on WP8 device, and strange thing is happening... now it works on WP8 but ...
9
votes
1answer
253 views

Embedded WebBrowser control intercepts horizontal scroll events

We've got a Microsoft.Phone.Controls.WebBrowser embedded control inside a StackPanel, inside a PivotItem on Windows Phone 8. In a simplified form, it's basically: <Grid> <controls:Pivot ...
8
votes
4answers
694 views

Windows 8 & Windows Phone 8

How can I develop an App with Visual Studio Professional 2012 for both Windows Phone 8 and Windows 8 (tablets)? I hope on beeing able to reuse most of the code.
8
votes
1answer
2k views

Set up ads in Windows Phone 8

I found a few scattered responses to similar problems (mostly with Windows Phone 7) but wanted to post an answer that contained all requirements for Windows Phone 8 Ads. I've been having some issues ...
8
votes
1answer
1k views

How to send a string using NFC from a windows phone 8 to an android device

haven't had any luck using google for this so I thought i'd ask. Does anyone have any experience / know how to send a simple string i.e "hello" from a Windows Phone 8 device to an Android Device? so ...
8
votes
2answers
2k views

How are normal people supposed to persist settings in a Windows Phone 8 app?

I'm in the process of writing a Windows Phone 8 app, so I can capture that much sought-after 3% market share, and am having a hard time persisting user settings within the application. I first ran ...
8
votes
4answers
172 views

System.OutOfMemoryException while reading and binding image from isolated storage

This is the code i am using for binding image in XAML <Border toolkit:TiltEffect.IsTiltEnabled="true" Height="350" Width="400" Grid.ColumnSpan="3"> ...
8
votes
1answer
2k views

How to add a C++ DLL in Windows Phone 8 (C#) Framework

I am trying to add a C++ DLL to Windows Phone 8 framework in Visual Studio Express 2012. I have tried following ways Import and invoke through PInvoke [DllImport("WP8DLL.dll", ...
8
votes
0answers
186 views

SQL CE or SQLITE for windows phone 8 [closed]

SQL CE or SQLITE which is most advisable to build windows phone 8 application. Previously i tried sqlite in windows phone 7.5 but due to some performance issues i changed that to SQLCE. Now i heard ...
7
votes
3answers
257 views

HTML Linq with HtmlAgilityPack, or alternative, in PCL

I have written a project on .NET 4 and am currently in the process of allowing it to run on Windows Phone as well. I am using HtmlAgilityPack, a well known library which allows Linq queries over HTML, ...
7
votes
1answer
428 views

Visual Studio packs into WP8 XAP unnecessary XML doc files

If you create Windows Phone 8 App in Visual Studio and reference any libs with XML documentation files supplied from nuget or manually, Visual Studio will automatically pack those XML files into ...
7
votes
4answers
659 views

The maximum number of developer applications on this phone has been reached

I started a Windows 8 phone application and am trying to use a NEW phone as the device for debugging. Unable to install application. The maximum number of developer applications on this phone has ...
7
votes
3answers
1k views

Android SDK's Intel HAXM disabled after installing Hyper V

I'm developing a suite of mobile apps - specifically Windows Store/Mobile 8 and Android. Having installed VS2012 and then Monodroid, I was then able to start x86 Android images in the emulator and ...
7
votes
1answer
753 views

Smooth pinch-zooming and panning on Windows Phone 8

I've managed to implement pinch zooming and panning by hooking up to the ManipulationDelta and ManipulationStarted events (on an image control): private void image_OnManipulationDelta(object ...
7
votes
2answers
312 views

Use a variable on NavigationService.GoBack

NavigationService.GoBack(); I'm setting a variable in viewmodel and then I want to go back, when I'm back I want to use that variable, but nothing seems to run, I don't want to refresh that page. Any ...
7
votes
2answers
142 views

App crashes while trying to bind the Isolated Storage Image

In my application I am using the below mentioned helper method for binding my Isolated storage image to Image control. I got this helper method from the link "Binding Image stored in the Isolated ...
6
votes
4answers
10k views

What does it take to run the Windows 8 Phone emulator?

With the release of Windows Phone 8 finally out there, we finally have access to the SDK. I've heard that it requires special hardware or something for the emulator though. What are the system ...
6
votes
2answers
911 views

Will WP Applications for 7.5 work on WP8 also?

Will applications working on wp7.5 work on wp8 also?
6
votes
4answers
1k views

Detect OS version - Windows Phone 7 or Windows Phone 8?

I have an application for Windows Phone 7. I have created visual studio 2012 in windows 8 desktop. I am trying to use the application in Windows Phone 8 device also with some changes involved. How can ...
6
votes
2answers
3k views

Windows Phone 8 Emulator: Access localhost

I created MVC4 Mobile Application using VS 2012 default template. It's working fine in desktop browser using http://localhost/mvcapplication1/ but when I tried running the same app in WP8 Emulator ...
6
votes
3answers
1k views

How can you use Fiddler (or equivalent) with the emulator in the Windows Phone 8 SDK when on a domain/network that uses IPSEC?

Now that the WP8 Emulator is based on Hyper-V, the old method of using Fiddler to intercept network traffic doesn't work if the network uses IPSEC. Is there a way to use Fiddler and a WP8 emulator in ...
6
votes
1answer
258 views

How can my game have a wide icon for the start screen?

I'm creating a game for WP8, but its in XNA. How can I make it have a wide icon for the start screen? Only small and normal is supported at default
6
votes
3answers
3k views

Windows Phone 8 support to capture SMS or a incoming call?

Can we write 3rd-party app to capture SMS or a incoming call on Windows phone 8?
6
votes
1answer
117 views

A black screen is just flashing for a while

In my Windows phone 8 application i have a search page which has a TextBox for user's to enter search keywords. The search will invoke when entering the "Enter" key of the default SIP keyboard.The ...
6
votes
2answers
662 views

Windows Phone 8 - Generating Lockscreen Image in the Background

I'm trying to create a Windows Phone 8 app (update of my currently published "The Quote") that uses the new Windows Phone 8 Live Lockscreen API. I basically want to choose randomly a image background ...
6
votes
1answer
205 views

How to organize Windows Phone code base to target both 7.x and 8 platforms

I took over a Windows Phone project which was previously targeting WP 7.1 platform, and with the recent announcement of the new platform it should target WP 8 as well. My VS 2010 solution consists on ...
6
votes
1answer
368 views

Windows Phone 8 Emulator Deployment Issue with Internet

I am facing an issue with windows 8 phone emulator. Windows Phone emulator wasnt able to connect to Windows Phone operating system. Phone didnt respond to connect request This is the error ...
6
votes
2answers
199 views

How to get the currency of an in-app purchase product on Windows Phone 8?

To track in-app purchases made with our Windows Phone 8 applications, we would like to know in which currency the purchases are made from inside the application. Right now we know the price using the ...
5
votes
3answers
4k views

Test Windows Phone 8 App on actual device

Is it possible to test my windows phone 8 app on an actual device, like Nokia Lumia 820 (NOT Simulator) before submitting to store? How? (Also I may need to create some applications just for myself, ...
5
votes
5answers
5k views

Windows Phone 8 JSON

I am starting the development on windows phone 8, the famous JSON.NET does not support windows phone 8 yet, is there any other library which can be used for this purpose? Thanks
5
votes
4answers
188 views

NewLine replacement c#?

I have a windows phone application. In the application I have a textbox whose acceptsreturn property is set to true. What I want to do is create a string from the textbox and replace the new lines ...

1 2 3 4 5 64