maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   work in progress: simple vertical sms app: vertsms (https://talk.maemo.org/showthread.php?t=51635)

llaadd 2010-05-27 07:21

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by aspidites (Post 681639)
T9 support isnt' extremely hard, its nearly impossible considering T9 is a proprietary implementation. There has, however, already been work done in the past on predictive text that works similarly to T9, but it's rather slow, which is why I imagine it hasn't been merged into trunk.

fair enough, thought as much!

Quote:

Originally Posted by kennibal (Post 681655)
Should the recipient have this format:

+639xxxxxxxxx

or

09xxxxxxxxx

??

Thanks!

needs to be in international format for now (i.e. +639... for you, or uk users use +44, etc)...local format does not seem to work right now.

blubbi 2010-05-27 07:22

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by Joorin (Post 672003)
What symbols do you get? It helps a lot with debugging.

One reason for the problem might be that Python is unicode clean and produces UTF-8 somewhere along the way.

I ran into the same problem with www2sms and i hat to decode/encode alle strings retrieved from the contact book and retrieved from the QT input fields before I could re display or pass them to the website:

MY_VAR.encode('utf-8')
or
ITEM.decode('utf-8')

This was very helpful:
http://www.joelonsoftware.com/articles/Unicode.html
http://farmdev.com/talks/unicode/

Cheers
Bjoern

kennibal 2010-05-27 07:26

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by llaadd (Post 681871)
fair enough, thought as much!


needs to be in international format for now (i.e. +639... for you, or uk users use +44, etc)...local format does not seem to work right now.

Neither of the formats work. I still can't figure it out why..

bari86 2010-05-27 15:12

Re: work in progress: simple vertical sms app: vertsms
 
my vertsms are not working. never tried it before. I just updated the new firmware 1.2.. please help..

wheatbisc 2010-05-27 19:38

Re: work in progress: simple vertical sms app: vertsms
 
Got the same problem. Haven't installed the previous versions, so something is probably missing from v 0.6
It seems to be loading, but ends up shutting down again! Hope this helps in some way :)

MohammadAG 2010-05-27 19:44

Re: work in progress: simple vertical sms app: vertsms
 
Code:

python /opt/vertsms/vertsms_gui.pyc
What does the output of that (in terminal) say?

neboja 2010-05-27 19:52

Re: work in progress: simple vertical sms app: vertsms
 
@MohammadAG
tell me please: i saw that is implemented that it stores sms-s in conversation, but someone said that recipient doesn't recive sms... but i think that it would be resolved.... anyhow, i was wondering is it implemented that you can READ a recived sms-s???
i am not still using this app, still waiting to be stable... ;)
cheers!

ossipena 2010-05-27 19:52

Re: work in progress: simple vertical sms app: vertsms
 
aspidetes, don't worry I've had other stuff to do also.

struggling now with וצה because octification doesn't know how to handle those.

the app should accept both numbers now. if number has + in front, it sends message with international format, if it doesn't it sends it with regional format. please report your operator and which numbers doesn't work to bugzilla (link at http://wiki.maemo.org/VertSMS)

ossipena 2010-05-27 19:53

Re: work in progress: simple vertical sms app: vertsms
 
Quote:

Originally Posted by neboja (Post 683894)
@MohammadAG
tell me please: i saw that is implemented that it stores sms-s in conversation, but someone said that recipient doesn't recive sms... but i think that it would be resolved.... anyhow, i was wondering is it implemented that you can READ a recived sms-s???
i am not still using this app, still waiting to be stable... ;)
cheers!

it could probably be done but there is gazillion other things to do first....

neboja 2010-05-27 19:54

Re: work in progress: simple vertical sms app: vertsms
 
i know i know! i was just wondering... :)


All times are GMT. The time now is 02:32.

vBulletin® Version 3.8.8