473,796 Members | 2,537 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2797
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***@NotMyEma il.comwrote in message
news:Oa******** *****@TK2MSFTNG P06.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$******** ******@TK2MSFTN GP04.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***@NotMyEma il.comwrote in message
news:Oa******** *****@TK2MSFTNG P06.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******** ******@TK2MSFTN GP04.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$******** ******@TK2MSFTN GP04.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.
Unfortunatel ly 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***@NotMyEma il.comwrote in message
news:Oa******* ******@TK2MSFTN GP06.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
1967
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 inserts must be done parent first, then child. This is generally accomplished by using DataSet.GetChanges(DataRowState.Deleted) and DataSet.GetChanges(DataRowState.Inserted) respectively. My question is: What is the best way after this to sync up...
1
2211
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 platforms for both, the cell and the server,in establ;ishing the link.the protocol is telnet.... I wud like to know if there r any legal issues involved in doing so....Will the GPRS provider (AIRTEL) accept the connection??? Any suggestions are more...
5
2017
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' set to true for all the controls. I'm assuming that actual syncwithcurrencymanager for all the controls gets executed when the event "BindingManagerPositionChanged" fires. The problem occurs when I set a RowFilter on the defaultview of the...
2
6437
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 similarly to another PC) it would great if anyone could suggest a course of action and if there are codes available for the aforementioned tasks thanks Danielle
7
5218
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 from the real source - and that is not always possible or desirable. Consequently, sync() returns 0 if it succeeded. If it failed, it sets ios_base::badbit (21.3.3) and returns -1. Again, setting badbit might trigger an exception (21.3.6). A sync()...
4
4176
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) website so that user will get the correct Infornmation.
8
2047
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
1473
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 it several times in a row, and it will post several concurrent XHRs ... http://preview.tinyurl.com/5eu3ll
1
3550
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 way to proceed to do the same. I know how to send the general SMS but never done anything with GPRS. Is there a way to send SMS without using webservice of some external vendor? as in webservex.com and all? Could someone please let me know how...
0
9683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9529
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10457
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10231
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7550
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6792
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5443
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3733
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2927
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.