Android :: Internal Clock Off By 15 Seconds / Solve That?
Dec 7, 2009
This is weird and hopefully only a Moto Droid or local tower problem.
There is a difference of 15 seconds between my Droid's idea of time and UTC/GMT. This supposedly can't happen as cellular communications rely on 10ms accuracy and the Droid internal clock is set by cell towers.
I'm looking for some other Moto Droid developers to take a look and report if there is any time offset in their area. I've written a test app and posted source and apk at http://a9k.net/#droid . There is a screen shot there. It's very basic - show internal time (both System.currentTimeMillis() and Calendar.getInstance()) and show web page at www.time.gov.
Another simple test is to compare the phone's time to a computer that is synchronized to a net time server. You'll need to check seconds or watch for a whole minute. The minutes will not be equal from 45-59 seconds UTC.
The repercussions of an error in setting the internal clock could be extensive. Then again maybe Verizon towers here are whacko in MT?
View 3 Replies
Apr 14, 2010
Sudoku Solver can solve any valid Sudoku puzzle in seconds? Version 1.1 just released. Update includes highlighting for invalid input. Free download on Android Market:
View 5 Replies
View Related
Dec 10, 2009
Is there a way to have the clock show seconds, along with minutes & hours? If not, does anyone know of a third-party widget/app to do this?
View 1 Replies
View Related
Jan 24, 2011
Displaying the seconds on the status bar clock?
View 9 Replies
View Related
Jul 20, 2010
I'm looking for an alarm clock app with one very specific feature - allow me to set the alarm tone to automatically stop after X seconds, then start again at the next snooze interval, and play for another X seconds.
Sure it seems every alarm app out there allows me to set Snooze intervals and stuff, but with my waking up habit, I don't like to physically have to touch the phone to get it to shut up until the next snooze interval. I like to lay in bed and let the alarm go for like 3-4 snooze intervals before I finally wake up.
I've tried Alarm Clock PlusV2, Alarm Clock Xtreme, Quick Alarm. None of them seem to have this.
View 2 Replies
View Related
Apr 15, 2010
Ok so I have created about 8 different clock widgets and I am trying to combine all of them into one clock pack... Is there anyway to combine 8 clocks into one apk file to put on the market place?
View 1 Replies
View Related
Jan 5, 2014
I have a xperia u, which has not external SD card slot..
Data partition is MUCH bigger than what I need (I'm using 500mb of 2gb) and I want to move obb files to data partition to free some space in SD partition..
View 9 Replies
View Related
Oct 23, 2010
Is there a, possibly, a fullscreen clock widget that shows the clock and active alarms? Thanks.
View 2 Replies
View Related
Feb 13, 2010
I'm looking for a new Alarm Clock/Digital Clock widget because the default one lags. Any suggestions?
View 18 Replies
View Related
Jul 15, 2010
It says it all in the title really. I'm just curious coming from my old Blackberry Storm if there is a similar full screen clock I can use for a bedside alarm clock?
View 3 Replies
View Related
Jul 6, 2010
I have a moto android w 2.1. The gmail app has been working fine until recently. Now it says no connection when I open the program. It shows two recent emails but no previous ones. I cannot send or receive anything w the app. My browser gmail is working properly. One user on the google support forum got no solutions from verizon, google, or motorola and had to do a hard reset. It appeared to fix the problem but I'm looking for a more friendly solution. Anyone else have this problem or have guess as to the solution?
View 1 Replies
View Related
Nov 9, 2009
I am able to deploy my application but for some reason, I am not able to get the icon to display in the pull up menu on the Home page of the OS. Does anyone know what I can do to solve this?
By the way, the application shows up in "Manage Applications" but does not show up as an icon for some reason. Through Eclipse, I am able to start the application after deployment but that's it... After that, I don't have any way to start it because there is no icon.code...
View 2 Replies
View Related
Mar 27, 2010
Does anybody know how to change the clock skin back to original after uninstalling a clock skin? When you uninstall a clock skin, it uninstalls but the skin remains.
View 2 Replies
View Related
Apr 28, 2010
im running fabs latest rom and on the phone i have both clock and alarm clock the old app and i think there conflicting cause i have my alarms set in clock but no alarm clock displayed near the time or in the lock screen like it should
View 5 Replies
View Related
Sep 23, 2010
The closest example of what i want to accomplish is the "Engadget" widget. It updates it's data from the internet every 5-10 minutes and "scrolls" to the stories every 5-7 seconds. I imagine it sets the 5 -10 minutes interval to the widget's provider to call the onUpdate without the inbuild limitations , something like that. AlarmManager alarms = (AlarmManager) getApplicationContext().getSystemService(Context.ALARM_SERVICE); alarms.setRepeating(AlarmManager.ELAPSED_REALTIME, SystemClock.elapsedRealtime(), updateRateSeconds * 1000, newPending);
Then the real issue.. to update the widgets content without calling onUpdate....................
View 1 Replies
View Related
Aug 17, 2010
I'm using traceview to identify bottlenecks in my app. If I use the emulator, everything works fine. But when the device is used, no matter how long I run the app, traceview only gets the initial 5 seconds of my session and nothing more. I also noticed an error message in the console: Traceview: (<unknown>:10301): GLib-WARNING **: g_set_prgname() called multiple times. Have you ever experienced this problem?
View 3 Replies
View Related
Jul 23, 2010
To be able to do some accurate calculations that I want for my app, I need to be able to get an accelerometer reading every 100ms. I haven't found a way to do this on android, it seems like the only way to get accelerometer readings is to put a listener that can listen at different intervals. Basically, is there a way to get a reading at exact intervals?
View 2 Replies
View Related
Aug 11, 2010
How do I know the file size in seconds mp4?
View 1 Replies
View Related
Sep 26, 2010
I want to call my asp.net webservice for every 50 seconds (for different methods) .How can I achieve this...
View 3 Replies
View Related
Feb 10, 2009
I have a small application. It has some user inputs (like name, phone number, country, connection type etc, I used editText for the user to enter). Its working fine on the emulator. When I installed the same app on real device, firstly it shows the whole input screen. But when I tried to give input, (changing into landscape mode) half of the screen is not visibiling. I want to show the whole screen, I dont know how to do?
View 7 Replies
View Related
Jul 2, 2009
I use the setBuiltInZoomControls to setup Zoom in my app, in the emulator, i can use mouse to click the zoom in/out, but when the app install in my machine, i can't use mouse to click, but still work by touch! did somebody know how to solve that?
View 6 Replies
View Related
Nov 5, 2009
This is the error that eclipse gives with the latest Android SDK code...
Linux myubuntu 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux
java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
Any clues on how to solve this error?
View 10 Replies
View Related
Oct 4, 2010
In my application if i press a button map is loaded in my layout.again i press the button i got error like this.
only one map is added to a single map activity . how to solve this.
View 1 Replies
View Related
Sep 20, 2010
I am displaying images from url using xml parsing,some images are displaying very well,some time i got exception like
Illegal character in path at index 113: http://www.theblacksheeponline.com/party_img/thumbspps/12390867930_15951_186997180114_709920114_4296270_6115611_n[1].jpg
How can i solve this problem,anybody know,please give some sample code for me..
View 2 Replies
View Related
Sep 26, 2010
I am following the android licensing documentation (http://developer.android.com/guide/publishing/licensing.html) and when i get to the step that I add the reference of the licensing project (in eclipse) to my project, I get an error in the console (see below) and my project doesn't build. Any ideas on how i can around this? I tried a couple searches on Google, but I didn't come up with anything.
View 1 Replies
View Related
Sep 29, 2009
I am trying to install apk file in G1 device and get following error:
Failure[INSTALL_FAILED_ALREADY_EXISTS]
I have already change the name of main file using Manifest too. change the icon too.
though the same problem is come over.
View 3 Replies
View Related
Nov 1, 2010
There have been numerous treads over the last week wrt Android Market issues.
I have tried all the 'fixes' mentioned, and I still am not able to download apps from Android Market ('download was unsuccessful').
Anyone else still having this problem? It is getting highly annoying.
View 2 Replies
View Related
Sep 7, 2009
I've try to make a mapview with itemized overlay and it's not work. I share my code if anyone see anything :
java class mapview code...
View 4 Replies
View Related
Sep 10, 2009
I have just recently setup my android environment on eclipse. I am having the following error when I try to run my helloworld program. Here is the error...
Unable to connect to activity manager; is the system running? solve this?
View 10 Replies
View Related
Feb 25, 2010
There are so many Date-classes (GregorianCalendar, Calendar, TimeZone, Date,.....), I lost track.
How can I get the seconds now since 1.1.1970 as "long" in Android?
View 3 Replies
View Related