Android :: Disable Keyboard Input On Droid TimePicker?

Mar 6, 2010

I'm developing and Android app using the 1.6 sdk. I'm using a TimePicker and I don't want the soft keyboard to come up when you click on the digits in the TimePicker. I only want the TimePicker to be changed using the plus and minus buttons. I've tried using android:focusable="false" and android:focusableInTouchMode="false" hoping those would do it, but they didn't seem to do anything. Is there a way to do this?

Android :: Disable keyboard input on droid TimePicker?


Android :: TimePicker Selecting The Button And Input Field

Apr 5, 2010

I'm trying to modified the way TimePicker works as asked in my question here http://stackoverflow.com/questions/2580216/android-timepicker-minutes-to-15

To be able to do that I need to know if the + and - button was clicked and to disable the input field.

So can I target the elements in a TimePicker? (i.e the + and - button and the input field)?

Also is there anyway to determine if the + or the - button was clicked?

View 1 Replies View Related

Android :: How To Capture When Time Changes In A TimePicker If Keyboard Is Being Used

Aug 1, 2010

I have a widget which is a TimePicker that retrieves the time saved in a field in a database.

Thing is that when the user changes the time value in the widget, this is not being saved in the database.

So I came across the setOnTimeChangedListener method that works like a charm, if you are only using the plus and minus signs in the widget. It does not capture the change if you are using the keyword.

Here is my code:

CODE:................

I've also tried unsuccessfully:

CODE:....................

View 2 Replies View Related

Android :: Intercept Keyboard Input On A Global Level On Droid?

Oct 20, 2010

I was wondering if it is possible to intercept keyboard input on a global level on Android. For example a user types in text into an edittext (does not matter which application) I would like to access said text to check for certain words. Is this even possible with Android's security model (yes I am aware this kind of feature could be used for various wrong things too).

View 1 Replies View Related

HTC Droid Eris :: Voice Input On HTC Keyboard

Apr 2, 2010

Can we download the HTC Keyboard apk file from Here ? I would really like to try voice input to text and email. Swype is great, but would like to have the option. I am using the leaked 2.1 OS as well. Has anybody tried this install from XDA forums? I want to make sure I don't ruin my phone if I do.

View 30 Replies View Related

Motorola Droid :: Better Keyboard Voice Input

Feb 6, 2010

Trying out better keyboard,, been wanting good text input like what comes with 2.1 for a while, the accuracy of the voice input is decent from what i can tell, but when im done recording the text doesnt go into the text field, instead i have to click the text box again and it comes up as a suggestion, is this right..is this how the app is designed..also any other suggestions for 2.1 quality voice input for texting without rooting.

View 7 Replies View Related

Motorola Droid :: Touch Input Keyboard

Mar 25, 2010

Went to settings>language and keyboard, and checked "Touch Input". Tried to use it on Handcent SMS, and it keeps force closing. Worked fine on my previous Droid. Any suggestions?

View 2 Replies View Related

Android :: Android Emulator - Keyboard Display Touch Input When Using Physical Keyboard To Type

Mar 6, 2010

If it was possible to use my physical keyboard to type, and have the android emulator simulate it as if it were a touch (specifically- the button highlights, and letter overlay)

View 1 Replies View Related

HTC Droid Eris :: Ringtone Doesn't Stop / Edit Keyboard Input Sound When Typing - Resolve These?

May 9, 2010

Just wondering if there is anyway to set my phone in such a way that my ring tone will turn off when I open the phone (either unlock/ do anything to the phone). As it is right now my ring tone (a full mp3 song imported from my pc) will play until I drag down my notification bar. I'm using tone picker and handcent sms if it makes any difference.

Also, is there a way to edit the the keyboard input sound when typing with the stock keyboard?

View 7 Replies View Related

Android :: Way To Disable Zoom Feature On Input Fields In Webview?

Sep 13, 2010

When a user clicks in an input field or textarea, the application zooms in.Is there a simple way to disable it?Everything looks great till I look at it on a device with Android 2.2. Specifically HTC Evo 4G.

View 2 Replies View Related

General :: MK802 Mini PC - Disable Soft Keyboard Hiding With USB Keyboard Available?

Jun 22, 2012

I'm using an MK802 mini PC. I don't have a USB keyboard yet.

When I plug in a wired USB mouse, I can use that to click on the on screen soft keyboard.

But when I plug in the wireless dongle for a USB mouse, the Android soft keyboard doesn't show anymore (I guess this is because the wireless dongle supports both keyboard and mouse, and tells Android a hardware keyboard is available, so Android doesn't show the soft keyboard).

Any way to ignore this and always show the soft keyboard? Or another keyboard I can download which will always show?

View 1 Replies View Related

Android :: Soft Keyboard - New Input Framework

May 10, 2009

