Samsung Galaxy S :: Way To Change The Orientation Manually?

Sep 20, 2010

I got tired of the orientation changing when I didn't want it to, such as if I'm in bed or placing it on the kitchen counter. I turned off auto-orienatation, now I want to know if there's a way to change the orientation manually. I would have thought there would be, but I can't find such a feature even after googling it.

Samsung Galaxy S :: way to change the orientation manually?


HTC Hero :: Manually Switch Orientation Of Phone

Feb 5, 2010

I like to read on my phone at night in my bed, so even though I am holding the phone sideways I do not want the orientation to change. In phones I had in the past you can assign a button to change the orientation. Is this possible on the hero?

View 2 Replies View Related

Android :: Orientation Change - Dialog Above Activity With Fixed Orientation

May 14, 2009

I have created an activity for my game which handles all orientation changes by itself and has a fixed "portrait" layout. Actually it uses the accelerometer and is rendered using 2D canvas methods. If the level has been completed I show up a highscore dialog in which the user can enter his name. The dialog is floating above the underlying level screen which gets blurred out nicely. This generally works.

Problem is that the dialog does not get rotated if the orientation of the phone changes. So even if the keyboard is exposed the dialog is shown in portrait mode instead of landscape. I have tried to use an activity with dialog theme instead but the behavior didn't change. After several tries it seems that I have found the reason for this: Once there's an activity with fixed orientation in the activity stack then all subsequent activities keep this orientation, too. They will not react on orientation changes anymore (e.g. if the keyboard gets exposed).

After upgrading to 1.5 SDK the described behavior changed a little bit. Now at subactivities indead react on orientation changes like expected. However, the need to have an opaque background! That means that neither dialogs nor activities with dialog theme will work. Those will stick with the orientation of the underlaying activity. So my workaround is to first start a sub-activity with an opaque black background. This activity then shows my highscore dialog on top. It looks quite okay but I wonder if there's a better solution? Is it possible to show a dialog above a fixed portrait or landscape activity which automatically adapts to orientation changes?

View 3 Replies View Related

Android :: Change Intent Bundle Data Before Activity Recreated After Orientation Change

Jul 30, 2009

I have a notification that starts my activity and passes a messages using the intent's putExtra() function. The message is then displayed to the user in the activity's onCreate function. When the application is restarted due to a orientation change, the message is shown again as it is still in the intent's bundled data.
How can I remove the extra data?

I tried the following:

Bundle bundle = getIntent().getExtras();
if (bundle.getBoolean("showMessage")) {
// ... show message that is in bundle.getString("message")
// remove message
bundle.remove("showMessage");
}

But the message will still be shown after the orientation changed, seems like the intent used is not the one I changed, but the original one. The only workaround I found is to save the showMessage additionally in onSaveInstanceState(). Is there another way? Or is this the way to go?

View 2 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

Android :: Change Widget Dimensions On Orientation Change

Jul 22, 2010

I have a widget which has say, a dimension of 294*72(portrait). But when the orientation is changed, I need to change this dimension of the widget to another dimension which would look good on the landscape orientation.

View 4 Replies View Related

Android :: Change Background After Orientation Change

Jun 8, 2010

I have an image set as my background and when it is vertical, the image looks fine. However, when the orentation is changed, the image get streched out. If there a way that I can change the image based on the orentation of the device?

View 4 Replies View Related

HTC EVO 4G :: Easier To Just Manually Change ROMs?

Jun 28, 2010

I don't want to say that this program is useless. It's just that I haven't found a use for it personally. Apparently, a lot of people out there like it. But why? I know that I am missing something.You can search for roms. I can do that with google.You can reboot into recovery. You can do that buy holding the up-volume button.You can automatically install a rom from the SD card. No you can't. I tried and all the app did was reboot my phone into recovery.You can install a rom using a picture. What? There MUST be a way to install a ROM using ROM Manager without the need to plug into the desktop. Could somebody out there please educate me?

View 19 Replies View Related

Samsung Galaxy S :: How Would Change Galaxy S?

Oct 6, 2010

- the antennae hump at the back. I don't like it, take it away. It doesn't lend itself to an ergonomical, comfortable grip, does it?
- the file system. As I gather, this is the reason we need lag fixes. I actually do wanna know though, what are the advantages of this file system?
- I hate saying this but: the looks. C'mon seriously? It looks too much like an iphone! Granted, the iphone is a good looking phone but if I didn't know better I would've thought this was a knock off.

View 20 Replies View Related

Motorola Droid X :: Way To Change Icons On Notification Bar Manually?

Oct 31, 2010

Is there a way to change the icons on the notification bar manually? so i can pick and choose which ones to install?

View 1 Replies View Related

How To Change Orientation For AVD

Feb 6, 2013

What I want to do is to change the default Portrait to Landscape.I have one AVD setup using fwvga device, I went to Setings -> Display, only saw Auto-rotate screen checked (by default), unchecked, it does not work.

I'm testing out a web app. It works but if the orientation changes to Landscape it would work better.

View 4 Replies View Related

Change Orientation At Run Time

May 14, 2014

I am new to Android development and in general mobile phone app development. I am trying to make an app which uses jpeg images as background. What should my image resolution be for it to be full screen? (eg. 1920x1080, 1280x720, 640x480, etc) Is it device specific?

I read about the resources and how you can place resources in 'drawable' folders and then Android selects the best match. But does it adjust the resolution when you change orientation at run time (tilt device)? Is there a setting in the manifest file for this? I set android:screen Orientation= "land scape" in the activity. Also does it crop the image if it is too large or adjusts it to fit on the screen?

