![]() |
2010-02-05
, 16:06
|
Posts: 123 |
Thanked: 46 times |
Joined on Jan 2010
@ New Delhi, India
|
#22
|
![]() |
2010-02-05
, 18:07
|
Posts: 126 |
Thanked: 47 times |
Joined on Nov 2009
@ San Francisco
|
#23
|
![]() |
2010-02-06
, 19:25
|
|
Posts: 553 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#24
|
![]() |
2010-02-10
, 11:46
|
|
Posts: 9 |
Thanked: 0 times |
Joined on Feb 2010
|
#25
|
![]() |
2010-02-15
, 10:37
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2010
|
#26
|
![]() |
2010-02-15
, 11:41
|
Posts: 101 |
Thanked: 18 times |
Joined on Dec 2009
@ Sweden
|
#27
|
![]() |
2010-02-15
, 18:15
|
Posts: 77 |
Thanked: 52 times |
Joined on Sep 2009
@ US
|
#28
|
The Following User Says Thank You to hartti For This Useful Post: | ||
![]() |
2010-02-16
, 00:38
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2010
|
#29
|
"but when you sent messages longer then 1 sms, it'll count it as 1!"
Oh... but of course. I am getting the number from the database which stores even long sms messages as one entry only. My bad.
I guess I can check the total message length in the database and calculate the real number of messages using that additional piece of information.
Does anyone have information on the multi-part SMS length numbers?
I know one message is 160 7-bit characters. But at what point does the 2 messages (for one long message) become 3 messages (and so on)?
Next version should be in the extras-devel repository this week. I'll fix at least this and hopefully I can also add a settings panel to change the period start day.
Hartti
The Following User Says Thank You to peternl For This Useful Post: | ||
I did not make any changes in the UI, I just wanted to get this first test version out. next step is to get this in the maemo repository, make the suggested UI enhancement and allow the user to change the counter period change date...
Features:
Displays total count of SMS messages (both sent and received) and count of the SMS messages for the current month. The counters are updated every time a SMS is sent or received. Update button updates the counters also, but in general you should not need to use it, it is there for just my testing purposes (I will get rid of it in the future :-)
to install
(you need to be able to gain root access for example through root) - and note the as this is early, very untested version of the application and working with command line commands could be potentially dangerous for your device, please be careful, know what you do with the command line commands and backup the device before installing...
copy the file on the device
In xterm and as root, go to the folder you saved the file in
dpkg -i smswidget_0.1.0-1_armel.deb
If you get any error messages (for example if you have not installed any python applications or python desktop widgets before) try to fix the dependencies with
apt-get -f install
After successful installation you should see the widget on the home screen, if not, reboot the device. If still nothing, please report to me...
Hartti