TiAndroidSMS
TiAndroidSMS copied to clipboard
An Android module for Titanium Mobile that allows sending text messages.
Change sendTextMessage to sendMultipartTextMessage to add support to message with over 140 characters.
architectures: armeabi armeabi-v7a x86
how can send same SMS to multi user please? var recipient = '55555,5555555'; var text = 'hello world'; smsMod.sendSMS(recipient, text); thanks,
Buildfile: /Users/kuat/Downloads/TiAndroidSMS-master/build.xml python.set.exec: python.check: [echo] Testing for Python [exec] Python 2.7.5 init: process.annotations: [javac] Compiling 1 source file to /Users/kuat/Downloads/TiAndroidSMS-master/build/classes [javac] /Users/kuat/Downloads/TiAndroidSMS-master/src/ti/android/sms/SmsModule.java:20: package android.app does not exist [javac] import android.app.Activity;...
Hi, I would suggest you give the opportunity to the developer to disable the receipt of the message delivery, because in many cases the message delivery is charged.
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...
Sorry to bother but I am having a time trying to locate you module in the correct location so that the emulator and phone will pick it up. So far...