View 1 Replies View Related

Samsung Behold 2 :: Tried To Change From Galaxy Rom To New 1.6

Sep 20, 2010

Please help, I tried to change from the Galaxy rom to the new 1.6 Take 5 tweak since I was sick of having no vibration. And now after I flashed it, it went to the Samsung bootup screen and now is black and cant be powered on. However my computer still detects it, please can somebody help salvage my phone.

View 3 Replies View Related

Android :: Change Orientation Of AlertDialog

Mar 25, 2009

I am building a AlertDialog in java code, so by default it is portrait but I want to show it in landscape orientation. How to do it in Java code?

View 2 Replies View Related

Android :: Screen Orientation Change

Oct 8, 2009

I notice when using the emulator that when the screen is flipped, I get a following logcat message:

INFO/WindowManager(589): onOrientationChanged, rotation changed to 1

How can I catch this in the code? I want to know whenever the orientation changes. I assume I have to set a listener, but I can't find an example anywhere.

View 6 Replies View Related

Android :: Dialogs On A Change Orientation

Mar 5, 2010

I'm doing an APP that shows some dialogs. Those dialogs are Alert dialogs, and when they are being showed if I change the orientation of the mobile I lost them...they are not being kept on the screen.

View 13 Replies View Related

Android :: Views - Orientation Change

Oct 1, 2009

Do Views know changes in orientation? In my case, I create popups from TextView and need to know when the orientation changes(porttrait<-- >landscape). I cannot depend on activity's onOrientationChange.

View 2 Replies View Related

Android :: Keep Screen On And Change Orientation

Feb 11, 2009

I am making an Android app which is currently coming along nicely - I've hit upon a couple of stumbling blocks.

1) How do I stop the screen from going dim/off and the phone locking while the application is running?

2) Can I force the phone to enter landscape mode on running my application?

View 2 Replies View Related

Android :: Possible Leak In Orientation Change

Jul 1, 2009

My app *sometimes* when orientation change, leaks Activities (getInstanceCount() increases from time to time) and i cannot figure out where references to my Activity or rather Context are kept - tried to use jhat but it couldn't help me much.

what is strange: it doesn't always happen on orientation change, so its even harder to fix.

btw when doing normal app life cycle - start, do something, exit - everything is ok - getInstanceCount() always returns 1.

View 5 Replies View Related

Android :: OnCreate And Orientation Change

Apr 28, 2010

I have an activity that checks stuffs online when it's created (is the GPS on and if not it asks if the user wants to turn it on).

The problem I'm having is that it is also doing it everytime I change the orientation of the screen.

I've read some comments on onConfigurationChanged() but is there a better way to be sure I'm checking the GPS only when the activity is first created?

View 4 Replies View Related

HTC Desire :: Change Orientation On Phone

Jul 11, 2010

I have seen online screenshots where applications like contacts etc either appear on full screen, or on a line like this.

At the moment I can only have them on full screen as they come from the people widget...

View 1 Replies View Related

Samsung Galaxy S :: Want To Change Ringtone Style In SGS

Nov 21, 2010

The voice call ring tones in my Galaxy plays in 'Ascending' style. I mean the first few seconds of my call ring tone, volume of the ring tone (only while ringing, not while playing normally) is not full. It starts with low volume and gradually increases to full volume.

View 1 Replies View Related

Samsung Galaxy S :: Is It Possible To Change Voice On Navigation?

Aug 7, 2010

Does anyone know if its possible to change the voice on the navigation? Not too fond of the robotic women voice.

View 3 Replies View Related

Samsung Galaxy S :: Change View Type

Sep 10, 2010

Is there any way to change the view type to anything other than the three lame options they give you for the view type? an app I can download or something? Anyone know?

View 5 Replies View Related

Samsung Galaxy S : How To Change Contacts App To UK Version

Nov 6, 2010

The android contacts app seems to be made for non UK countrys as it does not have a region or postcode option in the address form it only has state and zipcode.

My question is how would I edit this?

View 7 Replies View Related

Android :: Dialog Is Leaked On Orientation Change

Jun 23, 2010

built a simple app that displays an alertDialog with two buttons.The problem is it's not getting dismissed when i change orientation. After change i get a leak warning on debugger and the dialog appears twice(pressing back hides the first dialog, only a second back dismisses it completely).

View 7 Replies View Related

Android :: Change Eclipse Layout Orientation

Nov 6, 2010

I want to know how to change the orientation of my layout inside of eclipse but when I click the "layout" button it still shows it as a vertical layout.

View 4 Replies View Related

Android :: How To Change Eclipse Layout Orientation?

Nov 6, 2010

I want to know how to change the orientation of my layout inside of eclipse.

View 1 Replies View Related

Motorola Droid :: Orientation Change Hang-ups

Jan 27, 2010

I get a text, pull my phone out of the belt holster.....and read it in normal orientation. With the phone unlocked, I read the text(s) and decide to respond. About 75% of the time, it either takes 5-10 seconds to change orientation when I go to horizontal mode......or it won't even switch at all. It gets so frustrating I feel like throwing the phone.

Fwiw, a quick slide to expose the hardware keyboard will quickly change to horizontal orientation, but sliding it closed brings it back to default orientation, and doesn't seem to affect the speed of orienting back to horizontal.

View 10 Replies View Related

Android :: Orientation Change Crashes When Ids Not Unique

Mar 17, 2009

consider the simple layout:

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

View 9 Replies View Related







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