Reply
Thread Tools
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#211
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 )
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 47 | Thanked: 29 times | Joined on Dec 2009 @ Leicester - United Kingdom
#212
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!
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#213
Originally Posted by llaadd View Post
with this latest release, the application works a bit better.
0.4 said it sent the message but actually didn't actually send.

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!
this seems promising. your problem probably was TON=1 which doesn't suit to every carrier (1=international, 4=global). that should be fixed with 0.5 now.

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.
__________________
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
 

The Following User Says Thank You to ossipena For This Useful Post:
Posts: 14 | Thanked: 2 times | Joined on Jan 2010 @ Sweden
#214
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...
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#215
Originally Posted by frals View Post
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
does the send button etc move to the bottom of the screen intentionally?

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
__________________
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

Last edited by ossipena; 2010-05-26 at 08:54.
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#216
Originally Posted by ossipena View Post
does the send button etc move to the bottom of the screen intentionally?

just pushed a fix that should enable sms saving with both pr1.1 and pr1.2, thanks for it.
Ah, didn't think about that, yes, I placed it at the bottom intentionally, as for why, I have no idea :P

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
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->

Last edited by frals; 2010-05-26 at 20:02.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#217
Version 0.6 loaded into -devel queue.
Changes:
  • Added QWERTY keyboard, thanks to frals for the code.
  • Can detect which file to edit (PR1.2 vs pre-PR1.2), thanks to frals.
  • Removed rtcom-messaging-ui from the Depends field.
  • Status report now working.

It should be in -devel in the next few minutes.
 

The Following 4 Users Say Thank You to MohammadAG For This Useful Post:
Posts: 47 | Thanked: 29 times | Joined on Dec 2009 @ Leicester - United Kingdom
#218
Originally Posted by MohammadAG View Post
Version 0.6 loaded into -devel queue.
Changes:
  • Added QWERTY keyboard, thanks to frals for the code.
  • Can detect which file to edit (PR1.2 vs pre-PR1.2), thanks to frals.
  • Removed rtcom-messaging-ui from the Depends field.
  • Status report now working.

It should be in -devel in the next few minutes.
again working well

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:
  • Support for capitals (On qwerty: caps lock, shift button & maybe long press - On alphanumeric, something similar to other nokia's using # to change mode [abc & ABC, and Abc if possible])
  • Full character map from the phone's database, i.e. currency symbols, etc
  • Long press for numbers on alphanumeric
  • T9 support but I know this is extermely hard...maybe in 2.0 hehe
 
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#219
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 ;-)).
__________________
aspidites | blog | aspidites@inbox.com
 
Posts: 60 | Thanked: 3 times | Joined on Apr 2010 @ Philippines
#220
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!
 
Reply

Tags
portrait sms, python


 
Forum Jump


All times are GMT. The time now is 08:06.