Android :: Can't Type In Text Box Because It Grayed Out

Sep 23, 2010

I'm using the default texting app, and every once in a while, I can't type in the text box because it is grayed out. Any one else ever have anything happen like this? I've taken the battery out, and it still does this. My phone is the htc incredible and I'm on 2.2.

Android :: can't type in text box because it grayed out


Android :: Internet App - Can't Type In Text Box

Jul 15, 2010

I have the droid incredible and sometimes when I use the internet app and try to select a field to type in, the keyboard won't come up. No matter what tapping pattern I do the only option that comes up is a copy, zoom, search menu, as if i can't enter text in that field. For example, When i tried to access the google forum i was able to type in my question but when I had to give the detailed part I couldn't type anything.

I had to resort to the Opera Mini browser but without the same zoom mechanism.

View 1 Replies View Related

Android :: Type Text Messages From Computer Screen

Jun 6, 2010

On my Windows Mobile phone, I had this great app that let me plug my phone in to my computer then control the screen of the phone, launch apps, type text messages, etc. right from the computer screen. This made it so easy to reply to text messages without my boss knowing, or while being lazy in bed.Any type of app like this for Android? I downloaded the SDK but I can only take screenshots with it, I can't control the phone.

View 2 Replies View Related

Android :: How To Change Font Type Of Text View Via An XML?

May 19, 2009

I been trying to figure out how to change the font type of a TextView via an XML. As far as I got was this: Typeface.create("Arial", Typeface.BOLD_ITALIC); And I'm not sure if it even works. I would rather do this on the XML layout.

View 3 Replies View Related

Android :: OCR Type Apps That Can Transcribe A Picture To Text?

Jun 14, 2010

I thought evernote could do it but i can't seem to find the option. Looking for something that can take a picture and then format it to a text file, maybe even take a pic of a business card and save it as text as well.

View 3 Replies View Related

Android : Input Type For Edit Text Not Changing

Nov 23, 2010

I want to show edittext which will default show faint color text written as "Password". As soon as user focus on it then I want to convert it from text to password type. I did that but its not working.

On focus of the password box. I wrote as follows: Code...

Here it changes from Grey color to black. All text is also cleared. But it doesn't change to password type. Is this allowed to change dynamically input type?

View 4 Replies View Related

Android :: How To Change A Type Face On A Text From Remote View?

May 31, 2009

Im trying to show font from my assets on a widget but i dont know how to set the typeface from a remote View, here is what i do now right now Remote Views update Views = new Remote Views(context.getPackageName(), R.layout.Test); updateViews.setTextViewText(R.id.TextView01, "test"); Component Name this Widget = new Component Name(this, RSSWidget.class); AppWidgetManager manager = AppWidgetManager.get Instance(this); manager.updateAppWidget(this Widget, update Views);

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 Desire :: Type Number In The Text Body?

Jun 25, 2010

I've had my Desire for a couple of months now, love it, and very little I can complain about (except the occassional SD card problem!) However, I went to text today, and in the "To" field, I started typing, attempting the special "just press the number, and we'll guess the corresponding letter" approach, which I've used throughout my time with the phone. However, it didn't work: instead, it's just offering me T9 or normal ABC - it's not doing the clever guessing thing. For example, if I wanted to text my mum, stored as "mum" in my phone book, I'd usually type "686", however, now, that's simply coming up with "mtm". I don't think I switched any option, but if I inadvertently did, I can't find where to undo it.

View 9 Replies View Related

HTC Droid Eris :: Keyboard Cannot Type In Any Box That To Fill In Text / Fix This?

Mar 25, 2010

Every once inwhile my keyboard stops working and I cannot type in any box that to fill in text. I tried the Swype and the Stock keyboard and both didn't work. The only way that I have been able to get it to work is by restarting the phone. Is there another way to fix this?

View 3 Replies View Related

Motorola Droid :: Force Closing - Type In Text - Hang Up

Dec 1, 2009

It seems to REALLY "hang up" sometimes. Like I try touching to type in text, and it will take FOREVER sometimes to pull up the virtual keyboard. And multiple touches at times. Other than that, it's force closing my apps a LOT. iMusic, Messaging, Facebook... all force close regular. Tried removing apps, no change.

View 5 Replies View Related

HTC EVO 4G :: Screen Dim When Type Text / Is This Result Of Auto Brightness Feature?

Jun 7, 2010

I noticed that when i type a text msg that the screen seems to dim slightly and then come back. Is this a result of the auto brightness feature?

View 4 Replies View Related

Android :: Add Calendar Grayed Out?

Jan 7, 2010

I cannot get Microsoft Exchange to work with my email/calendar at work, so I've set up an IMAP account for work email and it syncs fine.

