Related
Hello all, I have the xv6800, dcd rom 3.3.4 and activesync and internet sharing setup on Windows just fine. However, I have recently gotten a MAC, and I have not been able to get the internet sharing to work via BT or USB. I can understand BT cause I was never able to get it set up on windows either. I don't mind the USB connection, it's alwasy been more stable and a snap to set up with the ROM. However I can't get it working on the MAC. Is there a driver or app that needs to be installed on the mac side? The only think I remember doing on the WIN side is installing the modem driver.
On Mac, I have installed Missing Sync installed and I have been able to attach and sync my winmo phone without issue, so I know I have connection. but I cannot get the internet sharing to work. I checked out the verizon site and they state that they do not make a modem driver for the mac os.
I should also mention that I have winXP set up on the mac thru VMware, but I have been unsuccessful getting this to work the way my original windows laptop is setup. I dont want to set it up that way anyway if I can avoid it.
I am curious if anyone has this working via USB?? I apologize if this has been covered elsewhere. I couldn't find anything related and certainly not specific to this ROM.
I did find this, http://www.keithtastic.com/post/3997...-to-sprint-htc, but it states to buy an app called USB Modem program from www.mobile-stream.com. but wouldnt the ISC app on the dcd rom provid the same functionality?
Thanks for any/all help
i use BT in OSX... system prefs, bluetooth, setup a connection to the phone(+ button)... hit the bluetooth icon on the menubar, select the phone -> connect to network, thats all i have to do.
bmorrisj said:
i use BT in OSX... system prefs, bluetooth, setup a connection to the phone(+ button)... hit the bluetooth icon on the menubar, select the phone -> connect to network, thats all i have to do.
Click to expand...
Click to collapse
then just use internet sharing form the phone as normal?
no offense but that didnt help at all. I can connect my phone via BT themac sees it, but all I can do is browse device. I need to set up a connection with my phone to the mac and get online via my phone. I dont careif its bluetooth or not. I have the new macbook btw, if it matters
goon55: Like you, I always used a VM workaround to tether back when I had a Mac. I haven't tried this, but I've heard Syncmate allows Internet Sharing on Mac systems. Good luck!
I have no issues connecting my macbook for my 6800.
After you set it up like the other poster told you to, you should have a phone icon next to the bluetooth icon at the top right of the screen. click the phone icon then "connect bluetooth".
goon55 said:
no offense but that didnt help at all. I can connect my phone via BT themac sees it, but all I can do is browse device. I need to set up a connection with my phone to the mac and get online via my phone. I dont careif its bluetooth or not. I have the new macbook btw, if it matters
Click to expand...
Click to collapse
also when setting up the BT relationship, make sure you select the network services (i believe, there are one or two services you can check)...on the phone make sure you start BT and internet sharing (with BT selected) and when you go to the BT menu on the mac, your phone name should be under "devices", expand your phone name and select connect to network.
just trying to clarify a bit.
i had it
i had bt working for a bit and then was disconnected abruptly.
after deleting the profiles of the pairings on both the titan and the mac, it still wont share the connection although the phone will be connected in bt system prefrence pane, (where you select devices).
when it worked, i would select the phone in the device select, and underneath clicking on the gear to a menu option to 'connect to network'
it worked that wayfor 3 mins.
also, when i configure the device, if i set the phone to internet share while the mac is discovering the services, i get two options to select instead of just one:
access the internet
use device as network port.
edit: got it, apple talk active
best software you can use is http://www.wmwifirouter.com/ it works over BT or wifi and uses your phone's regular data access address which means you don't get tethering charges. NOTE I use the free version, and I have tried the tiral and although it does work, my mogul does not seem to like it and has little quirks after I install it (wifi turns on when I reset even if the switch is off, I don't why but its there).
Hi everyone, I've been trying to use my Windows Mobile phone as a modem for the Macbook, but so far I only see people being able to connect via BT. Problem with that for me is that BT drains both my laptop and phone battery quicker, so I'm trying to find a solution to connect via USB instead. Has anyone been able to surf on their Mac using their Windows Mobile phone as a modem via USB cable?
What you want is Mobile Stream USB Modem for Windows. Windows here being Windows Mobile, it works with my Mac.
Once you set it up, your phone is seen as a USB Modem and you dial from the Mac to this port. There is a free trial, take time to test it, read the forums, I had some initial issues to get it work right, but now it is good, I ended up purchasing it.
Tried BT sharing too, but too instable and drops. Tried the WiFi sharing, but eats battery...
Only downside: as you dial the data modem, it will fail if it is already in use (background email checking on your phone...). I have to disconnect the data connection on the phone to be able to dial from the Mac, otherwise it reports Port Busy.
Thanks for the recommendation, will try it out. Any other solutions in the meantime to connect and share the Internet connection from my Windows Mobile phone to Mac via USB?
I had the same problem, and tried everything recommended in the thread - no dice. I ended up just installing WMWifiRouter and that works like a champ.
http://networkjew.com/2009/03/30/tether-windows-mobile-phone-mac/
This is for cingular, but I'm sure this can be attempted no matter what the provider.
I've been looking for a solution as well, and have yet to find one for USB Internet Sharing on a Mac. I currently just use Bluetooth with an external charger on the phone and laptop since it'll eat the battery of both quickly.
SOLVED - But I'm not sure how, I was redesgning the app so that I could put it up here for other leo owners to test and gave it one last go to take a screenshot of the error to show people what I was looking for and viola it starts working (I never changed the TCP code) sorry anyone who finds this who has the same issue but it just randomly started working!!
Hi fellow devs,
After a massive googling session I have not been able to find an answer to the following issue:
I am writing a TCP client/server app with my PC as the server and the client being my HD2.
I am writing the app in VB.net using the .net compact framework 3.5 and the windows mobile 6 sdk.
I just cannot get the following code on the client side to work over wifi:
Code:
Dim ParsedIPAddress As IPAddress = IPAddress.Parse("192.168.1.10")
Dim client As New TcpClient()
client.Connect(ParsedIPAddress, 7209)
I get the following exception:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Click to expand...
Click to collapse
If I connect the phone via active sync it will work and I can send and recieve data ok so it appears there is no issue with the code itself.
While connected via active sync - if I turn off the server side app I get the following exception:
No connection could be made because the target machine actively refused it
Click to expand...
Click to collapse
However the exception message remains as the original if I do the above but using wifi so it just is not able to establish a link at all (or not even trying) using wifi??
-----------------
I have tried:
1. Ensuring that windows firewall on the server is off and not getting in the way of anything
2. Ensured that my mobile has got an active wifi connection and can see the machine (wifi remote control apps such as GRemotePro work ok)
3. Turned off all other types of data connection (GPRS,3G) to make sure my mobile has only one route out
------------------
Is there anyone out there who has successfully got TCP to work with the .net compact framework and if so how???
Should I be using another class rather than TCPClient maybe the underlying Sockets class?
Any help would be greatly appreciated.
Cheers,
Prime.
P.S. I don't mind if people only have a solution in C# I'm happy to do any translation etc...
Socket class also fails
Ok so I've tried the socket class now as well and that fails in exactly the same way over wifi, ensured that I can ping my device and ping my pc from the device so clearly the underlying hardware is working just not for the TCPClient or Socket... Any ideas anyone?
Have you enabled port forwarding for the relevant port and IP address in your wireless router?
That's the only thing that springs to mind for me.
Thanks for the reply but...
Hey John,
Thanks for trying to help although unfortunately this does not bear any consquence in this particular situation, you only need to do port forwarding if Network Address Translation is going on between you and the end point. In this case the endpoint (IP + Port) is on the internal LAN with no address translation in between. It appears the the internal WIFI adapter is not being accessed correctly from the application i.e. this is an internal issue on the phone not an issue with the network in general as I can run the same code via active sync and it works also I can convert the project to a standard windows pc app and run the same code from a pc and it works. Oh and of course every other damn (this is really wierd) wifi app I've got works so something with the .net cf and wifi maybe??
Cheers,
Tony.
A development...
Ok so I have dug out my old Orbit II just to see if this was device related and low and behold it is ARGGGHHH!!! The app works just fine on the Orbit II over wifi.
Does anyone know of any policies, security or otherwise, that would stop the HD2 (leo) from being able to use wifi from the .net cf?
<<--delete-->>
Generic reasons for communication failures
Hi
This is a pretty generic problem, I'm afraid you can't give an exact idea of where is the problem so I can't give also an exact solution.
Usually a communication problem is due to one of this three
1) The server does not listen or does not receive
2) There is a problem with the network
3) The client does not make the call
Type 1 should be checked trying to connect to the server with a PC or a laptop. You should be able to make the client run in a PC.
Usually when a (web) server has a (web) tcp service stopped, when you try to connect to it it rejects the connection (this is what that of "the target machine refused it" sounds to me). Start then the (web) service on the server. Change (web) for your application.
My advice is that you should have something in the server side where you could run a wireshark sniffer. Then you would see all the traffic coming from the PDA and see if your client is sending packets.
Type 2 are the ones that can be checked with a ping. Maybe there is a firewall somewhere dropping the packets.
Type 3 may be due to several things
a wrong code (I don't know, there is a lot of time since I made programs)
you're trying to connect to a dns name that can't be resolved. Try with IP address.
You have a wrong network configuration. The server should be in the same network but client is not able to get the server's (or the router's) MAC with the ARP protocol. So it doesn't make the call.
I hope it helps.
Regards
Hi Ppl.,
I'm starting a new project with this thread.
Goal is to get TMC running within Navigation Software on X10.
As we all know from the specs and my determining over here, that there is no FM Chip assembled to the X10.
But our User drobec208 had the Idea to make use of an external bluetooth / TMC device.
The Idea is to use the "FM9BT-C", made by GNS GmbH with "usually TMCable" navigation software. (Nice side affect: FM9BT-C also brings a 5V, 1A USB Charger ).
I ordered one FM9BT-C and received it yesterday.
As I make use of Sygic mobile maps for Android, I knew from the .ini files, that TMC is just deactivated after stock installation of Sygic.
Within the folder: "\sdcard\Drive\Android\" you can find the .ini files too.
But now, I'm a little stuck.
I can't even connect FM9BT-C to X10.
Pairing works fine, but the my phone shows: "Paired but not connected".
I also can't connect both devices.
I guess, it's the same issue, like I had with my Bluetooth keyboard:
Android 1.6 is simply not capable for HID Devices.
So I guess its same with the TMC Device.
The TMC Device needs to be set up with a COM Port.
But atm I don't even get so far.
So guys, whats your advice?
Any Devs around, that can help out?
Do I have to wait for 2.1 this month?
Is Android not TMC capable at all?
Kind regards,
McK
O.k., as far as I could determine myself, a Bluetooth COM Port is needed for sure.
But how can I set it up in Android?
Is is that impossible with 1.6?
if it's connected via BT I'm affraid the problem is limited Bluetooth profiles support on 1.6. The USB on FM9BT-C is just for charging?
O.k., I feared something like that.
As the Update to 2.1 will come in a few Weeks, we will see more, after it was released.
Du you know something about the profiles in 2.1?
Japp, the USB connector is for charging only.
not much, just google I'm waiting for 2.x just because of BT profiles and my SE MBW-150 support via OpenWatch http://beta.smartmadsoft.com/
http://developer.android.com/sdk/android-2.0-highlights.html#PlatformTechnologies
http://www.google.com/support/forum...n&fid=40c6f9447eac44e600047f171034e819&hltp=2
otherwise I'm affraid we have to wait for 2.2
http://developer.android.com/sdk/android-2.2-highlights.html#PlatformTechnologies
I've also recently found this Thread in a German Forum:
http://www.android-hilfe.de/439320-post42.html
Roughly, fast and only the important thing translated: Wit Android 2.1 for X10, the Bluetooth Stack will be updated to Bluetooth V 2.1, which introduces:
- secure simple pairing
- GAP Generic Access Profile
- GOEP Generic Object Exchange Profile
- OPP Object Push Profile
- PBAP Phonebook Access Profile
- SPP Serial Port Profile
So, we have to wait a little more....
@MBW-150: OMG? S///E X10 isn't supporting a S///E Bluetooth Watch... *[email protected]///E*
Uhm, bad news.
I still get "paired but not connected".
Even after updating to 2.1.
I guess the connection has to be initiated by software (like on the bluetooth keyboards).
Does anybody know the name or so of the bluetooth com port?
I'd try to connect through Sygic Mobile Maps.
hi, I'm not glad to hear that.
what happens if you try to find TMC device from within the Sygic?
P.S: My MBW-150 finaly works with X10
drobec208 said:
what happens if you try to find TMC device from within the Sygic?
Click to expand...
Click to collapse
Unfortunately: Nothing...
My last hope is to set the bluetooth comport manually within Sygic.
With a little chance, it will activate the connection if it knows the way...
But I don't know the port
Is there an app, to list the ports or so?
maybe http://code.google.com/p/android-serialport-api/ ?
Uhm... I have no idea how to use that App
hello everyone, first thread
after many many hours of searching and torture i think i found a solution to this problem. i might be a bit late, sorry then, but i did look up probably all the threads up there and none had the concrete answer.
just to let you know it can be done. Check the other post i made before i realized you can edit your posts. on many forums this is not enabled.
okay so the complete solution for me was this:
ftp : // ftp .packardbell.com/pub/itemnr/CS183A00/broadcom_bt_6209700.exe
h** p ://w**.getdriver.com/redirectdownload/2908/atheros-bluetooth-driver-6-27-0521-0302-65-4-mb-acer-aspire-5742g-driver-windows-7-x64/
you need both the atheros bluetooth suite and broadcomm drivers installed and it will work.
on the services page of galaxy s2 in the devices from control panel disable all but handset profile.
if your mic drops in calls just poke "headset" twice on the phone to reconnect. it should work.
and don't forget to uncheck "Use for media audio" on your bluetooth options for your connection on the mobile itself, just the phone audio should remain.
tested on bluetooooooooooooooth 2.0 and 2.1 + edr dongles
it's still buggy as hell and mic won't actually work most of the time. crap then i guess.
oh. and this is for win 7 x64
That up there was for bluetooth variant, if you're looking for usb variant you can get ics on your sgs2 and remember to have MTP active, windows seems to have updated the samsung drivers so maybe it'll work on GB as well. anyway it allows use of sgs2 as a dial up modem. didn't try it yet though
How can I reverse tether my Android phones to my PC via Bluetooth? Is this even possible?
PC is running Windows 7 x64. Phone is an HTC HD2 running JellyBean AOSP from NAND. I know Wifi would be easiest, but this is a work PC and company policy is we are not allowed to run our own Wifi networks.
I managed to connect the HD2 to the PC via Bluetooth with a PAN network, it only worked when I turned on Internet Tethering on the phone. However, this makes the HD2 into the server and PC into the client so PC can use phone's internet connection. I need the reverse! I need HD2 to be the client, PC to be the server. I found a Bluetooth PAN client from the Play store, but it can't connect via PAN to the PC. I assume because the MS BT stack only has a PAN client and not server. Is there such a thing as a PAN server for PC? I've looked at Widcomm and Bluesoleil BT stacks, but neither specifically mentions having a PAN server.
I found this tutorial that sounds promising, using DUN instead of PAN:
http://bluedunapp.blogspot.com/2012/05/bluetooth-tethering-for-android-devices.html
It's for reverse tethering an Android device to another Android device. Looks like BlueVPN on the Android side will do what I want, be a DUN client. However, similar problem to PAN, I can't find a DUN server. It's apparently not built into the MS BT stack either.
Is it even possible to reverse tether an Android phone to PC over Bluetooth?
Only other idea I can think of is to use an intermediate device as a bridge. USB reverse tether a phone to PC, and use phone's bluetooth tethering abilities to tether my bluetooth phone to it. Really round-about way to go about it though.
not exactl but it works
hi i cant find out a way to connect through bluetooth but i found some apps which can connect your mobile to internet through usb connection
but it requires root access
1.ReverseTether.Trial in google play
2.just search for "reverse tethering galaxy y in google" and select first link from "galaxyyarchive,info" worked for me but dont know about other phones
sorry i cant post links right now
bye
GnatGoSplat said:
How can I reverse tether my Android phones to my PC via Bluetooth? Is this even possible?
PC is running Windows 7 x64. Phone is an HTC HD2 running JellyBean AOSP from NAND. I know Wifi would be easiest, but this is a work PC and company policy is we are not allowed to run our own Wifi networks.
I managed to connect the HD2 to the PC via Bluetooth with a PAN network, it only worked when I turned on Internet Tethering on the phone. However, this makes the HD2 into the server and PC into the client so PC can use phone's internet connection. I need the reverse! I need HD2 to be the client, PC to be the server. I found a Bluetooth PAN client from the Play store, but it can't connect via PAN to the PC. I assume because the MS BT stack only has a PAN client and not server. Is there such a thing as a PAN server for PC? I've looked at Widcomm and Bluesoleil BT stacks, but neither specifically mentions having a PAN server.
I found this tutorial that sounds promising, using DUN instead of PAN:
http://bluedunapp.blogspot.com/2012/05/bluetooth-tethering-for-android-devices.html
It's for reverse tethering an Android device to another Android device. Looks like BlueVPN on the Android side will do what I want, be a DUN client. However, similar problem to PAN, I can't find a DUN server. It's apparently not built into the MS BT stack either.
Is it even possible to reverse tether an Android phone to PC over Bluetooth?
Only other idea I can think of is to use an intermediate device as a bridge. USB reverse tether a phone to PC, and use phone's Bluetooth tethering abilities to tether my Bluetooth phone to it. Really round-about way to go about it though.
Click to expand...
Click to collapse
So far there isn't any app that does a reverse tether through Bluetooth. Only Wi-Fi @ usb tether are currently possible.
GnatGoSplat said:
Only other idea I can think of is to use an intermediate device as a bridge. USB reverse tether a phone to PC, and use phone's Bluetooth tethering abilities to tether my Bluetooth phone to it. Really round-about way to go about it though.
Click to expand...
Click to collapse
Brilliant idea mate for the time being :good: :highfive:
texasranger770 said:
Brilliant idea mate for the time being :good: :highfive:
Click to expand...
Click to collapse
Unfortunately, I couldn't get this to work. I tried using "Bluetooth PAN for Root Users" on the client phone and it wasn't able to see the Bluetooth connection on the phone which has a Bluetooth tethering checkbox. However, my PC with bluetooth dongle was able to make a PAN connection to that phone, so I guess it's something with the "Bluetooth PAN for Root Users" which isn't compatible.
There's a way to do that using USB Tunneling. An xda member has done this, and I'm using my PC's Internet connection on my HTC Desire with a USB cable. The download below will possibly work for any phone... I'm not taking any credits for this tool and app. This belongs to someone, and I downloaded it, but can't remember who made this. Anyone who knows, please correct me...
I've actually been using that tool for awhile. Its official post is here. http://forum.xda-developers.com/showthread.php?t=1371345
GnatGoSplat said:
Unfortunately, I couldn't get this to work. I tried using "Bluetooth PAN for Root Users" on the client phone and it wasn't able to see the Bluetooth connection on the phone which has a Bluetooth tethering checkbox. However, my PC with bluetooth dongle was able to make a PAN connection to that phone, so I guess it's something with the "Bluetooth PAN for Root Users" which isn't compatible.
Click to expand...
Click to collapse
Does the android phone BT stack even support the PAN client role? I guess it may not be there. Could you clarify??
I don't know, I'm going to guess not.
I used to setup Windows on a Broadcom/Widcom bluetooth stack/driver to do this Bluetooth Reverse Tethering for Android - no rooting or apps required. Phone needs to support Bluetooth network access feature - no rooting or apps required as this is a standard/implemented protocol - Samsung S3, Sony Xperia V, Nexus 5, Nexus 4 support it, etc. To check, a phone that supports "bluetooth tethering" would likely support the "bluetooth internet access" (which is "bluetooth reverse tethering") feature. So, as an easy check - on your Android, go to Settings > More… > Tethering & portable hotspot - Now look for a “Bluetooth Tethering” item - if it is available, there’s a good chance that your device is compatible - but if you can’t find it, your device is likely NOT compatible.
As a roughly remember - the steps are like:
1. You need to enable the "Network Access Point" profile in the configuration and you'll get a new "network device"
2. Then in the control panel, go to the connection list, then ctrl-click the new bt-network-device and your LAN ethernet network device - right click and choose "bridge" to bridge it with your LAN.
3. Try pair android phone (which has the bluetooth "internet access" feature) with pc then if all is well, you'll see the bluetooth settings button for your computer - "If this inner settings page has the “Internet Access” item and checkbox shown".
If you tried on the Broadcom stack and still need help - I might try make a blog post with detailed screenshots someday if i can get some free time...
Okay, now I have a new PC running Windows 8.1 which has built-in Broadcom bluetooth, and a different phone, Motorola Droid Mini XT1030. I've installed the most recent WIDCOMM stack.
I'm able to connect a new Bluetooth PAN network device, but there is no "bridge" option. There are for other devices like the PC's built-in Wifi, but not for the bluetooth.
Am I missing something?
I've also tried using USB Reverse Tethering using an old phone as a bridge, but that doesn't work either.
http://forum.xda-developers.com/showpost.php?p=53822503&postcount=1992
ykasidit said:
I used to setup Windows on a Broadcom/Widcom bluetooth stack/driver to do this Bluetooth Reverse Tethering for Android - no rooting or apps required. Phone needs to support Bluetooth network access feature - no rooting or apps required as this is a standard/implemented protocol - Samsung S3, Sony Xperia V, Nexus 5, Nexus 4 support it, etc. To check, a phone that supports "bluetooth tethering" would likely support the "bluetooth internet access" (which is "bluetooth reverse tethering") feature. So, as an easy check - on your Android, go to Settings > More… > Tethering & portable hotspot - Now look for a “Bluetooth Tethering” item - if it is available, there’s a good chance that your device is compatible - but if you can’t find it, your device is likely NOT compatible.
As a roughly remember - the steps are like:
1. You need to enable the "Network Access Point" profile in the configuration and you'll get a new "network device"
2. Then in the control panel, go to the connection list, then ctrl-click the new bt-network-device and your LAN ethernet network device - right click and choose "bridge" to bridge it with your LAN.
3. Try pair android phone (which has the bluetooth "internet access" feature) with pc then if all is well, you'll see the bluetooth settings button for your computer - "If this inner settings page has the “Internet Access” item and checkbox shown".
If you tried on the Broadcom stack and still need help - I might try make a blog post with detailed screenshots someday if i can get some free time...
Click to expand...
Click to collapse
Hi ykasidit,
could you please provide more detail explanation on how to enable the "Network Access Point" profile in the configuration to get this new "network device"?