• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to write a file to a phone?

 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I want to write a ringtone or an image file to a phone through servlets/JSPs/Applets any browser technology. Copying of file is usually done by software provided with the phone, but i want the files to be downloaded from my site directly to phone.
can anyone help me on how to do it, or point me to some resources.
Thanks and Regards
Gul
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I do'nt know what kind of phone set you are using for your experiment. But perhaps SIP might be an interesting option for you.
SIP, the Session Initiation Protocol, is a signaling protocol for Internet conferencing, telephony, presence, events notification and instant messaging.
-iftikhar
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
if you want to use j2me to download and save file you can:
download this way:
read some bytes ...
and then save using RMS:

But the file will be usable/visible only by the java app that downloaded it.
Hope this helps ;-)
Cheers,
Pavlin
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by pervaiz gul:
Hi
I want to write a ringtone or an image file to a phone through servlets/JSPs/Applets any browser technology. Copying of file is usually done by software provided with the phone, but i want the files to be downloaded from my site directly to phone.
can anyone help me on how to do it, or point me to some resources.
Thanks and Regards
Gul


you may want to check out Simens API. but other than that, it is not possible to download ringtone into a phone and have the phone use it (as if you receive it via SMS)
ben
reply
    Bookmark Topic Watch Topic
  • New Topic