• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Download content via SMS

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm new to dealing with Binary SMS and need to get a doubt clarified.

What is included in the Service Indication(SI) would be the URL of the content to be downloaded to the mobile device (E.g.: jad file). So in order to download the actual content doesn't the device need to have GPRS connectivity? Or can the actual content also be downloaded via SMS?

If any of you are aware of any reliable resources which provide more information, please let me know.
Thanks in advance.
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please elaborate, your question is not very clear.
 
Anuradha Karunamuni
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I mean, what is done with a Service Indication is sending a binary SMS to a dedicated port on a mobile device informing the device that there is a URL waiting to be visited. This URL can be anything like a image or a jad file. Let's assume a given URL which stands for a particular jad file.

My question is, when this binary SMS is received at the client's mobile device, does the jad file and the content related to the jad file(such as jar files) get downloaded to the device at that moment via SMS? Or is it that only the URL is being sent using the binary message and the client has to visit the URL using a GPRS connectivity and download the content in the usual way?

I hope now the question is clearer.
 
Syam Sathyan George
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

My question is, when this binary SMS is received at the client's mobile device, does the jad file and the content related to the jad file(such as jar files) get downloaded to the device at that moment via SMS? Or is it that only the URL is being sent using the binary message and the client has to visit the URL using a GPRS connectivity and download the content in the usual way?



You are right, the sms is recieved by the phone and on selection by the user, associated application is used to open the message.
In your case a browser, which opens/download the jad and then locates the jar proceeds with an installation.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic