Linking to the OUYA Developer Page from within your game?
Hi,is it possible to link to the developer page from within the game.I have an "More Games" Button inside my apps. On iTunes, GooglePlay and Amazon I can open an URL that links to my developer page.Is...
View ArticleHelp ouya! fetchGamerUUID problems with on-screen-keyboard
So, you may know of Ouya keyboard problems with native activities, where you can call showSoftInput and the keyboard never shows up. Well, I just tried copied fetchGamerUUID from the IAP sample, called...
View ArticleOUYA + Linux Ubuntu/Mint Setup Issue
Hi everyone,I'm using Linux Mint 13 and trying to setup OUYA environment in Eclipse I created the device, but when I start the emulator I get the alert "Can't play this video."If I press ok, in the...
View ArticlePayment: Receiving receipts problem
I'm getting the following exception:java.lang.RuntimeException: javax.crypto.BadPaddingException: unknown block typein the line:receipts = helper.decryptReceiptResponse(response, mPublicKey);The...
View ArticleAccessing the user name?
I know we already have access to user's UUID, which, as far as I can tell, is a alphanumeric unique identifier; However, this isn't ideal for leaderboard development.Is there a way to access the user...
View ArticleCan't get player number on ODK 1.0.0
This code used to work fine static private byte getPlayerNum(InputEvent e) { try { return (byte) OuyaController .getPlayerNumByDeviceId(e.getDeviceId());...
View ArticleHtml5xOuya help?
I am an html5/ javascript game developer and was wondering has anybody found a way the get it to work...Or maybe there is a really easy way to do it and I am just an idiot.~Henry
View ArticleIn-App-Payments error on retrieving products.
I have the product list: public static final List<Purchasable> PRODUCT_ID_LIST = Arrays.asList(new Purchasable("credit"),new Purchasable("SpikeJumperFull"),new...
View ArticleA few questions regarding Android API and API levels
Hello, everyone.I have sent these questions already to devsupport@ouya.tv, but I haven't gotten an answer in almost 2 weeks (which is quite disappointing) so I have decided to post these questions here...
View ArticleHow do I identify a controller as OUYA controller?
In order to address the extreme +X axis bias in the left stick, I need to be able to identify whether or not a connected controller is an OUYA controller. My original plan was to check if...
View ArticleError 3002 - Error parsing response from server
Dear Community,I have a problem testing my game on Nexus 7: Whenenver I try to fetch my receipts, I get Error 3002.I do have a console id assigned and can see it on the "Device Info" page. (I mention...
View ArticleBlack screen on Emulator (looping 'system process')
I use Aptana Studio for my development. For those unfamiliar it's a fork off Eclipse. It uses all the Eclipse plugins just fine. I have created an AVD with the following properties:Base Device...
View ArticleIAP: __DECLINED__ not working?
I'm not sure if __DECLINED__ is a feature that is no longer supported (as it's not mentioned on the online purchase documentation), but in the ODK readme file for the IAP, it says:- Note that when you...
View ArticleIAP - Canceled purchase not reported
Hi,When a purchase is canceled with the A controller button, the onCancel() method of the OuyaResponseListener is not called and my game is unable to know that the purchase has been canceled. The...
View ArticleDeveloper back-end "payment info"
How are international developers supposed to fill in the "payment info" on the backend?Routing numbers don't work.and there doesn't seem to be a way to add SWIFT/BIC codes, etc.a Paypal option could...
View ArticleLeft X axis seems to be offset or something, clearly seen on all marketplace...
The left X axis of the ouya controller seems to be offset strangely such that if you press it to the right a little bit on most games, it will continuously move to the right even after being let go....
View ArticleTouchscreen Bugs in the Ouya menu
Not sure where the right place to put this bug is...I just realized you can use the touch screen to navigate the menu! I immediately tried clicking on "SOFTWARE" to find out that it crashes Ouya. In...
View ArticleDeveloping A Game
I'm new to programming and am wishing to make a game. But I'm having some issues getting off the ground. So answers regarding my questions will be much appreciated. One of my problems is how to set up...
View ArticleIAP testing failure
Whenever I try and use the In app payments, I get this: Purchase failure: 2020 message: No credit card on fileAnd for the life of me, I cant find where it expects that to be put in in the profile, does...
View ArticleDev console
Hi there How do we get are hands on a dev console to us in the uk. It would be very beneficial developing with one. Thanks
View Article