Hi all,
I have a hardware keyboard connected to the device, and so my device is not showing onscreen keyboard. Currently after each reboot, i have to disable hardware keyboard, to enable onscreen keyboard from *Settings > Language & Input > Select Input Method* What i want is on reboot also the onscreen keyboard should also work. *I tried following:* Invoked setHardKeyboardEnabled(false); <http://androidxref.com/4.4.2_r1/xref/frameworks/base/services/java/com/android/server/wm/WindowManagerService.java#6767> in the end of constructor WindowManagerService() <http://androidxref.com/4.4.2_r1/xref/frameworks/base/services/java/com/android/server/wm/WindowManagerService.java#726>; But still on device boot onscreen keyboard is not showing. Please suggest any solution for achieving this. Thanks, Shridutt Kothari [email protected] +91 9713740276 -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
