HTC Desire :: Screen Rotation - Wouldn't Rotate

Jul 7, 2010

My Desire; which i have had problem free for 3 months; has just developed a problem with the screen rotation. Initially it wouldn't rotate so i checked that it was set to automatically rotate in the screen and display menu which it was .

I then tried to recalibrate the screen which kind of worked in that it now allows the screen to rotate to landscape if held sideways, but when i put it the right way up, the screen stays landscape.

I have Swype which i thought might be interfering so i removed the program and rebooted but still nothing.

HTC Desire :: Screen rotation -  wouldn't rotate


Android :: Rotate A Cube (3D Rotation)?

Jul 14, 2009

In the api demo, there is an example for how to rotate a cube, but it can only rotate about X axis or Y axis, without Z-Axis Rotation. So how to perform 3D Rotation?

View 5 Replies View Related

HTC Desire :: My Screen Won't Rotate

Sep 1, 2010

Just got my lovely new phone today but I can't get all the screens to rotate.The box that says 'Auto-rotate screen' is checked but, on some screens, nothing's happening.What am I doing wrong? Or does it only do it on certain screens?

View 4 Replies View Related

HTC Magic :: Rotate Home Screen Rotate Right?

Oct 2, 2009

I have a HTC Magic (Rogers Canada).And, I see how the Dream (G1) rotates the home screen. can the Magic do that as well? Also, anybody know if it's possible to rotate the screen to the right and not just to the left? Shouldn't the acceleromater detect all the different rotated modes (even upside down?). that'd be cool

View 1 Replies View Related

HTC Desire :: Wouldn't Get A Signal - 2g

Nov 12, 2010

I have my Desire on Three UK network. It used to fall back to a 2G signal when there was no 3g coverage, for example when I am at home.

I noticed yesterday that my phone just wouldn't get a signal in the house, I then checked my old N95 which still has a Three Uk sim card and same problem.

Anyway I went to work and same issue inside the office. Can get a 3g signal when there is one but no 2g signal.

I deceided to phone up Three customer service to see if there was a fault or something but no real help there apart from they said they would report what I said to their technical team.

I then come home and look on the net and see things like this....

http://www.gogadgetnews.com/2010/11/...f-2g-coverage/

If they have switched of 2g here then I am fuming as it means I cant receive any calls at home !

View 9 Replies View Related

General :: Home Screen Picture - S4 Wouldn't Let Add Contacts?

Feb 22, 2014

I recently went into my providers shop because my S4 wouldn't let me add Contacts. They didn't have a clue how to fix it so told me I would have to reset my phone. The guy at the desk backed up my pictures and contacts. After resetting it my Home Screen was still the same picture it had been before the reset. Which is fine, it's what I want. Now though, I can't find the picture itself on my phone or storage device. I've hooked my S4 up to the PC and tried to find it in a folder. I can't seem to locate it. Where would I find the picture at on my S4?

View 5 Replies View Related

Motorola Milestone :: Manually Rotate Screen Or Keep / Fix Current Screen Orientation

May 29, 2010

is it possible to manually rotate the screen or fix the current screen orientation (with a key/button)? because it really annoys me having taken portrait pictures that cannot be viewed (with the media gallery application) in a portrait fashion on the milestone. this is because it always rotates the portrait picture back to landscape when rotating the milestone from landscape to portrait. right now there is no way of properly viewing portrait pictures on the milestone other than tilting your head (holding the milestone landscape and tilting your head along).this cannot be the way it was intended to be, right? or do I have to get a different viewing software which allows you to choose screen orientation? is there such an app?

View 1 Replies View Related

HTC Incredible :: New 2.2 Screen Rotation

Jul 29, 2010

My 2.1 rom only went into landscape mode when I turned the phone counter-clockwise. I have found that since updating to 2.2, the screen will go into landscape if I go either direction! I really liked the old one way landscape, and I wonder if this was intended, or just the result of an unfished leak...

View 11 Replies View Related

