deliver .sis to device
| Wed, 2005-03-23 02:37 | |
|
Hi, I need to solve problem about how should i deliver my sis to device. I would like to if if i can send a wap link, bookmark or something like that to my sis in SMS. If yes, can i do it programmatically? Will this sms contain option like "save as" or "connect to page"? Are there any articles how can i do it? What should i know bout this method? Are there any other alternatives? thanks for any help/tips Best regards, |
|






Forum posts: 51
http://www.openmobilealliance.org/tech/affiliates/wap/wap-167-serviceind-20010731-a.pdf?doc=wap-167-serviceind-20010731-a.pdf
Then you need some way of sending the SMS - a connection to a commercial (or free if you can find one) SMS gateway that will accept binary SMSs for delivery. Alternativly you could send them via your cell phone if it supports the appropriate AT commands and has a data cable (see the gsm standards).
What you typically get at the other end is a prompt for the user to visit the specified web / wap site using their phone's browser. Be aware that on the P800/P900 it doesn't 'pop up', the user has to go and find it in a list the web browser keeps (most unhelpful). The Nokias all seem to handle it well though.
As for viable alternatives, I can't think of any apart from a normal SMS containing a web address. Some Nokia phones have a 'use url' function built into their SMS reader I beleive.
Hope this helps - if you get stuck with the SI formatting let me know and I'll see if I can find you an example.
B.
Forum posts: 13
I have a .sis file which i need to transfer to the mobile device. Using WAP push i can give the user an url of my server. But is there any way by means of which i can directly push the sis rather than giving the url of the sis to the user. I need to send the binary content of the sis to the mobile device directly.
Or is there any method by which the mobile user doesnt need to connect to my server. Please help reagrding this.
Forum posts: 51
B