I have a class that extends ImageView, which also handles keyboard input, currently via OnKeyListener, which works great with the 1.1 sdk, but how do I port this to the 1.5 sdk? How do I get the soft keyboard to load for this View? I haven't found a ton of documentation regarding the new input framework.

View 2 Replies View Related

Android :: Keyboard Input - Touch Event Noisy

Jul 21, 2010

I'm working on a simple game: when you press a button on the screen, a character will run to certain direction. It's easy to support keyboard input. But, some phone doesn't go with a keyboard or even no a track ball. So I decided to draw a virtual "run" key on the screen (with opengl). When the user press the virtual key, I apply a velocity to the character. And when the user release the key, I disable the velocity to stop the character but there seems to be some touch event noisy. If my finger cannot press still, I will see millions of touch down and touch up events, instead of a single long pressing.

And occasionally, my program captured the touch down event when I touch the screen, but didn't capture touch up event. So my character will keep moving, even no finger is on the screen. I'm wondering if there is some way to reduce the touch event noisy and tell if the user is currently pressing on the screen, instead of only getting an event when touch up and down happen. It seems the system UI can detect long pressing, for example when you put a finger on one item of the list view widget, the entire item turns to orange. I just don't know how to detect pressing in my opengl game.

View 5 Replies View Related

Android :: Emote Button In Soft Keyboard Input

Oct 21, 2009

Does anyone know how to enable the emote button in soft keyboard input?

View 2 Replies View Related

Android :: Virtual Keyboard On Custom Input Field

Aug 18, 2009

Is is possible to get the virtual keyboard key events on a custom input field ? I tried using keyboardView, but somehow that doesn't work. Is it mandatory to use the android input method classes to get the events?

View 2 Replies View Related

Android :: External Peripherals Emulating Keyboard Input

Dec 4, 2009

I am trying to develop a device which would attach to my Droid and send keystrokes to it, but I need help understanding how the USB OTG works. I have the basic pinout, but is there a reference and instruction set guide anywhere, preferably with example code? Has anyone had any luck developing similar peripherals?

View 2 Replies View Related

Android :: Virtual Keyboard Input Focus With Webviews

Mar 15, 2010

I'm having a very very strange problem with input and textarea html tags in a WebView. Basically they never seem to gain input focus with the virtual keybaord. which shows a single input box. There is now way just tapping around the screen to get it to accept input. Strangely, if I use my trackball on my G1 to select the field, I can eventually get focus and type in it. For trackball-less things like the N1, that doesn't help though.

View 16 Replies View Related

Jelly Bean :: No Keyboard (text Input) On Android 4.1.1

Feb 20, 2014

There is NO keyboard or text entry widget... I try to create an new account so i get that form that asks for my email and pass... but when I click on it i get a Google vocal input thing that does not do the work anyway... I went to setting, turned it off, still no keyboard...

cannot find any info not even from Ainol them selves.The tablet works with android 4.1.1...Is there anyways to 1) update to a different aNDROID VERSION OR 2) activate the standard keyboard that we find on ALL tablet but mine..

View 1 Replies View Related

General :: How To Add Japanese As Language Input For Android Keyboard

Feb 26, 2012

I was wondering if there was a way to add Japanese as an language input for the Android keyboard? By default, there is no option to add Japanese as a llanguage input, and all other keyboards that have it are either ugly, don't have ICS as an optional theme or just too much, I prefer the stock Android keyboard on ICS over anything else and I'm sure there are some of you that agree. It would be nice to have this and other possible languages as optional languages on this keyboard.

View 2 Replies View Related

Android :: Allow Only Decimal Numeric Input / Use Phone Soft Keyboard?

Apr 21, 2010

I am trying to do something that I thought would be simple, yet I still haven't found the right approach. I have a Edit Text field that should only accept unsigned decimal entries. Using android:input Type="number Decimal" in my layout xml file achieves this, however the soft keyboard that is raised with this input Type is the standard keyboard but just uses the alternate view with the number row on top. This is far from ideal for a field that only allows numbers. A much better soft keyboard for numeric entry is the "phone" one. It has all of the numbers and a decimal. Perfect!! Well, except that for the life of me I cannot figure out how to use both the phone keyboard AND allow only numeric entry. I've tried everything I can think of but if I use the phone soft keyboard then the input field also allows things like "(" and any of the other symbols available on that keyboard. Is there any way to get the nice big numeric buttons of the phone keyboard along with only allowing decimal entry? You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

View 3 Replies View Related

Android :: Swype Beta - Keyboard Start Flashing On Input

Nov 24, 2010

I am on a non rooted droid incredible. I have the newest version of the swype beta, and I noticed everytime I reboot my phone and I try to write something in swype the keyboard will just flash or something and it wont put in what I tried to write, and it will do this until I change my default input method back to the HTC keyboard and back to swype.

View 9 Replies View Related

Android :: Input Method Manager - Keyboard (virtual / Soft)

Oct 8, 2009

Inside TextView.java, I have the following code.

