Android :: Activate The Setting Option Orientation?
Mar 9, 2010
Generally, there should be an option named Orientation which is in Setting -> Sound and Display -> Display setting -> Orientation
However, I can't not see the option "Orientation" in the Android. How could I activate this option?
View 5 Replies
Apr 24, 2009
Is it possible to have a user choose how an app should respond to orientation changes? I have it set to android:screenOrientation="sensor" in the manifest but I would like users to be able to turn this on and off or set landscape or portrait orientation permanently.
View 5 Replies
View Related
Nov 25, 2013
I have a phone where Im trying to configure ActiveSync. It all goes "smoothly" because the account can be configured. The problem is when I try to view email on the configured account. It says that security policies have to be updated but I dont know where to go. I tried to remove and add the account again but I never see the "Activate" prompt where Im supposed to accept the security policies. Therefore, I don't see the Email app as a device administrator as I do on all the other users I have configured their accounts for.
View 1 Replies
View Related
Nov 24, 2010
It is possible to set the orientation of an activity in the manifest file. but is it also possible to do it from code? if so, how?
View 2 Replies
View Related
Jan 30, 2010
I was wondering if someone can help me out using estrongs file explorer & setting up the lan option, i cant get it to work..
View 1 Replies
View Related
Sep 8, 2010
I 'm using Wake Lock to stay awake my phone. I want to activate sleep mode when I will push the button "Activate" How can I activate sleep mode?
View 1 Replies
View Related
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
Aug 19, 2010
I understand how to force a specific orientation per activity in the android manifest. I would like to know if it is possible to allow the keyboard to change orientation even though the activity(the layout really) must remain unchanged.
View 1 Replies
View Related
Jul 17, 2009
I have a problem with working with the ORIENTATION values of the SensorManager. I would like to have some kind of 360°-value which directly shows me if the phone is in normal portrait (0°), landscape, portrait turned around (180°) or anything in between. So I could have, for example, an arrow that points to the floor (like gravity would do with a plummet) all the time, no matter how I tilt (sidewards) the phone. I thought this would be easy, but I'm pretty confused at the moment.
First of all, the X value of the orientation-array seems to correspondent with how I turn the phone, BUT: if it's completely uprightly standing, this value is about 60° ... why not 0° (or 90°, 180°, 270°), as I would expect?
Second: The value resets if I turn the phone and Android automatically changes screen orientation. So both in Portrait and in Landscape mode it will be sth. like 60° when the phone is in a 0° angel in real world. I set "android:screenOrientation" to "landscape" but this doesn't help anything :/
I want the app NOT to change orientation when I turn the phone, but I want it to get a continuous orientation value when I tilt the phone.
View 4 Replies
View Related
Jun 17, 2010
Trying to activate the LED to use as a flashlight on the HTC EVO 4G. I know this is possible because there at least a couple applications in the Android Market (LED Desire Light, Tesla) that do this.
I've tried using setFlashlightEnabled, which I'm told works on the Droid. On my Nexus One with Froyo I used setFlashMode to set the mode to FLASH_MODE_TORCH, which works fine. But I can't figure out how to get the same effect on the HTC EVO 4G.
View 1 Replies
View Related
Aug 19, 2009
How do I pass an Intent from my application to the Camera application to bring it to the foreground?
View 4 Replies
View Related
Oct 30, 2010
I am developing an application that use the GPS and the geolocalion. So, during the application launch, I have to be sure that the user has activated the network and GPS. If he didn't tested 2 solutions : Ask the user to activate them himself (so the application quit, and the user has to reload it) Redirect the user in the corresponding view in order to activate them ( via something like "android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS " )
The second solution is better to my mind but can be very boring for the user if he has to activate the Network + the GPS + Nework localisation That's why I ask if it is not possible to activate all that automatically if it is not possible ? I think it is possible because it exists widget that let the user activate network, gps etc... but how can we do that in the application?
View 1 Replies
View Related
May 6, 2010
But: how do you activate a ProgressBar according to the cell you just cliked on ? I have a list view, with a menu that shows after a long press. When I click on one of my option I would like to display the ProgressBar in the listView according to the cell I clicked on. It is currently always displaying the one of my first cell.
View 1 Replies
View Related
Mar 25, 2010
I am trying to understand the use of the broadcast receiver and the way of activate it. There's two ways isn't it? Register it from an activity or declare it in the manifest. So my question is: If I code a broadcast receiver which is watching incoming messages and I register it in the manifest, when a message comes my broadcast receiver will catch it automatically although any activity of my app had registered it. In a nutshells, I don't have to activate it so it works, only register it either in the manifest or in an activity.
View 2 Replies
View Related
Dec 4, 2009
I have found descriptions of 3 different default keyboards on my HT-03A but can only find the phone one i.e. ABC = 1. Do I need to download an app? Under the applications "Android Keyboard" is listed but I can't seem to activate it and presuming it is what I want, make it the default.
View 2 Replies
View Related
Jun 10, 2010
What i mean is "switches" whom you cannot click to activate but instead have to slide them on
Illustration:
[x]-------x Off On
You need to slide the "box" (= [ ]) needs to the x to the right to activate this button to "on".
How to make this type of button?
View 2 Replies
View Related
Aug 16, 2010
I have several subscribe-to podcast feeds in Google Reader. When hit 'refresh' in Listen, no feeds or podcasts ever appear. Is there a setting I need to change? I realize this is part of 'Labs', but seeing there are many who use this app, it must be something I'm overlooking.
View 2 Replies
View Related
Oct 1, 2009
I developer a android app. Today I get the HTC hero for testing. I installed the driver and can start the app on the device. The problem is that I need a network connection. I am connect via usb to my desktop computer. Can the device that is on usb connect use my i-net connection to send a request?
View 2 Replies
View Related
Oct 27, 2010
I am trying to use Bluetooth SPP to communicate over it. In some Android phones, SPP profile is not activated. I faced the problem in the application that SPP was not activated and so the connection could not be established over bluetooth and when I started another app that is 3g hotspot which I think activates SPP and I was able to connect over bluetooth in my app.
So, how can we actually activate SPP profile of bluetooth in Android devices? And does all the android devices has SPP profile?
View 1 Replies
View Related
Aug 11, 2009
I am developing a photo app and I want to add a flashlight for taking better photos. The app should know: This is a Samsung Galaxy,I have to activate the flashlight.
View 3 Replies
View Related
Feb 5, 2010
I have a ListActivity with an array adapter declared like arrayAdapter = new ArrayAdapter<String> (this, android.R.layout.simple_list_item_checked); This shows a bunch of rows with checkmarks on the far right. Can you tell me how to get a reference to those checkmarks or how to check/uncheck them?
View 2 Replies
View Related
Aug 7, 2013
As you may have heard Android Device Manager has rolled out to 2.2 and above. To activate it, go to settings and then tap Device Administrators. There should be an option to activate Android Device Manager.
To track it and wipe the data follow the directions: Go to [URL]... log in and then click the settings gear under your account info. There should be an option for Android Device Manager.
Be sure to read this too. Android Device Manager rolling out
View 4 Replies
View Related
Mar 11, 2010
How do I activate the pinch zoom in dolphin browser, when I try to do it like I used to on the Iphone it doesn't work. Is there anything I need to activate? Using mytouch 3g 1.2 running 1.6
View 6 Replies
View Related
May 12, 2010
My friend recently received a Motorola Droid from Google. He gave it to me as a gift and when I tried activating it and putting my number on it, Verizon said that it already has an active business account. I assume this is google's account. I heard that google gives you 30 days free service, but my question is how/can I bypass the 30 days and just put it on my account, or do I have to wait until the 30 days are up to put my own number on it?
View 2 Replies
View Related
Apr 3, 2010
Is there a simple way to activate/deactivate bluetooth without having some dialog popup requesting the user's permission every time? I have an app that plays music (it's actually part of a scheduled alarm). I want to play music through some bluetooth speakers I have already paired the phone with, but I don't want bluetooth to run while I am not using that app or after the app has shut down -- I want to reduce any unnecessary load on the battery.
View 4 Replies
View Related
May 21, 2010
so I've been thinking and i really DON'T want the guy at Best Buy messing around with my phone since i'll be numeric uno and he won't have a damn clue what he is doing... i know they have to activate it to your account before you can have it, but can they just scan the codes on the box to do that... i have all my contacts on my google account so i don't need a transfer or anything else. can he just scan the box, move it to my account, then give me the box without him even opening it?
View 25 Replies
View Related
Jun 3, 2010
I'm new to the Android based phones but it looks like I will be getting a EVO and possibly a Hero or Moment. My main question is if I should do anything to the phone (like rooting it) before I activate it? Like is there something that works better or makes it better if done before it's activated? Or should I just activate it right away and then mess with it? About the only reason I would be interested in rooting it is to have tethering (Wireless if possible).
View 6 Replies
View Related
Apr 21, 2010
Apparently I'm unable to activate the one I received because it's "pending activation on another account". And I have to have Google release it from that account to activate it.
View 3 Replies
View Related
May 4, 2012
I've recently upgraded my Samsung Galaxy S II to Android 4.0.3 (COA - Romania) using Samsung Kies.
I sometimes have an issue:
- when I click the WiFi icon on status bar to activate wireless connection it partially gets green and stays locked for about 1-2 minutes. This happens every 6 or 7 attempts to connect using wireless.
View 4 Replies
View Related
Oct 9, 2010
how to activate 3G on the HTC Legend?
View 6 Replies
View Related