Skip to content

This is an Adobe Air Native Extension to access the gyroscope on the BlackBerry Playbook from an AIR application

Notifications You must be signed in to change notification settings

bezineb5/Gyroscope-Air-Native-Extension-for-Blackberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Gyroscope-Air-Native-Extension-for-Blackberry

This is an Adobe Air Native Extension to access the gyroscope on the BlackBerry Playbook from an AIR application. This is meant to extend the Adobe Gyroscope ANE to support the BB Playbook:
http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/gyroscope.html

Usage:
Get the compiled ANE from the Gyroscope/ANE directory.
The Gyroscope.ane file is compatible with BlackBerry Playbook, iOS and Android.
Use it as described in the Adobe link above.

To compile:
Get the source code and compile it with the BlackBerry Native SDK 2.0.0+
Get the Adobe files and add this into the extension.xml file:
<platform name="QNX-ARM">
<applicationDeployment>
<nativeLibrary>libGyroscope-arm.so</nativeLibrary>
<initializer>ExtensionInitializer</initializer>
<finalizer>ExtensionFinalizer</finalizer>
</applicationDeployment>
</platform>

You will have to package the ANE as described in the article above.

About

This is an Adobe Air Native Extension to access the gyroscope on the BlackBerry Playbook from an AIR application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages