Android :: Screen Time Out While Using Navigation

Dec 9, 2009

It seems like there should be an easy fix (change a setting or something) for this, but I can't seem to find it and it's driving me nuts.

Whenever I use Google Navigation, the screen times out after a minute (just like any other time I'm using my phone). But, doesn't it seem like the screen should not shut off EVER while using Nav?

Android :: Screen Time out while using Navigation


Android :: Time To First Screen - Boot Up And Application Start Time?

Aug 25, 2009

at the moment I am thinking about a new app and need some information to decide whether to develop on Android or an alternative OS. I am particularly interested in "time to first screen", "boot-up time", "time to first Audio" and "app-start" (can be any from the android market or even one of the pre-installed ones) time? Does anyone know a source or perhaps measured those numbers?

View 9 Replies View Related

HTC Hero :: How Can I Prevent Sprint Navigation From Running In Background All Time?

Oct 14, 2009

How can I prevent Sprint Navigation from running in the background all the time? Every time I go on the market, browser, check my email, or send a text, Sprint Navigation is shown running in all of my 3rd party app managers. I have task killer so I can kill it as I please, however I would like to completely prevent it from starting up when i'm not even using it. Any ideas on how I can accomplish this?

View 13 Replies View Related

HTC Desire :: Google Maps Navigation Taking Long Time To Calculate Route?

Aug 16, 2010

Before I updated to android 2.2 and updated to latest Googlemaps the navigation was perfect. It calculated the route in seconds and was a joy to use. Since the updates, it is taking ages to calculate route, so long in fact that I exit the programme and start again, and then I just give up and dig out my atlas.

View 2 Replies View Related

Android :: Navigation From One Screen To Another Screen Not Working

Nov 23, 2010

public class check extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);}

