3 votes

L'entrée shell adb avec espace ne fonctionne pas

adb shell input text 'Hindustan%sTrading%sCompany'

Donne Company dans Gboard

adb shell input text 'Hindustan%s'

Donne juste un espace

adb shell input text '%sHindustan' fonctionne bien.

donc mot avant %s est absent

Android Debug Bridge version 1.0.40
Version 28.0.2-5303910

2voto

Smart Manoj Points 147

Semble réparé

 adb --version
Android Debug Bridge version 1.0.41
Version 30.0.4-6686687

Ce qui suit fonctionne comme prévu

adb shell input text 'Hindustan%sTrading%sCompany'

1voto

H4ZE Points 451

Essayez de séparer les entrée des lignes comme celle-ci :

adb shell input text 'Hindustan'
adb shell input text '%s'
adb shell input text 'Trading'
adb shell input text '%s'
adb shell input text 'Company'

androidalle.com

AndroidAlle est une communauté de androiders où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X