HTC Desire :: Auto Rotation

May 28, 2010

I have somehow stopped my desire auto rotating to landscape on all screens and I have no idea how to resolve this. I have changed the view on the browser to always be in landscape just to sort out the problem however none of the other apps such as email and photos will rotate... If anyone can tell me where the setting is to restore this i would be very grateful. I have tried google and the user guide but just cant find it.

View 13 Replies View Related

Android :: Need App To Prevent Screen Rotation

Mar 30, 2010

I've got an app where I don't want the screen to rotate when they rotate their device, I need to keep the app in portrait mode all the time. How do I do this?

View 2 Replies View Related

HTC EVO 4G :: Sense With Home Screen Rotation

Aug 30, 2010

Does anyone know of a ROM that is Sense based and also includes a Home Screen Rotation ability?I know that LP can do this, but I value the Sense widgets more than resorting to LP.unless every single Sense widget could be replaced for under $15 total.

View 6 Replies View Related

Motorola Droid :: Screen Rotation On BB1.1

Feb 26, 2010

Running BB1.1, but it doesn't allow the screen to rotate automatically, even though that option is turned on in the settings. I noticed Ultimate 3.7 does allow this, what other ROMs allow it? It's a minor feature, but one I like to have....

View 5 Replies View Related

Motorola Droid X :: Screen Rotation In 2.2

Aug 23, 2010

Is horrendous with the update. It goes landscape all of the time in unwanted situations. Is this just me?

View 1 Replies View Related

Android :: Screen Rotation And ProgressDialog

Sep 20, 2010

How should I handle an active ProgressDialog when the screen is rotated? Perhaps I should cancel the dialog in onDestroy and restart it in response to a SavedInstanceState flag?

I'm getting an exception and the following message in logcat:

CODE:..............

View 7 Replies View Related

Android :: AsyncTask And Screen Rotation

Sep 10, 2010

Is there a standard pattern for handling a running AsyncTask with screen rotation? My AsyncTask runs for about 10 seconds. I could call AsyncTask.cancel in the Activity's onDestroy method and restart the task in onCreate but that would waste cycles, bandwidth, and user time. I'm guessing there is a better way.

View 1 Replies View Related

Android :: Screen Rotation Changes Settings

Nov 22, 2010

In my Android app I have 2 layouts, one for portrait and one for landscape.

In both layouts I have a TextView that the user can change by clicking on, by default it reads 'ON'
If the user presses it then it changes to 'OFF' All well and good.

However if it's set to OFF and the screen is rotated the text view resets to ON. How can I stop this from happening?

View 1 Replies View Related

Context Menu Screen Rotation

Dec 21, 2013

I have been trying to keep the context menu when doing a long press / Click to stay on screen when the screen is rotated.Searching around the net, the main answers found are not the best such as add configChanges into the android manifest or use the onRetainNonConfigurationInstance which is depreciated .

Currently I am handling my dialog boxes when on screen and a rotation occurs via savedInstanceState by having my own method to show them again by using a variable to be saved into the bundle and then retrieved.

However the context menu is slightly harder to do as it is registered against the listview I have and this links it together so it knows which row has been selected

I do also have a onitemlongclick method which works along side the contextmenu so I should be able to get the row information from there but it is then how to call it all back afterwards

View 7 Replies View Related

Nexus :: Rotate 1 Way / Landscape Works / Rotate Other Way / It Doesn't

Jul 1, 2010

I just bought the Nexus One unlocked for AT&T and really like it. 1 wierd thing is that when I rotate the phone counter clockwise, the screen goes to landscape just fine; but when I rotate it clockwise it does not go to landscape "the other way". And, if I'm holding the phone 'normally' and rotate it 180 degrees ('upside down') it doesn't follow.My youngest daughter delights in telling me that her iPhone does this with no problem. What's up with that?

View 7 Replies View Related

HTC EVO 4G :: Screen Wont Rotate

Jul 15, 2010

