cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
326
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Corey Gilmore on 24-03-2010 10:25:45 PM
Hi,

I'm programmatically creating contacts and folders, and it looks like the
1xCommand Phonebook Contact Modify
command won't actually move a contact into a folder, nor will
1xCommand Phonebook Contact Add
put a contact in a folder.  On the device itself, through the GUI, you can create choose to create a contact inside a folder, but they only appear in the homescreen, not the folder.


For example:
 1
 2xCommand Phonebook Folder Add Name:"Test"
 3
 4OK
 5*r PhonebookFolderAddResult (status=OK):
 6    Name: localGroupId-53
 7** end
 8
 9xCommand Phonebook Contact Add Name:"Folder User" FolderID:"localGroupId-53"
10
11OK
12*r PhonebookContactAddResult (status=OK):
13    Name: localContactId-54
14** end
15
16xCommand Phonebook Contact Add Name:"Standalone User"
17
18OK
19*r PhonebookContactAddResult (status=OK):
20    Name: localContactId-55
21** end


Expected contact/folder hierarchy should look like:
1
2My Contacts
3|   Standalone User
4|
5\---Test
6        Folder User


Actual hierarchy is like this:
1
2My Contacts
3|   Standalone User
4|   Folder User
5|
6\---Test



"Folder User" appears in the root of My Contacts, not inside the folder as expected.  On an earlier release (TE1.0.1.181567) users created in a folder would appear both in the expected folder AND in the root folder.  On 1.0.1 you still could not move contacts to a folder.


If you attempt to modify a user, and move them to a folder, a successful result is returned, but the user is not actually moved to a folder.
1xCommand Phonebook Contact Modify ContactID:"localContactId-55" FolderID:"localGroupId-53"
2
3OK
4*r PhonebookContactModifyResult (status=OK):
5** end


This is with an E20 running software version TE2.1.0.2069545, mainboard 101390-7, boot software U-Boot 2009.03-30.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links