Hi folks, phonelog crashes as soon as someone calls me from a phone with hidden caller id.
There is a simple problem in /usr/bin/phonelog : the output of the error message fails because of a problem of python string and int concatenation. It seems easy to fix, by replacing : print "foo" + call + "bar" by print "foo %d bar" % call (never done anything in python, so not sure) But, by reading the code, it seems that phonelog will just output a message saying "hey dude, delete call from database and relaunch", so does anybody has or is able to modify phonelog to handle this kind of caller-without-id ? Btw db still grows, so even if the app cannot be launched the FR still logs calls. Xavier Cremaschi. _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community