|
2008-04-21
, 21:27
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#92
|
|
2008-04-21
, 22:33
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#93
|
|
2008-04-21
, 22:40
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#94
|
|
2008-04-22
, 11:44
|
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2008
@ Brisbane, Australia
|
#95
|
|
2008-04-22
, 12:22
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#96
|
Gents, I seem to have a problem with this app, ran through the install list (about a week ago) without a problem and got the icons Calender and To-do in the extras menu, however they would not run. Says loading, then nothing. Then tonight, I uninstalled these 2 apps and ran through the revised list, however again none of the apps work. I have confirmed that i have Python 2.5 (have installed Canola, pyculator etc)
Why no work?
|
2008-04-22
, 14:16
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#97
|
|
2008-04-22
, 15:31
|
Posts: 152 |
Thanked: 32 times |
Joined on Dec 2007
@ CA
|
#98
|
No real good ideas on what is going on, but some diagnostics to try. Open an xterm on your NIT and try the following:
cd /home/user/MyDocs/.python
rm -f calend_data.dat calend_pref.dat to_do.dat
/usr/bin/calend
The rm command deletes the data files used by the apps, in case somehow there is a corrupted one preventing them from loading. The last command starts calend manually. If you see any interesting error messages with the last command that may help debug this issue.
Other items of interest:
dpkg -l python2.5 # to find your python version
The firmware version of your device, gotten via Settings->Control Panel->About product. Should look something like:
Version: 2.2007.51-3
|
2008-04-22
, 15:55
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#99
|
The calendar app feels quite good but when I enter new entry in calendar it shows the time on 12 hour format even when I have 24 hour format in my N810. Like this: 20.00 start time and calendar shows 8.00, so it's impossible to know what is the starting time, 8.00 in the morning or 8.00 in the evening, not even a.m or p.m to know at what time entry should start.
|
2008-04-22
, 16:03
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#100
|
While the cal works I can not get any import from Google cal to work..here is the error message...
Nokia-N810-51-3:/home/user/MyDocs/.python# rm -f calend_data.dat calend_pref.dat to_do.dat
Nokia-N810-51-3:/home/user/MyDocs/.python# /usr/bin/calend
python[2367]: GLIB DEBUG ConIc - con_ic_connection_send_event(0x2b39e8, Stepy, WLAN_INFRA, 0)
/root/.osso/hildon-fm: Failed to create file '/root/.osso/hildon-fm.6F4X9T': No such file or directory
any suggestions....
If anyone is interested in doing other testing on calend, you can backup the state of your calendar by first closing the calend app (not just minimizing it) and then doing something like this from an xterm:
cd /home/user/MyDocs/.python
cp calend_data.dat calend_data.dat.bak
Then if you want to use your previous data file close the calend app again and run (from the same directory as above):
cp calend_data.dat.bak calend_data.dat