Active Topics

 



Notices


Reply
Thread Tools
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.
 
benlau's Avatar
Posts: 135 | Thanked: 375 times | Joined on Mar 2010 @ Hong Kong
#232
Thanks for reply. I don't find the libqtmcontacts . Searching on maemo packages site do not find any record. Where can I find it?
__________________
Qt Ambassador | Nokia Certified Qt Specialist
PenPen SketchBook |
FrontView - 0.2 is released! | DQuest
Status: Now working on GTD software
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#233
Originally Posted by benlau View Post
Thanks for reply. I don't find the libqtmcontacts . Searching on maemo packages site do not find any record. Where can I find it?
Sorry...my bad!
It is libqtm-contacts (not libqtmcontacts)

Felipe
__________________

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
 
benlau's Avatar
Posts: 135 | Thanked: 375 times | Joined on Mar 2010 @ Hong Kong
#234
Thx! It works after upgraded libqtm-contacts.
__________________
Qt Ambassador | Nokia Certified Qt Specialist
PenPen SketchBook |
FrontView - 0.2 is released! | DQuest
Status: Now working on GTD software
 
Posts: 10 | Thanked: 3 times | Joined on Apr 2010 @ São Paulo - SP - Brasil
#235
Hi there! Great application.
Just downloaded it and started using. But something seems wrong (well, maybe I'm doing something wrong). When I click "Settings" and then "groups", I see the groups list with all the "Ring Tone" fields stating "disabled". Then when I click one of them to select a ringtone it opens the audio-clips folder, but the list is always empty (but I have a lot). How can I select a ringtone?
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#236
Originally Posted by roberto@datafidelis.com.b View Post
Hi there! Great application.
Just downloaded it and started using. But something seems wrong (well, maybe I'm doing something wrong). When I click "Settings" and then "groups", I see the groups list with all the "Ring Tone" fields stating "disabled". Then when I click one of them to select a ringtone it opens the audio-clips folder, but the list is always empty (but I have a lot). How can I select a ringtone?
The list is empty because you don't have any wav files there.

Unfortunately as now the application only supports wav files. You have to convert your files before being able to use them.
__________________

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
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#237
I am happy to announce that I managed to get MyConntacts to deal with telepathy and, in a near future, we will be able to use mycontacts to initiate calls and chats with all the "different n900 accounts" (skype, google voice, sip, ...)

Unfortunately it will take me a while to get it ready to be released and I will need a lot of volunteers to test it.

In the meanwhile....

We are entering the last two days of the code competition (for desktop category) and MyContacts is in 4th (3 packages including MyContacts are "dueling" for the second place vote by vote). Queen Beecon has been "alone" on the first place...

Make sure to support MyContacts voting on it....

Also, make sure to cast your vote in all different categories to support the competition. In two months of this competition the community has worked hard and we got several new interesting applications for the n900 thanks to this initiative.
__________________

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
 

The Following User Says Thank You to fcrochik For This Useful Post:
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#238
You won't need any .deb files.

Are you trying to install MyContacts using the application manager or did you download the .deb file for it? The application manager is the recommended way because it will handle the dependencies automatically (including libqtm-contacts).

If you decide to install using apt-get, you will need to start the x-terminal and to become root type:

Code:

root

Note: before you can do that you need to make sure that you have installed the "rootsh" package using the application manager.

Then you should be ready to continue (from the x-terminal still as root):

Code:

apt-get update
apt-get install libqtm-contacts
apt-get install mycontacts

EDIT: If you don't mind please post any other questions to the MyContacts thread directly so we don't add noise to this thread.


done all of this, how ever get the message " Package libqtm-contacts is not available, but is refered to by anther package. this may mean that the packae is missing, has been obsoleted, or is only available from another source"

i get this when i run apt-get install libqtm-contacts
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#239
Originally Posted by markds50 View Post
done all of this, how ever get the message " Package libqtm-contacts is not available, but is refered to by anther package. this may mean that the packae is missing, has been obsoleted, or is only available from another source"

i get this when i run apt-get install libqtm-contacts
This is really odd... Just to double check:
1. are you running pr 1.2?
2. do you have the "extras-devel" repository enabled?

what do you get if you run:

Code:
dpkg-query -l *libqtm*
?
__________________

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
 
Posts: 7 | Thanked: 0 times | Joined on Jul 2010
#240
Nokia-N900-51-1:~# dpkg-query -l *libqtm*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libqtm-messagi 1:1.0.0-maemo1 Qt Mobility messaging module

that is what i get
 
Reply


 
Forum Jump


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