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
93
votes
6 answers

Installing .appx without trusted certificate?

I have a Windows 8 app that I would like to deploy to my Windows RT 2. I only have the .appx, and I would like to just install it for testing by bypassing the store. However, when I run the command: Add-AppxPackage I get the…
opposite of you
  • 1,295
  • 1
  • 11
  • 16
25
votes
7 answers

What is the user agent string for surface rt?

I'm trying to determine the user agent string for surface RT for testing purposes.
Kristian
  • 21,204
  • 19
  • 101
  • 176
14
votes
2 answers

WWW.responseHeader["STATUS"] does not exists

I already asked on answers.unity3d but as there is no response I'll ask on SO too.. I'm not able to retrieve the http status of a response on the WWW object on Windows Phone 8 and Windows RT 8.1 (while it's ok on…
Hacketo
  • 4,978
  • 4
  • 19
  • 34
13
votes
1 answer

How do I deploy app on Microsoft Surface tablet using Visual Studio 2012?

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 for the Windows Phone it was straight forward to…
Ken Montagna
  • 171
  • 1
  • 1
  • 5
10
votes
2 answers

How to emulate Windows RT

How can I run Windows RT (the restricted ARM version of Windows 8) in an emulator, for development purposes? This question contains two parts: Obtaining the image: Does an installation image exist (for vendors, in MSDN, ...)? Can I take a snapshot…
jdm
  • 9,470
  • 12
  • 58
  • 110
8
votes
2 answers

How to Implement In-App Purchases in Windows 10 Apps?

I want to integrate in-app purchasing in my windows universal app. I do the following thing before coding. Make App on Windows Dev Center Add products with details in IAPs section and submit to Store as you can see in Image After that I use the…
Waleed Amjad
  • 288
  • 1
  • 4
  • 12
8
votes
2 answers

Clipping a low resolution image using Transforms and assigning it to my user control

I have been working on a Windows 8.1 RT app where the user loads an image with Stretch=Uniform. The image can be as small as possible and as big as possible. The clipping happens in my user control and my user control appears when I tap/press and…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
8
votes
3 answers

Windows RT and c#

I need to develop Metro style application using C# and XAML which has to work on Windows RT devices and full Windows 8 OS. So I'm allowed to use only WinRT without any .net framework assemblies. I've read this question Microsoft Surface Tablet:…
Bogdan Dudnik
  • 413
  • 2
  • 7
  • 19
7
votes
2 answers

How to detect if the surface keyboard is attached?

I need to implement certain functions only when the keyboard is attached to the surface. Is there a way I can detect when the surface keyboard is attached or removed ? I tried this code on Surface: function getKeyboardCapabilities() { var…
Stefania
  • 791
  • 1
  • 6
  • 17
7
votes
5 answers

Is it possible to program on Windows RT

Is there any way to install a C++ compiler or Ruby/Python interpreter on WinRT. (or is there any other way to program in a language beside JavaScript and beside online compilers and IDEs) To be more specific: Can I program USING MY WinRT NOT FOR…
user1928914
  • 81
  • 1
  • 1
  • 3
6
votes
1 answer

How to automate non-interactive tests on Microsoft Surface

We have a suite of tests (test cases for a native library) that we want to run on Microsoft Surface (ARM version). It is easy to do it by hand from Visual Studio. However, we would like to automate the process in a way that we can compile, install,…
6
votes
1 answer

Microsoft Surface: How do I allow JavaScript touch/drag events to work without being intercepted by the browser?

I have a Google Maps map on my web site, but when using it with a Microsoft Surface tablet, the "pan" gesture is intercepted by the browser -- it tries to go to the next browser window. How do I allow the pan (drag event) to be ignored by the…
scotts
  • 4,027
  • 3
  • 29
  • 26
6
votes
1 answer

Databases for Windows RT

Does anybody know if Windows RT will have some form of SQL Express available? Hoping for something C# friendly rather than C++.
Richard
  • 4,740
  • 4
  • 32
  • 39
5
votes
1 answer

Interaction.Behaviors is not working for button content

I have created animation on button content in XAML Page, in windows silverlight phone 8. But when I moved my project to windows phone 8.1 RT.. animation of button content is not working as it was working in silverlight phone project. I have added…
sikender
  • 5,883
  • 7
  • 42
  • 80
5
votes
5 answers

Closing the Windows 8 Charm Bar

I have a Surface Pro that I need to "lock down" as a type of Kiosk mode. I am aware that an update is on its way for "Kiosk Mode".. however I need to do this before that. I have searched all over the internet, but it appears that you cannot disable…
Simon Whitehead
  • 63,300
  • 9
  • 114
  • 138
1
2 3
15 16