void myonclick(View view)
{
Intent mIntent = new Intent(this,check2.class);
startActivity(mIntent);...............

when i click a button it will show error in emulator has (The Application Check has stopped unexpectedly).

View 2 Replies View Related

Motorola Droid :: Auto Rotate Screen Goes Haywire From Time To Time

Aug 29, 2010

MotoDroid 2.2. Since 2.2, the auto-rotate screen goes haywire from time to time. I normally use the vertical format, easier to type, but when it switches, not much screen left, and I have to go back and back to start over again.

View 4 Replies View Related

HTC Incredible :: Actual Screen Time Out Time

Jun 21, 2010

Under settings theres a setting for screen time out..I put it to 30mins and leave the phone alone...the screen goes out in like 20 seconds...I'm pretty sure that's not 30mins...is this a software or hardware issue?

View 2 Replies View Related

Android :: Google Navigation Screen Timeout

Oct 21, 2010

I was using Google Navigation this morning to direct me to somewhere and the screen kept timing out and locking. This was happening every 10 minutes or so.

Surley this is not meant to happen on a NAVIGATION application where you would expect the screen to stay active all the time! how can i prevent this from happening?

View 2 Replies View Related

Android :: Make Navigation Bar At Bottom Of Screen In Droid App?

Mar 3, 2010

I want do make navigation bar at bottom of the screen in android application . how can i do that?

View 1 Replies View Related

Android :: Best Practice Design Pattern For 2D HUD Screen Navigation?

Aug 23, 2010

I fight with me for some days about asking this question.

Its pretty plain and simple:

If you have an application with a GUI totally working on 2D drawing, what should be the best practice to handle what to draw and where to touch?!

Some example for better understanding:
I have a game with a map. On this map I can build houses and stuff.
I also have a information bar which can be extended. On the extended bar I draw some information about the game and also enables to change different values. If a touch occurs, I have to check, if the information bar is extended or not to determine if I want to change something on the map or something on the bar.

Thats done by the State Pattern, but I have some doubt if thats the right one because I think it can be a bit complex because of possible "sub-states".

So basically the question: Is the State Pattern (from GoF) the best practice to handle a pure graphical GUI?

View 1 Replies View Related

Android :: Chess Board Mini Game - Navigation Across Screen

Jun 24, 2010

So I was planning on writing a Chess-based mini game as part of a project. I was working on my pitch when I realized that I had to represent 64 clickable squares on a screen of that size. I found a couple of ways around it. Like letting them choose a row number from 1-8 and a column number from A-H OR providing them with four arrow keys to navigate across the screen. But it just takes the fun and intensity out of the game.

View 8 Replies View Related

Android :: Webview Adds Extra Horizontal Space In Screen / Disable This Navigation?

Oct 15, 2010

I'm using webview to display local html content. The text fits the screen width, but the user is able to navigate horizontally where there is only blank space left. However, there is no content to be shown as everything fits the screen size. Does anyone know how can I avoid this behavior? I mean, if all content is being show, how can I disable horizontal navigation.

View 2 Replies View Related

General :: Move Navigation Bar On Top Of Screen

Jan 29, 2013

Is there any way to move navigation bar in tablet on top of screen instead of bottom?

View 1 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 Captivate :: Home Screen Navigation

Aug 28, 2010

when I first got it I noticed that I had home screens on both the left and right of the center screen now it seems my "home" screen can only be on the right. So if I hit the home button it scrolls all the way to the right screen. btw I was an avid iphone supporter but have converted so I'm also a noob to the Android scene but so far I regret making this decision so late in the game!!

View 3 Replies View Related

Motorola Droid X :: Locking - Screen Time Out And Screen Fade Out

Jul 18, 2010

Is there any way to change when these 3 things happen separately? Can I make it so my screen fades earlier but still takes just as long to go completely black? Is there a way to extend the time between total blackout and locking? Is there a way to turn off auto screen lock all together but keep the auto fade out and auto black out? I am always able to remember to manually lock the screen and the auto lock is annoying but I still like the power saving of the screen fade and black out.

View 3 Replies View Related

General :: Enable On Screen Menu Button Without Navigation Bar?

Sep 22, 2012

Basically, I want the three dots that appear on the apps to appear even without the navigation bar enabled. How I can do that?

View 6 Replies View Related

Motorola Droid :: Google Navigation Showing Navigation W/o Destination

Nov 3, 2009

Can anyone confirm if Google Navigation can be used to just show your progress/location on a road while driving, without having to have an actual destination input?I know this was shown on a few of Rob's videos as not being possible, but just wanted to confirm if anyone had any further info on it.

View 30 Replies View Related

Android :: Two Surfaces On Screen At A Time

Apr 15, 2010

Is it possible to play two videos on the screen?

I am basically trying to get some info on record and playback simultaneously.

If i use a mediarecorder(for recording) and a mediaplayer(for playback), will their be any conflict in surface used by them?

Can two mediaplayers run videos at a time on screen?

View 2 Replies View Related

Android :: Display A One Time Welcome Screen

Oct 20, 2010

In my android app, I need to design a Welcome Screen which will be shown to the user only once after the app is installed and opened. The app in question is a database driven app and I would love to include some 3 - 4 screens to help the user create re-usable resources for use within the app and a few tips. They would be Dialog Alerts with the last welcome screen showing the "Do Not Show Again" checkbox. how to show the welcome screen just once.

View 3 Replies View Related

HTC EVO 4G :: What Is Difference Between Navigation And Sprint Navigation Apps ?

Aug 13, 2010

What is difference between "Navigation" and "Sprint Navigation" apps?Newby to the smart phone, and am still trying to understand this "app" stuff.The "Navigation" app is a blue arrow, and is the one I use for map and voice navigation.The "Sprint Navigation" app seems to do the same thing in a much more belabored manner.Are these both Sprint, or what?Why two similar apps?Is one supposed to do something that the other doesn't. I don't get it.

View 15 Replies View Related

Android :: Want Greenwich Mean Time On Home Screen

Jun 13, 2010

I work in aviation and sometimes need to travel for it. It is important for me to know Greenwich Mean Time, (also referred to as Zulu time). Ideally I would like to have the local time and GMT displayed on my phone. Its easy to add 5 hours or whatever when I'm at home to figure it out, but it gets confusing when I travel.

View 1 Replies View Related

Android :: Display 2 ListViews On The Screen At The Same Time

Mar 25, 2009

I am trying to design a UI which utlizes two ListViews on the screen at the same time. Is this possible ?

So here is a quick example of how I was intending to do this.

1) Create an XML which positions 2 ListViews one onto of the other each ListView having there own ID

<ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="198px"

View 5 Replies View Related

Android :: Real Time Video Screen Capture?

Jul 1, 2010

I need to make a video as a DEMO for one application I have developed. I know that there are some experimental applications that use DDMS and achieve a framerate of 5-6 fps. This framerate is completely insufficient for my purposes since the application has smooth animations that i would like to show. Is there anyone that has found a way to do a real time screen capture on android? Should I settle for a capture of the emulator or a real video done with a real camera?

View 2 Replies View Related

Android :: Display Time Elapsed Onto UI Screen Of Droid?

Oct 15, 2010

I am writing a app for which i need to display the Time elapsed when user presses a button in UI screen .
So please guide me in writing the code in Android. I need to display the time in seconds, mins and hours.

View 2 Replies View Related

Android :: Screen Ever Time Out With Droid Emulator / Accomplish This?

Oct 16, 2010

I'm new to the Emulator and trying to test some code. In the system settings of the phone device, I set the screen timeout to 15 seconds. However, I never see the screen go dim and lock. How do I accomplish this?

View 4 Replies View Related

Android : How Can Come Main Page After Splash Screen Time Over?

Jan 20, 2009

I am making a Card Game game on the android platform. I require splash screen and then my game should start. I have done coding for the splash screen and also tried for getting the main page after the splash screen time is over. I am getting a run time error. That is why i am not getting main page. Give me solution of this topic as much as possible.

View 2 Replies View Related

Android :: Screen Capture And Time Clock Synchronization Applications?

Sep 12, 2010

I am new here and I came from Symbian and Linux, for all the phones I've used there are at least one application for screen capture and one for time clock synchronization, both are very useful and basic task we will do with a smartphone, but on the Android I found none that can work without a 'rooted' phone. I don't know how other phones do it, but I know the reason for a 'rooted' phone is to be able to access the framebuffer for screen capture for example and this may be risky, I suppose it is simply a sub-routine call to the BIOS will do without the need for a complete 'open access' system. I know there is a way to capture the screen without a rooted phone, but the phone must be connected to a PC and I feel this is dumb and inconvenient, I may be completely wrong about Android, please fill me in.

View 5 Replies View Related

Android :: Implementing A Timer Thats Active All The Time - Even During Screen Timeout

Oct 31, 2010

I've implemented a Service in my android app that starts a timer (using the standard java.util.Timer and java.util.TimerTask mechanism) to do some processing in the background on a pre-defined interval.

CODE:...

The service is started / stopped by my application like this.

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

As long as the phone is active (no screen-timeout occured), the service is running fine, and the Timer is performing its job at the defined interval. Even when I quit the application (using the back button), the timer remains active.

However, as soon as the phone goes into timeout, the timer task is no longer running stable. If I leave the phone in timeout for several hours (at night), I would see that on random occasions (sometimes a several hours interval) the timer kicked in.

Also, when the phone is activated again, all timer runs that have been queued are suddenly executed in one shot before resuming back to the normal interval.

What would be the right way of implementing a timer that continues to run properly, even after the phone has gone into timeout. Should I resort to using the PowerManager and WAKE_LOCKS (as described here http://code.google.com/android/reference/android/os/PowerManager.html), or is there another mechanism ?

View 1 Replies View Related

Android : Update UI With Internet Access Every Time Screen Refreshed

Nov 1, 2010

I need to do an internet access to update a field on my UI. I do the internet access in a background thread by extending AsyncTask.

Since I need to update my UI every time the screen is refreshed I am executing the AsyncTask in my onResume method. code...

I dismiss the REFRESH_DIALOG dialog in the onPostExecute() method in the AsyncTask.

For testing I rotate the screen to landscape. Things work well. The problem is when I try to rotate again to portrait. I get 'java.lang.IllegalArgumentException: no dialog with id 1 was ever shown ...'. id 1 is for the REFRESH_DIALOG.

How do I get rid of this error? Is there a better way to do an Internet access to update my UI every time the screen is refreshed?

View 1 Replies View Related







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