Moto Hell - The Motorola Modding Community
April 28, 2024, 02:06:57 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The forum is no longer active and registration is disabled; however you can still fetch everything as guest.
 
   Home   Help Facebook Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: [E2] I need a auto send sms software  (Read 3807 times)
song_phai_co_tien
Guest
« on: January 17, 2009, 06:18:37 pm »

it's can send sms to a number by a time like 30 min.  :Smiley
it's like "SMS Scheduler" software in PPC  http://www.mediafire.com/?4yymdzlzyyj
or like "Timed SMS"
thanks u inadvaced. I'm using rokr e2
« Last Edit: January 17, 2009, 06:23:42 pm by song_phai_co_tien » Logged
BlinK_
Guest
« Reply #1 on: January 18, 2009, 08:20:54 am »

If you know a little bit of SSH you can do it with script.

There is an executable called smssend. You can use it like this:
Usage: sendsms <dest> <message>

If you did not understand a word I was saying, tell me what you want this application to do. We will try to develop script together. (:
Logged
song_phai_co_tien
Guest
« Reply #2 on: January 21, 2009, 12:59:33 am »

Thanks for the reply. But i don't understand how to use it          (:
i want to send sms to a phone . 30min/1 message. can u help me Smiley
Logged
BlinK_
Guest
« Reply #3 on: January 21, 2009, 11:43:33 am »

What F/W are you using?

If you are using any of the MAXX firmwares then do following:

1. Go to Main Menu -> Office Tools -> Tools -> Crond -> Start. A message should pop up saying that Crond is On.
2. Then connect your mobile to PC and telnet to it. (If you don't know how to do it, read a tutorial or manual. There are plenty of them floating around)
3. Type the following:
Quote
cd /ezxlocal/cron.d
4. Now you are in this direcotry. Type this:
Quote
touch root
5. You have just created new file with the name root. Edit that file with nano:
Quote
nano root
6. This file is empty. You need to add only one line which looks like this:
Quote
1,30 * * * * sendsms 123456789 "This is the message"
I can explain few things here. The first two numbers separated by comma is the minutes of an hour when the message will be sent. When you set it to 1,30 the message will be send every hour on the first and 30th minute. The 123456789 is the number where you want to send the message. After that follows the message text.
7. Press CTRL + C. When prompted for confirmation, press Y and ENTER.
8. Thats it. If you ever want to stop sending these messages, do the same as in step 1, but select Stop.

P.S. In my firmware the Start and Stop buttons in Crond directory are reversed. You need to look what the pop up sayes after pressing the button.

P.S2 You do not need to use MAXX F/W for this. You only need a F/W with crond installed and a menu to start and stop crond. If you don't have it, flash to any MAXX or install crond manually.
« Last Edit: January 21, 2009, 12:00:51 pm by BlinK_ » Logged
song_phai_co_tien
Guest
« Reply #4 on: January 23, 2009, 09:50:39 am »

i'm using Black Storm. i'll find crond ^^!
thanks you
I'll try your help Cheesy
« Last Edit: January 23, 2009, 09:54:07 am by song_phai_co_tien » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Design By Forum Hosting
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines