Export to GitHub

android-lighthouse - issue #89

XPeria Play


Posted on Nov 17, 2011 by Helpful Bear

What steps will reproduce the problem? 1. Load app onto an XPeria Play 2. Print the key() from a QKeypressEvent

What is the expected output? What do you see instead? Some value should be returned for all the keys. I see values for the D-pad and the X button of the controller. I don't see anything for L, R, Triangle, and Square. Circle also functions as the back button.

What version of the product are you using? On what operating system? Necessitas 0.3

Please provide any additional information below. I would also like to know if there is anything for the touch pads as they don't seem to do anything either.

Comment #1

Posted on Jul 16, 2012 by Helpful Bear

After plenty of research, it seems that the only way to pull off the touchpads would be to make QtActivity extend NativeActivity instead of Activity, so is that even something you'd be interested in doing?

Comment #2

Posted on Oct 3, 2012 by Helpful Bear

Update:

I have flashed an ICS ROM onto my XPeria Play, and it now is able to create GenericMotionEvents for the touchpads. This means that there just needs to be a class that can pass these along in a similar manner to QTouchEvent passing along TouchEvents.

Status: New

Labels:
Type-Defect Priority-Medium