Reading message from gear2 - sms

I am new in tizen. I want to build a app that read the sms from Gear and show all sms title in a list. Is it possible to retrieve sms from Gear2? If possible what will be the procedure.
Thanks in advance :)

The only way would be to get SMS via SAP protocole. You can read about it in SDK help (API ref/DeviceAPI/Comm/SAP)
and here with example:
http://developer.samsung.com/technical-doc/view.do?v=T000000160

Related

Receiving text with C# SDK

While exploring RingCentral C# SDK, we have a requirement of receiving SMS.
I know how to use C# SDK for sending SDK, but wanted to get an idea of receiving it.
I am not sure any plugin I need to fit here.
I haven't got proper answer even searching the Internet.
Any help will be appreciated.
You can receive inbound SMS by subscribing to event notifications for new SMS or by polling the message store API.
Subscribing for Event Notifications
There are to ways to subscribe, using PubNub and using Webhooks.
Using PubNub, you can receive SMS. Check it out here:
https://github.com/ringcentral/ringcentral-csharp-client/blob/master/RingCentral.Test/SubscripotionTest.cs#L31
If you want WebHook, check the reference:
https://github.com/ringcentral/ringcentral-csharp-client/blob/master/RingCentral.Test/WebHookTest.cs
Polling
The direct API of RingCentral APIs to receive SMS content is:
/restapi/v1.0/account/~/extension/~/message-store/<message id>/content/<attachment id>
Here you need to put the message id and the attachment id which you can use in your C#.

laravel im making a web based reminder system that can send a message in sms

I am making a web based reminder sysyem in laravel that can send a message in sms and I am still new to laravel could you guys help on what should I use?
I am from Philippines
and also an sms api that can use on Philippines on the laravel
thank you
You can use this service thetexting . It has sample code for php or anything which you want to integrate in.
I hope it helps.
also you can use sinch or twilio for sms sending, search each of them.

Mobile Value Added Services with SMS

I'm new comer in mobile value added service field. I searched & read other company's presentation for mobile value added service with sms platform. But I can't find the right way. I don't know where to start, which platform or server should use for it. I will explain road map first. I will provide content with sms. If you wanna get the contents from me, you need to subscribe first. Then, I will sent contents to all subscribed numbers daily. Then, I will charge for content daily. Please help me which platform or server should I use?
You can use a short code for that, in which country are you in?

Unable to get delivery notification using Wire2air API

I am using wire2air api for sending bulk sms and polling. but unable to get the delivery status for SMS.
I also have a look out their documentation here http://www.wire2air.com/developer_apis.asp
but unable to find any help from it.
also for replypath parameter in APi it is mentioned that "ONLY available in advance developer API."
So also not able to know what advance developer APi. is do i need to purchase different plan for it.
Any help on this is Appreciated.
Amit,
In order to get real-time delivery status from wire2air, you would need to implement their real-time delivery reports webservice. You should contact wire2air support, to activate the feature. If you're using a shared short code, Replypath is only used for receiving replies back to your server, this allow end users to reply to text message without using keyword.
--Sam

Read Unread SMS on Windows Mobile 5.0

How to read unread SMS in windows mobile 5.0?
I saw the reference link that is send and receive SMS, but I ask how to read an existing SMS in inbox for particularly "UNREAD" SMS?
This might help
http://blogs.msdn.com/raffael/archive/2008/09/08/mapi-on-windows-mobile-6-programmatically-retrieve-mail-body-sample-code.aspx
You will probably need to use some native code to access the CE MAPI api to retrieve the messages from the message store.
Alternatively I think mobile in the hand .net components by Peter Foot provides managed wrappers that may do what you need:
http://inthehand.com/content/Mobile.aspx

Resources