Now I wanted to set up a calendar on my Droid to sync with my work calendar. When I go into the built-in calendar on the Droid, it shows that I'm running 2 calendars, "Holidays" and my Gmail calendar. If I go into "settings" and click on "Add calendar" the option to "OK" is grayed out.

Why is this? Is there a limit of 2 calendars?

Is it indeed possible to sync my work calendar into the Droid using IMAP?

View 1 Replies View Related

Android :: List With Grayed Out Items

Aug 7, 2009

In Android, I want to present the user with a list. When an item on the list is selected some action is performed, and this list item is no longer selectable. It is also 'grayed out' or the like to indicate that it cannot be selected the next time the list is displayed. I have seen the isSelectable() override in Adapter, but I believe this causes the item to be treated as a separator, which causes visual problems. And I have not found a way to 'gray out' an item.

View 4 Replies View Related

Samsung Vibrant :: Type To Respond Words / Type Do Not Show Up On Screen

Jul 20, 2010

After awhile of heavy SMS use if i open a message and go to type to respond the words i type do not show up on the screen. Id i minimize the keyboard it shows. If I expand it they go away.

View 1 Replies View Related

Android :: Main Activity Grayed-out / Disabled On Back Button - Cause This Problem?

Jun 25, 2010

I have a problem on going back (clicking the Back button) from sub-activity to main activity: from my main activity I launch a new one (with passing some extras). code...

In the started activity I am getting data from extras and showing, etc. So everything works very well until I click Back button to return back to main activity. Then main activity appears but directly after - grays-out. I can't do anything there anymore... This "grayed-out" style looks something like there should be a dialog displayed, but there is no dialog shown, just the whole activity is pushed down/disabled instead...

One another interesting thing I noticed - that activity is still alive in background, because if I click "Search" button the Quick Search Box appears on top of my activity and if I click Back button then (to cancel it) - it disappears and my activity then becomes fully functional again (gray-out effect simply disappears...)

Tried watching logcat, but it shows nothing useful, no exceptions thrown, just this text always comes up:

W/KeyCharacterMap( 564): No keyboard for id 0
W/KeyCharacterMap( 564): Using default keymap: /system/usr/keychars/qwerty.kcm.bin

What could cause this problem?

View 1 Replies View Related

HTC EVO 4G :: Unable To Connect To 4G / Settings Grayed Out

Oct 9, 2010

I recently received a replacement EVO to replace one that got wet through the Best Buy insurance program thingy. Anyway it is a brand new EVO but it will not connect to 4G. My wife has an EVO as well and sitting side by side hers connects and mine will not. If you go to Wireless and Networks settings the setting titled 4G is grayed out and says turning on underneath but it never changes. You cannot tick the check box.The next setting is titled 4G settings and when you click it ALL the options are grayed out and none of the check boxes ca be ticked.Like I said I know we have 4G coverage as my wife's phone is getting it fine.Also if you go to About Phone in the settings and look at hardware information it lists 4G MAC address as unavailable. Any ideas or similar problems out there? Could I have turned something on or off that is stopping the 4G radio?

View 2 Replies View Related

HTC Incredible :: Phone In Maps Still Grayed Out

Sep 15, 2010

In maps, when I pull up a location the phone number is grayed out.When that originally happened a month ago, I figured it would be fixed in the next update, but no.Any clue as to how to fix this?

View 1 Replies View Related

General :: Changing App Type Or App Action Type?

Nov 7, 2013

My current situation is that I have a phone with 2 camera apps on it, stock and camera FV-5.

Camera FV-5 is slower than the stock camera, so I only use it in situations which I need manual control.

Whenever I open whatsapp and try to send a photo, the app asks me which camera I want to use, with no option to always use stock. I don't want camera FV-5 to exist as an option, as I will open it if I want to use it.

Is there a way to remove an app from the list so that my phone does not recognise camera FV-5 as a camera?

View 4 Replies View Related

Android :: Type "point" Symbols In Meebo / Paste - Type It In App?

Nov 3, 2010

My login for jabber account contains "point" symbols ( ���dima��� ).
So, how I can paste or type it in the application?

PS These symbols are the same which displayed while entering passwords

View 3 Replies View Related

HTC Desire :: Grayed Out When Move Applications To SD Card?

Sep 24, 2010

I have some 80MB left on the phones memory, I have downloaded a lot of apps, tried them and deleted most of them (but far from all). There are still a lot of apps I would like to DL and try out, but before doing that I would like to move as much as possible to the SD card, it says I have 3.67 GB available, so plenty of room. However When I go to Applications--> Manage Applications the ption to move them to the SD card is grayed out and the option is not available to me. What do I need to do to turn it on?

View 9 Replies View Related

HTC Desire :: USB Stopped Working / Option Grayed Out

Jun 17, 2010

