yuliskov / LeanKeyKeyboard

Keyboard for Android based TV and set-top-box
https://www.patreon.com/leankeykeyboard
GNU General Public License v3.0
181 stars 49 forks source link

Enable keyboard on Amazon Fire TV devices #26

Open dikodahan opened 3 years ago

dikodahan commented 3 years ago

The setting of "Activate Keyboard" does not work on Amazon Fire TV devices.

In order to activate this keyboard on a Fire TV device you need to run two ADB commands on the device:

  1. ime enable com.liskovsoft.leankeyboard/.ime.LeanbackImeService
  2. ime set com.liskovsoft.leankeyboard/.ime.LeanbackImeService

Can you add the ability to identify if the keyboard is installed on a Fire TV device and then when clicking the Activate Keyboard it will run these two commands in the backend?

DraconicNEO commented 2 years ago

The setting of "Activate Keyboard" does not work on Amazon Fire TV devices.

In order to activate this keyboard on a Fire TV device you need to run two ADB commands on the device:

1. `ime enable com.liskovsoft.leankeyboard/.ime.LeanbackImeService`

2. `ime set com.liskovsoft.leankeyboard/.ime.LeanbackImeService`

Can you add the ability to identify if the keyboard is installed on a Fire TV device and then when clicking the Activate Keyboard it will run these two commands in the backend?

Isn't it already possible to do this on Terminal Emulator

DiaShamma commented 1 year ago

The tow ABD commands doesn't work