
01-14-2008, 01:46 AM
|
 |
Almost a VIP
Offline
Location: Euclid, Ohio, USA
|
|
Join Date: Sep 2007
Posts: 832
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
This is the problem... someone has to go do that, but instead of "11" change it to "3"
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
|
|