cxplan / CXTouch

View and manage Android devices from PC client based java swing, supporting Windows, Linux and MacOS
GNU General Public License v3.0
271 stars 72 forks source link

does not respond to keyevents #9

Open holy834 opened 5 years ago

holy834 commented 5 years ago

Connection is okay and latency is awesome. It also supports mouse and navigation events. However keyevents doesn't work.

logcat shows warning when pressing keys: W/BroadcastQueue: Unable to launch app com.cxplan.projection.mediate/10199 for broadcast Intent { act=COM.CXPLAN.TOUCH.INPUTER flg=0x10 cmp=com.cxplan.projection.mediate/.inputer.InputerReceiver (has extras) }: process is bad

CXmediate app also fail with: E/AndroidRuntime: FATAL EXCEPTION: Connect Thread Process: com.cxplan.projection.mediate, PID: 711 java.lang.RuntimeException: Connecting to message server is timeout: forward port=2014 at com.cxplan.projection.mediate.inputer.CXTouchIME$1.run(CXTouchIME.java:164) at java.lang.Thread.run(Thread.java:760)

holy834 commented 5 years ago

Not an issue, my fault. The app must have network permission.