From: Stephen M. <mar...@ch...> - 2004-03-14 13:33:35
|
Hello, I found a slight BREW protocol difference with this phone... Normally, you expect a file list response as below: PACKET listfileresponse: * responseheader header 4 UINT entrynumber 4 UNKNOWN unknown1 4 UINT date 4 UINT size 5 UNKNOWN unknown2 * STRING {'terminator': None, 'pascal': True} filename # no terminator for some reason But this phone has 5 "UNKNOWN" bytes before the remaining fields (date,size,etc...) Would it be possible to add this option in to support this phone? Thanks! -- Steve ------------------------------------------------------------------------- 22:09:25.594 SCP-5300: Now in brew mode 22:09:25.594 SCP-5300: brew request Data - 9 bytes <#! p_brew.listfilerequest !#> 00000000 59 0b 00 00 00 00 02 2f 00 Y....../. 22:09:25.664 SCP-5300: brew response Data - 37 bytes <#! p_brew.listfileresponse !#> 00000000 59 0b 00 00 00 00 00 01 1f 00 00 00 c1 83 1d 2c Y.............., 00000010 06 00 00 00 00 00 00 00 00 0b 75 69 62 75 69 6c ..........uibuil 00000020 64 2e 64 69 72 d.dir ------------------------------------------------------------------------- |