Advertisement
Guest User

Enable keyboard

a guest
Dec 25th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. How to install Analog Keyboard for Android Wear
  2.  
  3. 1) Make sure you have a recent Android SDK installed and have a working adb
  4. connection to your watch: http://developer.android.com/tools/help/adb.html
  5.  
  6. For the Moto 360, which doesn't have a USB connector, you need to setup
  7. Bluetooth debugging: https://developer.android.com/training/wearables/apps/bt-debugging.html
  8.  
  9. 2) Run "adb install com.microsoft.research.analogkeyboard-Signed.apk"
  10. (don't forget to specify "-s localhost:4444" if you're connected via Bluetooth)
  11.  
  12. This will install the keyboard service, as well as a test app that shows up
  13. as "Analog Keyboard" in your watch's "Start..." menu. The test app is
  14. simply a dummy edit control that you can tap to bring up the keyboard.
  15.  
  16. 3) Run "adb shell ime enable com.microsoft.research.analogkeyboard/.KeyboardService"
  17.  
  18. 4) Run "adb shell ime set com.microsoft.research.analogkeyboard/.KeyboardService"
  19.  
  20. This command starts up the service which can make the current foreground app
  21. unresponsive for a few (5-10) seconds (this happens only once, though).
  22.  
  23. 5) Invoke the keyboard by tapping on any text edit control.
  24.  
  25. Happy handwriting!
  26.  
  27. For questions, comments, bug reports, please contact analogkeyboard@microsoft.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement