> This should be fixed in the latest ophonekitd (being built atm) though since
> we don't yet do upgrade paths (i.e upgrade packages correctly, since this is
> the unstable branch), you have three choices:
> 
>    1. after ophonekitd upgrade: rm /var/db/phonelog.db
>    2. reflash (will have to wait until a new image is created)
>    3. best course of action (also saves phonelog data):
>       1. opkg install sqlite3
>       2. sqlite3 /var/db/phonelog.db
>       3. CREATE INDEX call_ids_id_idx ON call_ids (id);
>       4. CREATE INDEX call_events_id_idx ON call_events (id);
>       5. enjoy.

After trying step 1, the phone log is always empty. Also after some test 
calls...

Sven
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to