Running OpenGL ES 2.0 games on Android Ouya like x86 4.1 emulator
In order to create a OUYA emulator, you might need to define a new device "definition" (see the docs for info, resolution etc)Then there are a couple things to be aware:1. When creating the avd...
View ArticleStill possible to get the DEV console?
Hi,Is it still possible to get the dev console?I tried contacting through mail a few weeks ago, but haven't had any response to it yet.Since I've had quite some work and went on vacation :)So I'm...
View ArticleFramebuffer and texture memory limit
Hi everyone.I wanted to know what was the maximum number of fbo we could use on the ouya.I've got 6 Â 512x512 fbo to make a shadow effect, which runs smootly on desktop but doesn't go further than 1fps...
View ArticleOuyaController.getControllerByDeviceId() always null
Hey everyone (again)I've got a problem with ouyacontroller, whatever i do, whatever device id i put in, OuyaController.getControllerByDeviceId() always return nullI must be missing something, i don't...
View ArticleBUTTON_DPAD not handled by ODK?
Hi, I'm having trouble using the BUTTON_DPAD keys.In my activity I have the following setup: @Override public boolean onKeyDown(int keyCode, KeyEvent event)  {   boolean handled =...
View ArticleHelp with controller and emulator on Windows and Eclipse
Hello i have created the AVD, followed the doc instructions and everything runs and looks fine on eclipse, but i dont know how to use my xbox360 controller with the ouya framework, any tips on this?
View ArticleGetting user/profile information
Is it possible get information about the user? Like requesting profile data so you could load a female or male model based on the gender of the player?
View ArticleGuide to getting your game/app on the store
Just went through the process of getting a game on the beta version of the OUYA store. Much thanks to the OUYA team for helping out. Here is a guide I wrote for how to do...
View Article[Store] Intent Filter Error
I keep getting the following error when I upload an apk to the store:"Apk error: package must accept one OUYA intent: tv.ouya.intent.category.GAME or tv.ouya.intent.category.APP"I originally had it as...
View ArticleAnytime state querying question.
I'm using the code from the docs:@Override public boolean onKeyDown(int keyCode, KeyEvent event) { boolean handled = OuyaController.onKeyDown(keyCode, event); return handled || super.onKeyDown(keyCode,...
View ArticleIs it easy to develop games?
Is it easy to develop games for the OUYAFor say someone with very little experience at Developing games for the Android System?
View ArticleLaunch error: Failed to connect to remote VM. Connection refused
Is anyone else having this issue? When I run the application it pushes it up to the OUYA and runs it as expected. However when I try to debug into the game I get this error. The console output right...
View ArticleMaximum package size
I know this question has sort of been mentioned in a couple of other threads, but I don't ever recall seeing an actual answer.Now that the store is starting to take shape, are there any size...
View ArticleStandardized art pack?
Is there a pack of standard art we're supposed to use for console logos, button, etc?I know for X-Box stuff they provide you with the graphics you're supposed to use to describe controller functions,...
View ArticlePackage signing for store submission.
Hi,I set up my game at devs.ouya.tv and after creating one, I see there is a KEY.DER file available for download.What is this file?Do I need it to sign the package?If so, what are the steps, and...
View ArticleCan't get input controllers working in MonoGame.
My game is loading on devkits fine, and it runs, but the only input that's being picked up at all is touchpad movement.I'm pasting my Activity file below... I can't for the life of me figure out what I...
View ArticlePerformance issues with new update??
Anyone having major performance issues with their games after the most recent update to the OS ??I was running at a solid 30 fps on a 3d game and now without ANY changes to my code after the update can...
View ArticleAttn: Team OUYA, a TRC Proposal, Handling Save games better then Google
Dear Team OUYA, perhaps you guys have something in the works in this department, but if not please hear me out. One of the biggest problems on the Android marketplace with games currently, is how save...
View ArticleHow T Install The ODK On Windows
Hello,I've been having trouble installing the ODK using Windows 7 and Eclipse. Does anyone have any advice on how to install it?
View ArticleHow can I import my C++ game?
Hi, Me and my team have been making a game with C++. We though it would be awesome to put it on the OUYA, But we have no clue how we import our game or how the ODK files work. We did not order the...
View ArticleODK support for AXIS_L2 and AXIS_R2
I'm trying to use only the OuyaController class in the ODK to map controller interactions. Â This has worked out ok except in the case of AXIS_L2 and AXIS_R2. Â These are arriving as events to...
View ArticleA simple question about launchers
Hi,The Ouya setup guide says "If the OUYA launcher is not installed, some ODK features will not work correctly"But it doesn't say if ouya apps needs to be launched through itSince we're stucked in the...
View ArticleHow to add application description on OUYA?
Greetings OUYA fellows!Just wanna ask, anyone know how to add description on OUYA?I mean on the screen after we select our application and then will appears screen with button "LAUNCH NOW" on the...
View ArticleOUYA device name for Public Release?
Hello OUYAers,Anyone know whether current name for OUYA "Cardhu" will be also use as the name for Release version on March 2013?Because I need to use preprocessor on run time, perhaps something like :...
View ArticleScreen flashes when trying to login to launcher
When I run the OUYA Launcher and try to login with my existing account the screen flashes back and forth between a white screen that says "Contacting ouya servers..." and the purple screen with the new...
View ArticleUsing cocos2d-x with OUYA
Hi everyone,in regard of the Ouya-GameJam and the many questions in this forum how to use cocos2d-x or JNI/NDK we decided to create a project template for you: the MetaProject.We implemented a binding...
View ArticleIntegration with OUYA platform
Just starting to get my hands dirty. I have an old game I'm planning to update, refine, and publish to OUYA, and I want to be sure I design the codebase so that I can take advantage of the required and...
View ArticleHow do I set up the Ouya ODK / SDK?
Hello I am new to programming and I am unsure how to go about setting this stuff up. I got as far as downloading the OUYA ODK and the Android SDK and tools and check marked and installed the Tools:...
View ArticleSupport for push notifications?
Will Google's push notification API GCM be supported on OUYA?
View ArticleC# bindings for ODK 0.0.6 now available
https://github.com/slygamer/ouya-csharpThis is a basic update primarily to get the changed intents.Further updates will be coming soon where the various listeners will be C#-ified.MonoGame is...
View Article