tytydraco / LADB

A local ADB shell for Android!
https://play.google.com/store/apps/details?id=com.draco.ladb
Other
1.69k stars 462 forks source link

AOSP version S - no return key present on keyboard #17

Closed serviceberry3 closed 3 years ago

serviceberry3 commented 3 years ago

Awesome work. I'm running aosp_flame-userdebug S AOSP.MASTER. When the keyboard pops up to type in shell cmds, there's no return key; in it's place is the emoji keyboard button. This can be fixed by changing android:inputType="textNoSuggestions|textShortMessage" to android:inputType="textNoSuggestions|text" in activity_main.xml, for example.

tytydraco commented 3 years ago

Thanks! Could you try testing this change on your device if you haven't already? I can merge it after. I don't own an Android 12 device is the reason.

serviceberry3 commented 3 years ago

@tytydraco Yup, I tested it

tytydraco commented 3 years ago

https://github.com/tytydraco/LADB/commit/3a51f3d5f849671c2be0ec4f94fc062e517c33d4

Problem solved. Thanks for the help!