473,407 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Cell Phone

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
Jun 21 '07 #1
9 2812
Hi,

I do not think it's possible but in any case I think it will be dependand of
the phone model.

In addition I do not think you can use ActiveSync with other than a
SmartPhone.

You could also check the CF ng

"Patrick Jox" <pj@ka****@nospam.comwrote in message
news:OT*************@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

Jun 21 '07 #2
some thing with web service?
The problem is that you may need to write a J2ME app for that cell phone.
--
cheers,
RL
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:uG*************@TK2MSFTNGP02.phx.gbl...
Hi,

I do not think it's possible but in any case I think it will be dependand
of the phone model.

In addition I do not think you can use ActiveSync with other than a
SmartPhone.

You could also check the CF ng

"Patrick Jox" <pj@ka****@nospam.comwrote in message
news:OT*************@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


Jun 21 '07 #3
Hi,

"Egghead" <robertlo@NO_SHAW.CAwrote in message
news:%2*****************@TK2MSFTNGP02.phx.gbl...
some thing with web service?
The problem is that you may need to write a J2ME app for that cell phone.
Well, that is IF the phone support it.
The good thing about SmartPhone is that you know for sure a certain set of
features are present. In all other cases this is not true.
--
cheers,
RL
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:uG*************@TK2MSFTNGP02.phx.gbl...
>Hi,

I do not think it's possible but in any case I think it will be dependand
of the phone model.

In addition I do not think you can use ActiveSync with other than a
SmartPhone.

You could also check the CF ng

"Patrick Jox" <pj@ka****@nospam.comwrote in message
news:OT*************@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



Jun 21 '07 #4
If your "cell phone" isn't a SmartPhone with some version of Windows Mobile
installed then it doesn't speak ".NET". Most "other" phones (including many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:
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
Jun 21 '07 #5
There are tools out there that allow you to create apps in .NET and still be
able to run on a cell phone or an handheld device. I created a C#
application and its running on a blackberry device. So there are tools you
can use instead of going through the learning process of java

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:54**********************************@microsof t.com...
If your "cell phone" isn't a SmartPhone with some version of Windows
Mobile
installed then it doesn't speak ".NET". Most "other" phones (including
many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:
>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

Jun 22 '07 #6
Can you point us to one of these nice tools?
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:
There are tools out there that allow you to create apps in .NET and still be
able to run on a cell phone or an handheld device. I created a C#
application and its running on a blackberry device. So there are tools you
can use instead of going through the learning process of java

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:54**********************************@microsof t.com...
If your "cell phone" isn't a SmartPhone with some version of Windows
Mobile
installed then it doesn't speak ".NET". Most "other" phones (including
many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:
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


Jun 22 '07 #7
one was appforge, which is now owned by Oracle
Flowfinity, http://www.flowfinity.com/developers/blackbird.html - it allows
you to create C# app and run them on a blackberry

these are 2 I've looked at but I've currently have a app running on several
blackberry's using the flowinity blackbird tool.


"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:98**********************************@microsof t.com...
Can you point us to one of these nice tools?
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:
>There are tools out there that allow you to create apps in .NET and still
be
able to run on a cell phone or an handheld device. I created a C#
application and its running on a blackberry device. So there are tools
you
can use instead of going through the learning process of java

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:54**********************************@microsof t.com...
If your "cell phone" isn't a SmartPhone with some version of Windows
Mobile
installed then it doesn't speak ".NET". Most "other" phones (including
many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:

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



Jun 25 '07 #8
Nice! Thank yoo!
-- p
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:
one was appforge, which is now owned by Oracle
Flowfinity, http://www.flowfinity.com/developers/blackbird.html - it allows
you to create C# app and run them on a blackberry

these are 2 I've looked at but I've currently have a app running on several
blackberry's using the flowinity blackbird tool.


"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:98**********************************@microsof t.com...
Can you point us to one of these nice tools?
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:
There are tools out there that allow you to create apps in .NET and still
be
able to run on a cell phone or an handheld device. I created a C#
application and its running on a blackberry device. So there are tools
you
can use instead of going through the learning process of java

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:54**********************************@microsof t.com...
If your "cell phone" isn't a SmartPhone with some version of Windows
Mobile
installed then it doesn't speak ".NET". Most "other" phones (including
many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:

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



Jun 25 '07 #9
Any time.

--
Mike
'IGotYourDotNet'
http://igotyourdotnet.blogspot.com/
"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:68**********************************@microsof t.com...
Nice! Thank yoo!
-- p
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:
>one was appforge, which is now owned by Oracle
Flowfinity, http://www.flowfinity.com/developers/blackbird.html - it
allows
you to create C# app and run them on a blackberry

these are 2 I've looked at but I've currently have a app running on
several
blackberry's using the flowinity blackbird tool.


"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:98**********************************@microsof t.com...
Can you point us to one of these nice tools?
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Mike" wrote:

There are tools out there that allow you to create apps in .NET and
still
be
able to run on a cell phone or an handheld device. I created a C#
application and its running on a blackberry device. So there are tools
you
can use instead of going through the learning process of java

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:54**********************************@microsof t.com...
If your "cell phone" isn't a SmartPhone with some version of Windows
Mobile
installed then it doesn't speak ".NET". Most "other" phones
(including
many
Smartphones) speak J2ME, so you are off in JAVAland.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Patrick Jox" wrote:

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




Jun 27 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: gilgantic | last post by:
I am trying to discover how to download a J2ME application to a physical cell phone after testing using the emulator. How do I do this? Looking at using Sprint and Motorola for now, but any cell...
0
by: Van Thompson | last post by:
You may have already had this question: I want to link my laptop to my cell phone and connect to a dial up ISP. The laptop to cell phone link is already commercially available, but for another...
6
by: Larry Woods | last post by:
I have a situation where I need to send a text message to a cell phone. Any ideas? TIA, Larry Woods
2
by: HateSpam | last post by:
Can I develop cell phone apps with VB .NET? What would you suggest as a target phone for testing, and would I need any other special equipment? Are there any good books for developing for this...
2
by: Yeah | last post by:
Hi, all! I have a question. I am designing a listing similar to a phone book in HTML. Each listing has periods following it, but they must extend to the end of the table cell, and not wrap. ...
3
by: bweekend | last post by:
I like listen to radios using my cell phone every morning on my way work, but lately, my friend has suggested me to installed an off-board navigation software on my cell phone, she said that Nav4All...
2
by: maya | last post by:
hi, is it possible to detect if a user is on a cellphone? I think this is important because cell-phone browsers don't support CSS (will they ever??) thank you..
2
by: jl | last post by:
I have a J2ME cell phone application that via the AMS (Application Manager) delivers a status report to my server indicating whether the suite was successfully installed and identifying the reason...
1
by: gopalagarwal11 | last post by:
hi, i want to write a C# code to link my cell phone to computer, so that i can send and receive message from my cell phone via my computer... Is there any way to do the same.? any help is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.