Hi to all
I Heard and I found that, we can get some contact list, add list, delete contact from phonebook on S60 using Flashlite , by using some Service functions.
Is it Possible to get the same on S40 using Flashlite.
But I tried Some Fscommands as below
fscommand2(
“Get”, // required – “Get”
“Phonebook”, // required – primary key
“Entry”, // optional - subkey
“2”, // optional - subkey
“FirstName”, // optional - subkey
“firstNameVar” // required - name of return variable
);
But It is not supported , i am getting the value as -1.
And I tried this also
fscommand2(
“Set”, // required – “Set”
“Phonebook”, // required – primary key
“Entry”, // optional - subkey
“3”, // optional - subkey
“FirstName,” // optional - subkey
“Raji” // required – value
);
value = “Raji”;
Here i am getting the status value is 0, (Failure to get specified information)... I used flashlite 3.0, and As2.0.
Is there any other functions are needed for same, Can anyone help me
Which Version I have to use to get the same
Awaiting for yr kind reply.
Thanks
Raji





