From: Roger B. <ro...@ro...> - 2003-09-26 01:52:22
|
Kent and Paula wrote: > I think you asked for five lines... If you want more I certainly can provide. > > 0 0.00606502 bitpim.exe IRP_MJ_CREATE sscdmdm0 SUCCESS Options: Open > 1 0.00000698 bitpim.exe IOCTL_SERIAL_SET_QUEUE_SIZE sscdmdm0 SUCCESS InSize: 4096 OutSize: 4096 > 2 0.00000447 bitpim.exe IOCTL_SERIAL_GET_TIMEOUTS sscdmdm0 SUCCESS > 3 0.00000615 bitpim.exe IOCTL_SERIAL_SET_TIMEOUTS sscdmdm0 SUCCESS RI:0 RM:0 RC:3000 WM:0 WC:0 > 4 0.00000950 bitpim.exe IOCTL_SERIAL_SET_WAIT_MASK sscdmdm0 SUCCESS Mask: ERR > 5 0.00000391 bitpim.exe IOCTL_SERIAL_GET_BAUD_RATE sscdmdm0 SUCCESS > 6 0.00000531 bitpim.exe IOCTL_SERIAL_GET_LINE_CONTROL sscdmdm0 SUCCESS > 7 0.00000475 bitpim.exe IOCTL_SERIAL_GET_CHARS sscdmdm0 SUCCESS > 8 0.00000391 bitpim.exe IOCTL_SERIAL_GET_HANDFLOW sscdmdm0 SUCCESS I meant 5 entries from the phonebook using some other sync software :-) Basically I need to see how it is done before being able to to tell you if it is similar to the LG way or completely different. If it is similar, then existing code can be adapted. If it is different, then the reverse engineering process begins! > The difference between calendar and scheduler is small I guess. It's just that > a month can be displayed on the phone and you can > look at what ever month you choose. That is the way the 4400 works anyway. It underlines any days you have events on in the monthly view. > To the best of my knowledge: > The schedule file is: /nvm/nvm/schedule > The to do list is : /nvm/nvm/to_do_list > The memo pad is: /nvm/nvm/memo > The countdown file is: /nvm/nvm/d_day > The ring tones are: /user/sound/ringer/AmericanWoma.mid (etc.) > The text messages are: /nvm/sms/sms_0045 (etc.) > The voice memos are: /VoiceDB/All/Memos/Mem00004.qcp (etc.) Ah, gotta love these phones. The locations are similar yet different :-) I am still working on the generalistion of the phonebook stuff, specifically porting over the existing 4400 code and making it generic, as well as merging in Scott's TM520 work. Roger Roger |