Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable keyboard on Amazon Fire TV devices #26

Open
dikodahan opened this issue Mar 30, 2021 · 2 comments
Open

Enable keyboard on Amazon Fire TV devices #26

dikodahan opened this issue Mar 30, 2021 · 2 comments

Comments

@dikodahan
Copy link

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
Copy link

DraconicNEO commented Jul 24, 2021

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
Copy link

DiaShamma commented Mar 8, 2023

The tow ABD commands doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants