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)

ossipena 2010-05-02 12:54

work in progress: simple vertical sms app: vertsms
 
I got finally git working (after I remembered that the public key at gitorious was 2 reflashes too old)

http://gitorious.org/vertsms

Now I have 3 problems:

-how can I get the contact chooser to output a number from contact's sms -field?

-what would be the best way to implement a timer for text input? ("aa","ab" etc not possible for now because there is no timeout)

-what is wrong with sending sms? the number is btw mine so before you press send, please edit the string ;)
I am 100% sure it worked before but since I cleaned the code a lot and reorganized some stuff, it doesn't work anymore...

dbus-monitor reports nothing but print statements @ the code confirms that the code is ran and no errors appear.

future plans: when I get those 3 working, I start to learn packaging and try to get the app to extras-devel. then I create an announcement thread to M5 and see if there is interest to beta-test plus giving comments for improvements.

and one more known bug: no backspace key. got working function for it, only thing missing is the button plus signal to UI

wheatbisc 2010-05-02 13:01

Re: work in progress: simple vertical sms app: vertsms
 
I remember numerous threads about the portrait sms, so I definitely think it is a great idea, and I'm glad that somebody with programming knowledge have taken initiative!

I'm not sure, but are you working on a full qwerty or an alphanumeric keyboard?

Wheatbisc

festivalnut 2010-05-02 13:01

Re: work in progress: simple vertical sms app: vertsms
 
my god i love you man! hope this thread gets enough attention amidst the pr 1.2 mania to sort your fixes, and i'd be more than happy to test once you have a workable package! :)

ossipena 2010-05-02 13:21

Re: work in progress: simple vertical sms app: vertsms
 
1 Attachment(s)
sorry forgot to attach a screenshot.

there is also a need for chars below numbers so one button has
Quote:

2
abc
etc...

rickysio 2010-05-02 13:25

Re: work in progress: simple vertical sms app: vertsms
 
Still, it looks mighty fine!

navsin 2010-05-02 13:34

Re: work in progress: simple vertical sms app: vertsms
 
Would love to test it once it's in a reasonable shape and form :)

Sorry, am a noob and can't help you with the development part.

madnes 2010-05-02 13:34

Re: work in progress: simple vertical sms app: vertsms
 
Finally, a really usefull thread about a very important missing feauture (unlike this childish and ridiculus pr1.2 speculation thread).
Would be glad to test it too :)

nearlyNERD 2010-05-02 13:52

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

Originally Posted by ossipena (Post 638271)
I got finally git working (after I remembered that the public key at gitorious was 2 reflashes too old)

http://gitorious.org/vertsms

Now I have 3 problems:

-how can I get the contact chooser to output a number from contact's sms -field?

-what would be the best way to implement a timer for text input? ("aa","ab" etc not possible for now because there is no timeout)

-what is wrong with sending sms? the number is btw mine so before you press send, please edit the string ;)
I am 100% sure it worked before but since I cleaned the code a lot and reorganized some stuff, it doesn't work anymore...

dbus-monitor reports nothing but print statements @ the code confirms that the code is ran and no errors appear.

future plans: when I get those 3 working, I start to learn packaging and try to get the app to extras-devel. then I create an announcement thread to M5 and see if there is interest to beta-test plus giving comments for improvements.

and one more known bug: no backspace key. got working function for it, only thing missing is the button plus signal to UI

I had the same idea some weeks ago, but still not enough time to start programming. Nice to see somebody else doing it.

So, if you program it with qt, I have some ideas to solve some of your problems.

1. Sry, but this is too maemo-specific, but I think the new mobile-apis of qt should give you help: http://labs.trolltech.com/blogs/2010...y-100-package/

2. I would start a QTimer after pressing a button and only accept new presses on the same button, if it was enough ms ago.

3. No idea, because I didn't tried your app.


Also, another idea on the "char-problem" -> You can call the function "yourbutton->setText("aString")", if you are in the sms-writing field, and set there the chars instead of the keys. If you are in the Number-field, you can set the Numbers as Text for the buttons.




Ahhh, sry,

I've just seen, that you use gtk as a GUI-Toolkit, but I'll post this anyway in the hope to help you a little bit.

kylepsp 2010-05-02 13:59

Re: work in progress: simple vertical sms app: vertsms
 
A T9 dictionary would be the best option IMO, don't know how easy it would be to implement using the keypad already installed in the phone app

rickysio 2010-05-02 14:02

Re: work in progress: simple vertical sms app: vertsms
 
T9 might be hard to implement, unless the dictionaries are under CC.


All times are GMT. The time now is 15:45.

vBulletin® Version 3.8.8