View Single Post
  (#14 (permalink)) Old
Rosso69 Offline
New Member
 
Posts: 3
Join Date: Jun 2008
Model: 8830
PIN: N/A
Carrier: blackbeery
Default 06-05-2008, 02:55 PM

Quote:
Originally Posted by rivviepop View Post
I'm not, but I see you're using an 8830 - the first thing I would make sure is that you're not using a newer version of IPD files than the program expects. IPDump wants a version 2 (0x02); check your 8830 IPD file by doing this:

- Download this freeware hex editor to your PC and unzip:
Freeware Hex Editor XVI32

- Run xvi32, and open your IPD file

- Look at position 26 - is the value in the square '02'? (the value in position 25, right before it, should be a '0A' - just to make sure you're in the right spot)

You can get more nerdy if you want by checking your IPD file from the 8830 against the other values that he's expecting; here's his newest java source file with comments in it:

http://code.google.com/p/ipddump/sou...IPDParser.java

(look at line 164 or so, that's where it starts)

hope this helps some...
Thnx for the quick reply.
I had the right version (02) but not the latest java. I used the jar file. I found on google.
Now i have the right java and i get compile errors. I am not a great java programmer. So i have to study.
Just javac Main.java was not enough. So i am going to try some things today. And maybe come back later.

Thnx again
   
Reply With Quote