InputMethodManager imm = (InputMethodManager)getContext ().getSystemService(Context.INPUT_METHOD_SERVICE); Log.d("tag", " fullscreenmode test: " + imm.isFullscreenMode());

and also, InputMethodManager imm = InputMethodManager.peekInstance(); Log.d("tag", imm.isFullscreenMode());

My phone is in landscape mode. My application has an EditText. My keyboard(virtual/soft) is not visible. I expect the above codes (written inside TextView.java) to print false. But it prints true. How is that possible?

View 2 Replies View Related

Android :: How To Know Whether SIP (Soft Input Panel - Keyboard View) Is Showing - Not?

Apr 27, 2009

I wonder it is possible to know whether SIP is showing to user or not. A user application(Activity) can show or hide the Soft Input through the Input Method Manager. There is some APIs to handle the SIP. But I can't find API to know status of SIP(it is on showing or hiding).

When SIP is showing to user. It disturbs the UI of the Activity. So Activity should know about the information related with upper case. How can I know that?

View 3 Replies View Related

Android :: Default Keyboard Type For Html Text Input Field

Feb 22, 2010

Is there a way to set the default keyboard type for a html text input field for a webkit view on Android? Can this be done via CSS?

View 2 Replies View Related

HTC Incredible :: How To Enable Another Keyboard Input?

Apr 29, 2010

I just got my HTC incredible yesterday from my preorder. I have problem to enable other keyboard such as Swype or others like Chinese input from google. I went to settings-keyboard & language and checked these keyboards, but when I typed text, only the default HTC touch input keyboard popped out, I did not find any key to switch. I did not find a way to disable the touch input keyboard either.

View 2 Replies View Related

HTC Wildfire :: Keyboard Input And Language

Aug 10, 2010

I live in Belgium, the Dutch part, and we use AZERTY keyboards here. My phone is in Dutch, but I could only choose "Dutch (The Netherlands)". In the Netherlands they speak dutch but use QUERTY. So, what I did was leave my phone in "Dutch (The Netherlands)", but I am using the French AZERTY keyboard.

The problem is, that the autocorrect now is also in French. When i typ a word the autocorrect shows a dutch suggestion, a french sugestion and an english suggestion. By default (pressing the spacebar) the phone chooses the French suggestion. Is there anyway to have an AZERTY keyboard and have the Dutch suggestion by default?

View 1 Replies View Related

HTC Incredible :: Keyboard Input Methods

May 26, 2010

So when messing around with Swype the other day I noticed that you can change the keyboard types to 'QWERTY' 'Phone Keypad' and 'Compact QWERTY'.Since I suck at using Swype and I came from a Blackberry pearl with sure type. I switched my keyboard type to Compact Qwerty. The keys are much larger using 2 letters per key, which is great for people like me with big hands.Now I can type so fast on this baby it still auto corrects and everything. To change at your home screen press menu > Settings > Language & Keyword > Touch Input > Keyboard Types.

View 9 Replies View Related

HTC Incredible :: No Input From Some Keys On Keyboard

May 1, 2010

I am at a little over a day with my first smartphone, the Incredible.I'm mostly impressed, but this keyboard issue is really bugging me. Basically, here's what happens: I go to compose a message, I turn the device to landscape mode, and when I press the W key, it does not input regardless of where I push relative to the key. On rare occasions, it will work, but I can't think of anything that I might have done to fix the problem.I tried to sleep/resume, power off/on, remove/replace battery, and calibrate the text input, but there seems to not be any resolution.Has this happened to anyone else? Anyone figure it out? I'd hate to exchange the phone for this one thing, but you don't realize how often you need the W until it won't function!

View 2 Replies View Related

HTC Incredible :: Keyboard Lag - Delay In Appearing Input

Aug 12, 2010

My father got a Droid X, sister has a one year old Moto Droid. I got my incredible last month and after playing with their phones I concluded my keyboard friggen sucks... the LAG is incredibly annoying. It takes me minutes of slaving over the keyboard to type out texts or emails. When I press a key theres a delay in it appearing in the input. If I even try to speed text everything is a jumbled mess. The portrait keyboard is even worse than the regular one. Anyone else experiencing this? I'm running Swiftkey (the problem remains on the stock input method too), and only a few apps like mail and weather. What the hell could be causing keyboard to lag so much?

View 5 Replies View Related

Samsung Moment :: HTC Touch Input Keyboard

Dec 11, 2009

this keyboard is light years ahead of the default virtual qwerty.I bought the Moment for the hard qwerty and absolutely love it, but hated to have to open the phone for each and every little thing due to the god-awful virtual keyboard.Installing HTC's Touch Input was the best decision I've made. It's super responsive and typing is almost as easy as with the iPhone. I use the T9 numeric as opposed to the full qwerty. There's also a compact qwerty if that's your thing (Blackberry-esque)It's not on the Market AFAIK, but a quick google search will show you where it is. Even has a calibration tool!

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved