I’m updating from an old fork of QGC and trying to install it on the ground controller we’ve been using. The old version has some ‘custom’ android code for handling joysticks. The new one uses SDL. Unfortunately the new version doesn’t recognize the contoller. I’ve tried porting the old android joystick code, but to no avail yet. Any suggestions how I can get this moving along?
Follow up to my own post…. the reason the old version wasn’t working is that the QGCActivity.java file redirected the event handlers to SDL handlers, so the origanal code didn’t receive the events. Commenting out that code made it work. closing the thread