HTC Incredible :: 2.2 Brightness Widget And Keyboard?
Sep 2, 2010
So I was reading that a couple features 2.2 was supposed to add was making Auto-Brightness one of the settings on the Power widget. I'm not seeing this on my phone after the update. Is that the same for everybody or do I have to do something to make it work? (I've tried removing and re-adding the widget).Another benefit I saw was that you were supposed to be able to press & drag up on the keyboard to get the special character instead of having to press & hold. Also not seeing this. Is this because we don't have the stock keyboard in Sense or another issue?
View 3 Replies
Apr 29, 2010
Can anyone direct me to where the brightness widget is? The one where you can toggle the screen brightness. I can't find it under widgets. Either its not there (as in, it wasnt a default widget) or I am completely blind. I remember seeing this widget in alot of Android OS vids and would like to easily switch brightnesses depending on the environment
View 4 Replies
View Related
Jun 1, 2010
i know there are brightness toggle apps out there but im looking for one that looks like it belongs on the sense interface. i want it to blend with the wifi and bluetooth ones. anyone know of something?
View 2 Replies
View Related
May 4, 2010
The "automatic" brightness setting sucks. It doesn't detect high light situations, like being outdoors. To get the proper brightness you need to use the power control widget to set the brightness up to see it in sunlight. Not a big deal, but after using the widget you either have to manually reset it to automatic in the settings, turn the brightness off or on high. Its just kind of annoying. When your in sunlight without the brightness up to the highest level I can see nothing on the phone. Literally the screen appears to be off. Is this just my phone, or does the incredible really not sense high light situations.
View 14 Replies
View Related
Sep 24, 2009
Can anybody recommend a Widget for Brightness level that I can stick on my Home Page. CurveFish do one but it does not seem to work on Hero at the moment.
View 7 Replies
View Related
Nov 15, 2012
I have a htc sensation xl. My brightness control stopped working and I now I can't change the brightness anymore. It doesn't matter if I set to 30% or 100%, the brightness stays the same.I can only adjust the brightness from 0 to 25%. I already did and wipe and stiched a phone.
View 3 Replies
View Related
May 4, 2010
I was just wondering what eveyone sets they're brightness level's too. Thought I'd start a poll!
View 13 Replies
View Related
Sep 17, 2010
Is there any way to control the brightness of the 4 bottom buttons, the home, back, menu and search buttons? I use my phone to watch movies in bed when I can't sleep, and in a dark room those 4 things are really bright, and never turn off, it gets distracting.
View 4 Replies
View Related
Jul 8, 2010
So I just got my phone two days ago and I have auto brightness set which works well. What I do notice though, and it might just be in my head because I read the issues with the pink hue on the screens, is the following.When using the phone normally it looks great, the screen looks really nice. When you place the phone down and have the screen timeout set (I have mine set to one minute) a few seconds before it goes to sleep mode it dims the screen, and if I'm on my main home screen it looks fine, however, if I'm on a page where there is a lot of white like a white background, it seems as though the screen takes on a weird hue right before it shuts off. I wouldn't say it is a pink hue, but it is definitely a weird hue. It isn't that big of a deal because like I said, it only happens before the screen automatically times out. Anyone else experiencing this? If so, what are your settings (screen timeout time, is auto brightness on or off)?
View 2 Replies
View Related
Apr 28, 2010
Is there any way to turn down the brightness on the soft keys. Mine are annoyingly bright. Especially the menu key. The backlight on the menu key is really bright in the middle and fades out on the ends. I wish the used the symbol instead of spelling it out.
View 11 Replies
View Related
Sep 23, 2010
is there a way or app to set the level of flash when taking a picture? i know it can be done because the flashlight app has levels of brightness. dont get me wrong, i love the dual LED's, but most of the time i either get a washed out image or an image thats to dark. so, is there a way that i can choose like a percentage or something of flash i want to use?
View 11 Replies
View Related
Aug 18, 2010
Does your brightness sensor seem to be a bit too sensitive? When I have my Incredible on auto brightness and I am reading a website I can watch it adjust up and down when there are no changes in the brightness of the room I am in. My fix was to just select a brightness and turn auto off.
View 7 Replies
View Related
Jun 22, 2010
I was wondering if anyone found a way to get the incredible to go lower than the default 11% lowest setting sometimes at night even at this lowest setting it is still too bright and I wish it could go a bit lower also is there anyway to get the 4 home/menu lights to turn off? I really wish there was a widget for this as those too can be distracting when trying to watch a video at night.
View 8 Replies
View Related
May 27, 2010
This is not a perfect solution but it does give a work around to the fact that, even though you can set the phone to not have the screen shut off when plugged in, you still have the problem of it dimming to lowest setting. Anyway, what I did to fix this was to download a program on the app store called keep screen. It gives you the option to make it so that the screen doesn't time out or dim for certain apps. What I did was just go in and select all apps and tell it to not dim on any of them.
Then on the front page of this app there is a button to "start/stop service" I use this button like a toggle. If my phone is plugged in I toggle that button and toggle it off when I unplug. It is not a perfect solution and requires manually doing the toggling but it's the best solution I have found to keep the screen and brightness up when my phone is plugged in. Anyway, just thought I would share in case anyone else was looking for a solution for this. Also, if anyone has found a better way of doing this i would love to hear it.
View 3 Replies
View Related
Apr 29, 2010
Anyone notice that those buttons are really bright? Is there any way to turn them down?
View 8 Replies
View Related
May 7, 2010
I am thinking about trying ShapeWriter Keyboard but have some concerns before I dive in. Can you also utilized the voice recording function if SW is installed? Also can you revert back to the original keyboard that came installed on the DI phone after installing SW?
View 5 Replies
View Related
Nov 12, 2009
I have used blackberries forf the past 6 years and I really miss the ability to just type in a number right away or even just type part of someones name to make a call. Having to open the phone app, then go to contacts, then either scroll through the list or press search and THEN type a name is just PAINFUL. We're talking minimum 4 actions to accomplish what I used to be able to do at any time immediately. It seems to me that a keyboard widget on my home screen would be able to address this issue.
View 10 Replies
View Related
Jun 4, 2010
I am developing an application in Eclipse build ID 20090920-1017 using android SDK 2.2 and testing on a Google Nexus One. For the purposes of the tests below I am using the IME "Android keyboard" on a non-rooted phone.I have an EditText widget which exhibits some very strange behavior. I can type text, and then press the "del" key to delete that text; but after I enter a 'space' character, the "del" key will no longer remove characters before that space character.An example speaks a thousand words, so consider the following two incredibly simple applications.Example 1: An EditText in a LinearLayout widget:
package com.example.linear.edit;
import android.app.Activity;
import android.os.Bundle;
import android.view.ViewGroup.LayoutParams;
import android.widget.EditText;
import android.widget.Gallery;
import android.widget.LinearLayout;
public class LinearEdit extends Activity
@Override
public void onCreate(Bundle savedInstanceState)
{super.onCreate(savedInstanceState);
LinearLayout layout = new LinearLayout(getApplicationContext());
layout.setLayoutParams(new Gallery.LayoutParams(Gallery.LayoutParams.MATCH_PARENT, Gallery.LayoutParams.MATCH_PARENT));
EditText edit = new EditText(getApplicationContext());
layout.addView(edit, new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
setContentView(layout);
}Run the above application, enter text "edit example", then press the "del" key several times until the entire sentence is deleted. Everything Works fine.Now consider example 2: An EditText in a Gallery widget:
package com.example.gallery.edit;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.LayoutParams;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Gallery;
import android.widget.LinearLayout;
public class GalleryEdit extends Activity
{ private final String[] galleryData = {"string1", "string2", "string3"};
@Override
public void onCreate(Bundle savedInstanceState)
{super.onCreate(savedInstanceState);
Gallery gallery = new Gallery(getApplicationContext());
gallery.setAdapter(new ArrayAdapter(getApplicationContext(), android.R.layout.simple_list_item_1, galleryData)
@Override
public View getView(int position, View convertView, ViewGroup parent)
{LinearLayout layout = new LinearLayout(getApplicationContext());
layout.setLayoutParams(new Gallery.LayoutParams(Gallery.LayoutParams.MATCH_PARENT, Gallery.LayoutParams.MATCH_PARENT));
EditText edit = new EditText(getApplicationContext());
layout.addView(edit, new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT)); return layout; setContentView(gallery);
}Run the above application, enter text "edit example", then press the "del" key several times. If you are getting the same problem as me then you will find that you can't deleted past the 'space' character. All is not well.If anyone could shed some light on this issue I would be most appreciative.
View 2 Replies
View Related
Nov 10, 2010
I tried it and it works so far.
Dev = ne0fhyk from XDA.
From the XDA forum: Link to app page = [APP][ROOT/Keyboard] Keyboard Manager - Dual keyboard: Portrait/landscape switch - xda-developers
Verbage:
Keyboard Manager allows you to customize what keyboard (input method) appear on input based on your phone orientation.
It displays the keyboards you have enabled on your android device, and let you select one per orientation (landscape/portrait).
As your phone switch orientation, the app automatically switch the keyboard.
Requirements:
- Rooted android device (app was tested on Samsung captivate 2.1)
- Root Explorer app, or similar app that allows you to edit the permissions of a file.
To install:
1- Download the app (KeyboardManager.apk) on your device sdcard.
2- Using Root Explorer, move the apk file to /system/app
3- Using Root Explorer, edit the file permissions like below:
-- User: 'Read/Write' checked
--Group: 'Read' checked
--Others: 'Read' checked
4- Exit Root Explorer
The app should be visible in your launcher as 'Keyboard Manager'
Update:
- Added option to disable notification icon
-' start on boot' feature is disabled because it's not yet complete and tested... Sorry for the confusion
Bugs:
-On certain applications (i.e: Messaging on Samsung Captivate), the input window occasionally freeze on orientation switch. Exiting the app, and resuming should fix it.
The app is still in development.
View 11 Replies
View Related
Apr 18, 2010
For those of you that are familiar with better keyboard. I was wondering about an easy way to switch from the t9 keyboard to the regular qwerty keyboard. I was under the impression that swiping left would toggle between the 2 but all that does is bring me to the numbers and symbols keyboard. I've been changing back and forth to the android keyboard because its faster than going into the better keyboard settings.
View 13 Replies
View Related
Aug 15, 2010
Stock Froyo keyboard available for HTC EVO 4G
Anyway, I want to try this thing out. I love SwiftKey, but I wanna play around with other keyboards as well.
I'm still running 2.1.
View 2 Replies
View Related
May 18, 2010
I am not on verizon now, but I am loving the incredible, and will likely make the jump. I use a nokia now, so Android is all new to me. I went in to verizon last night to play with one and had it in my hands for about an hour playing with it (SO customizable!). 2 things were driving me crazy!
1. I like the number/phone keypad for typing vs the qwerty for one handed texting, I found in settings how to turn that one on, and like the layout, but every time I went to enter text, it was on abc, not xt9 (xt9 is predictive), abc has 3 letters to a key. its easy to hit the abc/xt9 switch button, but annoying. ANYWAY TO FIX THAT?
2. I thought there should be a way to switch keyboards while using a keyboard. Example: I am typing a text one handed using the number pad, and I can't find how to switch to qwerty with out closing the text and going fairly deep into settings. Is there a way to do it faster? Can I make a shortcut to one of the 7 home screens?
View 6 Replies
View Related
Nov 16, 2010
1st I just wanted to know if I was the only one who experiences serious lag with the sense keyboard. 2nd Is their a way that I can shorten the length of the hepatic feedback on it
View 1 Replies
View Related
Jun 21, 2010
I was just wondering, how everyone does without a physical keyboard on the Incredible. I am really interested in this phone but I am hesitant because it only has the virtual keyboard. I have had the storm and also the lg dare and sold them because I just couldn't get used to not having a physical keyboard. I just wanted to know if anyone else felt that way and got it anyways and how it's working for you.
View 49 Replies
View Related
Jun 24, 2010
Don't have mine yet, but thought you guys might like this info! Download: Multi-Touch Keyboard from DROID X - Droid Life: A Droid Community Blog
View 49 Replies
View Related
Jun 6, 2010
I'm not a huge fan of the Inc's keyboard. Can some of you guys recommend a keyboard app that you've tried and tested as better than the stock program?
View 26 Replies
View Related
Nov 8, 2010
Well what is it/what are you using. I am trying out swiftkey right now, its the first non stock keyboard I have used and I like it alot more then the stock one. Are there better options out there?
View 49 Replies
View Related
Sep 8, 2010
I am looking for a black & red keyboard, I have been looking but cannot find one.
Can anyone post up the file here.
View 3 Replies
View Related
May 7, 2010
Does anyone have any advice about the Better Keyboard app when used with the Incredible? I have read in a few places that the letters and numbers are even smaller than the stock 2.1 keyboard when used with the Incredible. I am not happy with the stock keyboard because the fonts on the keys are small and difficult for me to read, the spacing is also cramped.
View 3 Replies
View Related
Nov 9, 2010
Well what is it/what are you using. I am trying out swiftkey right now, its the first non stock keyboard I have used and I like it alot more then the stock one. Are there better options out there?
View 1 Replies
View Related