Hi,
I think this is a acceleration bug, and I tried to find the cause of the bug. Maybe it caused by the new version of phonegap.
I export files and delete phonegap.js in the folder. Then zip it and upload to PhoneGap Build. In the apk file "phonegap.js" is a new version(1.6.1),then Touch.Beta and Touch.Gamma cannot work.
I think there is no error in my project. Because I used eclipse to build a apk it can work.(phonegap.1.2.js and phonegap.1.2.jar).
Compare cordova.js with phonegap.js(version 1.2 exported by R84):
phonegap.js
// Get acceleration
exec(successCallback, errorCallback, "Accelerometer", "getAcceleration", []);
cordova.js
// Get acceleration
PhoneGap.exec(successCallback, errorCallback, "Accelerometer", "getAcceleration", []);
--------------
My Project capx
------
System -> Touch.Beta<"-100"
Action: Monster -> Simulate 8Direction pressing Right.