Questions tagged [xbox-one]

Xbox One is a video game console developed and manufactured by Microsoft

Xbox One is a successor to Xbox 360, Microsoft's previous video game console, which was introduced in 2005 as part of the seventh generation of video game consoles. As of June 2013, it remains in production by Microsoft through after a number of small hardware revisions to reduce the unit's size and improve its reliability.

180 questions
1
vote
2 answers

WinJS.UI.ListView mediaTile

We're currently developing an Xbox One and a Windows 8.1 app, which share the same codebase, and I'm running into an issue with the 'pointerover' (or hover-state) in of a listView item in the WinJS.UI.ListView. The listview item has an…
1
vote
1 answer

When will the SDK of Kinect for XBOX1 be released?

When will the SDK of Kinect for XBOX ONE be released? or has it already been released? On Microsoft Website the latest available SDK is SDK 1.8. Would it work with Kinect2?
Aftab Aamir
  • 175
  • 1
  • 4
  • 12
0
votes
0 answers

How to confirm is a user knows the xbox pin in a UWP app?

How can I confirm that a user is properly authenticated in a UWP app running on Xbox? What I would like to happen is for the system PIN to show and to confirm to my app that the user successfully entered their PIN. I have included the…
0
votes
0 answers

How to programmatically launch an app in Xbox S on boot

I've been tasked with developing an app for Xbox to match our existing suite of apps for Windows, Mac, Linux, Chromebook, iOS, and Android. One of the key features of our app is that it must launch automatically on boot. Is there any way to create…
gcdev
  • 1,406
  • 3
  • 17
  • 30
0
votes
1 answer

How to compile and deliver XBox binaries

I would like to port a C++ physics engine to XBox and make it available commercially as a precompiled binary for game developers. Do I need to register as an XBox developer with Microsoft for this? Will I be compiling on Visual Studio and cross…
Paul
  • 2,474
  • 7
  • 33
  • 48
0
votes
0 answers

How can I get xbox play time each game by api?

I had get user's game list form request "https://titlehub.xboxlive.com:443/users/xuid(xuid)/titles/titlehistory/decoration/achievement,image,scid" and get many detail, but I can't found play duration in each game. How can i get…
0
votes
1 answer

How to access Screen Narrator setting from Xbox UWP app?

I have a javascript UWP app running on Xbox One for a long time now, but recently we've been asked to implement TTS (text to speech) for the platform. The thing is, first we need to know if the Screen Reader setting is enabled. How can I access this…
0
votes
0 answers

Xbox One Controller not working in UWP app

I am working in a UWP app project. When I try to use Windows::Gaming::Input::Gamepad::Gamepads->Size to get the number of connected gamepads, it returned 0 (I connected Xbox One Controller and it play game fine). Then I try plug out and plug in my…
cakcak
  • 1
0
votes
0 answers

How to draw to entire TV screen for UWP Monogame on Xbox One?

I have started on a game project; it's using Monogame and packaged in a UWP app. It's running nicely on Windows and Xbox One, but the viewport size on Xbox appears to be shrunk slightly, 1728x972 instead of 1920x1080. My best guess is that it is…
amoss
  • 1,571
  • 1
  • 15
  • 27
0
votes
1 answer

Reading trigger data from xbox wireless controllers

So I'm using hidapi to reading input packets from a few xbox controllers I have and one thing frustrating me is that it reports the left and right triggers as a single "rudder" axis with a uint16_t. Is there any sort of packet I can send to change…
David Carpenter
  • 1,389
  • 2
  • 16
  • 29
0
votes
0 answers

Unable to transfer files to the XBox One in Dev Mode using either the XBox Portal or DurangoFTP for RetroArch

I bought the Dev Mode license for the Xbox One last week in the hopes of running RetroArch initially for the Amiga emulator. However I'm running into serious problems before I can even really start. I've tried the RetroArch forums and Discord but…
Colin
  • 101
  • 2
0
votes
0 answers

Transferring Xbox360 save file from Series X to PC

I have played an Xbox 360 game (Oblivion) on the Series X and would like to transfer my save files on to the PC. This was possible (and way easier) on the original Xbox 360, and there is lots of documentation on that online. However, this does not…
0
votes
1 answer

How can I solve this error during activation of XBOX Dev Mode?

I am seeing the following error during activation of developer mode on my XBOX One. I am following the same methods as in How to enable Xbox One Developer Mode activation?. Error Message during DevMode Activation I have tried the webpage in the…
0
votes
1 answer

"*Line 1, Column 11 Missing '}' or object member name" Minecraft: Bedrock Edition

I was trying to use JSON commands in Minecraft: Xbox One Edition and entered this code below and got "*Line 1, Column 11 Missing '}' or object member name. /give @p stick 1 0 {"ench":[{"id":19,"lvl":1000}]}
a0817
  • 1
0
votes
1 answer

Xbox UWP Memory Usage Limit

I have a UWP video player app which runs on Xbox One. The app downloads resources: videos and audio, and then plays once completed. On my laptop, everything works fine and I can play the videos. However on the Xbox, at exactly the same point, I call…
pma07pg
  • 516
  • 1
  • 4
  • 16