![]() |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Uppercase first letters at firts word, and after . ! ?
I've changed this function: Code:
def input(feed): |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
would it be possible that the keyb will appear when the device is vertical ? i mean that it will show with the accelerometer
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
great work Dr. P! |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
Code:
def input(feed): * just making the comparison more 1:1 ** new snippet more future proof, assuming user already pressed shift or caps lock. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
vertsms.py Code:
import keypad Code:
import gtk BTW, any way you can package the raw .py file instead of the binary pyc? It's probably easier for people to help contribute without having to go to the gitorious page just to have a peak at the code. Plus, using a binary file prevents the above snippet from being practical :-P |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Im on UK Vodafone and have noticed that it will only send Txt to numbers that start with international code aswell ie
0044 then mobile number without the first 0 infront. Not a problem though as I will go through my entire address book and add them all if it means I can use this. Brilliant.. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Wonderful. You should be employed by Nokia...
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Suggestions
That's all I can think of now. Oh and either use a database you create or use the existing Conversations database(that would be more desirable). If you use the Conversations database, maybe you could make it more like the Conversations app, so you can read SMS'es as well. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
When you send a text message, you may need to set the Destination and Source Type of Number and/or Numbering Plan Indicator in the SMS PDU. See https://www.watchguard.com/help/docs..._smpp_faq.html. Look for smpp-submit-dest-addr-ton and smpp-submit-dest-addr-npi It's possible that right now that the Destination (and maybe Source) TON is not being set and picking up the default for the various providers, some of whom default to 1 (international) and some whom default to 4 (Subscriber Number). Alternatively, you may already be setting the TON and some operators are recognising and overriding the setting, some are not. My guess is that it's just the TON that might need changing and the NPI is fine. Another possibility is that when you send the message you send 00nnnnnnn instead of +nnnnnnnnn. IIRC, the + is the correct thing to send as it translates to "use international routing" in the switches. The 00 prefix does the same in most countries, but I don't think it's guaranteed, whereas + is. I am not 100% sure on the accuracy of this statement though :D. Cheers, Ben |
All times are GMT. The time now is 08:10. |
vBulletin® Version 3.8.8