|
2010-09-04
, 02:56
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#352
|
Argh, it's me one more time..... I tested the IM status and it's not working, I had a look at my contacts numbers and adresses... in the N900 list I do have 3 phone numbers or more and email adresses also IM adresses , in your app, for those same contacts, I do find only the phone numbers, sometimes email but never the IM adress. it is just like if the app was unable to load those datas, even if I reboot my device, nothing changes. Another strange thing is that sometimes, the last 2 digits on phone numbers are hidden by thos picto on the right side of numbers.. however, I still use it, too cool your app, really. kristinof
|
2010-09-07
, 21:35
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#353
|
|
2010-09-08
, 02:33
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#354
|
|
2010-09-08
, 03:34
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#355
|
fcrochik, does this release remove the crochik symbolic link that gets created when MyContacts first starts?
|
2010-09-08
, 10:15
|
Posts: 10 |
Thanked: 3 times |
Joined on Jun 2010
@ San Marino
|
#356
|
|
2010-09-08
, 10:21
|
Posts: 78 |
Thanked: 24 times |
Joined on Mar 2010
|
#357
|
|
2010-09-08
, 12:42
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#358
|
Hi fcrochik,
I've also upgraded to last version and now mycontacts doesn't show turkish characters in contact names. Previous version was fine, "stock" contacts is fine, so I guess you must be using a different font set. Any remedies you can suggest?
I've installed new version today, and I found something "strange". All avatars color are changed, and in some case they are wrong (a picture of one contact is used by another contact). I'll attach some screenshot. I've rebooted the phone, but the problem persist.
The avatars in the "stock" address book are fine.
apt-get update apt-get upgrade
apt-get update apt-get remove libqtm-contacts apt-get install libqtm-contacts apt-get install mycontacts
The Following User Says Thank You to fcrochik For This Useful Post: | ||
|
2010-09-08
, 13:00
|
Posts: 34 |
Thanked: 7 times |
Joined on Jun 2010
|
#359
|
This is the first time I did not include my "custom" Qt Mobility Backend. On my tests the "stock" one now seems to include all the fixes I had on mine. All that you need to do is update the version installed on your phone:
run as root on x-terminal:
NOTE: This will update all the packages with the latest versions on the repositories. I couldn't find a way to tell apt to just upgrade the libqtm-contacts.Code:apt-get update apt-get upgrade
If by any chance you don't want that to happen you can run on x-terminal as root:
The second method will uninstall any other application that you have installed that also depends on libqtm-contacts.Code:apt-get update apt-get remove libqtm-contacts apt-get install libqtm-contacts apt-get install mycontacts
IF BY ANY REASON this doesn't solve the problems let me know and I will immediately publish a new version including my "custom" backend.
Nice job again