From: Roger B. <ro...@ro...> - 2004-05-24 23:59:35
|
> It would appear to me that the data from the newer Kyocera phones is > stored a bit differently from the other phones that are > supported by bitpim, but I am not that familiar with the code, so I could > easily be wrong. I wonder if anyone more familiar with > the file system code could easily make a modification to support these phones? For some reason the 'unknown2' field is one byte longer. Or the name has one more prefix byte depending on how you view it. I am working on some code that should work for all phones. Please can you post what protocol you get for listing files in the root directory. > p_brew.listfileresponse > responseheader header: <p_brew.responseheader> > UINTlsb commandmode: 89 0x59 > UINTlsb command: 11 0xb > UINTlsb errorcode: 0 0x0 > UINTlsb entrynumber: 2 0x0 > UNKNOWN unknown1: '\x01\xff\x00\x01' > UINTlsb date: -1356481536 0xaf25bc00 > UINTlsb size: 2808621 0x2adb2d > UNKNOWN unknown2: '\x00\x00,\x00\x00' > STRING filename: '\x19user/mypictures' Did you type that all in by hand? Roger |