Re: [android-developers] Re: Change time/date
Hi Jim, thanks for the reply. Em segunda-feira, 21 de maio de 2012 15h09min38s UTC-3, Spooky escreveu: > > On Mon, May 21, 2012 at 08:12:33AM -0700, lcs_godoy wrote: > > I mean, a way to change time and date without root access on android > > programmatically. > > Nope. Unfortunately, you can't do it without root. Sucks, too, because > the time on the AT&T network (which my phone uses) is fscked. It's > generally off by at least 45 seconds. Given the availability of > SNTP servers, including the ones at NIST, that's inexcusable for a > major interexchange carrier (IXC). > > There is one thing you can do, though: write a digital clock app > that sets its time from an SNTP server (use a Stratum 2, not > a Stratum 1 like NIST). Pick one from the following link that's > closest to your location (one that's OpenAccess, of course). > > http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers > > You still won't be able to SET the time, but at least you'll be > able to display the time. Just remember not to update too often...you > shouldn't need to. Just update every now and then to check the offset > relative to your system clock, and go from there. > > Hope this helps. > > Later, >--jim > > -- > THE SCORE: ME: 2 CANCER: 0 > 73 DE N5IAL (/4)| Remember your spelling rules, including: > spooky1...@gmail.com| I before E except after C > < Running FreeBSD 7.0 > | > ICBM / Hurricane: | BEING a native-born American, I don't >30.44406N 86.59909W | always notice our WEIRD spelling > > Android Apps Listing at http://www.jstrack.org/barcodes.html > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Change time/date
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: Change time/date
I mean, a way to change time and date without root access on android programmatically. On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > Is there a way to change time and date without root access on android? > > Thanks. > On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > > Is there a way to change time and date without root access on android? > > Thanks. > On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > > Is there a way to change time and date without root access on android? > > Thanks. > On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > > Is there a way to change time and date without root access on android? > > Thanks. > On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > > Is there a way to change time and date without root access on android? > > Thanks. > On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: > > Hi all, > > Is there a way to change time and date without root access on android? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Change time/date
Hi all, Is there a way to change time and date without root access on android? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Activity and affinity task
Hello everybody, Is that a way to set the affinity of an activity dinamically in code? I mean, instead of setting the taskAffinity tag into android manifest, set the affinity of an activity with a specific task programmatically, using a flag or anything else in a call for a intent, for example? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
[android-developers] Re: setting task affinity to a intent programmatically
Hi, Have you found the solution for this problem? On Monday, August 2, 2010 12:56:20 PM UTC-3, social hub wrote: > > android:taskAffinity > > When I launch an Intent I also want to set the taskaffinity > programmatically > is there a method for this to accomplish ? > > http://developer.android.com/intl/de/reference/android/content/Intent.html > > I haven't found any set methods for this > > Please let me know how to do this > > Thanks in advance for your help. > > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en