[GH-ISSUE #17] AOSP version S - no return key present on keyboard #15

Closed
opened 2026-03-04 02:10:49 +03:00 by kerem · 3 comments
Owner

Originally created by @serviceberry3 on GitHub (Jun 5, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/17

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.

Originally created by @serviceberry3 on GitHub (Jun 5, 2021). Original GitHub issue: https://github.com/tytydraco/LADB/issues/17 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.
kerem 2026-03-04 02:10:49 +03:00
Author
Owner

@tytydraco commented on GitHub (Jun 5, 2021):

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.

<!-- gh-comment-id:855290539 --> @tytydraco commented on GitHub (Jun 5, 2021): 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.
Author
Owner

@serviceberry3 commented on GitHub (Jun 9, 2021):

@tytydraco Yup, I tested it

<!-- gh-comment-id:857274095 --> @serviceberry3 commented on GitHub (Jun 9, 2021): @tytydraco Yup, I tested it
Author
Owner

@tytydraco commented on GitHub (Jun 9, 2021):

github.com/tytydraco/LADB@3a51f3d5f8

Problem solved. Thanks for the help!

<!-- gh-comment-id:857274442 --> @tytydraco commented on GitHub (Jun 9, 2021): https://github.com/tytydraco/LADB/commit/3a51f3d5f849671c2be0ec4f94fc062e517c33d4 Problem solved. Thanks for the help!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LADB#15
No description provided.