AT commands and PPC? - Windows Mobile Software Development

Hello All,
Is it possible to send AT commands directly to PPC and If Yes How?
Thanks & Regards,
Usha

Send AT commands from where? From the serial port of an attached computer? In that case, use the Wireless modem feature present in the latest ROMs: the Qtek 4.16.52 ROM, O2 XDA 4.17.03 or our own XDA-developers Special Edition ROM v1.1 (based on O2's 4.17.03 with lots of extras).

Hi
Do you want to have connections both through the gprs and dial-up to an isp from within your stand-alone XDA. In other words using the pocket internet explorer you want choose between GPRS and Dial-Up connection.
GPRS is expensive for large downloads and Dial-Up is expension for extended connections with low activity.
Cheers
Ian Bennetts

Thanks for the replies, but.,
Hello again,
XDA developer Peter Poelman
Yes, I want to send AT commands from the serial port of an attached computer. Will you please elaborate on the wireless modem feature(remember I am new to PPC) and how do I send AT commands such as CSIM, CRSM using Hyper Terminal to XDA?
Ian Bennetts
No Ian, I am not interested in 'having connections through the gprs and dial-up to an isp from within the stand-alone XDA'. As I have mentioned above, I am interested in talking to SIM with AT interface and want to know how its done.
Thanks & Regards,
Usha

Hmmm, talking to the SIM...
First of all: modern ROMs for the XDA come with an application installed in 'Programs' called 'Wireless Modem'. It allows you to 'disconnect' the internal phone application and talk to the modem directly from a connected PC, using either wired RS-232 or infrared. Contrary to the built-in connectivity, this seems to somehow be limited to 9600, as recently reported in another thread here.
But as far as talking to the SIM: I'm not sure whether these commands are implemented, and you'd need to figure out for yourself if the modem will do what you want. I'm not aware of anyone that has talked to the SIM through the Wireless Modem app.
Do let us know how things turn out...

At least on the SPV, I'd say that only restricted SIM commands are exposed through the RIL, which makes the complexity of the call pretty useless (ie we can't do more than what's exported in cellcore, no raw APDU exchanges) - I may be a total newbie at handsets design but I'd have expected (in my dreams) to have SIM1: being a handle to access the card reader and not some virtualization above the RIL :roll:
note that I'm not completly satisfied by this and still investigating - I'd really like a full SIM control, I can be satisfied with envelopes for the moment, but the more the better :wink:

Related

WM6 and Linux - Bluetooth issue

I am trying to get my laptop running linux to use my hermes as a modem over bluetooth. So far I am not succeeding, I have paired the phone and the laptop, but no services show up to share. I have sent files over bluetooth to the laptop and that is just fine.
Has anyone else done this? I really don't want to change my laptop back to windows just so I can surf the net using my phone.
Thanks
What distribution of linux and what window manager do you use?
And does the file transfer work both ways? (to the phone and from it).
I might help you a little
Using Ubuntu - Edgy Eft and Gnome.
I don't have a way for files to be sent from the latop, I am using the blue tooth file sharing program - which seems to be one way only.
I did this a long time ago, so I might have forgot something, but let's give it a try.
First check if you have a rfcomm device in /dev/, there should be something like rfcomm0.
And this is there if you have edited and paired your phone correctly!
(you should add your device to /etc/bluetooth/rfcomm.conf)
Try Gnome-PPP, it's a very good program for dialup rutines ^^
Code:
sudo apt-get install gnome-ppp
The gnome-ppp should be run in root mode because rfcomm device has no privileges, or then you could just chmod it.
But anyways, I've made a script for myself to turn on BT and start gnome-ppp, to run it with root privileges with the following command
Code:
gksudo -u root gnome-ppp
after that you see a window with username password etc.
press setup and put in the following config..
Setup
Now we need a init string! I have no idea what is your provider and what init string is needed for it.
In the Setup window press Init Strings...
And in the first place you set the string.
With Saunalahti as a provider I have a init string of:
AT+CGDCONT=1,"IP","internet.saunalahti"
notice that internet.saunalahti is the APN name for my providers internet gprs connections! So replace this with yours, or then contact your provider and ask for that info
Now back to the first window.
My ISP doesn't require any username but you can't connect without them so put in whatever you like for example
username: none and password: none
or
if you need username and password for your providers GPRS, then add them here
For the phonenumber set the number: *99#
Nothing else, that should be it then if I got it all and remember correct
Then just connect (notice that on TyTN there isn't any "connecting to GPRS" popups when you use a PPP from linux).
in WM6, the phone internet sharing no longer behaves like a modem. not sure how to get it working with Linux
joej said:
in WM6, the phone internet sharing no longer behaves like a modem. not sure how to get it working with Linux
Click to expand...
Click to collapse
what do you mean, the "Wireless Modem" program that you can find in the Programs folder?
I never used that, there's no need of it.
In fact, don't use it, propably wont work with it.
StewartG said:
I am trying to get my laptop running linux to use my hermes as a modem over bluetooth. So far I am not succeeding, I have paired the phone and the laptop, but no services show up to share. I have sent files over bluetooth to the laptop and that is just fine.
Has anyone else done this? I really don't want to change my laptop back to windows just so I can surf the net using my phone.
Click to expand...
Click to collapse
I've been successfully using my Wizard and Hermes as BT modems for GPRS/EDGE/UMTS connections, but only with WM5 (check out my tutorial here: http://klamstwo.org/evad/archives/20 ). After upgrading Hermes to WM6 I am no longer able to create rfcomm device, and I don't know why.
However, it is still possible to use GPRS/UMTS connection under Linux! I've managed to get it working through Bluetooth PAN profile. I'm planning to write some kind of tutorial on my blog pretty soon, but in meanwhile have a look here: http://bluez.sourceforge.net/contrib/HOWTO-PAN - this HOWTO describes quite comprehensively BT PAN usage under Linux.
Basically, you need to set up Internet Sharing via BT on your Hermes, and then connect from your Linux using pand daemon. Check out HOWTO, give it a try, if nothings comes up - feel free to ask here. Good luck.
Btw, my distro is FC6.
gvoima said:
what do you mean, the "Wireless Modem" program that you can find in the Programs folder?
I never used that, there's no need of it.
In fact, don't use it, propably wont work with it.
Click to expand...
Click to collapse
In WM5 it didn't work even with Windows (or I didn't know how to set it up properly). WM6 brings completely new Internet Sharing application which is accessible from Linux without big problems via Bluetooth PAN profile - check out my post above.
I'm planning to try connecting to internet through Hermes/WM6 via USB cable. I guess it's just a matter of installing some usb-driver. It's worth to try, as UMTS/HSDPA connection together with BT drains battery really (I mean REALLY) fast, and also - USB cable offers higher speeds than BT...
Nice to know, i'm using WM5 atm, waiting the official WM6 release from sweden (I live in finland and tried to contact finnish HTC regarding that matter), then I might look into it more.
eva_d said:
I've been successfully using my Wizard and Hermes as BT modems for GPRS/EDGE/UMTS connections, but only with WM5 (check out my tutorial here: http://klamstwo.org/evad/archives/20 ). After upgrading Hermes to WM6 I am no longer able to create rfcomm device, and I don't know why.
However, it is still possible to use GPRS/UMTS connection under Linux! I've managed to get it working through Bluetooth PAN profile. I'm planning to write some kind of tutorial on my blog pretty soon, but in meanwhile have a look here: http://bluez.sourceforge.net/contrib/HOWTO-PAN - this HOWTO describes quite comprehensively BT PAN usage under Linux.
Basically, you need to set up Internet Sharing via BT on your Hermes, and then connect from your Linux using pand daemon. Check out HOWTO, give it a try, if nothings comes up - feel free to ask here. Good luck.
Btw, my distro is FC6.
Click to expand...
Click to collapse
I see your point now, I upgraded to a new ROM and AKU, now the wireless modem is gone and I cannot connect to a rfcomm device anymore. But there is the Internet Sharing application, I'm going to try your tutorial in a moment
What about USB modem?
eva_d said:
[...]I'm planning to try connecting to internet through Hermes/WM6 via USB cable. I guess it's just a matter of installing some usb-driver. It's worth to try, as UMTS/HSDPA connection together with BT drains battery really (I mean REALLY) fast, and also - USB cable offers higher speeds than BT...
Click to expand...
Click to collapse
Hi all,
It's my first post on this forum. But I'm looking forward to finding a way to use my HTC Wizard has a USB modem...
I've seen on another forum that configuring this device as an USB modem can be quite easy done on Windows. So it would be nice to have this working for Linux
joej said:
in WM6, the phone internet sharing no longer behaves like a modem. not sure how to get it working with Linux
Click to expand...
Click to collapse
You can get it working as modem the same way you could do it in WM5 - using the "internet sharing " application.
The problem described here is that when you do
$ sdptool browse <bluetooth_mac_address>
you see no services.
I have the same problem with ubuntu.
When I browse the services of another phone - a nokia for example - I see all of them .
However I had this problem with ubuntu even before upgrading to WM6.
So it seems the problem is in the bluez version delivered with ubuntu.
What I am going to try the next few days is to uninstall the ubuntu release of bluez and build the source code and install.
I had an issue with synce also with ubuntu - not working. So I downloaded synce 's sources and everything works now.
deyanmf said:
You can get it working as modem the same way you could do it in WM5 - using the "internet sharing " application.
The problem described here is that when you do
$ sdptool browse <bluetooth_mac_address>
you see no services.
I have the same problem with ubuntu.
When I browse the services of another phone - a nokia for example - I see all of them .
However I had this problem with ubuntu even before upgrading to WM6.
So it seems the problem is in the bluez version delivered with ubuntu.
What I am going to try the next few days is to uninstall the ubuntu release of bluez and build the source code and install.
I had an issue with synce also with ubuntu - not working. So I downloaded synce 's sources and everything works now.
Click to expand...
Click to collapse
This is mainly because the connection method has changed in WM6.
In WM5 it was done via DUN (Dialup Networking Profile). WM6 Internet Connection Sharing does not utilise or advertise this profile when in place, but sets up a PUNU (Personal Area Network) profile, basically turning the Hermes into a router with dhcp services.
I followed the referenced howto and was able to get my laptop running FC6 connected to the Hermes and auto-assigning an IP address. Unfortunately, though, the connection was not stable and disconnects not long after it was established.
I'll have another read at the howto as I've noticed persistent connection flags that should force reconnection, however if I'm connected to the Company VPN, then I suspect that will continually drop also.
Can anyone post any success stories and configuration/command output that they used to create a stable connection?
Ta
Darren
numanoids said:
Can anyone post any success stories and configuration/command output that they used to create a stable connection?
Click to expand...
Click to collapse
Check out my solution: http://klamstwo.org/evad/archives/40
It actually works stable, however I have never used single connection for more than like 30-60 minutes, yet - I guess.
Btw, works also with Fedora 7.

Bluetooth DUN (dial up networking) for WM6

Ok. After searching through the forums, and trying various things, I've finally given up...
The goal: To enable bluetooth DUN for WM6.
According to Microsoft, this feature was originally removed due to the thought that their 'Connection Sharing' feature was superior. Unfortunately, my TomTom 910 will ONLY connect via DUN. So, obviously I would like that 'feature' back!
Do any of the chefs out there have access to this feature, and can create a CAB to enable it on my 8525??
This would REALLY be appreciated. I'm sure I'm not the only one out here who misses this feature.
thanks.
I'm with you
Me too
I'm in the same boat. 8525 and 910. Would love a fix.
Kevin
Considering how the change was made to WM6, it is probably unlikely anyone would be able to bring back without issues. I think it is time TomTom start supporting WM6.
Not very hopeful
I asked this same question on the general forum just a couple of days ago.
http://forum.xda-developers.com/showthread.php?t=309996
Unfortunately, from Menneysys' answer it looks like Ipsi2000 is correct.
I think the options for us TomTom 910 users are:
1. Use duplicate sim and keep another phone in the car to connecto to TomTom
2. Pray and wait that one of the operators releases (or one of the chefs gets hold of) a version of WM6 for the Hermes with DUN back in there (since it will be an option at each operator's discretion)
3. Hope that TomTom upgrades the firmware to support BlueTooth PAN over ICS (That will happen just after hell freezes over. We'll probably have to buy the TomTom 920 or something...)
4. Flash our Hermes back to a pre AKU 3 WM5 ROM (Nooooooooooo!)
cuccureddu said:
I asked this same question on the general forum just a couple of days ago.
...
I think the options for us TomTom 910 users are:
...
2. Pray and wait that one of the operators releases (or one of the chefs gets hold of) a version of WM6 for the Hermes with DUN back in there (since it will be an option at each operator's discretion)
...
Click to expand...
Click to collapse
I also miss DUN thingy (I have M$ BT stack on my toshiba with completely crippled/non functional PAN and don't really feel like experimenting with Widcomm BT stack right now). So, no GPRS/EDGE internet connection for me - I kind of got used to it with my old P910...
There is an idea though - I did a little digging in the BT services branch of WM6 registry and I've got an impression that DUN functionality is still there it's just has to be enabled via registry (dunno why I got so sure though). What you can try is to ask somebody with pre-AKU 3 wm5 device to dump the registry for you and compare Bluetooth branch (the part where it lists services) with your WM6 device.
It's just a hunch - if what you are saying about operators enabling DUN BT service at their discretion is true, then this trick could actually work out.
i have a spare hermes [Tmobile VarioII variant], i can dump you a copy of the registry just after a HR is you would like?
i can dump it via registry workshop if thats best for you?
Acuum2 said:
i have a spare hermes [Tmobile VarioII variant], i can dump you a copy of the registry just after a HR is you would like?
i can dump it via registry workshop if thats best for you?
Click to expand...
Click to collapse
Yup, sounds great. If you can do just HKLM branch that should be enough. I have WM6 black - we can compare BT parts se if we can try to enable DUN back.
The worst part is that, according with MS blog, they DIDN'T remove BT DUN, they give it to the operators, and they can choose to add or not BT DUN to their ROM.
Just isn't in DEFAULT rom, is an option
So, somewere, the MS BT DUN should be available!
I love how because you use it, it automatically makes Bluetooth PAN useless.
It isn't.
It is MILES better than ****ty Bluetooth DUN. I use TomTom on an ancient Ipaq PDA, and even that supports PAN. Not only does it support it, its miles miles more stable. It doesn't require you to dial-up every time you go through a tunnel, or under a bridge, it just works.
I vote NO to bluetooth DUN (unless it can run alongside PAN)
Its TomTom you should be angry at, not MS or the operators!
I know, my car is miles away from my feet, but sometimes I need to go were only feet are allowed
The problem isn't what is better but why they removed BT DUN instead of leaving it..
I am a bad, bad, bad boy, but I believe there is some marketing strategy behind, like AS4.5 NEEDED for WM6 not working with outloook 2002, with NT...
al3xxx said:
Yup, sounds great. If you can do just HKLM branch that should be enough. I have WM6 black - we can compare BT parts se if we can try to enable DUN back.
Click to expand...
Click to collapse
al3xxx
Here you go,
sorry did the entire thing...
well i added the WM DUN reg keys to my Elf WM06 and its not enabled the DUN service... (not surprised, if it were that simple it would have been figured out weeks ago... So what's next?)
Microsoft saying they give the DUN to the operators sounds fishy. Let's face it, Microsoft would prefer everyone uses PAN (considering it provides all the features available in DUN and plus more). They basically said to the operators we will support PAN, however if you wish you can implement DUN but you will have support it yourself and any issues that may crop up due this implementation. Most operators would not want the additional support or issues that may come up due to them providing a deprecated function. PAN is the replacement for DUN and there is very little we could do about it.
Software vendors need to adopt PAN or it may not work with WM6.
clublander said:
I love how because you use it, it automatically makes Bluetooth PAN useless.
It isn't.
...
I vote NO to bluetooth DUN (unless it can run alongside PAN)
Its TomTom you should be angry at, not MS or the operators!
Click to expand...
Click to collapse
Yeah not MS, what made winxp BT stack PAN absolutely NOT working - tried bunch of BT devices with it - neither one was recognized as PAN capable... See if PAN on the phone (and PC) was working for me whan I was set in front of the fact that there is the ONLY choice MS gives me if I want to use my phone as wireless modem i wouldn't really get the DUN back...
al3xxx said:
Yeah not MS, what made winxp BT stack PAN absolutely NOT working - tried bunch of BT devices with it - neither one was recognized as PAN capable... See if PAN on the phone (and PC) was working for me whan I was set in front of the fact that there is the ONLY choice MS gives me if I want to use my phone as wireless modem i wouldn't really get the DUN back...
Click to expand...
Click to collapse
Thats funny, I use my WM6 device with XP with no troubles.
I suggest you need computer lessons.
To re-iterate, TomTom is going to have to update THEIR Bluetooth stack, unfortunately. PAN is almost identical to DUN, it just has an interface on the phone now, whereas you had to do it all from your PC before. If you don't believe me that it's virtually identical, look in your WM6 registry. The PAN service is STILL CALLED "DIAL UP NETWORKING" in the registry. Furthermore, if you recall, when you pair your phone to your pc, the phone offers DUN as a service!! Do you see PAN in that service list? No... because it's DUN!! Same thing, folks.
All MS was shooting for was the ability to make it easier to dial up to the internet through the phone, not to mention, add the functionality to become a Network node. It's the same thing as buying a new pc these days that doesn't come with a dial up modem. Why not? Because it comes with a network adapter.
TomTom is going to have to update their stack to recognize this service.. not the other way around.
Stpete111,
I emailed Tom Tom about this today, and their attitude is as follows:
I told them I have a M3100 that their attitude was - we don't no support phones with WM 5 OR 6 especially NOT this device! But get this, they DO support the O2 XDA Mini S....so I don't think they understand that they are already supporting a WM5 device....
Anyway, there was no indication that they intend to change this, and I suspect that they won't.
So I suspect you'll have four choices:
1) Live without any phone when using you're TTG - not an option if you've already subscribed to one of their services.
2) Go back to WM5 - where it will work - far from ideal.
3) Get a spare phone that will work, and a duplicate sim - not that easy...
Or finally, 4) Invest in a device that's more current that WILL support WM6 devices.
Anyway, that's my thoughts - I've yet to make up my mind. But I'm not holding out any hope of TT changing their minds!!
Matt
Here's an update:
I have spoken with TomTom regarding this issue, and this is what I have found out. It's not really good news.
TomTom is phasing out the cell phone connection to their GPS units. All future units do NOT use cell phones to access traffic and weather info. They will ONLY use FM antenna for their data.
So, TomTom probably won't be updating their Bluetooth stack for us current-generation GPS owners. Their next generation ships in July.
Ideally, (for me at least), I would like to have BOTH DUN and PAN services on WM6. That way, for "older" devices, we still have connectivity, while at the same time, future devices can use PAN.
(just my .02c)
Has anyone tried Garmin products? I have tried two Garmin units but NOT with Bluetooth, so I don't know anything about their BT functionality. I DO know however that I much prefer the Garmin devices to TomTom's. Not trying to spark a debate here over which is better... but perhaps checking out Garmin's capabilities is a 5th option?

Network Share

Is there a way with an HTC Dash / Excalibur running WM6 Standard to access network resources on a LAN through the WIFI? I've tried looking for an option in Total Commander, and I installed the Resco Explorer 2007 trial. It seems that Resco's PocketPC version supports mapping drives, but not for the WM6 Standard. I've seen screenshots of what is available in Resco Explorer. That option is omitted for the WM6 Standard version.
I've tried ORB and Soonr. Those seem to be the only methods, but I was hoping for a more native method.
Any suggestions or advice?
Thank you,
Tim
Mapping to Home Network Share
Is this not possible on an HTC S620/S621 ? I would like to be able to map to my network shares. I could then even use Hamachi VPN to connect even if I'm away from home.
But first things first. There seems to be no way to map a drive letter, or even connect via a UNC statement of \\abc\123 ... etc.
So far the only methods I've seen are soonr and orb. I suppose it's a work around, but I was hoping for a more windows native method.
From my research, it seems that those running touch screen / windows mobile professional can do this. If they add Resco Explorer 2007 it has that option. I installed the Windows Smartphone Standard trial version, and the option doesn't exist.
Nor does it exist with Total Commander.
Thank you,
- Tim
Not possible with WM6 Standard Devices?
Haven't received an answer. I've been googling for a response, but everything I've read seem to indicate that the network mapping thing is a real crippling part of these phones.
I've noticed that this seems to be a major difference between WM6 devices with touch screens, therefore running WM6 professional versus the WM6 Standard Devices.
Touchscreen WM6 Devices can map drives, use remote connectivity software, and even have more advance function in pocket office.
Non-touchscreen WM6 devices can't perform drive mappings, or use remote connectivity software like RDP or VNC.
I'd like to be able to map a drive to my network, and transfer files that way, rather than through activesync. I can't understand how I can obtain an IP using my HTC Dash's WIFI over my wireless router, but yet, not connect in any manner to the network that I have shared drives on.
If someone knows of a way, then please let me know.
Thank you,
Tim
no one has ever mapped a drive w/ the excalibur??
i have tried for months...it seems as if the phone is the big proble. it doesnt support netbios from what i have seen. on my network i can ping it by netbios name and everything from the pc end of things..but from the phone i cant see the computer by anything but ip which is fine. but i cannot acces a share or network drive via \\ip.address. no idea how you would create a share on the phone either
gixxum said:
i have tried for months...it seems as if the phone is the big proble. it doesnt support netbios from what i have seen. on my network i can ping it by netbios name and everything from the pc end of things..but from the phone i cant see the computer by anything but ip which is fine. but i cannot acces a share or network drive via \\ip.address. no idea how you would create a share on the phone either
Click to expand...
Click to collapse
Maybe Microsoft's Live Mesh technology will help this. Apparently there will be a client for mobiles and could give you a way to access your files on the go. (I know this doesn't quite answer your question, but maybe helps solve the problem)
See http://channel9.msdn.com/Showpost.aspx?postid=399577 for some details
How to map a network Drive with Built in WM software.
Hey guys. I have to say the solution is so simple it is Genious.
Simply open up internet explorer on your device and type in \\SHARENAME\
IE will translate this into file://\\sharename\ and if it is password protected it will ask you for the user name and password. You will then be sent to Windows File Explorer, and Viola you are surfing your network resources. You can even save them as a favorite for later use.
I hope this helps.
That doesn't seem to do anything?? Did you get this to work in IE for wm6.1?

Tether Dash to Another Phone (TM506)?

OK, this may be a bit naive, especially since T-Mo is rumored to stop tethering on the TM506 in later updates (heaven forbid SIM provisioning), but I would like to tether the Dash to the TM506, like a PC, via BT and only have data on the TM506. I really love my Dash for now and the TM506 has HSPDA 3.5G. Can this be done? Can any additional WM6 software accomplish this?
Bluetooth Dunn
GJSmith3rd said:
OK, this may be a bit naive, especially since T-Mo is rumored to stop tethering on the TM506 in later updates (heaven forbid SIM provisioning), but I would like to tether the Dash to the TM506, like a PC, via BT and only have data on the TM506. I really love my Dash for now and the TM506 has HSPDA 3.5G. Can this be done? Can any additional WM6 software accomplish this?
Click to expand...
Click to collapse
Find my thread on Bluetooth Dun, it has the software you need, just install it on your T-Mobile Dash to the main memory. If you cannot find it get back with me...........!
Thanks for the quick reply and advice.
I'll search your threads to find the DUN Posts and post back in a few days. So I quess the Dash can dial to T-Mo 3G using the TM506 modem via BT. Great!
I just wonder if there is a way to configure DUN without it eating minutes. Previously, when I set up connection teaming on a laptop with the Dash and a Samsung T409 using DUN, minutes on my plan began to mysteriously get used.
Is it possible to use T-Mo DUN without eating minutes off your plan?
That Sony Phone Is Now In T-Mobile Stores
GJSmith3rd said:
Thanks for the quick reply and advice.
I'll search your threads to find the DUN Posts and post back in a few days. So I quess the Dash can dial to T-Mo 3G using the TM506 modem via BT. Great!
I just wonder if there is a way to configure DUN without it eating minutes. Previously, when I set up connection teaming on a laptop with the Dash and a Samsung T409 using DUN, minutes on my plan began to mysteriously get used.
Is it possible to use T-Mo DUN without eating minutes off your plan?
Click to expand...
Click to collapse
That's a beautiful little Sony phone, I saw it in the T-Mobile store yesterday. I believe it will work, if you cannot find the software, I will PM you a link to the BT dunn software a little bit later. I got to find it also, but I have it.........!
I found it
Look for a PM in the next 10 minutes.........!
The BlueTooth Dunn File
Below is the BT dunn file, install it to the main memory, you still will need the configuration set up.........!
Technology said:
Below is the BT dunn file, install it to the main memory, you still will need the configuration set up.........!
Click to expand...
Click to collapse
Thanks, I still have it in my downloads from the last time you helped me. I didn't really need it then because my modded Dash had BT DUN enable for PC to Dash modem. Hope it works for Dash to TM506 modem.
Update: I installed the app to main memory but I don't see a program link or folder in program files. I'm guessing something went wrong but the install was reported as successful.
Nothing is Wrong
GJSmith3rd said:
Thanks, I still have it in my downloads from the last time you helped me. I didn't really need it then because my modded Dash had BT DUN enable for PC to Dash modem. Hope it works for Dash to TM506 modem.
Update: I installed the app to main memory but I don't see a program link or folder in program files. I'm guessing something went wrong but the install was reported as successful.
Click to expand...
Click to collapse
Nothing is wrong, it's there, you will not see anything, but it will work, pair the devices. Let me know how things work out for you....!
Sorry, Techhology but I still can't figure this out. The Bluetooth services of the TM506 only list Input Device and Serial Port. Give me a few more pointers. Thanks.
Print A Picture
GJSmith3rd said:
Sorry, Techhology but I still can't figure this out. The Bluetooth services of the TM506 only list Input Device and Serial Port. Give me a few more pointers. Thanks.
Click to expand...
Click to collapse
Print a picture of what you are working with on the Sony TM506, I would love to make this work. Another thing did you get the 2 devices paried.......?
Yes the devices are paired. The TM506 sees these services on the Dash: Object Push, File Transfer, Audio Remote Control and target. The Dash sees these services on the TM506: Input Device and Serial Port.
It appears that the SE PC Suite connects to the TM506 through BT serial port. You can also use BT dial-up networking directly instead of BT serial port.
If it were possible to have the Dash use the BT serial port on the TM506, like the SE PC Suite, then it might work. But I can't find any function in the Dash to do this.
I was also successful in connecting two PC's to the TM506 via BT. One via BT DUN and the other via BT PAN. The PC's had internet but the connections seemed very slow.
Do You Have 3g On The Sony TM506
GJSmith3rd said:
Yes the devices are paired. The TM506 sees these services on the Dash: Object Push, File Transfer, Audio Remote Control and target. The Dash sees these services on the TM506: Input Device and Serial Port.
It appears that the SE PC Suite connects to the TM506 through BT serial port. You can also use BT dial-up networking directly instead of BT serial port.
If it were possible to have the Dash use the BT serial port on the TM506, like the SE PC Suite, then it might work. But I can't find any function in the Dash to do this.
I was also successful in connecting two PC's to the TM506 via BT. One via BT DUN and the other via BT PAN. The PC's had internet but the connections seemed very slow.
Click to expand...
Click to collapse
Ok, you will not see anything the Dash but the BT dunn file are there. Do you have a BT set up on the TM506?
Somthing tells me this would have been easier with a PPC instead on a Smartphone. GRIN
I can use DUN from a PC to both the TM506 and the Dash just fine. But I can't seem to figure out how to use DUN from the Dash to the TM506.
Many BT profile features on the TM506 are not visible to the Dash. Especially DUN and PAN. The BT serial port is visible but theres no application on the Dash to take advantage of this like the SE PC Suite does.
I've attached a picture of the BT services provided by the TM506 to a PC using the Widcomm BT stack.
Looks like the picture is too small. I'll try to post a better one.
Larger Photo of TM506 BT service to a PC with Widcomm BT Stack. The SE PC Suite uses the Serial Port to connect. Use can also use Dial-Up directly. In the photo I was using PAN - notice the green connected icon.

Comments on carpool / hitchhiking software

Hi All,
I have written a Windows Mobile application named PouchHiker that connects to a network in which participants can locate carpoolers and hitchhikers.
The application is written in Freepascal/Lazarus. It works on the emulator, on my HTC-Paharos and on a Samsung Omnia. In my neighbourhood there are not many Windows Mobile devices, so I'm pretty curious if the software works on other devices. And of course, being here between pro's, I'm also curious what people think of the user-interface.
The idea of carpooling/hitchhiking using GPS is explained on gps-carpool.net and my software can be found at pouchhiker.com (download and description).
Sorry, real links where not allowed as I am a too new here...
It requiers a Windows Mobile device with GPS-receiver, touchscreen and internet-connection (NOT from cradle or ActiveSync, as the program uses UDP which is not handled by ActiveSync).
Make sure NO proxyserver is selected in the connectionsettings. Proxies usually do not transfer UDP-traffic.
Looking forward for suggestions/comments!
tia!
John

Categories

Resources