Questions tagged [windows-rt]

Windows RT is a version of Windows 8 for ARM devices. Use this tag only for questions about Windows RT. For questions about the Windows Runtime ("WinRT"), use [windows-runtime].

Windows RT is a version of Windows 8 running on devices with ARM architecture. Microsoft's reference implementation of the Surface tablet provides Windows RT and offers a NVIDIA Tegra 3 Quad Core running at 1.30GHz with 2.00GB of RAM.

The OS isn't typically sold in a box or as a download, but rather preinstalled on a device - typically a slate tablet.

The main difference from other Windows 8 versions is that it does not allow to install old -based desktop applications, only -based , except some Microsoft applications like Office or system ones.

231 questions
2
votes
1 answer

IValueConverter and Visibility

I have an application with 3 comunicationstates: Connected, Disconnected and Pending. The communication state are controled by some other paramers. I want to display the corresponding image on the screen controlled by an IValueConverter. But I cant…
Jens Borrisholt
  • 6,174
  • 1
  • 33
  • 67
2
votes
3 answers

How send email with attachment in windows universall app

How can i send an email with attachment in windows universal app (windows phone 8.1 and windows 8.1) Class Windows.ApplicationModel.Email.EmailMessage is available only for windows phone
Nopster
  • 97
  • 7
2
votes
0 answers

Using WebAuthenticationBroker with self-signed certificate

I'm writing a Windows RT / Windows Store app and the service that the app wraps authenticates using OAuth. Previously the OAuth requests were going to my server over HTTP, but I wanted to instead upgrade to HTTPS. I am using a self-signed…
Richthofen
  • 2,076
  • 19
  • 39
2
votes
1 answer

How to add Tilt Effect to controls in Windows Phone 8.1 RT app?

I'm developing an app using Windows Phone 8.1 RT framework. There are some grid controls I would like to add tilt effect to. How do I do it?
Harsha Bhat
  • 718
  • 10
  • 25
2
votes
1 answer

Will GPU affects the performance of video in devices?

We are facing a weird problem in Surface device with Windows RT operating system When we are playing the video from Cloudfront CDN through JW player, Video takes long time to load and buffers very often than other devices. Sometimes it stops…
2
votes
0 answers

how to install python libraries on windows rt?

I'm running Windows rt, and I've got python 3 for metro installed. Is it possible to install various python libraries like pygame etc? Alternatively is it possible to download the source on x86 windows and re-compile it for ARM. Or maybe run pygame…
Martin Alley
  • 121
  • 1
  • 9
2
votes
1 answer

Logging to Event Viewer on Windows RT 8.1

I am working on an LOB (side-loading) app and I need to log events, crashes to ETW (Event Viewer logs). I see that most suggest writing own file IO wrapper. With Windows 8.1, we have new logging capabilities in "Windows.Foundation.Diagnostics" which…
Traze
  • 180
  • 8
2
votes
0 answers

How to convert mouse click event to TUIO?

There's application listening to the TUIO event. Originally it works on a table-size computer. However the table get some bugs today and I don't know how to fix them. Thus I have to move the app to Surface 2 (the table surface 2 but not tablet…
Cuero
  • 1,169
  • 4
  • 21
  • 42
2
votes
2 answers

R for Windows RT

In a course, students have to install R on their computers. One of the students has a Windows RT (aka Windows 8.1 RT?) machine (a kind of MS Surface) and told me she cannot install R on the computer ("This app can't run on your PC" message shows…
quibble
  • 303
  • 2
  • 13
2
votes
0 answers

Can I programmatically force Windows RT to use 3g or HSPA?

I am doing some research on cellular connections like HSPA. I have been searching for a Windows 8.1 API that will allow me to request the radio to use HSPA instead of LTE. I have written an app for a window 8 phone and a windows 8.1 tablet. My area…
2
votes
1 answer

How do I recompile C# programs to run on ARM CPUs?

I've made a couple desktop applications with C#, using Windows Forms Application. As you know, on most Windows 8 tablets, the CPU is ARM, and cannot run programs that are written for Intel 8086 processors. Can I somehow recompile my Windows Forms…
BlueRay101
  • 1,447
  • 2
  • 18
  • 29
2
votes
2 answers

Can Microsoft's Surface 2 run Visual Studio?

I saw a Surface 2 in a shop yesterday and was blown away by the hardware. The device looks fantastic. However, I'd like to use it to write software while I'm on the move. In particular, I'd like to write ARM assembler and an ARM JIT and a new HLVM…
J D
  • 48,105
  • 13
  • 171
  • 274
2
votes
1 answer

How can I run a performance and diagnostics session on a Surface RT machine?

I am trying to launch a remote performance and diagnostics session on my Surface RT machine in Visual Studio Express 2013 by selecting Debug -> Performance and Diagnostics. However, I get the following message: Diagnostics session failed to…
borrrden
  • 33,256
  • 8
  • 74
  • 109
2
votes
2 answers

Remote debugging Tools is not working in Windows 8.1 Surface (ARM)

I develop Windows 8.1 Store apps using VisualStudio 2013 preview. Hence i have to test my app in the Windows Surface 8.1 (ARM) device to debug. For the remote debugging i installed the VisualStudio 2013 Remote tools for ARM device. When I try to run…
2
votes
0 answers

Portable XML logging service (Phone, WinRT, Desktop)

Is there something like the System.Diagnostics.XmlWriterTraceListener Class on WinRT and Windows Phone? I'd like similar logfiles on every platform, which can be opened using the Microsoft Service Trace Viewer. Any help would be appreciated.
Florian Baierl
  • 2,378
  • 3
  • 25
  • 50