PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Cell Phone Communication

Reply

Cell Phone Communication

 
Thread Tools Rate Thread
Old 21-06-2007, 07:03 PM   #1
Patrick Jox
Guest
 
Posts: n/a
Default Cell Phone Communication


Hi,
I want to create an application that communicates with a cell phone (not
smartphone) to synchronize data (contacts, appointments and tasks). could
this be done by extending Activesync. In general how could I communicate
with my cell phone using C#.

Any ideas? Any points where to start?

Thanks in advance
Patrick


  Reply With Quote
Old 21-06-2007, 07:12 PM   #2
Guest
 
Posts: n/a
Default Re: Cell Phone Communication

You mean just some general, non-Windows phone? There's really no way to do
it. ActiveSync will only work with CE devices, and you can't write service
providers in C# for ActiveSync anyway.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


"Patrick Jox" <pj@kapaya@nospam.com> wrote in message
news:%23Yd635CtHHA.3588@TK2MSFTNGP06.phx.gbl...
> Hi,
> I want to create an application that communicates with a cell phone (not
> smartphone) to synchronize data (contacts, appointments and tasks). could
> this be done by extending Activesync. In general how could I communicate
> with my cell phone using C#.
>
> Any ideas? Any points where to start?
>
> Thanks in advance
> Patrick
>
>



  Reply With Quote
Old 21-06-2007, 07:34 PM   #3
Patrick Jox
Guest
 
Posts: n/a
Default Re: Cell Phone Communication

Bad news. But ist there any other way to work around, just to communicate
with the non-windows cell phone?

Patrick

"<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
news:OYFeU$CtHHA.3556@TK2MSFTNGP05.phx.gbl...
> You mean just some general, non-Windows phone? There's really no way to
> do it. ActiveSync will only work with CE devices, and you can't write
> service providers in C# for ActiveSync anyway.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
>
>
> "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
> news:%23Yd635CtHHA.3588@TK2MSFTNGP06.phx.gbl...
>> Hi,
>> I want to create an application that communicates with a cell phone (not
>> smartphone) to synchronize data (contacts, appointments and tasks). could
>> this be done by extending Activesync. In general how could I communicate
>> with my cell phone using C#.
>>
>> Any ideas? Any points where to start?
>>
>> Thanks in advance
>> Patrick
>>
>>

>
>



  Reply With Quote
Old 21-06-2007, 07:38 PM   #4
Guest
 
Posts: n/a
Default Re: Cell Phone Communication

There might be, but there's no "standard" on how a phone might communicate,
so it would be totally phone dependent. Not sure if the provider/OEM of the
phone provides any protocol information for you either, so you might have no
way to even know how it communicates.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com



"Patrick Jox" <pj@kapaya@nospam.com> wrote in message
news:e0ODDLDtHHA.508@TK2MSFTNGP02.phx.gbl...
> Bad news. But ist there any other way to work around, just to communicate
> with the non-windows cell phone?
>
> Patrick
>
> "<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
> news:OYFeU$CtHHA.3556@TK2MSFTNGP05.phx.gbl...
>> You mean just some general, non-Windows phone? There's really no way to
>> do it. ActiveSync will only work with CE devices, and you can't write
>> service providers in C# for ActiveSync anyway.
>>
>>
>> --
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in an Embedded World
>> www.OpenNETCF.com
>>
>>
>> "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
>> news:%23Yd635CtHHA.3588@TK2MSFTNGP06.phx.gbl...
>>> Hi,
>>> I want to create an application that communicates with a cell phone (not
>>> smartphone) to synchronize data (contacts, appointments and tasks).
>>> could
>>> this be done by extending Activesync. In general how could I communicate
>>> with my cell phone using C#.
>>>
>>> Any ideas? Any points where to start?
>>>
>>> Thanks in advance
>>> Patrick
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 21-06-2007, 08:28 PM   #5
Patrick Jox
Guest
 
Posts: n/a
Default Re: Cell Phone Communication

Hi Chris,
do you know any resources of any manufacturer, so that I can get an
impression and can make some trials?

Thanks
Patrick

