klausw / hackerskeyboard

Hacker's Keyboard (official)
https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard
Apache License 2.0
1.86k stars 441 forks source link

How to enable Hacker's Keyboard by ADB Remote Shell command? #928

Closed hemmerling closed 1 year ago

hemmerling commented 1 year ago

Instructions how to use "Hacker's Keyboard" on FireTV with FireStick 3.

I may login to FireTV by “Remote ADB Shell" ay.google.com/store/apps/details?id=com.cgutman.androidremotedebugger from another Android smartphone and then

  1. enable the keyboard

ime enable org.pocketworkstation.pckeyboard/.LatinIME

  1. set the keyboard as default keyboard

ime set org.pocketworkstation.pckeyboard/.LatinIME

I may do (2) with the configuration menu of "Hacker's Keyboard", or competitor "Keyboard Switcher” by Kunzisoft, but for (1) I must use the remote shell.

--

I found these infos in the German instructions https://www.android-hilfe.de/forum/anleitungen-fuer-amazon-fire-tv.2266/anleitung-zur-aktivierung-eines-deutschen-layouts-fuer-externe-tastaturen-an-fire-tv-geraeten.976331.html in an attachment to the HTML page https://www.android-hilfe.de/attachments/anleitung_tastatur_deutsch-txt.884519/

Originally I had the technical problem that I copied & pasted the remote shell command, by this an unwanted linebreak was included in the copied data, causing failure of the command.

Sincerely Rolf

hemmerling commented 1 year ago

Originally I had the technical problem that I copied & pasted the remote shell command, by this an unwanted linebreak was included in the copied data, causing failure of the command.