TiAndroidSMS icon indicating copy to clipboard operation
TiAndroidSMS copied to clipboard

added binary sms function

Open m1ga opened this issue 11 years ago • 0 comments

added binary sms

var smsMod = require('ti.android.sms');
var bytes = [0,1,2,3,4];
smsMod.sendDataSMS(number, bytes,8080);  // number, data, port

binary sms won't be visible to normal sms tools and no notification will be displayed. You can use it with https://github.com/m1ga/ti.miga.sms.receive in the next commit to receive binary sms in your app

m1ga avatar Jul 04 '14 19:07 m1ga