![]() |
Re: work in progress: simple vertical sms app: vertsms
I quess the PDU string creation must be modified in addition to ui. the PDU is as low as it can get and every SMS in the world uses it so I see no technical blockers...
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
Anyways, VertSMS is programmed in GTK not Qt, it should be possible to create .pot files and load translations accordingly. http://en.wikipedia.org/wiki/GNU_gettext#Translating Oh, v0.4 pushed to -devel, 2010-05-20 15:20 UTC It should've been imported between 15:35 and 15:40, but *sigh* The importer should run again at 16:05, so expect the package to show up around that time. |
Re: work in progress: simple vertical sms app: vertsms
Quote:
|
Re: work in progress: simple vertical sms app: vertsms
delete ...
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
Therefore maximum length of one message of only 70 characters, against 160. Plus should be translated a message text in the coding utf-8. I'am very sorry for my bad english :( |
Re: work in progress: simple vertical sms app: vertsms
@ ossipena
Were any more dependecies needed for this release? Code:
python /opt/vertsms/vertsms_gui.pyc |
Re: work in progress: simple vertical sms app: vertsms
Quote:
Code:
dpkg -l | grep python |
Re: work in progress: simple vertical sms app: vertsms
bah, git merge requests seems to be rocket surgery, not sure if i managed to do it correctly.. :P
http://gitorious.org/vertsms/vertsms/merge_requests/9 anyway, qwerty keyboard which seems to be working fine here at least |
Re: work in progress: simple vertical sms app: vertsms
Quote:
What could be the problem? It would be great to add åäö to original vertsms, you know: abcåä2, mnoö6. For us swedes that is ;) |
Re: work in progress: simple vertical sms app: vertsms
Quote:
One reason for the problem might be that Python is unicode clean and produces UTF-8 somewhere along the way. |
Re: work in progress: simple vertical sms app: vertsms
Version 0.5-1 now in -devel
Changes: * Changed rtcom-eventlogger lib for PR 1.2 * Modified PDU string that should fix problems with some operators. * Characters are inputted to cursor position instead to the end of the message. * Added rtcom-messaging-ui version 1.2.22-1+0m5 as a dependency Since the dependency was added, VertSMS should no longer be installable on PR1.1.1 devices (unless ossipena adds a way to detect which file to edit, which would be ideal :)) |
Re: work in progress: simple vertical sms app: vertsms
with this latest release, the application works a bit better.
0.4 said it sent the message but actually didn't actually send. Current 0.5 now sends, then stores the message in conversations correctly, and also making the * key into + when entering number is good implementation! keep up the good work. p.s. I personally have basic-average programming experience but if you are able to provide me with the source for this, I will see what I can do in terms of converting and developing further in QT which I am soon going to start using. feel free to PM me! |
Re: work in progress: simple vertical sms app: vertsms
Quote:
source can be found at: http://gitorious.org/vertsms and I am trying to get frals version for testing as I write (struggling with git still) and if there aren't any surprises, will merge it to master. |
Re: work in progress: simple vertical sms app: vertsms
Can this be used?
http://qt.gitorious.org/maemo-6-ui-f...rk/duikeyboard? I don't know much about programming. Ok, almost nothing... This is QT and vertsms is python. Just stumbled over it and thought I share it... |
Re: work in progress: simple vertical sms app: vertsms
Quote:
just pushed a fix that should enable sms saving with both pr1.1 and pr1.2, thanks for it. the problem with åöä seems to lie in octification function. and the delivery reports don't work, do they? must look more at the bits and see what I have done wrong with those. e: I got the byte wrong way with delivery report, should work now perfectly |
Re: work in progress: simple vertical sms app: vertsms
Quote:
just change self.table.attach(self.send_button, 0, 5, 7, 8) or I'll try to update the merge request when I get home tonight or tomorrow :) EDIT: http://gitorious.org/vertsms/vertsms/merge_requests/8... I redid the request, no idea why its claiming all those changes in config but it should match whats in your repo since i updated from there :) EDIT2: merge request is clean now, should be no problems merging it :) |
Re: work in progress: simple vertical sms app: vertsms
Version 0.6 loaded into -devel queue.
Changes:
It should be in -devel in the next few minutes. |
Re: work in progress: simple vertical sms app: vertsms
Quote:
I'm going to make a post on my new blog, thetekblogger.com with this application but because of the quick development of the app, i'm going to hold off for now. The things the application needs ideally are:
|
Re: work in progress: simple vertical sms app: vertsms
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.
I also noticed that the implementation didn't technically come up with all possible combinations, though I suspect this is on purpose, considering my implementation whcih does do so is far slower. @ossipena: sorry for the lack of contributions, I have been so busy with my other projects that I kind of left vertsms alone (though you seem to be managing just fine without my help ;-)). |
Re: work in progress: simple vertical sms app: vertsms
I'm currently testing VertSMS v 0.6 on my newly installed official PR1.2.
It has qwerty now, and I was able to save my sent messages in Conversations. However, the recipient doesn't receive anything. Should the recipient have this format: +639xxxxxxxxx or 09xxxxxxxxx ?? Thanks! |
Re: work in progress: simple vertical sms app: vertsms
Quote:
Quote:
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
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 |
Re: work in progress: simple vertical sms app: vertsms
Quote:
|
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..
|
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 :) |
Re: work in progress: simple vertical sms app: vertsms
Code:
python /opt/vertsms/vertsms_gui.pyc |
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! |
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) |
Re: work in progress: simple vertical sms app: vertsms
Quote:
|
Re: work in progress: simple vertical sms app: vertsms
i know i know! i was just wondering... :)
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
I only maintain the package itself. |
Re: work in progress: simple vertical sms app: vertsms
Quote:
no luck with current octification function. the current pulling ascii code works up all the way to z. so it isn't even close to etsi standards :D so it will be rewritten and after that hopefully we can get every char available for texting to work. (and mapped behind buttons at some point) damn if the sending doesn't work for everyone. do you get delivery reports with latest version? now it would be nice if someone who knows how things should be implemented. the problem is TON. 1= international, 4=local. how in earth some carriers don't deliver to international number format when program assigns TON=1 in that case?!? you do have plus in front of the international number, don't you? |
Re: work in progress: simple vertical sms app: vertsms
Quote:
File "/opt/vertsms/vertsms_gui.oy", line 19 in <module> from vertsms import config, sms, pygobject File "/opt/vertsms/vertsms/sms.py", line 5, in <module> import ctypes, uuid, glib, gobject ImportError: No module named glib |
Re: work in progress: simple vertical sms app: vertsms
Hmm, same problem that was sent to me via email
http://talk.maemo.org/showpost.php?p...&postcount=206 Missing dependencies? I can't really check since I have all python packages installed |
Re: work in progress: simple vertical sms app: vertsms
Can I check it somehow? With a little guidance, we might find the problem :)
|
Re: work in progress: simple vertical sms app: vertsms
apt-get install python-gobject
as root ^ |
Re: work in progress: simple vertical sms app: vertsms
I get the following:
Err http://repository.maemo.org fremantle-1.2/free python-gobject 2.16.1-1maemo1 Temporary failure resolving 'repository.maemo.org' Failed to fetch http://repository.maemo.org/extras/p...emo1_armel.deb Temporary failure resolving 'repository.maemo.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |
Re: work in progress: simple vertical sms app: vertsms
You don't even need to import glib or gobject for the code you have in sms.py.
And for that matter, you can remove sqlite3 import and code, it's not being used if I'm interpreting correctly. Code:
connection = sqlite3.connect(os.path.join(os.environ['HOME'],Frank Quote:
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
As for code reuse...that's what open source is about :-) |
Re: work in progress: simple vertical sms app: vertsms
don't touch the sqlite! it fetches the unique id needed for adding a message. it seems to be easier than api way apparently and since it only reads one column through it shouldn't mess the db up.
phew just got new version of sms.py working. now with 100% compatibility to etsi standard except curly brackets and couple other special chars. so åäö shouldn't be a problem anymore (and any char that isn't at exactly same place ascii vs etsi) will push it to git as soon as I get it cleaned up. e: and someone copying code from me is a honor for me ;) ee: damn it isn't working, something messes the codes up between creating array and sending... will be investigating it. |
| All times are GMT. The time now is 20:52. |
vBulletin® Version 3.8.8