Hi All,
I've been working away on a few extra Android utilities and I ended up realising it was a bit dumb to have multiple forum posts - especially when it meant getting people to make the same changes every time. Eww.
So, I've wrapped everything up into one and I've even written some instructions! (see the ReadMe file)
Download and updates here (its now version 3.0 using sdk 22, Android 5.1):
http://www.glbasic.com/forum/index.php?topic=9644.0Questions in this thread please (or create your own).
Current Version: AndroidExtras_v1.1
This ONLY supports the new beta v11.414
Changes in v1.1:
- Added new commands to TMusic:
- getDuration() - returns the length of the music track currently playing (in milliseconds)
- getCurrentPosition() - returns the current position in the playing track (in milliseconds)
- Added support to reload textures on some devices when OpenGL context is lost (please see the sample application for details)
If you want to try out Game Controller support for OUYA/Android then SpaceFractal has implemented the code and integrated it into AndroidExtras. A beta release is available here:
Current Beta Version: 1.4beta3
https://dl.dropboxusercontent.com/u/3236515/GreedyMouse/AndroidExtras.zip
UPDATED 28th NOVEMBER 2013
http://www.dropbox.com/s/c1s7dxmf4r8806g/AndroidExtras_update.zipI've not had time to try this out, but if it can be confirmed as working then I'll update this post accordingly. Thanks again SpaceFractal!

Please see the ReadMe.txt file inside the zip for installation instructions.
If you have any questions then fire away.
//Andy