Xbox is a video game console made by Microsoft.
Questions tagged [xbox]
342 questions
20
votes
5 answers
Developing apps for Xbox One?
I've heard that Xbox One application development is quite similar to Windows 8, but I haven't found much to suggest why, or what differences there are.
Is there any documentation about creating Xbox One applications (not games, apps.. like Netflix,…

Earlz
- 62,085
- 98
- 303
- 499
16
votes
3 answers
The XBox 360 TCP stack does not respond to TCP Zero Window Probes with a 0-byte payload
I'm experimenting with an Android app that streams Music via UPnP to an XBox. The streaming works for the most part, but quite frequently, after a minute or two, the streaming stalls, especially when there is other activity on the network. This…

Jason LeBrun
- 13,037
- 3
- 46
- 42
16
votes
1 answer
Simulate XBox Controller Input with Python
I want my python programm to simulate an XBox controller input.
Both analog thumb sticks and the on/off buttons if possible.
I found topics about simulating Keyboard input with ctypes in python, for example here:
Python simulate keydown
Is it…

Herka
- 677
- 1
- 5
- 14
16
votes
3 answers
Controller support for Xbox one in Windows UWP
I am wondering how I am supposed to handle input for UWP apps targeting Xbox One. I have noticed DirectInput, but I see two issues with it for my use cases:
From MSDN, it only seems to support Xbox 360 controllers
XInput is an API that allows…

James Parsons
- 6,097
- 12
- 68
- 108
16
votes
7 answers
How to get the device platform on Windows 10
Since one release binary will run on pc, xbox and phones, I need a way to fetch the device type on runtime.
It is doable by checking with the ApiInformation for present types, methods etc., but I believe there should be a more reliable way.

Darius V
- 583
- 1
- 4
- 18
11
votes
1 answer
QuickStart on Xbox 360 application development
Everywhere I found the buzz about Xbox 360 games. However I want to know how I can develop normal application for xbox 360. Mostly silverlight based.
Also I am not sure what this homebrew stuff is all about? What language I need to use for Xbox 360…

Rashmi
- 239
- 3
- 9
8
votes
2 answers
Reverse engineering the Xbox One Smartglass app's API authorization header
Since Microsoft decided to put the profile pages for Xbox Live users behind a login wall for some stupid reason I have been forced to find other means to determine if a Xbox Live user is online or not.
To do this I have used mitmproxy to figure out…

Reid Main
- 3,394
- 3
- 25
- 42
8
votes
3 answers
XBox live achievements API
I'm relatively new to XBox development and wanted to know the best place to start looking to learn more about what API are exposed by XBox Live. Specifically around player and game achievements, player details, other games they're playing - that…

Carl Sargunar
- 577
- 1
- 5
- 15
8
votes
1 answer
Link an account with Xbox Live Gamertag?
How would i go about linking someones gamer-tag? Basically, i am wanting to make sure a user actually owns that account. MLG Game battles does the same thing, where you click a link, then you are redirected to Microsoft's Xbox Live website. Once i…

Hunter Mitchell
- 7,063
- 18
- 69
- 116
7
votes
1 answer
How to implement sign in with xbox with javascript?
I used microsoft graph api to implement signin but with that I am not getting xbox details of the user. How to get xbox details.
I want the xbox id of the user to pass to the endpoint in xboxapi.com to get xbox details of the user.
Response I am…

Goutham
- 352
- 2
- 4
- 14
7
votes
1 answer
How to detect gamepad triggers both pushed with USB HID API?
I use RawInput + Windows USB HID API to receive WM_INPUT message when a gamepad button is pressed and retrieve gamepad state.
There's a problem: two triggers work on same axis which means you can't figure out if two triggers are pressed at the same…

Juster
- 732
- 1
- 10
- 26
7
votes
1 answer
Is it possible to "rumble" a Xbox 360 controller with Python?
Is it possible to "rumble" my wireless Xbox 360 controller for PC with Python? I've only found solution for reading input but I cant find information about vibration/rumble.
EDIT:
Following the code provided by @AdamRosenfield I get the following…

Belohlavek
- 167
- 3
- 13
6
votes
0 answers
Can the Xbox Live Creators Program grant access to the XBL RESTful API for web development?
I'm developing a website that requires access to public profile and game information from Xbox Live, for that I need authorization to use the Xbox Live RESTful API…

Aurareus
- 61
- 2
6
votes
3 answers
Where to save high scores in an XNA game?
I'm making a simple 2 player game in XNA and started looking into saving the player's high scores.
I want the game to work on the XBox 360 as well as Windows, so I have to use the framework to save the data.
It seems that you save data to a…

Nick
- 7,700
- 2
- 29
- 37
6
votes
1 answer
XNA: Scaling down Texture 2D antialias?
I'm working on a project in XNA, and I'm using some rather large textures, which I'm loading into the game as Texture2D objects, and drawing on the screen much smaller than they are loaded in. The reason for this is that I need to draw them at…

Hoeloe
- 650
- 4
- 21