Damn the 6700 used a different radio ready code...
Ours is 3... Someone who is smarter than me, fix it!!!!!!
Quote:
Used IDA to decompile it. Found this reg key:
HKLM\System\State\Phone
"Radio Ready State"
The software, since it is from O2, is expecting a "GSM ready" value of "17" while "CDMA Ready" is "11"
So I found the code location in IDA after a little tracing. Opened it in a hex editor and changed code location 00016B8C from "0F" to "0B"
Signed the code using signcode since the signature was now invalid, rebuilt the .cab with the updated .exe, a little testing/playing, zipped it up, and there you have it.
Easier than pie.
-Paul
|