You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your interest.
As far as I know - original screencast doens't use any self-tuned Input.java code. int just use input application and that's all and, actually, as I've looked through android platform sources everything is going deeper to C code and if you want actually to modify Input.java - you need to modify native C code and not only .java, so it's not the easy task.
Hi, thanks for this, it works pretty well. But currently e.g. I can't type shift-x to type an uppercase X.
I guess one way to fix this would be to add a custom version of https://android.googlesource.com/platform/frameworks/base/+/HEAD/cmds/input/src/com/android/commands/input/Input.java and install this onto the phone, similar to how the original androidscreencast worked, but executing injection commands (as this project) instead of having a server to handle injection requests (as the original).
The text was updated successfully, but these errors were encountered: