PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Cell Phone Communication
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Cell Phone Communication
![]() |
Cell Phone Communication |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 >> >> > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 >>> >>> >> >> > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 >>>> >>>> >>> >>> >> >> > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
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 > >>>> > >>>> > >>> > >>> > >> > >> > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

