hey..
please tel me how to copy an incoming SMS to a newly created folder in the message list??
please help me...
You cant do this, bb apis does not allow accessing to sms folders.
Related
A friend has once made a configuration file for APN...
now I wanted to add another for MMS but whatever I do its not working.
does someone know if Apple support the automatisation to set MMS ?
if they would support it what does the payload need to include ?
the basic structure for structure here:
https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf
I managed to get APN working but MMS still not get configured.
I want to read all my iphone's sms messages through reading sms.db in my jailbreak device , and when i locate the sms.db , it seems like the sms.db 's modifytime(the last column in the picture) is not changed since the jailbreak(my device is jailbreaked in 2017-02-13,and i send some messages to it in 2017-03-05) , and every time the sms received ,just the sms.db-shm and sms.db.wal's modify time changed. so sms.db is not the place to read all the messages? so where is the place to read all the sms messages?
OK,finally ,i got that ,sms.db is the storage of all the messages. the .shm and the .wal is the temporary file of sqlite3.7 introduce , and in fact we need put all these 3 files together to read the db
I am trying to send a SMS from a lua script.
I researched and found the native.showPopup, but I want to send the SMS from the app itself, not composing it!
Can you help me?
thanks.
Try
url = "sms:1-234-456-6789?body=Hello%2C%20World!"
system.openURL(url)
The current system.openURL() docs in Corona Labs doesn't mention "sms" as valid URL type but I've seen this mentioned elsewhere.
There is no way to do this. You might be able to do it with Corona native which is free now.
I have the requirement to launch an app when an sms or email link is followed. I have already been reading about URL schemes and already test that and it works, but the problem is that if the app is not installed on the device nothing will happen. I need a way to open a web url if the app is not installed, but I couldn't find a way of doing this...
Any idea?
Thanks
It can be done.
The way I would structure it is by having a redirect from a server you control.
You send the user a link that points to your server.
You try to launch your app using the custom URL scheme.
If it fails, you redirect the user to the app store so they can download your app.
Here is an interesting question with several ways to check if the launch attempted via your custom URL was successful.
I would insert a link to the website in SMS body.
Then I would write a script on the website which will either open a download link or open the app
This answer will solve your problem
I am trying to send sms on iphone.
But it works with only sms number well, but it doesn't work with sms number and text.
In other words, following works well.
Send sms
But it doesn't work.
Send sms
I am using phonegap now, if you know its reason, please help me.
Cheers.
I don't know if this the case but you misspelled "href", you wrote instead "herf"
Use this SMS composer plugins for phonegap, its working fine for me.
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer