• 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 downloading .jad file on mobile through OTA

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone let me know how to download .jad file on a mobile via OTA(over the air
thanx
Rajeev Sachdev
 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to download an application OTA from a carrier such as Nextel, Cingular, SprintPCS etc. you can go to their respective website and have any of their applications sent to your phone. You'd receive a net message with a link to the jar/jad file. When you click the link, the file will automically download to your phone.
If you want to send your own files OTA to your handset, you need to host your jar/jad files on a server and configure the server's MIME settings to recognize these files types. A description of how to do this can be found at: http://groups.google.com/groups?q=jar+jad+mime+types&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=b1gubt%2413hmo0%241%40ID-173540.news.dfncis.de&rnum=3
You then need to make sure that you specify the exact URL for the jar file under the JAD file's "MIDlet-Jar-URL property. Once that is setup, you can enter the link in your phone's browser or send the link to your phone as a text message. If you need more information on how to do any of these steps, let me know.
Greg
 
Rajeev Sachdev
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well i have nokia 7650 and i have uploaded my .jad and .jar file on the remote server..i would like to know how to downlad that .jad file on my mobile and what all setting do i need to make inorder to get it working.
thanx
Rajeev
 
Greg Schwartz
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like I mentioned, a description of the server settings can be found at: http://groups.google.com/groups?q=jar+jad+mime+types&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=b1gubt%2413hmo0%241%40ID-173540.news.dfncis.de&rnum=3
You then need to make sure that you specify the exact URL whre the JAR file is located for the JAD file's "MIDlet-Jar-URL property.
Once tbose settings are taken care of, you can enter the link in your Nokia phone's browser or send the link to your phone as a text message.
 
Rajeev Sachdev
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanx man...if u have any doubts i can always help you out..please let me know...and also tell me what are u doing these days..where are u from and stuf like that..anyways thanx for your reply..
waiting for ur reply.
Rajeev Sachdev
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic