Notices


Reply
Thread Tools
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#71
Okay, version 1.0.4 is out.

[2010-05-19 00:37:03] www2sms 1.0.4 has been queued for loading into fremantle extras-devel repository

www2sms (1.0.4) stable; urgency=low
* Check online status before sending
* Does no longer clear the number field after sending SMS
* Fixed special characters (Umlaute)
* Known Bugs: Planing SMS does not work (o2online.de only) -> Disabled
Thu, 18 Tue 2010 23:32:51 +0100

www2sms (1.0.3) stable; urgency=low
* Fixed permissions for www2sms.py (Fixes statup via icon)
* Known Bugs: Planing SMS does not work (o2online.de only) -> Disabled
* Known Bugs: Special characters (like Umlaute) vanish in the send SMS
Thu, 18 Tue 2010 22:33:12 +0100
Attached Files
File Type: gz www2sms_1.0.4.orig.tar.gz (35.8 KB, 75 views)
 

The Following 2 Users Say Thank You to blubbi For This Useful Post:
Maerkus's Avatar
Posts: 24 | Thanked: 1 time | Joined on Sep 2009 @ Germany
#72
With your latest version (1.0.4) I can start www2sms with the icon. Thanks for the fix!

My problem with the upper case letters was my fault. Sorry!
 
Maerkus's Avatar
Posts: 24 | Thanked: 1 time | Joined on Sep 2009 @ Germany
#73
Originally Posted by blubbi View Post
Which version did you install? Try the latest 1.0.2


Thats totally new and I can't replicate it...


This error is thrown, when mechanize fails... (connection failure, any exeption by mechanize)
Could you add a line to the code in www2sms_providers.py (Line ~275)
Code:
return error(self, MainWindow, e, 'Failed to load "Mein O2"')
Just add bevore that
Code:
print e
that it looks like this:
Code:
print e
return error(self, MainWindow, e, 'Failed to load "Mein O2"')
Start it from the console nd tell me what you see (There should be a error message)

Cheers
Bjoern
I get following error message with your description :
Code:
QTimeLine::resume: already running
HTTP Error 500: Internal Server Error
Probably this is not the problem of your program. I also get an "internal error" message visiting the O2 webpage, especially "My O2" but I can send sms by going directly to the O2 communication center. Do you have the same issues with O2 at the moment or is it only me?
 
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#74
Okay, here is version 1.0.5.

And attached a screenshot with the revised GUI

www2sms (1.0.5) stable; urgency=low
* UI somewhat more finger friendly
* Known Bugs: Planing SMS does not work (o2online.de only) -> Disabled
Thu, 19 Wed 2010 18:29:23 +0100

www2sms (1.0.4) stable; urgency=low
* Check online status before sending
* Does no longer clear the number field after sending SMS
* Fixed special characters (Umlaute)
* Known Bugs: Planing SMS does not work (o2online.de only) -> Disabled
Thu, 18 Tue 2010 23:32:51 +0100
Attached Images
 
 
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#75
Originally Posted by Maerkus View Post
I get following error message with your description :
Code:
QTimeLine::resume: already running
HTTP Error 500: Internal Server Error
Probably this is not the problem of your program. I also get an "internal error" message visiting the O2 webpage, especially "My O2" but I can send sms by going directly to the O2 communication center. Do you have the same issues with O2 at the moment or is it only me?
HTTP Error 500: Internal Server Error

Mhh, no, it works for me...

Is this permanent for you, or does this only occur occasional?
 
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#76
cant install it.the app manager says always missing packages.please can someone explain how i can install it?my provider is o2 de too.thanks for help guys
__________________


Nobody likes us but we dont care....
 
Posts: 37 | Thanked: 13 times | Joined on Jan 2010
#77
Hi
How difficult is do it for another provider?
I have Vodafone CZ..is this possible?
Many thanks
 
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#78
Originally Posted by atilla View Post
cant install it.the app manager says always missing packages.please can someone explain how i can install it?my provider is o2 de too.thanks for help guys
You have to enable the DEVELOPER and TESTING repository.
If this does not help, try to install it via the console with "apt-get install www2sms" and see what apt-get will tell you and paste the output here.

Originally Posted by vintc View Post
Hi
How difficult is do it for another provider?
I have Vodafone CZ..is this possible?
Many thanks
In principal it is possible.
Have a look at the file www2sms_providers.py
There you'll find the two classes for the provider o2online.de and vodavone.nl

Take the vodavone.nl class as template to create your own class for vodafon CZ. I guess you have to change some thing here and there, but once you are into mechanize it is pretty easy.
Thing that are helpful:
http://wwwsearch.sourceforge.net/mechanize/
https://addons.mozilla.org/en-US/firefox/addon/60/

Remember, mechanize can't cope with JavaScript.

Cheers
Bjoern
 
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#79
hi thanks for the fast answer xterminal says there is a missing or broken package names python.dont have it installed yet.here is a screenshot
Attached Images
 
__________________


Nobody likes us but we dont care....
 
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#80
Originally Posted by atilla View Post
hi thanks for the fast answer xterminal says there is a missing or broken package names python.dont have it installed yet.here is a screenshot
Read post 24 and following.

This problem was already discussed.

Cheers
Bjoern
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:23.