Reply
Thread Tools
Posts: 9 | Thanked: 1 time | Joined on Dec 2009
#1
Nokia n9, PR 1.2.
With the last update, my n9 show near to each contact a field, not editable, "synct to MfE - <mail>", or, for example "synct to nokia account"... here the screenshot (italian):



Now, a bunch of questions:
1. I want to delete the nokia account (i.e. the MfE account) WITHOUT loose any contact data. In fact i want to unbind my contacts from server, and retain all data to my cell. How?
2. The "global address list" works only on the first created Mfe account? in fact there's no way to use a second gmail (for example) account for this.
3. If i create a new contact, Meego ask me if i want to sync the contact with MfE. Why not for nokia account instead?
4. If i create a contact without any sync server, how i can later sync this contact?
And finally...
5. Where is the contacts database?

Thx a lot and sorry for my poor english.
 
Posts: 123 | Thanked: 13 times | Joined on Dec 2011 @ Setubal, Portugal
#2
I want to do this too..
Remove the service but stay with the contact info offline.

I already removed facebook from my contacts but the contacts app still fetches wirelessly for the facebook info x.x
 
Posts: 123 | Thanked: 13 times | Joined on Dec 2011 @ Setubal, Portugal
#3
Originally Posted by Endymion View Post
Nokia n9, PR 1.2.
With the last update, my n9 show near to each contact a field, not editable, "synct to MfE - <mail>", or, for example "synct to nokia account"... here the screenshot (italian):



Now, a bunch of questions:
1. I want to delete the nokia account (i.e. the MfE account) WITHOUT loose any contact data. In fact i want to unbind my contacts from server, and retain all data to my cell. How?
2. The "global address list" works only on the first created Mfe account? in fact there's no way to use a second gmail (for example) account for this.
3. If i create a new contact, Meego ask me if i want to sync the contact with MfE. Why not for nokia account instead?
4. If i create a contact without any sync server, how i can later sync this contact?
And finally...
5. Where is the contacts database?

Thx a lot and sorry for my poor english.


Have you tried with all sync'ed accounts, exporting contacts to file? .vcf files, then check them at a pc to see if the info is all there.
 
Posts: 9 | Thanked: 1 time | Joined on Dec 2009
#4
Originally Posted by tiiagoFernandez View Post
Have you tried with all sync'ed accounts, exporting contacts to file? .vcf files, then check them at a pc to see if the info is all there.
Sorry for the 1 month delay...
Only the contact proper info (i.e. telephone, address, ecc) are preserved in VCF file. Linked informations, including the sync server, is lost.
At this time, i don't have a valid solution.
 
Posts: 1 | Thanked: 0 times | Joined on Apr 2012
#5
I have actually shot myself in the leg with this. I recently removed MfE account which was used also for Contact sync. And all my contacts were lost. I wonder why this is nowhere emphasized?! Lucky for me I had a couple of days old exported contacts on my phone. I was able to revert back 99% of data. Had to open each *.vcf file in File Manager on my N9 and add it back to phones contacts.

I've learnd my lesson, no more contact sync to online service, it is just too unreliable. So much for the "cloud" .

Originally Posted by Endymion View Post
Nokia n9, PR 1.2.
With the last update, my n9 show near to each contact a field, not editable, "synct to MfE - <mail>", or, for example "synct to nokia
...

Last edited by Jaso; 2012-04-05 at 18:32.
 
Posts: 241 | Thanked: 324 times | Joined on Dec 2010
#6
Originally Posted by Jaso View Post
I've learnd my lesson, no more contact sync to online service, it is just too unreliable. So much for the "cloud" .
It isn't, just store your contacts in gmail. There's even options to revert to different times and retrieve contacts you have deleted etc, it is VERY reliable
 
Posts: 9 | Thanked: 1 time | Joined on Dec 2009
#7
Originally Posted by hotnikkelz View Post
It isn't, just store your contacts in gmail. There's even options to revert to different times and retrieve contacts you have deleted etc, it is VERY reliable
What if you have, for example, multiple cell numbers for a single contacts? Recently i've tried to sync MFE->google and i've lost many contact numbers.
 
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#8
(full disclaimer: I have been involved as a developer with contacts on the N9 for the past few years)

Originally Posted by Endymion View Post
Nokia n9, PR 1.2.
With the last update, my n9 show near to each contact a field, not editable, "synct to MfE - <mail>", or, for example "synct to nokia account"... here the screenshot (italian):
Originally, it was intended to be editable. That didn't happen for reasons I don't remember anymore.

Originally Posted by Endymion View Post
Now, a bunch of questions:
1. I want to delete the nokia account (i.e. the MfE account) WITHOUT loose any contact data. In fact i want to unbind my contacts from server, and retain all data to my cell. How?
With difficulty. Off the top of my head, I'd suggest exporting contacts to a vcard, disabling server sync, and using 'vcardconverter' via ssh (vcardconverter /path/to/vcf/file.vcf) to import the contacts back from the vcard.

Please note that doing things like this is a great way to create mess if you then re-enable sync (or have the same data being synced from multiple services)

Originally Posted by Endymion View Post
2. The "global address list" works only on the first created Mfe account? in fact there's no way to use a second gmail (for example) account for this.
I don't remember the answer to this off the top of my head (as I wasn't too involved with the feature), but I'm not actually sure that Gmail supports GAL searching. Someone who knows more about ActiveSync might be of help, or I might try do some digging if I get some time later on. At the least, I don't have any option for GAL searches, and I have only ever used MfE with Google.

Originally Posted by Endymion View Post
3. If i create a new contact, Meego ask me if i want to sync the contact with MfE. Why not for nokia account instead?
This feature is for MfE only. I'm not a designer, so I can't answer the "why", but my personal guess (note: I have no 'inside' information on this) is that it is because most of the services that Nokia accounts provided have / are being chopped up slowly. For instance, there is no longer any web access to Contacts.

Originally Posted by Endymion View Post
4. If i create a contact without any sync server, how i can later sync this contact?
Delete it, and re-add it. Yes, it's annoying.

Originally Posted by Endymion View Post
And finally...
5. Where is the contacts database?
The 'canonical' data store is in tracker (along with SMS/lots of other stored data). There is also a cache on the UI side to improve startup performance, but that's an implementation detail, and you shouldn't touch / know about it, so I won't talk about it more.

If you want to access contacts data, you should use the QtContacts API. It's fairly easy to use and get to do what you want.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 

The Following User Says Thank You to w00t For This Useful Post:
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#9
Originally Posted by Endymion View Post
Sorry for the 1 month delay...
Only the contact proper info (i.e. telephone, address, ecc) are preserved in VCF file. Linked informations, including the sync server, is lost.
At this time, i don't have a valid solution.
Well, yeah. If you don't want the contacts to be synced - but stored locally - then you won't have a sync target anymore. That's to be expected.

If you mean that you want the contacts to be both stored locally so they'll stay if/when you disable sync *and* also synced, that isn't possible.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#10
Originally Posted by Jaso View Post
I have actually shot myself in the leg with this. I recently removed MfE account which was used also for Contact sync. And all my contacts were lost. I wonder why this is nowhere emphasized?!
Note that they aren't just gone into nowhere. They're still stored with that MfE account, so if you re-add the account, they'll be back.

It's not emphasised because it wasn't in the specifications (hehe), but I personally think this makes sense. You wouldn't expect IM contacts to stay around if you remove an IM account, etc, this is much of a similar scenario: in the case of synced contacts, the server 'owns' those contacts.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:37.