Mobicontrol Keyboard and Gboard (soft input)

P
Pelle
Datema AB

Hello.

Our customer is using a couple of Zebra TC52 and do not wan't to to use Gboard while scanning. They don't want it to popup because it will disable a good part of the screen.

I solved it by installing Mobicontrol as soft input and then alternate between them in the bottom right corner of the screen. They need Gboard for login and in rare situations.

But I want to automate this via StageNow and deliver it via Mobicontrol.

To do that I need a Bundle ID for Mobicontrol Keyboard

Gboard - com.google.android.inputmethod.latin

Mobicontrol Soft Input - ?

Example

    <characteristic type="InputMethodDetails">
      <parm name="InputMethodOption" value="4" />
      <parm name="InputMethodPackageName" value="com.google.android.inputmethod.latin" />
      <parm name="InputMethodClassName" value="com.android.inputmethod.latin.LatinIME" />
    </characteristic>

BR
Pelle

4 years ago
Android
ANSWERS
R
RRMOD@SOTI
4 years ago (edited 4 years ago)

Hi Pelle ,

Thanks for posting in SOTI CENTRAL.

Please avoid using the Mobicontrol keyboard input method as it is only used for Remote Control. Not being able to use MobiControl Keyboard as an input method is an expected behavior. Because, this keyboard is used for handling Unicode characters while RC but it registers on the device as one of IME (Input Method Editor)

Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.