windows-phone-8 Questions

5

Solved

I am attempting to deploy my Windows Phone 8 app to my HTC 8X from Visual Studio 2012. I get this error: Error 1 Error writing file '%FOLDERID_SharedData%\PhoneTools\11.0\Install\{12b7fcb7-793b-40...

4

Solved

I'm implementing an RelayCommand with an execute and an canExecute part. The RelayCommand works when it is without the canExecute part, however when I add the canExecute part, the command locks the...
Bondage asked 14/10, 2013 at 16:1

6

Solved

We need to unlock a Windows Phone 8 device in order to deploy our app that still supports this specific platform. The process was working some months ago without any problem but now, Windows Phone ...
Bullate asked 8/5, 2015 at 10:50

3

I am facing some problems when using the HttpClient class to access to a Delicious API. I have the following code: try { const string uriSources = "https://api.del.icio.us/v1/tags/bundles/all?pri...

3

I'm build an app that needs some sort of caching, and since my models and viewmodels live in the portable class library i want some sort of caching there too... but PCL is limited, and I cant seem ...
Audit asked 23/11, 2013 at 7:56

4

Solved

I want to develop a background application in Windows Phone 8. Like there is a flash screen and after the flash screen starts, immediately it would be moved to back ground. But the timer present ...
Whoever asked 22/11, 2012 at 13:45

2

Solved

I'm developing a Windows Phone app.I have an image . This is its XAML code: <Image x:Name="imageclock" Grid.Row="1" Source="Image/Myimage.png" Height="240" Width="240" /> And i want cha...
Wrestling asked 11/7, 2013 at 13:57

3

Solved

After I updated my Samsung Series 9 SSD laptop with 8GB of RAM to Windows 8.1, (not even a year old, and top-of-line when purchased last november), I am now unable to run the Windows Phone emulator...
Malversation asked 2/11, 2013 at 4:43

2

Solved

I need to create and install a custom, cordova plugin into a cordova-based Windows 8 phone app. At present, the button click handler in the app cannot see the js object which makes the call to cord...
Bimonthly asked 10/9, 2015 at 13:14

1

I have a Windows Phone application running on a Windows Phone 8.1 device, and I am using Windows Push Notification Services (WNS) to deliver a push message to the device. Delivering push messages h...
Funereal asked 25/8, 2015 at 15:3

7

Solved

I have got a Windows Phone 8 and am trying to register it with the developer account. I am using the tool "Windows Phone Developer Registration" that comes with Visual studio 2012. But when I tr...
Dianemarie asked 6/12, 2012 at 6:10

6

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 ...

4

I create new default project Window Phone, then run it with Emulator Window Phone but it's not work however emulator started. I use Window 8.1 64bit with Visual Studio Professional 2013 - Update 4...
Wilful asked 29/12, 2014 at 6:0

3

Solved

This seems like a glaring oversight in Windows Phone. The <PasswordBox /> control doesn't allow for specifying InputScope. I need to show the PasswordBox as part of a custom password entry s...
Swayback asked 3/7, 2014 at 9:19

5

Solved

I have an iPhone application (with an android counterpart), developed in Xcode and written in Objective-C. It is a classical native iOS app, already working and uploaded in the App Store. Similarly...
Aaron asked 18/1, 2014 at 8:20

1

Solved

I have problem (in reality not one but a lot of problems), I'm developing Windows Phone 8 App that use BackgroundTransferService for transfer recorded wav file, on HTC 8S working almost fine, but...
Bimolecular asked 8/7, 2013 at 16:34

5

Solved

I've read that in order to disable caching while using get and post methods in HttpClient, I need to use a WebRequestHandler as my HttpClient's HttpClientHandler, and change its cache policy. Howev...
Ripuarian asked 15/1, 2014 at 10:5

1

I'm handling Toast Notifications on Windows Phone 8.1 app (using HTML/JS,CSS) when user click on notifications(On action bar) with the following code snippet: Reference: https://msdn.microsoft.com/...
Endocrinology asked 7/8, 2015 at 11:49

3

I'm currently working on a Phonegap app and I have the following problem when testing it with Windows Phone 8 (left screenshot below): the application bar is not removed and leaves a big white spac...
Nefarious asked 9/12, 2013 at 16:50

3

Solved

Environment: Windows 8.1 Enterprise 64-bit hosted in Windows Azure Visual Studio Ultimate 2013 (Update 2) I get the following error when trying to run a very simple phone app. I know MS says a V...
Distress asked 21/5, 2014 at 21:23

2

Solved

I have Visual Studio 2013 with Windows Phone 8 SDK installed. The phone is unlocked and recognized by the machine. However, very often Visual Studio doesn't list either "Device" (not emulator eithe...

6

In a Windows Forms project, I used the SmtpClient and MailMessage class in order to send information by email. Is there an equivalent for Windows Phone 8?
Evesham asked 19/2, 2013 at 14:11

6

I have just downloaded the 14 CTP version of Visual Studio and created a blank app for Windows Phone. I tried to open the MainPage.xaml and the designer shows up the following errors: and for thos...
Herbivore asked 6/7, 2014 at 6:21

2

Solved

I had to write an async method to contact with web service. This is my method in WebServiceHelper class: public static Task<int> SignIn(string username, string password) { try { TaskC...
Nattie asked 10/5, 2014 at 3:43

5

Solved

I have a webapp that is loaded through an iframe using phonegap 2.3.0 for Windows Phone 8 SDK. The problem with loading it through the iframe is that it causes Can't verify CSRF token authencity on...
Iggy asked 6/3, 2013 at 5:42

© 2022 - 2024 — McMap. All rights reserved.