473,320 Members | 1,939 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,320 software developers and data experts.

Force GPRS Sync during Debugging. Can this be done?

Hi ,

I am trying to debug a problem with a Windows Mobile Application.
I need the PDA to Sync(I have writen the sync process myself using a web
service) using GPRS while Debugging from the VS IDE.

My question is: How can this be done?

Is there some settings i need on the PDA. Could some one point me in the
direction of an artical on this.

i have searched Google and will continue to Search but in the mean time
below is the details of my setup

Info:
C# App
Compact framework 1.0
OpenNetCF
VS2003 (I also have VS2005)
Thanks,
ink

Jan 17 '07 #1
3 2777
Hi,

First of all, it's not good netetiquete to crosspost to so many groups.

Secondly, I don't think you can do that. IIRC once you connect the PPC to
the cradle it disconnect all the other networks for security reasons.

Now, I do not see why you need to explicitely sync your app over GPRS, if
you can sync it from the cradle the sync works fine. what you need to test
then is the connectoin code.
Unfortunatelly I do not see any way of doing it while debugging at the same
time. At least I could not, I was doing the same but using a dialup
connection , either by usiug a modem or by using the cell phone.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:Oa*************@TK2MSFTNGP06.phx.gbl...
| Hi ,
|
| I am trying to debug a problem with a Windows Mobile Application.
| I need the PDA to Sync(I have writen the sync process myself using a web
| service) using GPRS while Debugging from the VS IDE.
|
| My question is: How can this be done?
|
| Is there some settings i need on the PDA. Could some one point me in the
| direction of an artical on this.
|
| i have searched Google and will continue to Search but in the mean time
| below is the details of my setup
|
| Info:
| C# App
| Compact framework 1.0
| OpenNetCF
| VS2003 (I also have VS2005)
|
|
| Thanks,
| ink
|
|
|
Jan 17 '07 #2
You can use the page below to debug over another type of network connection
(WiFi, say). You'll have to carefully craft how you are connected to the
unit via WiFi to make sure that the network traffic that you want to go over
GPRS is really going that way, but this is your only real chance.

http://msdn2.microsoft.com/en-us/lib...08(VS.80).aspx

Paul T.

"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:O$**************@TK2MSFTNGP04.phx.gbl...
Hi,

First of all, it's not good netetiquete to crosspost to so many groups.

Secondly, I don't think you can do that. IIRC once you connect the PPC to
the cradle it disconnect all the other networks for security reasons.

Now, I do not see why you need to explicitely sync your app over GPRS, if
you can sync it from the cradle the sync works fine. what you need to test
then is the connectoin code.
Unfortunatelly I do not see any way of doing it while debugging at the
same
time. At least I could not, I was doing the same but using a dialup
connection , either by usiug a modem or by using the cell phone.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:Oa*************@TK2MSFTNGP06.phx.gbl...
| Hi ,
|
| I am trying to debug a problem with a Windows Mobile Application.
| I need the PDA to Sync(I have writen the sync process myself using a web
| service) using GPRS while Debugging from the VS IDE.
|
| My question is: How can this be done?
|
| Is there some settings i need on the PDA. Could some one point me in the
| direction of an artical on this.
|
| i have searched Google and will continue to Search but in the mean time
| below is the details of my setup
|
| Info:
| C# App
| Compact framework 1.0
| OpenNetCF
| VS2003 (I also have VS2005)
|
|
| Thanks,
| ink
|
|
|


Jan 17 '07 #3

i would like to thank you both for your input.

ink

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
comwrote in message news:eI**************@TK2MSFTNGP04.phx.gbl...
You can use the page below to debug over another type of network
connection (WiFi, say). You'll have to carefully craft how you are
connected to the unit via WiFi to make sure that the network traffic that
you want to go over GPRS is really going that way, but this is your only
real chance.

http://msdn2.microsoft.com/en-us/lib...08(VS.80).aspx

Paul T.

"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.comwrote in
message news:O$**************@TK2MSFTNGP04.phx.gbl...
>Hi,

First of all, it's not good netetiquete to crosspost to so many groups.

Secondly, I don't think you can do that. IIRC once you connect the PPC to
the cradle it disconnect all the other networks for security reasons.

Now, I do not see why you need to explicitely sync your app over GPRS,
if
you can sync it from the cradle the sync works fine. what you need to
test
then is the connectoin code.
Unfortunatelly I do not see any way of doing it while debugging at the
same
time. At least I could not, I was doing the same but using a dialup
connection , either by usiug a modem or by using the cell phone.

"iKiLL" <iK***@NotMyEmail.comwrote in message
news:Oa*************@TK2MSFTNGP06.phx.gbl...
| Hi ,
|
| I am trying to debug a problem with a Windows Mobile Application.
| I need the PDA to Sync(I have writen the sync process myself using a
web
| service) using GPRS while Debugging from the VS IDE.
|
| My question is: How can this be done?
|
| Is there some settings i need on the PDA. Could some one point me in
the
| direction of an artical on this.
|
| i have searched Google and will continue to Search but in the mean time
| below is the details of my setup
|
| Info:
| C# App
| Compact framework 1.0
| OpenNetCF
| VS2003 (I also have VS2005)
|
|
| Thanks,
| ink
|
|
|



Jan 17 '07 #4

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

Similar topics

1
by: PV | last post by:
When performing a parent-child table updates using DataAdapters, the updates have to be performed in at least two passes. The deletes must be done child first, then parent. Conversely, the...
1
by: abhya | last post by:
Hello evryone... I am a s/w undergrad.I am attempting to establish a private point-2-point link betn my GPRS enabled cellphone and a dedicated college server, over the GPRS.I will be using java...
5
by: JohnR | last post by:
I have multiple controls set to the same database and, normally, when I change the record in one control the position is also changed in the other controls because I have "syncwithcurrencymanager'...
2
by: danielle colaco | last post by:
hi, i'm a new user of java and require to do the following tasks using java 1.connect a GPRS modem to a PC. 2. send a message over GPRS to another GPRS device (could be a GPRS modem connected...
7
by: john | last post by:
I am reading TC++PL3 and on page 644 it is mentioned: "Flushing an istream is done using sync(). This cannot always be done right. For some kinds of streams, we would have to reread characters...
4
by: ktg024 | last post by:
I have a GPRS modem, Now I want to connect this(GPRS MODEM) to my website and transfer data. I have a temperature of particular area i want to send through GPRS every ten minutes to my (server)...
8
by: Hugh Oxford | last post by:
I know I can force a variable passed to a function to be an object of class bar eg function foo(bar $bar_object) { //code }
2
by: Jorge | last post by:
Either a synchronous call isn't what I believe it to be, or there's a bug in FF3 : IOW : Why does the onclick handler of the button "SYNC" return (in FF3) before the XHR has completed ? Click...
1
by: hemanth727 | last post by:
Hello All, Issue is, I have got a requirement today where in i would have to send SMS through GPRS modem, to be more precise, from PC to mobile. I'm totally lost. Can some one let me know the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.