Connection priority - Touch GSM General

Sorry if this post is a question that has been answered, but I searched the forum and could not find.
I am new to the HTC/Windows Mobile world so I am still getting my sea legs. From this forum I found how to setup my gprs connection and got it to work.
But what I want to do is make my phone use wifi when available and then go to gprs when no wifi is available. Is there a way to prioritize my connections like this.
Thanx for any help u can give.

I'd like to know this as well as I haven't found an answer either.

Related

Broadband on XdaII..

Hello evryone newbie here i want 2 know if it is possible to connect the xda to the computer to use broadband rather than using my 02 contract? help would be great. Keep instructions simple if possible as i am new to this.
Connect via docking cradle and it connects to broadband byitself.
If you have BLUETOOTH on your pc - it should connect wirelessly ok via this too.
Do you have bluetooth on pc?
i dont have bluetooth on pc but how do i select to use broadband as apposed to selecting just normal gprs.
Thanks for your quick reply
d4vel said:
i dont have bluetooth on pc but how do i select to use broadband as apposed to selecting just normal gprs.
Click to expand...
Click to collapse
Try reading these forums before posting newbie questions. Your question has been answered many times already.
d4vel said:
i dont have bluetooth on pc but how do i select to use broadband as apposed to selecting just normal gprs.
Click to expand...
Click to collapse
Try reading these forums before posting newbie questions. Your question has been answered many times already.
Give over
Hold on a second boy....I did the honorable thing that all newbies should do and i used that little button called "search" in which i searched for all things realted to broadband and xda2. Nothing helped..slightly too complex for a "Newbie". So what was i to do?, had i known it was a crime i wouldnt have posted a straight forward question in which i greatfully recieved a straight forward answer. What however was pointless was your post which is:
1. A pain in the ass.
2. Cocky and not relevant.
3. An indication that you my son have far too much time on your hands to go around hassling newcomers (who YOU once were!!!) who just want a little bit of help with thier brand new xda 2 and dont want to hoke throu thousands of posts in the off chance that i may find it intime for the xdaIII.
Amen
P.S. Whilst searching i found a topic entitled: How to post a message in a forum, without double posting?......check it out :!:
:!:
Nice one matey, there's nothing like slapping down cocky buggers when they need it, and I see from his previous responses that he does! If you can't help, keep it shut! The search option rarely helps, it just brings up too many random finds, it's quicker to 'rely on the kindness of strangers' as the lady said. The bluetooth option works well, when you get the right product, I struggled for months with a bloody belkin card then went mad and blew another £25 on a usb dongle from USBtech.co.uk, worked like a charm right out of the box. Just sync via bluetooth from the options menu on the xda. I can't see much point surfing with the bugger in the cradle though, but I think you just tick 'Allow network and Remote Access Service in Connection Settings in Activesync on the PC, I could be wrong but I'm sure someone will tell me.
Cheers
Re: Give over
Hey, I'm not being cocky. I'm no expert either, but I managed to find out how to do it without asking, so I'm sure you can too.
For starters, how about these three topics for connecting to the Internet through your USB cradle? Took me about 30 seconds to find them.
http://forum.xda-developers.com/viewtopic.php?t=4715
http://forum.xda-developers.com/viewtopic.php?t=3725
http://forum.xda-developers.com/viewtopic.php?t=3173
There are even more topics about Bluetooth connections and Internet access. If you search other websites too you'll find loads of info.
d4vel said:
P.S. Whilst searching i found a topic entitled: How to post a message in a forum, without double posting?......check it out
Click to expand...
Click to collapse
Fair point. Guess that's what comes from posting using the XDA2...
And Bully: Your post offered nothing more useful to d4vel than mine did, except maybe some moral support of my imagined cockiness, so I'd suggest you follow your own advice: if you can't help, keep it shut.
You win cocky-boy xx
Sorted
Now isn't the forum a better place now that we have our fued worked out. . Sublimatica thanks for your help and Bully thanks for your support. Just to let ya's know i have sorted out browsing with the cradle and got bluetooth sync working too.
Cheers all
Dave

Using as general modem via TAPI (or RIL if need be)

