Reply
Thread Tools
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#11
Originally Posted by Saturn View Post
One issue (not blocker though) I notice is that events from contacts that have more than one number the archive shows the name only for the first number. All events with the second, thrird etc number show only the number (i.e. +123456789 (+123456789) : ...)
hmmm... i cannot reproduce this. do you store this numbers with or without country-code?
 
Posts: 186 | Thanked: 16 times | Joined on Nov 2009 @ Austin TX
#12
I just installed glogarchive from Extras-devel to archive my SMS/ IM/ Call Logs. http://maemo.org/packages/view/glogarchive/

Some questions:
1. Where does it store the backups?
2. How do I move it to my memory card/ PC?
3. Is there a way to restore from the archive?
 
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#13
Originally Posted by Strive_Masiwa View Post
1. Where does it store the backups?
2. How do I move it to my memory card/ PC?
3. Is there a way to restore from the archive?
1. here: "/home/user/.rtcom-eventlogger/el_archive.db"

2. theres an export-to-csv function (you can open the csv-file with openoffice or excel). you can also copy the db-file directly - its a sqlite-file, which can be opened with sqlite-tools (e.g. sqlitebrowser). if you want the archive permanently at another place, copy the file to the new place (e.g. "cp /home/user/.rtcom-eventlogger/el_archive.db /home/user/MyDocs/archive.db") and set the new path in /opt/glogarchive/glogarchive.py at line 25:
ARCHIVE_PATH = "/home/user/MyDocs/archive.db"

3. not now, maybe in one of the next versions :-(
 
Posts: 6 | Thanked: 0 times | Joined on Dec 2009
#14
Any way to get it to export an HTML file instead of CSV?
 
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#15
Originally Posted by david_vargas_85 View Post
Any way to get it to export an HTML file instead of CSV?
there are some scripts, which can do this... google csv2html. it seems, you can do it online here: http://www.fortunato.de/cms/16-0-CSV...vertieren.html

but the idea is good. maybe there will be a XML export in one of the next versions...
 

The Following User Says Thank You to bananenfisch For This Useful Post:
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#16
Hello!

Installed app while ago when using 1.1 and never worked.
Tryed today with 1.2, updated to newest version first and it still crash (simply dissapear). Is there any special requirements to run app? dmesg is empty.

Thanks,
b.
 
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#17
hm... strange... it should work with the standard maemo python environment.
any output, when you start it via terminal?
 
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#18
Indeed. Here it is:

/home/user/# glogarchive
process 10626: 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 10626: 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
/home/user/#
 
Posts: 44 | Thanked: 31 times | Joined on Dec 2009 @ Vienna, AT
#19
hmm... is "python-dbus" installed? (run "dpkg -l python-dbus")
what happens, when you try this:
run-standalone.sh python2.5 /opt/glogarchive/glogarchive.py
 
Posts: 245 | Thanked: 233 times | Joined on May 2010 @ Ljubljana, Slovenia
#20
I am on data conection, but I think installing python-dbus should work. Fail :S

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # dpkg -i python-dbus
dpkg: error processing python-dbus (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
python-dbus

/home/user # run-standalone.sh python2.5 /opt/glogarchive/glogarchive.py
Traceback (most recent call last):
File "/opt/glogarchive/glogarchive.py", line 596, in <module>
listall(ui)
File "/opt/glogarchive/glogarchive.py", line 309, in listall
cur.execute("select events.event_type_id, count(events.id), events.outgoing from events group by events.event_type_id, events.outgoing order by events.event_type_id, events.outgoing")
sqlite3.OperationalError: no such table: events
/home/user #

I'll try later at home on wifi. Have enabled maemo-devel, maemo-extras and maemo-extras-testing repos.

Regards,
b.
 
Reply

Tags
event, logging, python

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:09.