hi..
Is it possible to send jar file from one mobile device to another using bluetooth?
Thanks and regards
Reshmy.a
hi..
Is it possible to send jar file from one mobile device to another using bluetooth?
Thanks and regards
Reshmy.a
Hi reshmy,
It is possible any files can be send by making a file connection to the file and converting that to bytes.
Regards
Senthil
You can read file using getResourceAsStream (is jar file you want to send is in jar file of your application) or using file connection api JSR 75 (is jar file is present somewhere in the phone memory or memory card) and then send using Bluetooth OBEX PUT request. I think some phones might not allow you to read/write jar file so better remove its extension when storing in the phone.
Reshmy, does this help?