From: Scott C. <sco...@sh...> - 2003-10-03 04:56:09
|
Roger Binns wrote: > The phone rebooting annoyed the heck out of me on the VX4400 > until I figured out how to avoid it. Basically if you send > command 0x00, then you end up having to reboot. Well, I tried many combinations, and the one thing that seems to be necessary is that command. Sorry. > > Ok, merging it in now. One question I have is if you are sure > exactly the same code works on the VX1 as implied by the > comment? I do not have a VX1 phone. I do not live in an area serviced by Verizon (the V of VX). My provider is Telus Mobility (TM). I am not sure that it works on any phone other than my own. I submitted it for testing. I didn't realize I had implied anything more. > > You also moved the code that fills in entry back in the > main loop. What was wrong with the extractphonebookentry > function? (It did have a bug in that there was no return > statement :-) I made it use that function again. Of particular > note is that it fills in the serials. The function fills in the one serial listed twice in the entry, and ignores the other number, which I assumed is a serial, given in response to the next entry command. It seemed convoluted to pass all that data to a function, when the data could just as easily be set in the loop itself. You will have to add these parameters to the function to pick up the second serial. > These are needed if > you don't want to lose speed and voice dials. |