View Single Post
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#231
Originally Posted by benlau View Post
The result of cmd:
Code:
$ /opt/crochik/mycontacts 
/opt/crochik/mycontacts: symbol lookup error: /opt/crochik/mycontacts: undefined symbol: _ZN10QtMobility16QContactPresence13FieldNicknameE
Please check if you have a this file
Code:
/usr/lib/qt4/plugins/contacts/maemo5-crochik.so
If you do it may be corrupted (kind of odd). I would suggest that you remove all traces of the application and install it again by running this on the x-terminal as root:

Code:
apt-get remove mycontacts
rm /home/user/.config/Crochik/MyContacts.conf
rm /usr/lib/qt4/plugins/contacts/maemo5-crochik.so
rm -r /home/user/.mycontacts
The 3RD line probably will fail if the the uninstall succeed on removing the file by itself.

I would also recommend reinstalling the libqtm-contacts:

Code:
apt-get remove libqtm-contacts
then install all again:
Code:
apt-get update
apt-get install libqtm-contacts
apt-get install mycontacts
Please keep me posted of the progress.

EDIT: fixed package names
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases

Last edited by fcrochik; 2010-07-28 at 01:23.