HTC EVO 4G : Landscape Position Line Divided Screen Left Right
Jun 16, 2010
I was sitting at my local Dunn Bros surfing the web on my EVO when I noticed a line that divided the screen in half. If held in the landscape postion the line divided the screen left right and if in portrait upper and lower. As time went on I noticed a lot of off color streaks that ran the length of the screen. Now about an hour later the whole screen is very washed out looking, and no my brightness is not on high either. Text is almost unreadable. It almost looks like when you take a magnet to a CRT screen. And no my EVO has never gotten wet, dropped, or abused in anyway.
Anyone out there experienced this. It really sucks because I don't have the screen separation issue or any other issues that people are experiencing but now my screen is completely dying.
View 16 Replies
Jul 24, 2010
On the left edge of the screen, there is a line going down the side that almost looks like its suppose to be the far right side of the screen because when i move to different homepages, it shows up in that little line first as it swypes across (if that makes any sense). Has anyone else had any screen issues similar to this? This kind of sucks. I was happy that I haven't had any major problems with my phone.
View 3 Replies
View Related
Mar 26, 2010
I'm working on adding rabic support to android. when dealing with layouts, I have to change the position of scrollbars from right to left, the same thing for spinners and checkboxes. where to modify in the android source code.
View 20 Replies
View Related
Oct 27, 2010
Given a multi-line EditText, how can I know the line number at cursor position?
View 2 Replies
View Related
Oct 5, 2010
I decided to give everyone an easy question. I already check for landscape via this method: if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE) But how do I tell which landscape? My Nexus One, at least, has two. Left and Right Handed. And yes, it does matter. If you are trying to relate a compass sensor to the screen, for example.
View 4 Replies
View Related
Sep 29, 2010
On my htc i was looking through display, i see g sensor calibration and i perform this calibration and after i do so the screen seems to have a delay when switch from the horizontal position to the vertical position. its weird because when i switch to the phone horizontally it switch normally and responds fast. but when i switch back to vertically it takes almost 7 seconds to actually switch back, sometimes it switch within 2 or 3 secs but never as quick as switching horizontally.
MQuote:
Originally Posted by Rigmaster
Make sure you have the latest updates, which impact speed on the device in some unpredictable and unexpected ways. During system updates, your Evo may reboot and will take the g-sensor changes as last calibrated.
If you're already updated, shut down and repower (soft reboot) should do the trick. I actually updated my phone and after it started to do this. I restarted the phone plenty of times i even took the battery out for 30 seconds. It only does it when im texting on the browser, basically everything but the camera. He camera screen rotation is perfect. I even rooted the phone but i havent figured out how to use the root to fix the problem. Should i do a firmware update? Because i just did the htc software update.
View 1 Replies
View Related
Nov 16, 2009
How can I layout 2 TextViews and a SeekBar on the same line in my layout xml file? I know But how can i specify TextView (one on the right, one on the left) to use only the width it needs to display the string in the TextView while SeekBar will use up the rest of the line? And i don't know the text vale of each TextView in the beginning and these TextView can change value in my application.
View 1 Replies
View Related
Oct 1, 2009
I am facing a problem when i put a text view on screen in landscape mode it position is fine but when i switch to portrait mode it position is remain fix it not change according to screen resolution.
View 2 Replies
View Related
Jun 19, 2010
I searched on 'landscape' and couldn't find what I needed.
Can the DI go into landscape mode with the buttons on the left? I'm left handed and would much prefer this arrangement. With my BB I was always able to flip it into landscape mode on either side.
View 1 Replies
View Related
Jul 29, 2009
Hi developers, As I'm just an Android user, I might be illegally here. But I just found out that being left handed, I have a slight problem with my recently purchased HTC Magic. I have searched Market already, but could not find anything to help me. My problem is this: as I am left handed, I like to turn the phone to landscape orientation with the buttons to the left (turning it clockwise). As you will probably all know, this won't work. To get landscape you have to turn the phone counter clockwise. Would it be possible for one of you to develop something to enable left handed people to turn the phone to landscape like they would intuitively do, that is clockwise?
View 7 Replies
View Related
Oct 8, 2010
I have an application, that looks good in landscape orientation only and i want to support both landscape-left and landscape-right orientation. If use setRequestedOrientation(SCREEN_ORIENTATION_LANDSCAPE), my application gets restricted to landscape-right orientation (home key is in the right direction) and does not go to landscape-left orientation on device rotation. If use setRequestedOrientation(SCREEN_ORIENTATION_SENSOR), application goes to both landscape-left and landscape-right orientation but the problem is that it goes to portrait orientation also, on device rotation. Can somebody please highlight, how can both landscape-right and landscape-left orientations be supported without moving to portrait orientation? Are there are API to set the orientation to both landscape-left and landscape right orientation or some mechanism to prevent application from moving to portrait orientation when setRequestedOrientation(SCREEN_ORIENTATION_SENSOR) is used.
View 5 Replies
View Related
Sep 7, 2010
In my app I draw an image covering the entire screen. I want to now how can I know where the user touched the screen?
View 2 Replies
View Related
Jun 24, 2010
As we known, there are 3 home screens in the android's default launcher. we can move the right screen or the left screen. and we don't know how many pages are in left-hand & right hand sites . so I want to modify the android's launcher, and add an indicator to show how many pages are in left-hand & right hand sites on the android's home screen. now, I found the Launcher source in the "src/app/packages". But which xml shoul I modity and hown can I known the screen's move ?
View 2 Replies
View Related
Feb 23, 2010
So through a weird assortment of events i managed to crack the screen on my Eris. But this is the trippy part, I didnt break the glass but the touch sensors underneath. So now i am unable to use the menu or home buttons and the entire left part of my screen and more. I am unable to unlock my device in anyway that i know(menu button, the slider). Is there any other way to unlock it? I now have 11 unread texts and 4 voicemails that I desperately want to view. Oh and I know some of you won't be happy about what I'm about to say but.... I took the leap to the moto droid. I had the chance to get it on a 1 year because I didnt get insurance and I went for it. I will really miss my Eris but the keyboard lag was just killing me.
View 11 Replies
View Related
Sep 28, 2010
when i take my phone out of my pocket and unlock it the screen will be in landscape mode and it usually will take a good 5 to 10 seconds for it to go back to normal.. i usually have to shake the phone for it to even respond..
has anyone had this problem? know of any quick fixes for it?
View 4 Replies
View Related
Nov 4, 2009
View.getLeft() and View.getTop() give the position of the view relative to the parent.
Is there a way to get the absolute screen position of that view?
Either a way to translate those coordinates into screen coordinates to make a call to get the position in screen coordinates.
View 2 Replies
View Related
Sep 18, 2010
So I have had the Incredible for a while now and I absolutely love the phone. The only thing that has really bugged me from day one is the positioning of the home screen. The phone is suppose to be fully customizable but it seems that the one thing I have yet to figure out is how to change where my home screen is located. I would much rather have my home screen set as the left most screen instead of having it directly in the middle of my seven available screens. You know, sort of like how the iphone is and what not. Does anyone know if something like this is possible?
View 1 Replies
View Related
Aug 22, 2009
I have an activity which I have defined to keep in portrait position.
However I would still like to change things (slightly) when the screen is rotated, what is the best way of doing this? I notice onConfigurationChanged is still called, but this still reports portrait mode.
I want to keep the notification bar etc in the same position if possible.
View 4 Replies
View Related
Jun 6, 2010
When i slide to the right i get my contact screen. I want to move the screen with my extra apps to that position. how do I do that?
View 6 Replies
View Related
Nov 3, 2010
Ive had the evo for about a week, and the operating system seemed to be acting a bit buggy but i put a fix on that real quick. now a persisting issue i have is that there is a line going down the middle of my screen on every page no matter where i go. i didnt have it for about a day or so and it seems to be some kind of seperation or something.
View 7 Replies
View Related
Aug 5, 2010
i was cleaning my screen when I noticed some dust on the top left corner of the screen. I don't have a case on but man, i've only had this phone for like 2 weeks. Anyone else having this issue and how did you deal with it? I'm thinking about bringing it into the Sprint store and hopefully, they can clean it out.
View 8 Replies
View Related
May 16, 2010
I love the phone, but the other day the unlock slider suddenly changed from left-right to right-left, and I'm right handed. How do I change it back ?
View 4 Replies
View Related
Oct 28, 2010
I have a large image on the screen and I want to display a small image on that image where I touch the screen. but I do not know how to change the position of the image when I touch on the screen and the small image must display where ever I touch on screen.
View 3 Replies
View Related
Jul 1, 2010
I want to set the AlertDialog position behind the status bar, when the content in my Dialog will increase, How to do that? I am creating a custom AlertDialog using my own layout.
View 1 Replies
View Related
Jun 4, 2010
just picked up my EVO earlier this morning. Let it charge for a while before turning it on. I have a very thin rainbow colored line running vertically down the screen. Has anyone else had this problem? I had best buy install the invisible shield when I picked up the phone, so I wanted to wait a little while before taking the phone back. I'm hoping this works itself out, but I am thinking that this is going to be a display issue and I am going to need a new unit.
View 4 Replies
View Related
Jun 2, 2010
Ive only had my desire a couple of days and for some reason a white line has appeared across the screen, wondering if its been damaged. It hasnt been dropped or abused in anyway so quite confused. Tried a hard reset but to no avail? Pic attached if anyone can figure out otherwise back to the shop it goes!
View 9 Replies
View Related
Jun 16, 2010
I got my incredible yesterday, it's all going well, except that I noticed this line of pixels, not really any color in particular, but when you move the phone and look closely, they are very slightly distorted, and it makes them stick out slightly. I've noticed this problem on TVs before but I never understood it. I'm thinking it may be the invisible shield I had the person at the store install for me? I'm hoping it's not the screen...but here's a picture. I understand it may be hard to see, but if you move away from the picture you can sort of see what I'm talking about.
View 1 Replies
View Related
Jun 10, 2010
I recently noticed that on my EVO screen, there is a very small blue vertical line running from the top to the bottom of the screen. Its noticeable sometimes when im searching the web or with dark backgrounds.
Do you think I should return it? Or is there a program that can fix stuck pixels...
View 7 Replies
View Related
Oct 8, 2009
I have a TabActivity that display tabs either on the top or bottom as specified of the screen in portrait as well as landscape view. Currectly the tabs are dislayed one row and two columns(for 2 tabs each column as one tab). Now what I require is that when the view changes from portrait to landscape, the tabs should be positioned to the left of the screen like two rows and one column each row with one tab. Can anyone please help me to arrange the tabs to the left of the screen?
View 2 Replies
View Related
Jun 21, 2010
I've had my Incredible for a couple months, and this just started happening a couple days ago. First, my home screens shifted to the left (as if I was doing it with my finger). I would leave the screen on, lay it down on a table top, a few seconds later, shifted to the far left again. I pulled up some things with text input boxes, and again it kept trying to shift the cursor to the left.
I checked and since it's still under warranty Verizon will swap it out. It only happened for a couple days, and has quit since (happened a few days ago). Any ideas what may have caused it? Think it's worth going ahead and swapping it while it's still under warranty? Hate to run the risk of it doing it again later, of course knowing my luck I'll get a screwed up one when I swap it out!
View 10 Replies
View Related