Reply
Thread Tools
Posts: 42 | Thanked: 2 times | Joined on Dec 2009
#1
Now that Mobile Opera has a quite decent portrait mode virtual keyboard I started to think about the possibility of sending SMS messages using a simple local HTML page.

Could you perhaps call a Python script using Javascript to obtain contact information and send the actual message?
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#2
You could use Python's SimpleHTTPServer module and implement your own SimpleHTTPRequestHandler that will do the SMS sending. The advantage of this approach is that you could even send SMS from your computer by pointing your browser to the N900's IP and a custom port when your N900 is connected to your local home network. (of course, for security reasons, you can also opt to only listen on the loopback interface, so that connections from outside are not possible)

Have you tried VertSMS already?
 

The Following 2 Users Say Thank You to thp For This Useful Post:
Posts: 42 | Thanked: 2 times | Joined on Dec 2009
#3
Originally Posted by thp View Post
You could use Python's SimpleHTTPServer module and implement your own SimpleHTTPRequestHandler that will do the SMS sending. The advantage of this approach is that you could even send SMS from your computer by pointing your browser to the N900's IP and a custom port when your N900 is connected to your local home network. (of course, for security reasons, you can also opt to only listen on the loopback interface, so that connections from outside are not possible)

Have you tried VertSMS already?
Thanks for the information, I'll have to look into that.

I have tried VertSMS and it is a great idea, but the lack of a qwerty- keyboard makes it not so interesting for me...maybe somebody will implement it in the near future.
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#4
Originally Posted by Xizor View Post
Thanks for the information, I'll have to look into that.

I have tried VertSMS and it is a great idea, but the lack of a qwerty- keyboard makes it not so interesting for me...maybe somebody will implement it in the near future.
qwerty is under work.
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 
Posts: 42 | Thanked: 2 times | Joined on Dec 2009
#5
Originally Posted by ossipena View Post
qwerty is under work.
Ok, thanks for the info...in that case this idea is probably waste of time.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:16.