[android-developers] Re: regarding call handling and screen off

2011-09-22 Thread M. Dodd
lmgtfy.com was to subtle? On Sep 22, 8:57 am, Zsolt Vasvari zvasv...@gmail.com wrote: Sure, here's a link for you: http://goo.gl/9jY1G On Sep 22, 1:44 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Please can you provide me sample code or related links for wakelock. On Thu, Sep

[android-developers] Re: writing Events into Google Calendar in Android failed

2010-10-12 Thread M. Dodd
If you intend to use the provider directly you should not hard code the calendar_id value to 1 - and instead determine this value each time you create an event. On 11 Okt, 17:31, Kapuddi kapu...@gmail.com wrote: Cool. Mr. Jens, you're right. First, I checked the content_id, then I set the

[android-developers] Re: How to track Android PIM changes?

2009-04-16 Thread M. Dodd
After looking in the source repo I'd have to say the database design of both Contacts and Calendar is unsuitable for multi-host synchronization (or you will be competing with GSync for the dirty flags). I you're in control of the system image the best way would probably be to fork the code for

[android-developers] Re: run app after installation using PACKAGE_ADDED or other mechanism?

2009-04-14 Thread M. Dodd
All nice and well - if the API for AlarmManager supported persistent alarms. Currently, if you update an application your alarms will go bye bye until the phone reboots - no? Requiring a reboot just to reset a few silly alarms seems quite excessive to me - and definitely prevents us from taking