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
1
vote
0 answers

Poor performance when scrolling listview on Surface (WinRT)

We have a listview with a list of items containing some text and some images. When scrolling vertically the performance is really bad on the Surface RT. Both a bit jerky scrolling and it displays a black list if you scroll at moderate speed. Running…
Christer Nordvik
  • 2,518
  • 3
  • 35
  • 52
1
vote
0 answers

Fingerprint recognition API for windows RT?

I need to check whether there is any native API available for finger print recognition. I was looking to implement this in an application centred for windows surface tablet. thanks
Sid
  • 45
  • 2
  • 9
1
vote
1 answer

Coding for Silverlight, WPF and Windows RT

We have a VS2012 solution that contains two class library projects, one that produces a Silverlight DLL and one a standard .NET DLL. The class files are shared ("Add as Link") between the two projects. The upshot is that they both contain a…
littlecharva
  • 4,224
  • 8
  • 45
  • 52
1
vote
1 answer

Cocos2d-x game development for Microsoft Surface

I have a little question. Can I develop for the Microsoft's Surface (Windows RT and Windows 8 Pro) tablet with Cocos2d-x? In that case, which version of Cocos2d-x I will need to use? Because there a lot of branches of the Cocos source. And, Can I…
1
vote
2 answers

Python IDE for Windows 8 RT?

Is there a python ide for Windows RT? Or is there a way to download 3rd party IDEs that can work on RT? There is one in the market place called "Python 3 for Metro" but it is nothing like the IDE I use on my desktop called "PyScripter". Anyone have…
1
vote
0 answers

Windows 8 store apps read smart card

Possible Duplicate: PInvoke in Metro Apps with Windows 8 / WinRT Is it possible to use pinvoke.net with Windows 8 and Windows 8 RT? Something like [DllImport(" winscard.dll ")]? I know it is possible with Windows desktop application, but how…
Alvin
  • 8,219
  • 25
  • 96
  • 177
1
vote
1 answer

Removing search suggestions from searchpane in windows store app

I want to show only the search suggestions from my in-app search and not the suggestions which are present by default in the SearchPane of windows store app. THere are apps in the search pane which are present by default and I dont want to show them…
1
vote
2 answers

Can I run an Windows 2003 SDK app on a Surface RT?

Possible Duplicate: Running Win32 apps compiled for ARM on Windows RT I have a Windows app that I compile via Codewarrior and Windows 2003 SDK. It has worked great for me. I currently use Windows XP. Can I somehow copy it to my Surface RT and run…
Jasmine
  • 15,375
  • 10
  • 30
  • 48
0
votes
1 answer

Is 32-bit ARM (windows) considered dead/deprecated?

I was curious about the ARM32 architecture (the 32-bit only version) and it's future: according to the wiki page, the Windows 8 variant Windows RT was ARM32, but it is deprecated now. Windows 11 seems it will be ARM64-only. What about devices…
user2281752
  • 145
  • 1
  • 9
0
votes
1 answer

How to write programs for Windows RT?

I am wondering what i would need to write some programs for Windows RT. I am going to get a Surface RT (the one with the ARM Chip) for some school stuff and small experiments, because my Laptop i usually use for school broke. So, what IDE, SDKs and…
0
votes
0 answers

Windows Bluetooth LE connection speed

We got a development chip for Bluetooth 5.0 that we want to integrate in our peripherals. For our first testing purposes we used the same chip two times which emulated a COM port. There we were able to connect the two devices and have a connection…
mrabat
  • 802
  • 7
  • 15
0
votes
1 answer

access gps location from java on windows

I'm trying to retrieve the most accurate geolocation of a user, which is using a java app and i haven't found anyway to access the location property, i've seen apps on the store doing it but i want to do it from a java app what i have tried is…
SDIDSA
  • 894
  • 10
  • 19
0
votes
0 answers

Windows RT (r-pi IoT 10) HID device

I am trying to use a HID (DualShock 4) connected to my R-PI 3 running Windows 10 IoT in a C# universal app. I was using the Device Enumeration sample as a guideline and managed to display the IDs of all connected devices. I could see that the…
Cromon
  • 821
  • 10
  • 24
0
votes
1 answer

How to get log files sorted by date in Windows 8.1 app (QueryOptions give me an exception)?

In my windows8.1 app, I have some logs and I want to read them by time, I had code below List fileFilter = new List(); fileFilter.Add(".ERROR"); StorageFolder folder = ApplicationData.Current.LocalFolder; …
litaoshen
  • 1,762
  • 1
  • 20
  • 36
0
votes
1 answer

Windows Phone 8.1 RT Windows.Web.Http.HttpClient returning same data in different authentication responses

I am creating the Windows Phone 8.1 RT app (VS 2015 Community). I selected the Windows.Web.Http.HttpClient for the communication with web service. On one page, I am trying to get list of items from the web service with following code: public…
Arctic
  • 3
  • 1