Samsung Vibrant :: Fourth Button On Bottom Never Used?
Aug 26, 2010
I've had this phone since release day, and I've never had the need to press this button. I wish it was the power button instead so much because right now it's just taking up physical space for no reason.
View 15 Replies
Jul 23, 2010
Coming from the iphone, those bottom buttons on the Vibrant are so difficult.First, it often takes some hunting to get them to respond, especially the far left one, which take several attempts quite often.Because they're not tactical in the dark, it's highly problematic that they LEDs time-out after a measly 3 seconds! What's the point of the LEDs if they're going to shine for that short of time?I'd have to say this is the most frustrating part of this phone. Hopefully, these woes can be cured with a software update?
View 14 Replies
View Related
Nov 4, 2010
Just bought a vibrant off of the internet, I have TMobile...I put my sim in...started the phone..no problems...but every 10 seconds or so I see a popup at the bottom that sais "Sending..." It won't stop...I also had it connect to our WiFi and...just keeps popping up with Sending...
What is it, what is it sending and how can I stop it...
View 1 Replies
View Related
Sep 9, 2010
The first day I got my Epic I saw the option for it and I know I read a thread about it too but now I can't find either! How do you make it so the bottom buttons, (menu, home, back and search) stay lit longer? Thats a real pain that they time out so quick. How much battery could they possibly take!
View 1 Replies
View Related
Nov 27, 2010
using stock home screen: replacing the stock 4 icons on the bottom. Please help! Was using adw launcher but had to go back to stock home screen.
View 1 Replies
View Related
Sep 27, 2010
is there a reset button or command which enables me to reboot the phone without having to turn it off then back on again ?
View 4 Replies
View Related
Aug 7, 2010
On the iPhone, when you hold down the top button and the button on the bottom it takes a snap shot of your screen, I love that feature. Does the droid have it?
View 9 Replies
View Related
Jul 27, 2010
So I did an exchange today hoping for the magical GPS fix. Instead, I got a phone where the home button works maybe 10% of the time I tap it. Anyone else having this issue? I'm going to exchange this one tomorrow.
View 17 Replies
View Related
Aug 4, 2010
I just got the vibrant about a week ago, and so far no major issues. Still fumbling around in the apps market for the good stuff. One thing I found annoying was having to press the power/unlock button and then swiping the screen to unlock the phone every time, is there anything in the market or some setting to avoid pressing the button and just swiping the screen or possibly using the touch buttons on the front of the phone then swiping?
View 2 Replies
View Related
Sep 27, 2010
I use it all of the time for voice commands. "Call so and so"... I am frustrated. I really don't want to do ANOTHER hard reset. It's such a pain to get everything customized again... Ringtones especially. Has this happened to anyone else? Any ideas on how to fix it besides resetting it? I tried a soft reset to no avail.
View 12 Replies
View Related
Jul 26, 2010
I've read around the Internet and there are people that have this issue, but I was wandering if anyone here was experiencing this?
View 4 Replies
View Related
Nov 16, 2010
Ive had my Vibrant for about a week and a half and my power button seems like like it wore out like if i had it for about a year or something. When I first got the phone it was all good up until a couple days ago when I noticed it. So should I call Tmo customer service to get a replacement or wait it out till it get worse.
View 1 Replies
View Related
Nov 21, 2010
I have a samsung vibrant and so does my aunt. I barely noticed that both of hours have a very small light leakage on top of the home button. Is this a wide spread problem. It has to be very dark and you have to look closely and tilth phone upward. It doesn't bug me but i just wanted to share with you guys.
View 5 Replies
View Related
Dec 16, 2009
When my friends call me, my phone starts ring between third and fourth free signal on theirs side, then the time I am realizing it rings and it's in voicemail already.very annoying.what makes this in-acceptable delay?
View 3 Replies
View Related
Sep 1, 2010
I have created a class extends ListActivity and i want to add a button at bottom of Listactivity. Can any body tell me how it can be done.
View 3 Replies
View Related
May 13, 2009
When i make a tabhost, the tabs buttons are at the top of the screen. How to have it at the bottom?
View 2 Replies
View Related
Sep 25, 2010
I wounder how it's possible to create a bottom bar buttons in android. I read something about this UI solution, are there any controls that can be used?
View 2 Replies
View Related
Oct 21, 2010
I wanted to know how to create a listActivity on Droid but on the bottom have a bottom to do whatever I want so like in a section of its own. Recently I tried merging two layouts with one being the row one for list Activity and a button but all I get are a list with buttons next to each line on the list so how can we do a list with a space on the bottom just for a button?
View 16 Replies
View Related
Nov 8, 2010
How to align an image button bottom right. My code is as follows:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center_horizontal" android:background="@drawable/help"
View 2 Replies
View Related
Apr 27, 2010
I want to put two items <xyzLayout <ScrollView> - this to fill all available space <Button> - this on the screen bottom. </xyzLayout> How can I do this?
View 2 Replies
View Related
Sep 8, 2010
I am trying to port an existing iPhone application to android. I wish to have a button scroll into view at the bottom of a GridView to enable the user to load more data from the server. Presently, my solution simply fixes a button at the bottom of the screen instead of having it scroll into view.
Here is my layout code:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android
android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" >
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/grid"
android:layout_width="fill_parent" android:layout_height="wrap_content" android:columnWidth="70dp" android:numColumns="auto_fit" android:verticalSpacing="0dp" android:horizontalSpacing="0dp" android:stretchMode="columnWidth" android:gravity="center" android:background="#000000" />
<Button android:id="@+id/load_more" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:text="Load More" /> </LinearLayout>
Fixing the button at the bottom of the screen won't work because I plan on placing an ad at the bottom. Can anyone either explain conceptually how to get a load more button to scroll into view, or point me to some sample code, OR tell me why this is not idiomatic to Android and what other UI convention it uses to load more data in a GridView?
View 1 Replies
View Related
Jan 18, 2010
Probably silly question, but just wonder Why do we have 'Phone' button on the bottom of the screen while we have hardware button on the bottom left side?
View 14 Replies
View Related
Nov 6, 2009
just wondering if there is a way to put a "Phone" button at the bottom of the screen (instead of the app dock) like there is on the Sense UI.I thought I saw something like this a few days back (phone button in center, app dock pushed to the left, something else on the right) but I cant find it again.
View 2 Replies
View Related
Mar 12, 2010
I have a layout which does almost what I want. There's just one bug regarding the button at the bottom. I should stay at the bottom at all times. But whenever I bring up the soft-keyboard the button will be displayed above the keyboard. This is not what I want but it should become covered by the keyboard.Moreover, I'd be happy if you could comment on how the layout's built.
View 1 Replies
View Related
Nov 18, 2009
Does anyone else get annoyed by the bottom button backlights going out too quickly? Is there anyway to lengthen the time on that? It really is annoying to be surfing in the dark and not being able to see the menu button. Wish it was on the same timing as the main screen.
View 12 Replies
View Related
Nov 8, 2010
I am trying to put the zoom controls of the map on the bottom right corner of screen. I could do it with RelativeLayout using both alignParentBottom="true" and alignParentRight="true", but with Framelayout I did not find any such attributes. How do I align it to the bottom-right of screen?
View 1 Replies
View Related
Feb 9, 2010
I just got my hero over the weekend and maybe I just didn't notice it until now. The bottom button/trackball plate seems to have a little looseness or play in it. If I push it left/right or up/down it moves a slight amount. It doesn't feel like it would pop off but its something I just noticed today. Or do I have to take it in to sprint for a replacement?
View 11 Replies
View Related
Nov 24, 2010
I have a layout that has a button I would like to always be on the bottom of the scree of my phone. The problem is android:layout_gravity="bottom" only puts it at the below the rest of the layout, rather than the very bottom of the screen.Is there a way around this?
View 1 Replies
View Related
May 4, 2010
Please see this image:
http://sites.google.com/a/appventive.com/www/files/button_bug.jpg
Notice how the bottom half of the words "Done" & "Clear" are clipped. This does not happen on the emulator or on the N1, Droid or G1. But, apparently is happening on the Xperia X10. Here's the layout for the buttons (background set programmatically):
<Button android:text="Done" android:layout_height="fill_parent"
android:layout_margin="5dip" android:layout_width="60dip"
android:id="@+id/cancel" android:textStyle="bold"></Button>
View 2 Replies
View Related
Nov 22, 2010
I've just got my HTC Desire HD phone and have spent some time setting it up and personalizing homescreens, etc.
But now that I've done that I'd like to remove the 'personalize' button from the Sense bar at the bottom of the screen.
Is this possible? I have little use for it now and would rather it was an Internet button or something similar.
View 1 Replies
View Related