I know that android sdk 2.0 has provided the new bluetooth API for developers. But I'm not sure if this can help me connect to bluetooth printers. Are there any protocol restrictions or device limitaion for this? Is it possible that the bluetooth device is undetectable by android phone?
...
I create an ad-hoc connection between my Ubuntu 9.10 laptop (wlan0) and my iPod touch, but the connection only lasts for seconds before it is dropped. Why might this be happening?
I use the following to setup my connection:
ifconfig wlan0 down
iwconfig wlan0 mode ad-hoc
iwconfig wlan0 essid Network
iwconfig wlan0 enc off
iwconfig wlan0...
I am developing a project where I need to connect my cell phone to my laptop and then submit files via wireless. Can it be done using java FTP and android?
...