![]() |
2007-11-17
, 14:41
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#22
|
diff -u nk.old/usr/lib/python2.5/site-packages/nokia_utilities.py nk/usr/lib/python2.5/site-packages/nokia_utilities.py --- nk.old/usr/lib/python2.5/site-packages/nokia_utilities.py 2007-11-16 18:54:42.000000000 +0100 +++ nk/usr/lib/python2.5/site-packages/nokia_utilities.py 2007-11-17 15:26:33.000000000 +0100 @@ -196,7 +196,10 @@ global program_name, logfile, root, osso_context, context_name, app, vb program_name=text_name - logfile='/var/log/%s.log' % (sys_name) + f='/home/user/.log' + if not os.path.exists(f): + os.mkdir(f) + logfile=f+'/%s.log' % (sys_name) # "context" must start with "org.maemo." context_name='org.maemo.'+sys_name osso_context=None
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2007-11-17
, 16:14
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#23
|
![]() |
2007-11-17
, 16:28
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#24
|
![]() |
2007-11-17
, 16:53
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#25
|
There are two problems with the calendar (in addition the the common log problem, which, if it's using logging, should be solved by the fixed library):
- It depends on icalendar but icalendar is missing in calendar's dependency list, so you have to install icalendar yourself
- The icalendar package is empty.. just directories, no files. Packaging problem.
I suspect that the way to use info on tap is to prepare a flat-file database yourself (I think that's what the readme.txt file tried to explain), I had a go at it but got some error messsages so I clearly didn't understand it correctly. But this (preparing, installing and using a database for looking up stuff) is maybe the exact use-case our locksmith (the OP) had in mind?
![]() |
2007-11-19
, 15:52
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#26
|
![]() |
2007-11-25
, 19:40
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#27
|
![]() |
2007-11-25
, 21:25
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#28
|
There is yet another update of "info on tap". On my n800, it still needs the patched nokia-utilities file by TA-t3, but now it works and seems quite interesting. Congratulations to the Author! I'll test it thoroughly.
![]() |
2007-11-25
, 22:42
|
|
Posts: 24 |
Thanked: 0 times |
Joined on Jul 2007
@ Lakeland, FL
|
#29
|
![]() |
2007-11-25
, 23:29
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#30
|
The text the link goes to is for the application manager to do updates. I had previously installed info_to_go and uninstalled. When I went to app manager and refreshed the applications, I was able to install the latest version. It looks like he's made a lot of progress on this application. The only problem I'm finding now is after I make a new table, set up the fields- but I'm still not able to add a new record to my field. Let's give this guy some credit though- he's doing something that we've all been wanting for quite a while.
If tomorrow I have a free time try to look the code and make it works.
Daniel Martín Yerga
maemo.org profile
Twitter