Posted by Vijay Gummadi, vijaykgummadi@yahoo.com
on February 08, 2002 at 22:31
Does anyone know if it is possible to simulate saving phone numbers/names using the Nokia Internet ToolKit 3.0. I tried saving phone numbers using the Nokia 6210 emulator interface and also using WML Script.
WMLScript:
extern function AddContactToPhonebook (ContactNumber, ContactName) {
WTAPhoneBook.write(0, ContactNumber, ContactName);
}
Both these alternatives didn't work. When I trying saving numbers/names using the interface, clicking on the save button doesn't do anything. When I try saving using the WMLScript, the application crashes (and of course complains about lack of a SIM card). Is it possible to save this information to a local db that simulates writing to the SIM card? Any assistance is appreciated.
Posted by Mobile Internet Toolkit Team, wap.toolkit@nokia.com
on February 11, 2002 at 21:15
The WAP June 2000 Simulator has WTAI emulation support, so you can test to see if your WTAI applications are written correctly. WTAI was not supported in the 6210 or any other Nokia WAP phones until very recently (Use Number was used instead).