Results 1 to 5 of 5

Thread: Nokia 5800 Bug - Auto rotation and textfield

  1. #1
    Join Date
    Nov 2009
    Posts
    44

    Nokia 5800 Bug - Auto rotation and textfield

    Hello there, I have recently bought a Nokia 5800 phone and I am facing some problems with the phone. After using the phone for some days, I have found out one of the bug in the phone. While viewing some image or text, the screen of the phone rotates itself if the phone is tilted slightly. Also the text field sticks to the screen, if the auto rotation takes place. Therefore I want to ask, is there any solution for Nokia 5800 Bug - Auto rotation and textfield problem then please suggest it. Any help is highly appreciated.

  2. #2
    Join Date
    Nov 2009
    Posts
    124

    Re: Nokia 5800 Bug - Auto rotation and textfield

    Try turning off the auto rotate function of the display and then see if the problem still continues or not. The auto rotate function of 5800 can be turned off to avoid the problem which you are facing. To turn off the auto rotate display function, Push the menu button and the select Settings. Select Phone and then select Sensor Settings. Select Turning Control and uncheck the box marked Auto-rotate Display. Click on OK. Now the screen will not rotate when the screen is tilted.

  3. #3
    Join Date
    Nov 2009
    Posts
    44

    Re: Nokia 5800 Bug - Auto rotation and textfield

    As suggested I tried and disabled the Auto rotate function of the screen but it did not work. Still when I enter something in the text box and if the phone is tilted while typing, the text box sticks to the screen. I cant figure out what is causing this problem and really need your help in solving the issue. Therefore if anybody is having any solution for this problem then please share it.

  4. #4
    Join Date
    May 2008
    Posts
    686

    Re: Nokia 5800 Bug - Auto rotation and textfield

    I think the phone which you are using is having some problems and hence you are facing such issues. The proper working of the phone is dependent on the proper working of the operating system of the phone. If the operating system of the phone is not working properly then the phone will not work properly. Therefore go to the service center and get the firmware of the phone replaced. Once the firmware of the phone is replaced, you will not face the same problem again.

  5. #5
    Join Date
    Nov 2009
    Posts
    154

    Re: Nokia 5800 Bug - Auto rotation and textfield

    I was also facing the same problem with the 5800 phone which I had bought some days back. I tried the following code which worked and now I dont face similar problems, hence try this code and see if it helps :-
    Code:
    var stageSizeListener:Object = new Object();
    stageSizeListener.onResize=function()
    {
    if(Stage.width > Stage.height) {
    _root.main._rotation = -90;
    _root.main._x = 0;
    _root.main._y = 360;
    } else {
    _root.main._rotation = 0;
    _root.main._x = 0;
    _root.main._y = 0;
    }
    }
    Stage.addListener(stageSizeListener);

Similar Threads

  1. Replies: 3
    Last Post: 08-10-2010, 09:42 PM
  2. HP Touchsmart tm2t Auto-Rotation
    By Courtney in forum Portable Devices
    Replies: 6
    Last Post: 20-09-2010, 11:24 AM
  3. Nokia 5800 auto rotation not working
    By 5800forever in forum Portable Devices
    Replies: 1
    Last Post: 03-09-2010, 07:39 AM
  4. Nokia 5800 Bug - Auto Rotation And Textfield
    By Uday64 in forum Software Development
    Replies: 4
    Last Post: 21-04-2010, 04:05 PM
  5. Auto rotate not working in Nokia 5800
    By Steadfast in forum Portable Devices
    Replies: 5
    Last Post: 10-03-2010, 04:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,708,431.50700 seconds with 17 queries