I have a specific problem: I have a Android 1.6 device that uses bluetooth to connect to a smartphone (android) and use tethering to access internet... Bluetooth itself cannot be used for anything else except that connection. It also doesn't have a wifi.
Now, I'm trying to make an app for that device that will connect to a "server" app on the smartphone! What is the easiest way of doing this? I have a simular app running but I have to manualy type the IP of the "server" (if smartphone is on wifi). Can I somehow programatically get the IP of the tethering smartphone or something if it using bluetooth tethering?
Thanks!