![]() |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
@ossipena: you could change
string != "" to if not string or if string is not None question is would that break octify and semi octify? |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
I'll probably just add another confirmation dialog, something like
"you haven't typed message, send anyway?" if someone feels the app should be able to send blank messages. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
some progress: adding multiple recipients and API way to put sent messages to conversations database is working. so next released version should be able to handle those.
and while I try to fix the not being able to send to 07xxx -numbers -bug, I discovered data location for flash message so if I get things working, it should become as an option to VertSMS too. e: and same with delivery report... |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Thanks for the update Ossi It's getting better all the time!! I have just realised though, that I still cant really use this app as there is no way to type + when entering a contact so cannot even manually enter numbers :(. Gonna open a bugzilla for this now.
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
very good point about the + -character!
and bugreport is good way to make sure I am not forgetting to fix something: I can see the buglist whenever I want and check what is still wrong. I am doing some text input improvements, and will add ability to input plus sign (but please create the bugreport just in case my memory betrays me!) |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Just created it now. This issue is a shame because I was going to try your suggestion in the devel about getting the the latest push from gitorious, but as I am not going to be able to add + there is not a lot of point. :(
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
One of these days I'll started hacking on vertsms again...just been so busy/tired as of late. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
so you need to edit vertsms_gui.py http://gitorious.org/vertsms/vertsms...vertsms_gui.py change row 264 from Code:
'*': ';', Code:
'*': '+', |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
2 tips: make the send button half as big and make another button that acts as a arrow right. wich will be used to fast forward when you wanna type 2 of the same characters fast after eachother (now you have to wait a sec)
and second, it would be awsome if the vertsms was executed when in conversations > new sms the n900 is flipped vertically. And offcourse T9 would be very awsome |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
no way integrating to closed conversations unless nokia does it and offcourse T9 has been asked for million times now. It is under development and it should at least about work but it might take time and there atleast were problems with load times etc... |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
hmmm, I edited it in Xterm using vi but that didn't change anything!!! I guess I dont know what I'm doing :s
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
You would need to run: Code:
python ./path_to_edited_vertsms.py |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
yeah, I edited the copy in home/opt/vertsms.
tried running the command above (python ./home/opt/vertsms/vertsms.py) and get no such file or directory. Then tried python ./home/opt/vertsm/vertsms_gui.py but same problem. Tried python ./home/opt/vertsms.py, same problem. I should point out that I know absolutely nothing about python! |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
"." = current location, so your commmand above is technically looking for "/home/user/home/opt/vertsms/vertsms.py. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Ahhhh, so thats why I sometimes see . in front of paths. I'm new to linux so still learning all this!
Still failing though even though I know the correct path now. I ran Code:
python /home/opt/vertsms/vertsms_gui.py |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
process 1553: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library. process 1553: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721. This is normally a bug in some application using the D-Bus library. Aborted |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
Don't run it as root. [/PSYCHIC] |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
run-standalone.sh python
instead of just python? |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
:D
Guys, I love you all! I can now type + in the contact field. :D ...Now, I just need to work out what to do with the gitorious version so I can edit the beginning of my number and I'll have the functionality I need. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
e: Bug report created to address issue with characters always appearing at end of message no matter where cursor is. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Hm, downloaded, but it doesn't start. i'm using PR1.1.1
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
Actually, looking at the other posts I'm guessing it's a dependency issue. If so, wait for the next package release or me to update this post with instructions on how to install missing dependencies. |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
is anyone having the same problem as me?
everytime i open vertsms, it started to be vertical, then it immediatly turned into landscape mode. any solutions please? cheers |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
sorry to harrass you all the time, but is there anyway to either create a desktop shortcut to my modified vertsms_gui.py or to change the installed version to use the modfied one? at the moment I have to use x-term to run it which kinda defeats the object of 1 handed texting!
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
@mornage:
Code:
sudo gainroot @das_schlumpfie: version info and traceback please Code:
python /opt/vertsms/vertsms_gui.py |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
@aspidites
thanks again for your help. worked like a charm. i'll make a note of that as it's bound to come in useful some other time. @das_schlumpfie, it is the whole app in landscape and not just the virtual keyboard appearing??? |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
hi, the whole app is landscape. My virtual keyboard is disabled because i installed a chinese input app.
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
phew. I hope I just got the unable to send to certain numbers- bug fixed. and delivery reports should be working too.
and the backspace deletes the char left from the cursor, and new char appears right from the cursor. this all is at latest git push so new version to be put to extras-devil should include those plus hopefully working implementation for holding backspace down. e: so no new version until I get backspace working unless it takes a lot of time |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
yet another idea: maybe it wpuld be nice to get numbers by holding the corresponding keys for a second.
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
I also have problem with a not starting vertsms (I see it some action but it never starts up)
Code:
$ python /opt/vertsms/vertsms_gui.py [/code] |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
this will be awesome w the option of full qwerty Keyboard
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
1 question with this application. Does this have a built in inbox? Frankly speaking only the lack of portrait t9 integration of n900 make me don't wanna buy it. Would really love getting in development with this phone as debian development is my expertise. Also I would not get the next meego phone if it wouldn't have any physical keyboard as it is important also to me. Lacking of support for t9 keypad by nokia with this device makes me stay away from helping the linux mobile community >.>
*Admits am an SMS freak* lol |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
the saving of sent sms is now broken because of PR1.2, but just pushed a version that works so next version should work again (with other improvements mentioned). on an other hand vkb shouldn't pop up anymore |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
I believe there are plans to integrate this but Ossipena, Aspidites, and Qwerty are working on getting the core functionality working properly first, as well as a predictive text input and qwerty keyboard. E: so keep an eye on this app and you (hopefully) will very soon have the portrait SMS app you want :) |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
more elegant solution which should work for both pr1.1 and pr1.2 users, not pushed it as a merge requests as gitorious wants to include the other 2 merge requests already active first... :) |
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
|
Re: [ANNOUNCE] VertSMS - portrait sms'ing in extras-dev
Quote:
apt-get install python-gobject Mine was updated like this:"Preparing to replace python-gobject 2.14.2-1maemo5 (using .../python-gobject_2.16.1-1maemo1_armel.deb) ..." |
All times are GMT. The time now is 09:54. |
vBulletin® Version 3.8.8