only possible with a rooted phone
On Jul 6, 5:40 pm, jdesbonnet <jdesbon...@gmail.com> wrote:
> As far as I know it's not possible with Bluetooth with Android API
> version 1.5. See Bluetooth FAQ 
> (http://sites.google.com/a/android.com/opensource/projects/bluetooth-faq
> ). Nether is OBEX.
>
> "Sending files" is a rather vague requirement: do you mean sending a
> file to a web server? If so read the file with java.io.* classes and
> use the org.apache.http.* classes to POST to a web server. Works just
> like regular Java. I posted some code on doing this a few weeks ago
> (seehttp://groups.google.com/group/android-developers/msg/d6cf61ba7c85a542
> )
>
> If you mean general TCP/IP sockets you have the java.net.* classes.
> Lots of examples on the net (for regular Java) -- I haven't tried this
> on Android myself yet, but I guess it should work like regular Java.
>
> Joe.
>
> On Jul 3, 7:01 am, "anji.tel...@gmail.com" <anji.tel...@gmail.com>
> wrote:
>
> > Hello fellow Android developers,
>
> > We are using Android SDK 1.5 for our project.
>
> > I dono how to send files using Bluetooth and Wi-fi  i,e Which APIs or
> > Intents to use and all..
>
> > Please guide me in resolving this issue.
>
> > Regards,
> > Anji.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to