[android-developers] Calendar API and local events only

2014-04-23 Thread Danny S.
Hi, I have a (read-only) database with appointments. I need to store these appouintments into the Android calendar using the CalendarProvider. There is no sync needed. I don't know how to identify an event (by it's ID) to prevent duplicate entries of the same appointment. Additionally I don't k

Re: [android-developers] Re: Alarm Intent not triggered

2014-04-23 Thread Raymond Rodgers
Is the alarm working while the screen is on, but it's failing when the screen is off? If so, you may need to implement a wakelock or partial wakelock for it to work properly. On 04/19/2014 09:11 AM, Sunil.K wrote: Tried all possibilities, but no SUCCESS. Experts, please point my mistake I'm k

[android-developers] Email routing via WIFI or cell

2014-04-23 Thread genedyne
Here is the scenario: A smart phone is used to interface to a piece of equipment via WIFI (i.e. the equipment provides limited access point capability, and the phone connects to this). An application on the phone wants to send an email. It appears that (at least DEFAULT) behavior on phones is to

Re: [android-developers] Email routing via WIFI or cell

2014-04-23 Thread 'Robert Greenwalt ' via Android Developers
Q1 - not today. We're working on this. Q2 - not easily. Is this a common scenario for you? Regards, Robert On Wed, Apr 23, 2014 at 11:02 AM, genedyne wrote: > Here is the scenario: > > A smart phone is used to interface to a piece of equipment via WIFI (i.e. > the equipment provides limited

Re: [android-developers] Email routing via WIFI or cell

2014-04-23 Thread genedyne
Thanks. Working on it today means it can't be relied upon, even when finally released, as there are allot of old phones out there... We are just bringing an industrial tool to market that operates as described. I don't believe there is an easier way to configure the system (using bluetooth inst

Re: [android-developers] Email routing via WIFI or cell

2014-04-23 Thread genedyne
For that matter, as the IoT grows, I'd expect there will be plenty of other situations where the same issue will arise. I really doubt we're the only ones to be so 'creative' ;-) On Wednesday, April 23, 2014 2:28:14 PM UTC-4, Robert Greenwalt wrote: > > Q1 - not today. We're working on this. >

Re: [android-developers] Email routing via WIFI or cell

2014-04-23 Thread 'Robert Greenwalt ' via Android Developers
How about trying wifi first? On Wed, Apr 23, 2014 at 6:37 PM, genedyne wrote: > For that matter, as the IoT grows, I'd expect there will be plenty of > other situations where the same issue will arise. I really doubt we're the > only ones to be so 'creative' ;-) > > > On Wednesday, April 23, 20

[android-developers] How to set and get soap header in android and how to get soap header in c#

2014-04-23 Thread Horrrorgoogle
Actually , i spent lots of time for this. but couldnot find proper solution for getting soap header in android. What i am doing in android look at this, I trying various method : *String NAMESPACE="http://tempuri.org/"; ;* *String SOAP_ACTION="http://tempuri.org/ISimpleCustomHeaderService/Do