Motorola Droid :: Two Little Boxes Appear At Top Of My Droid?
Dec 9, 2009
There are 2 little boxes at the top of my Droid (where the "you have a message" icon shows up) and these 2 little boxes look like underlined check marks. What are these icons? I am sure they are notifications of some form, but alas, I am lost.
View 6 Replies
Jul 19, 2010
When I'm ordering something on the internet using my Droid X and highlight the initial form field, my keyboard opens, but I lose the ability to see the webpage.No big deal until I have a form that requires multiple entries (Last Name, First Name, etc) at which point I have multiple data field boxes that need to be completed, but no way to see exactly what data is being requested in each box. Is there a way to set the keyboard so that only one data box shows at a time, or so that I can close the keyboard after each entry so that I can see the next box on the webpage?
View 3 Replies
View Related
Sep 17, 2010
i go to account my gmail but all it says is PUSH TO SYNC. no check boxes for auto sync or anything
View 1 Replies
View Related
Jul 22, 2010
I don't know if this is possible on the X, but how do I calibrate the touch screen? I've noticed two things that are beginning to drive me crazy. The first is that it is so sensitive at times, if I pass my finger over a button without actually touching the screen, it thinks I pressed it and executes the function. Second, I noticed that the spot I touch actually is off a bit so when I try to hit a link from a list (such as a thread here) it will pick the one above it.
View 5 Replies
View Related
May 25, 2010
So I have the nexus 3D gallery app installed on my 2.1 Eris. It works fine other than it refuses to generate thumbnails sometimes. They just show up as grey boxes. Once it finally does generate the thumbnails, it's fine, but sometimes they just won't generate. For example, I took some pics this past Sunday and the thumbnails are still just showing up as grey boxes. It takes several cycles of closing gallery, opening gallery, closing, opening, etc. etc. to get it to finally generate all the thumbnails, then they're fine. Oh, and sometimes they don't show up at all. Seems this app is very buggy on the Eris.
View 8 Replies
View Related
Aug 11, 2009
I want to create the checkbox dyananically and display them to the screen. My problem is that at compilation time i will not know that how many check boxes i will have to create. So can some one tell me how can i do it ?
View 10 Replies
View Related
Nov 27, 2010
for some reason, handcent, chomp and sense all have the gray text boxes and bar at the top. no matter what 'skin' or 'theme', the apps just don't have black. that's all i want. they're all fast enough and cool enough but none of them are all black. if anyone knows a setting i'm missing, please tell me. everything else on my evo is black.
View 1 Replies
View Related
Jul 22, 2010
ok, so i downloaded zenexp, and its prolly the best rom Ive used so far. only problem Ive ran into are the widgets, they all have this tacky bubble around them. i flashed the update.zip and it worked until i change themes, they all go back to the bubble-style widgets.
View 3 Replies
View Related
May 22, 2012
When im creating the graphical user interface and apply padding (10dp) to the left and right sides of the email text box the padding dosent actually apply. Here are the current settings.
Code:
<EditText
android:id="@+id/editText1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textEmailAddress"
android:paddingLeft="10dp" >
<requestFocus />
</EditText>
Basically i was the text box to fill the screen (width wise not the height) but have a 10dp gap on the left and right hand sides to make it look cleaner.
View 3 Replies
View Related
Dec 22, 2012
how to make a custom dialog pop up on a function call, yet my app crashes when I try to pop it up on the app.
[HIGH] public void eventpopUpDialog(BluetoothAdapter bluetooth){
//Sets up the layout for the popup box
final Dialog dialog = new Dialog(this);
dialog.requestWindowFeature(Window.FEATURE_NO_TITL E);
dialog.setContentView(R.layout.bluetooth_popup_sta tus);
[code]....
View 7 Replies
View Related
Mar 13, 2012
I have a gmail account set up on my rezound and whenever I get an email, It pops up in my gmail inbox and also in my mail inbox. any way to just have my emails go to 1 inbox.
View 2 Replies
View Related
Sep 16, 2010
it sounds like most of my concerns have been covered. able to download Google Navigation, add Google Voice Search button to home screen, trash Bing widget. But my questions are in regards to the text entry boxes and the browser. In the browser where you go to type the URL, there is a MIC button, right? If I press that, what voice search does it use? Does the stock browser use Bing Voice Search? Would I need a different browser to be able to utilize Google Voice Search within my browser? Same with sending text messages, emails... anywhere there is a text entry box. Do these boxes that pop up the keyboard and present you with a MIC button use Bing Voice or Google Voice to enter the text?
View 2 Replies
View Related
Apr 12, 2010
Anyone else had issues with the trackpad since the T-mob OTA update to .11? Just notice today on webpages the trackpad doesnt always like going left in text boxes when trying to correct text. Happened in my Yahoo mail, google and works employee site area. Was fine last week before the update came.
View 1 Replies
View Related
Jun 13, 2010
I noticed there were occasions when my EVO would not allow me to type into forum boxes such as this from my phone. Anyone else have this issue?
View 4 Replies
View Related
Oct 30, 2010
I've got a dialog which shows a list of checkBoxes. I'd like to set different boxes checked each time the dialog is showed. But that only works the first time.. I want it work every time the dialog is showed!
This is my code...
View 2 Replies
View Related
Nov 24, 2010
I am trying to create a listview that has check box beside each item. (i am following a code from the book android), but i can't get it to work, every time i run it, it crashes. since i am very new to this android staff, i have no clue what to do to get it to work, any help is appreciated.the code is below.
*i have created two layout files in names of list and list_item.
the code...
View 2 Replies
View Related
Apr 5, 2013
MY friend tried to play "Earth and Legend" on his phone but it does work. Just the graphics looks like boxes and squares. What can he do? What does this mean also?
View 2 Replies
View Related
Nov 26, 2009
I am new to android development.I am trying to prepare a list view with check boxes without using android.R.layout.simple_list_item_multiple_choice. xml inbuilt file.But am i facing problems with check box on click events.
View 1 Replies
View Related
Mar 2, 2010
I designed the user interface of my app on the emulator and then I installed it on the Nexus one. For some reason the text boxes, labels buttons etc. have shrink in size. It looks as if the view has been zoomed out on the phone. If I arrange it correctly on the phone the objects don't fit on the emulator. Has anyone faced this? Is there some setting to have consistency between the look of the emulator and Nexus One.
View 7 Replies
View Related
Aug 29, 2010
on implementing a multi-select (check boxes) ListPreference on Android? Would I have to extend the ListPreference? Is there any classes already documented to do this?
View 1 Replies
View Related
Jul 23, 2010
Vertically between the at&t logo and the handset speaker and to the left, there are 2 cutouts of the black trim behind the screen plastic/surface. They almost look like LEDs (although I realize they aren't, or shouldnt be). You can see them in the owners manual pics but they arent labeled on their diagram, and I can't figure out what they are.
View 2 Replies
View Related
Jan 20, 2013
Is there any way to get away from the white boxes that is caused by both UCCW and minimalistic text?
GT-I9300
View 2 Replies
View Related
May 10, 2010
How do I get the selected items in a ListView which contains a multi selelected check boxes.?
The following code doesn't work correctly... getContacts() is being called in a Button click().
CODE:..................
View 7 Replies
View Related
Jun 22, 2010
Has anyone else had issues with input boxes not displaying what is typed? I have tried the stock keyboard, better keyboard, and am now using swype. They all do it and its random. I regularly use Google Talk and will be chatting for a little bit, hit the end button to lock the screen, come back 2 minutes later and it won't take anything I type. It usually comes back 5-10 minutes later or if I reboot.
This has been going on since 1.5 and continued in stock 2.1 and is still there rooted using Fresh 2.1.
View 2 Replies
View Related
Feb 10, 2010
USB hack connects Droid to printers, video cams, and more ? The Register Chris Paget's Blog USB Host mode on Motorola Droid Chris Paget's Blog
View 23 Replies
View Related
Aug 4, 2010
Comparison: DROID vs. DROID 2 vs. DROID X vs. Incredible | Droid Life: A Droid Community Blog
Droid X only with 256 RAM? Is this a typo? According to several review sites the X has 512 RAM.
View 15 Replies
View Related
Aug 16, 2010
I'm upgrading from my Droid 1 to the Droid X tomorrow and would like to start my use of the DX with it's new 32gb card in place of my old 16gb card from my Droid 1 but need to know if there's anything required to copy from my droid 1 16gb card to my new DX 32 gb card that would be required or helpful in the DX use.I will obviously transfer music/vids/pics but are there any essential files, apps, etc. that are needed.Or is it a good idea to use my paid MyBackupPro to copy the old Droid 1 apps/data for use in the DX larger memory card or is this not copatible to perform between the 2 devices?
View 1 Replies
View Related
Apr 2, 2010
They are at the final battle. It looks like we might have a fight on our hands since the Palm Pre just got the free hot-spot options from Verizon. March Smart Phone Madness Finals: Motorola Droid vs. Palm Pre Plus
The main points that I like to enjoy is: Droid beat out the phone that beat the iPhone, and the Droid got further in the brackets than any other Android OS phone Some of the progress is due to hardware, some due to following (over the Nexus'), but a lot due to the v2.01 (and now 2.1) version of the Android OS. Also, this poll is open ALL weekend - it does not close until April 5th, so we have tons of time...but then again, so does the Palm Pre. Let's have at 'em!
View 12 Replies
View Related
Aug 22, 2010
I have the original droid with 2.1 (still haven't got update) the phone has some problems like, restarting, cant update certain apps, unresponsive. i just got the phone in may 2010 an im starting to think its getting out dated. I once had it rooted to 2.2 but went back to stock for OTA 2.2 . But my question is, that do u think i can call verizon and tell them my problems, say its my 3rd droid and im getting tired of it. Since there not making the oringinal droid anymore do u think they'll let me upgrade to Droid X with little or no fee? i got the idea from another post, reading that someone had success with this trick?
View 3 Replies
View Related
Sep 29, 2010
I have CM6, but I hear the new UD 8.0 is quick and snappy. This is something I want, but don't have on CM6. Should I switch over to US 8.0?
View 13 Replies
View Related