I am trying (unsuccessfully so far) to develop a program that will create a data (modem) connection to a modem connected to any other phone. I then want to transfer a small file using xmodem.
I have done extensive searches and tried solutions with TAPI calls based on samples I have found. I can dial the number of my laptop from the i-mate and the laptop on my desk rings. I tell it to pickup the line (ATA) and it does, but there is no "LINECALLSTATE_CONNECTED" from the "lineInitialize" callback function on the imate. All I get is a "LINECALLSTATE_DISCONNECTED" with the type as "LINEDISCONNECTMODE_UNREACHABLE". finally the it all hangs up, no connection.
I seem to be banging my head against a wall at the moment. There must be many of you out there who have done this or very similar.
I can post source is you want that type of thing, but I dont expect anyone to debug my app, but any pointers or others experiences are appreciated. I have come across the RIL interface, but I get the impression that TAPI is the "correct" way.
Thanks in advance.
Frustrated...
Have you got data enabled on your SIM. I was also banging my head against a wall until I thought I would check that with my service provider. There are 2 data things they can enable, one is fax but there is also data. Without data enabled you will never get a sucessfull modem connection.
arrhh!.. that's is. lol. I knew it would be something silly. Ill call today.
Thanks also. God bless you.
Well sorry to say that was not the issue, I still only get repeated
"LINEDISCONNECTMODE_UNREACHABLE"
errors. I am starting to wonder if I am just getting really bad lines. Can someone who has made a modem connection from the PPC to a desktop modem please post their experience on how reliable it is and what type of connection speed it should connect at (9600? 1200? 300? any connection?).
Is their any working sample code for creating a data connection from the PPC using the TAPI?
I will be happy to publish the code to the small project I am doing so future developers have something to work from as I havent been able to find a working example so far. (when it works that is)
Any help appreciated.
Thank-you
Figured out why it would not connect, for anyone else who has similar problems. Mine was the "CSC Line Type" option in the connection settings area.
It was set to "9600 v110" and "Non-transparent".
Im in australia, I understand the v.110 is the american standard, I changed it to
"9600 v.32" and "Non-transparent" and it connects fine. (dont you hate this type of bug)
Im still unsure what the "Transparent" and "Non-transparent" are todo with, if anyone could expain it would be appreciated.
I am glad you got it working. So I guess your code must be OK. I did not set any special communication mode so I guess that my XDA must of been set correctly anyway. It seems sensible that you are supplied with a setup for the country your device is meant for. I say this is bad of the provider.
How do you get to this setting ? I can't even seem to find it on my XDA. I have got a CSD setting that has a choice of 'Analogue' or 'ISDN' mode, mine is set to 'Analogue'.
I did post some code on this forum that is cut from an application I wrote, have a look at
http://forum.xda-developers.com/viewtopic.php?p=7857&highlight=#7857
Cheers
Paul
The code actually worked almost first time when I had all the connection settings right. Ive got the XModem transfer working now also.
The "CSD Line Type" on my device (an i-mate) is an icon in the setting connection tab. In the same tab there is also
"Beam" - allows you to turn on recieve all incoming beams
"Bluetooth" - on/off/discoverable and bonding
"Connections" - normal connection setup
"GPRS Settings" - PAP/CHAP auth and class 8(4RIT)/class 10(3R2T)
not sure what the different GPRS settings are for either, but that side seems to work.
Hey to you all,
I'm trying to set up a CSD connection via RIL , AT commands and TAPI!!! You seem to have accomplished the TAPI solution which i have not started yet, could you advice me on the necessary TAPI functions to use in order to make this work ?
Any help would be very appreciated. Thanks to all.
Have you seen this link?
http://forum.xda-developers.com/viewtopic.php?t=1716&highlight=csd

Internet Security

I use an Exec and log in to my own 'household' wireless network direct to the router...all works well, but the main worry for me is net security...is there any nasties around that affect the Exec? :?:
I haven't found anything on this forum about this topic and it seems pretty important to me!! Thanks!
There is nothing to fear. PIE is far too b0rked to be able to catch infections.

Set WiFi as priority then gprs.

Hiya,
Noob here - please be gentle
Have been borwsing the site for a few days and still haven't found a definitive answer to this:
I have uninstalled the o2 bloat, but still want to be able to access o2's wap stuff (for train times, etc)
When I am at home and connected to wifi I want to use that, but when I'm out on the road I want to use GPRS. I have read somewhere that you can set up wifi to be the first port of call, and if that's not available then use GPRS. Any ideas? C'mon - you're clever!
Thanks
anyone?
this is a question i heared a lot, but never found an answer.
herbie65 said:
anyone?
this is a question i heared a lot, but never found an answer.
Click to expand...
Click to collapse
Have you tried the program called NoData? You can toggle it on and off

Device as WiFi Access Point

Is it possible for any of the current 3G phones with WiFi to act as a WiFi Access Point for other devices?
I currently have a Jasjar with Vodafone IE's unlimited data plan for €40 per month and would love to have the Jasjar acting as a WiFi access point at home, in car etc.
Also with HSPDA now available I don't mind changing to another WM5 device that supports the higher speed and could act as an WiFi access point
I'd like to know the answer to this also as when I get my Vario 2 with unlimited data i thought it would be cool to use this to play on the Nintendo DS WiFi service... wishful thinking maybe.
Currently, it's very hard to do what you ask for as the OS doesn't support connection sharing; it must be done with third-party apps like the commercial version of Toonel or my HTTP proxy.
Please read my latest AKU3-related article (posted a few days ago to the General forum here); in there, I've elaborated on this question a lot.
I'm guessing the AKU3 article is the same one as you posted recently on your Smartphone and PocketPCMag blog.
The link to the proxy is prtty cool and may come in handy in the future when I get the Vario 2 (TyTn) and unlimited data. For now I've installed it all on my Wizard to get an idea of how it all works. Unfortunately theres no PAN support on the wizard but there is on my stand alone PDA.
Anyway thanks for your help, I'm still gonna keep a look out for anything that could possibly make the Pocket PC identify itself as a WiFi Access Point (As the Nintendo DS does not support Ad Hoc and only Ap's) and will continue to read your blog.

Categories

Resources