From: Stephen W. <sa...@us...> - 2003-10-30 02:33:39
|
Thanks for the explanations! I knew the thet _setmode methods were being called, but couldn't figure out how. >The 4400 phonebook does get confused if you keep reading it. Other >sync software actually reboots the phone after each read or write. I >found that forcing brew mode before going into phonebook mode solves >that problem. I just started trying out some snippets of code for my SCP4900. The forcing of brew mode really helped speed up the debugging cycle. When I was learning the protocol for the phone using C programs and Perl scripts, I had to reboot my phone a lot. (Which I am convinced let to OS crashes). Not having to reboot the phone, combined with protocol log and tracebacks on exceptions really make developing and debugging fun! |