"<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
news:OUa0pNDtHHA.412@TK2MSFTNGP04.phx.gbl...
> There might be, but there's no "standard" on how a phone might
> communicate, so it would be totally phone dependent. Not sure if the
> provider/OEM of the phone provides any protocol information for you
> either, so you might have no way to even know how it communicates.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
>
>
>
> "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
> news:e0ODDLDtHHA.508@TK2MSFTNGP02.phx.gbl...
>> Bad news. But ist there any other way to work around, just to communicate
>> with the non-windows cell phone?
>>
>> Patrick
>>
>> "<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
>> news:OYFeU$CtHHA.3556@TK2MSFTNGP05.phx.gbl...
>>> You mean just some general, non-Windows phone? There's really no way to
>>> do it. ActiveSync will only work with CE devices, and you can't write
>>> service providers in C# for ActiveSync anyway.
>>>
>>>
>>> --
>>>
>>> Chris Tacke, Embedded MVP
>>> OpenNETCF Consulting
>>> Managed Code in an Embedded World
>>> www.OpenNETCF.com
>>>
>>>
>>> "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
>>> news:%23Yd635CtHHA.3588@TK2MSFTNGP06.phx.gbl...
>>>> Hi,
>>>> I want to create an application that communicates with a cell phone
>>>> (not
>>>> smartphone) to synchronize data (contacts, appointments and tasks).
>>>> could
>>>> this be done by extending Activesync. In general how could I
>>>> communicate
>>>> with my cell phone using C#.
>>>>
>>>> Any ideas? Any points where to start?
>>>>
>>>> Thanks in advance
>>>> Patrick
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 23-06-2007, 09:47 AM   #6
=?Utf-8?B?U2ltb24gSGFydA==?=
Guest
 
Posts: n/a
Default Re: Cell Phone Communication

Your best bet is to contact the OEM in question directly.

--
Simon Hart


"Patrick Jox" wrote:

> Hi Chris,
> do you know any resources of any manufacturer, so that I can get an
> impression and can make some trials?
>
> Thanks
> Patrick
>
> "<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
> news:OUa0pNDtHHA.412@TK2MSFTNGP04.phx.gbl...
> > There might be, but there's no "standard" on how a phone might
> > communicate, so it would be totally phone dependent. Not sure if the
> > provider/OEM of the phone provides any protocol information for you
> > either, so you might have no way to even know how it communicates.
> >
> >
> > --
> >
> > Chris Tacke, Embedded MVP
> > OpenNETCF Consulting
> > Managed Code in an Embedded World
> > www.OpenNETCF.com
> >
> >
> >
> > "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
> > news:e0ODDLDtHHA.508@TK2MSFTNGP02.phx.gbl...
> >> Bad news. But ist there any other way to work around, just to communicate
> >> with the non-windows cell phone?
> >>
> >> Patrick
> >>
> >> "<ctacke/>" <ctacke[at]opennetcf[dot]com> schrieb im Newsbeitrag
> >> news:OYFeU$CtHHA.3556@TK2MSFTNGP05.phx.gbl...
> >>> You mean just some general, non-Windows phone? There's really no way to
> >>> do it. ActiveSync will only work with CE devices, and you can't write
> >>> service providers in C# for ActiveSync anyway.
> >>>
> >>>
> >>> --
> >>>
> >>> Chris Tacke, Embedded MVP
> >>> OpenNETCF Consulting
> >>> Managed Code in an Embedded World
> >>> www.OpenNETCF.com
> >>>
> >>>
> >>> "Patrick Jox" <pj@kapaya@nospam.com> wrote in message
> >>> news:%23Yd635CtHHA.3588@TK2MSFTNGP06.phx.gbl...
> >>>> Hi,
> >>>> I want to create an application that communicates with a cell phone
> >>>> (not
> >>>> smartphone) to synchronize data (contacts, appointments and tasks).
> >>>> could
> >>>> this be done by extending Activesync. In general how could I
> >>>> communicate
> >>>> with my cell phone using C#.
> >>>>
> >>>> Any ideas? Any points where to start?
> >>>>
> >>>> Thanks in advance
> >>>> Patrick
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>

> >
> >

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off