From: Alan G. <ago...@ya...> - 2003-09-17 03:53:58
|
I wanted to get some help on the phonebook entry I get back. I've been trying to deduce what the packet is, but still can't. I see the ff bytes, but beyond that nothing makes sense to what i see on my phone I've put some print statements in extracephonebookentry i print out len(packet), then for x in range(0,len(packet)): item = readlsb(packet[x]); print str(item) here's what i get: length of packet is 102 19 255 19 1 1 0 0 0 0 0 0 231 254 126 0 0 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 60 106 46 53 76 71 84 77 53 50 48 67 111 110 110 101 99 116 111 114 95 49 57 57 0 0 0 0 0 0 0 0 0 0 0 0 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |