can we send a jar file stored in res folder to another mobile using bluetooth.PLease if anybody has the solution or code please send it is pretty urgent.
can we send a jar file stored in res folder to another mobile using bluetooth.PLease if anybody has the solution or code please send it is pretty urgent.
Are you using your own app to send the MIDlet or are you trying to use the system functionality to send the MIDlet? The latter is problematic because forwarding JAR files is prohibited through CCL (Closed Content List). For more information see this document.
http://www.forum.nokia.com/info/sw.n..._0_en.pdf.html
Otherwise, read the file (if possible) with FileCOnnection API (examples available in our Wiki) and use JSR-82 or sending the file (moe information here http://developers.sun.com/mobility/a...les/#bluetooth )
Hartti
Last edited by hartti; 2008-09-30 at 15:45. Reason: my answer was incomplete