Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
1
vote
0 answers

How to get console.log from Xbox UWP app?

I've Xbox UWP app, there is some intermittent issue and I would like to capture the logs to analyze. However I am not sure how I can collect logs from Xbox for my analysis. If anybody has any info, please let me know.
vishal
  • 596
  • 2
  • 12
  • 31
1
vote
1 answer

How to enable Xbox One Developer Mode activation?

I following this link to enable developer mode on xbox. https://learn.microsoft.com/en-us/windows/uwp/xbox-apps/devkit-activation Everything is fine except that after activating xbox with code, It is showing this message If anybody can assist how…
vishal
  • 596
  • 2
  • 12
  • 31
1
vote
0 answers

Login with Xbox live system

I am trying to make a option where user can log in with Xbox live account I am not sure how to do it? Can you guys help me find a api to or something please?
xxnice Hq
  • 21
  • 1
1
vote
0 answers

How to remove a Program from Microsoft Partner Center

I am triyng to activate the dev mode in my Xbox One X. I paid to enter in Microsoft Partner Center to enable the dev mode in my Xbox. I opened the app in my xbox to connect to the Partner Center but it's not connecting. I guess I know why. I use an…
1
vote
0 answers

Linking registered Microsoft app to xbox login

I am working on a mobile app that will allow users to login to their xbox live account to access some xbox live account info and data (really only dvr clips and thumbnails). I registered my app in azure but can't figure out how to link it to the…
Nick
  • 247
  • 2
  • 9
1
vote
0 answers

What is a difference between vJoy and vXBox?

I found this program/API http://vjoystick.sourceforge.net/site/index.php/77-vjoy/84-homepage-v200 As I understand I can use this to emulate a lot of devices (like gamepads, joysticks, steering wheels). I am not sure if I am right (if not feel free…
user12641640
1
vote
0 answers

Can you use the Xbox API to stay a party chat in Java?

Like the title says, is there a way to stay a party chat on your Xbox headset via an API, using Java?
rockit
  • 3,708
  • 7
  • 26
  • 36
1
vote
0 answers

How to setup achievements in uwp...?

I am porting a game from steam to UWP. I want to How to setup Achievements like steam on UWP. I don't find any useful tutorial regarding this. My Steam code for setting Achievement SteamUserStats.SetAchievement("Achi_Name"); …
Savad KS
  • 41
  • 1
  • 6
1
vote
1 answer

Problems working with several gamepads simultaneously in Unity3d

I have two gamepads connected: one compatible with PC connected via cable one compatible with PS4 connected wireless. I configured the Input in a way that each button has a different input according to the joystick to which it belongs to. The…
g5fighter
  • 45
  • 1
  • 6
1
vote
1 answer

What's PPC and how can I use it to make an xbox rebooter?

So I've always been interested in a type of modified xbox 360 called a jtag. Apparently do to some system checks implemented by microsoft they can no longer connect to xbox live and I want to give building a new rebooter a try. First off, if anyone…
Jacob
  • 95
  • 1
  • 10
1
vote
1 answer

Move focus on GridView item one by one

I'm designing app for pc and xbox. Now facing a tricky problem. I have a GridView, which is one row enabled. So the focus can move left/right. I have calculated the item's width, so in the user visual area, there are always 4 items visible. On my…
Vincent
  • 3,124
  • 3
  • 21
  • 40
1
vote
0 answers

RNTester : Unable to find React Native files

I was going through a react-native tutorial and got a suggestion to check RNTester I followed the steps of cloning and installing mentioned on github. But when I hit the run button on Xcode I get following error: error Unable to find React Native…
Molly
  • 1,887
  • 3
  • 17
  • 34
1
vote
2 answers

How to record state of xbox/gamepad controller in Python?

I need to know at a specific time the value of all buttons of an xbox controller. The reason being that I'm building a training set for a neural network, and I'm trying to simultaneously take a snapshot of the screen and take a "snapshot" of the…
Allen
  • 236
  • 3
  • 12
1
vote
1 answer

progress ring in xaml not preventing the game pad controller action?

I have implemented the uwp loader in my xaml page to prevent the user interaction. but the problem is controller actions still working which allows the user…
Haritha Es
  • 185
  • 3
  • 11
1
vote
1 answer

Python threaded class calls another threaded class (queue help)

I am trying to control a 3-axis printer using an x-box controller. To get inputs from the x-box I have borrowed code from martinohanlon https://github.com/martinohanlon/XboxController/blob/master/XboxController.py I have also created code that reads…