Re: PM-8200 Todo Support Added
Stephen Wood <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Jordan: I'll check in your changes after we announce 8.04. Let me know if your name added to the copyright line or if you want to transfer the copyright. On 12/14/05, Jordan Foley <[email protected]> wrote: > > .... I > did not add support to write back to the phone as i dont know how to do > that yet. Look at savecalendar or savephonebook in com_sanyo.py for guidance on how to write to sanyo phones. I'll try to explain a bit when I am not at work. Also I hardcoded the value of 20 into my subroutine because > that is the max on my phone. Is this different on different phones and > does this need to be a variable that is defined for each phone? These numbers seem to be pretty constant across a wide range of Sanyo phones. In any case, I'll turn these constants into variables when I check your code in. Question time. What are the commands to access different parts of the > phone, most importantly I am looking for a command that will allow me to > access the other sms folders since the command i have (0xe1) only gets > the inboxs and I have tried ones around it without success. Is there a > way to find them or is it trial and error? I think the what you wrote reads all messages in every folder. What it looked like on the 4900 was that each message had a folder id/index. Have you tried using the folderrequest/folderresponse packets to get the folder names? For the 4900, the command was 0xef, and the packettype was 0x0b instead of 0x0c. (The words "command" and "packettype" are not necessarily meaningful. They are just soft of descriptive guesses of the functions of these bytes.) Stephen