My EVO screen won't rotate back to portrait from landscape. Auto rotate is on.That labyrinth game teeter doesn't work either, the ball only moves side to side not up and down.Everything is running crazy slow too.

View 5 Replies View Related

Android :: Fatal Error During Screen Rotation

Sep 16, 2010

Step #1: Make it a static inner class

Step #2: Manually associate your activity with the task in its constructor

Step #3: Return the task object from onRetainNonConfigurationInstance() of your activity

Step #4: In onCreate() of your activity, check getLastNonConfigurationInstance(), and if it is not null, associate your new activity instance with the task via a setter

Step #5: Use the activity within onPostExecute()

View 3 Replies View Related

Android :: Screen Rotation - Keep Notification Bar Etc In Same Position

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

HTC Droid Eris :: Animated Screen Rotation

Jan 5, 2010

I feel foolish as all get-out, but I have managed to put the screen on my Eris into an animated rotation mode. I.e. instead of snapping from horizontal to vertical, it rocks from side to side for a annoying period of time. I can't find the setting under 'display'

View 5 Replies View Related

Motorola Droid :: Navigation Screen Rotation

Jan 15, 2010

Is there a way to make the map rotate in naviagation so that you are always pointing up insead of North always being at the top of your screen?

View 4 Replies View Related

Samsung I7500 :: Screen Rotation In All Four Directions

Nov 24, 2009

I've just come across a topic on android-hilfe.de which shows an early build of galaxy rotating the screen all four ways:

YouTube - Samsung i7500 Android Phone Review - auto sense rotation and picture browser @ OCWORKBENCH

View 1 Replies View Related

Android :: Screen Rotation Counter Clockwise

Nov 1, 2009

Is there any way to make autorotation work in both ways: both clockwise and counter clockwise? It's a pain when reading a book that scrolls with volume keys (HTC Hero).

View 2 Replies View Related

Android :: Control Screen Rotation In Application

Aug 16, 2010

I'd like rotate the screen to put it upside down. Can I do that with android API? I was told by some friends that there are APIs to rotate the screen by 90 degree but I can't find a way to rotate the screen by 180 degree (upside down).

View 3 Replies View Related

Motorola Droid :: 2.2 Screen Auto Rotation?

Aug 16, 2010

Since the 2.2 update my screen auto rotation is horrible. When I want it upright, it goes sideways. WHen I hold the phone sideways, it flips the other way. Apps that I open seem to always start out sideways even when the phone is upright. I turn it around, nothing happens. If it does rotate back, it is so delayed you think it is not working. It never seems to be the direction I want it, getting very frustrating and annoying to keep flipping the damn phone around all the time to try to get it right. I sure hope the new FRG22 update, if it ever comes, can fix this problem. So far, 2.2, besides flash, has been a big disappointment for me.

View 27 Replies View Related

Android :: How To Handle An AsyncTask During Screen Rotation

Apr 12, 2010

How to save my instance state or how to deal with my activity getting destroyed during screen rotation.

There seem to be a lot of possibilities but I haven't figured out which one works best for retrieving results of an AsyncTask.

I have some AsyncTasks that are simply started again and call the isFinishing() method of the activity and if the activity is finishing they wont update anything.

The problem is that I have one Task that does a request to a web service that can fail or succeed and restarting the task would result in a financial loss for the user.

How would you solve this? What are the advantages or disadvantages of the possible solutions?

View 3 Replies View Related

Android :: OnItemSelectedListener Called On Screen Rotation

Nov 20, 2010

When I change the orientation of my screen in Android, an OnItemSelectedListener from a Spinner is called. It's not just the emulator, it also happens on a physical phone. How can I stop this from occurring?

View 1 Replies View Related

General :: Galaxy S2 - Use Gyroscope For Screen Rotation?

Apr 19, 2013

Is there a trick to use the gyroscope instead accelerometer to rotate the screen? Or, is there any "Hack" to improve rotating speed? iPad have a very nice rotation.

Btw, I have Galaxy S2.

View 1 Replies View Related







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