Today I plugged my Desire in to the USB socket, to top up the charge, and noticed the little USB icon/logo thing that usually shows up on the top left of the Desire's screen wasn't there. I checked in the phone's settings and it is still set to ask me what to do when I plug it in. I have tried a couple of leads (including the one HTC gave me) as well as both front and back USB ports. My PC is running windows 7 and it plays the chime when I plug my phone in.

It also appears in devices/printers but when I right click the phone and choose browse files it is greyed out! I have tried uninstalling the drivers etc, restarting the PC, I even tried to plug the phone into my netbook (running Ubuntu, which used to recognize the phone) but nothing works! It is not really the end of the world but I would like to sort it. The phone charges when I plug it in the USB socket on the PC. I suddenly thought 'I haven't rebooted the phone' so I did and all works as it should now.

View 4 Replies View Related

HTC Droid Eris :: Stock Keyboard - XT9 Grayed Out

Jul 14, 2010

I just noticed this today but cant figure out how it works. Right above the caps lock button and below the A is XT9 grayed out. Why is that there? I thought it might be a shortcut to that keyboard but cant figure it out.

View 1 Replies View Related

HTC Hero :: Why Ringer Volume Grayed Out And Not Functioning?

Aug 29, 2010

I attended a seminar and simply turned the volume all the way down (i.e. Menu, Sound & Display, then Ringer Volume). But when I got out of the seminar, and went back to Ringer Volume, it's now grayed out as is Phone ringtone, Phone Vibrate, Notification Sound and all the others below until you get to Emergency Tone and below, where those are back to being bright white. i.e. now when I touch the grayed out Ringer Volume, it does nothing and I'm stuck with vibrate only.

View 4 Replies View Related

Motorola Droid X :: Move To SD Card Always Grayed Out

Oct 19, 2010

I have updated to 2.2 (Froyo) on my Droid X. Every application has a "move to sd card" but that option is always grayed out. I have force closed some apps, but this still does not allow me to move to sd card. Can any app like Flash Player be moved to sd card and function correctly? What do I need to do to move apps to my 32GB sd card?

View 5 Replies View Related

HTC EVO 4G : Adding Calendars Option Appears Grayed Out / How To Fix

Jun 8, 2010

When I try to add a calendar to my phone (apps>Calendar>Menu>More>Calendars>Add Calendars), the option for "OK" is grayed out. Theres no other option or way to add calendars that I can think of. It pulled my personal gmail account's calendar (which I do not use) but it did not pull my work calendar (which is also on a Google calendar using Google's domain thing).

Does anyone know why the option appears grayed out for me?

View 4 Replies View Related

General :: ZTE Warp - Grayed Out Date And Time

Sep 6, 2012

I have a ZTE Warp (Boost Mobile) and while the date and time are correct on the phone, I noticed that when I go to Date & Time in settings, everything is gray. I can't bring up anything other than the option to use 24-hour setting. Is this normal or is it because I have a pay-as-you go phone?

View 4 Replies View Related

KitKat 4.4 :: Nexus 5 Camera Flash Grayed Out Even With HDR+ Off

Dec 12, 2013

Just upgraded nexus 5 to 4.4.2and the flash control is greyed out even with HDR+ deselected. I tested the flash by sheilding light with my hand and it works (on auto) just greyed out cant change from auto to manual. Pretty ordinary if you ask me. would like to force flash on on occasion.

View 3 Replies View Related

HTC Hero :: Makes Annoying Type Writing Sound When Text / Turn It Off - Turn Spell Check Back On?

Nov 18, 2010

What i did but now my phone makes an annoying type writing sound when i text. I looked though everything and cant find what turns it off. And also the spell check when u type is off too how do i turn that back on?

View 1 Replies View Related

Samsung Moment :: Phone Comes Up As Removable Disk But Grayed Out

Mar 16, 2010

I've powered off and pulled the battery. I've also deleted any Samsung drivers on my computer. If this problem requires a "hard reset" I'll wait till 2.1 because that (most likely) wipes all data which is what a hard reset will do anyway, yes? I'm caught in some weird USB connect boot loop. I've got debugging off, I plug USB from computer to phone, I get "USB connected" in notification bar. Ok everything seems cool, right? I use pull down menu to connect, get the "select mount" screen, I press mount then I get "turn off USB card" and then "preparing USB card".

Both in quick succession in the notification bar and then I'm back to"USB connected" again over and over and over again. I'm using Windows 7 64 bit and if I open up Control Panel>Hardware and Sound>Devices and printers, I can see that the computer sees something and is calling it SAMSUNG_Android and if I right click that icon to browse files, it comes up as Removable Disk (I) and it's grayed out and I can't get in. If I take the SD card out of the phone and plug it into the computer via microSD adapter, it reads it just fine.

View 20 Replies View Related







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