Update IPC
Re: Update IPC
what program its ConversHacker ?
what fuction?
what fuction?
Re: Update IPC
i have put a copy in your drop box
Digimod
Re: Update IPC
New release
v1.3.0
## [1.3.0] - 2019-06-29
### Fixed
- Crash after main firwmare updates
### Added
- Autoselect baudrate. Now there is no need to use ELS27_baudrate.
v1.3.0
## [1.3.0] - 2019-06-29
### Fixed
- Crash after main firwmare updates
### Added
- Autoselect baudrate. Now there is no need to use ELS27_baudrate.
You do not have the required permissions to view the files attached to this post.
Not native English speaker
IPC hacker, embedded cracker, tamer of bears & beers
IPC hacker, embedded cracker, tamer of bears & beers
Re: Update IPC
New release
v1.4.0
## [1.4.0] - 2019-07-01
### Fixed
- retranmissions UDS TransferData
### Added
- EEPROM online hex-edit
v1.4.0
## [1.4.0] - 2019-07-01
### Fixed
- retranmissions UDS TransferData
### Added
- EEPROM online hex-edit
You do not have the required permissions to view the files attached to this post.
Not native English speaker
IPC hacker, embedded cracker, tamer of bears & beers
IPC hacker, embedded cracker, tamer of bears & beers
-
- Pro
- Posts: 364
- Joined: 04 Aug 2019, 22:47
Re: Update IPC
Thank you for all your work Ursadon.
I was playing around with the same thing - dumping and uploading IPC's EEPROM / Flash but got stucked at SEED Key
I found a solution by using available software that have this already implemented (IDS / UCDS / Motral) with a Rasspery PI emulating an IPC and getting as much SEEDs as I could, in a consecutive order and then went with the request and answer in BIT format and from there I was able to see a pattern - and I was able to calculate the answer by going from a near known SEED key pair :/
I even found the "encrypting" KEY - A941C5 for IPC by disasambling one of the mentioned software, but couldn't figure it out on how to use it .
Now I'm going to start using your software, as soon I'll have an ELS adapter - I only have IDS, ELM327 and UCDS untill now - mainly for dumping the EEPROM; for uploading it back I use UCDS. Until now I was using Motral's ELM327 test app and it's LOGs to reconstruct the EEPROM dump
If you need a VBF tool or any kind of other information regarding Ford modules, please be free to contact me, I might be able to help you (I also have access to Etis ).
I was playing around with the same thing - dumping and uploading IPC's EEPROM / Flash but got stucked at SEED Key
I found a solution by using available software that have this already implemented (IDS / UCDS / Motral) with a Rasspery PI emulating an IPC and getting as much SEEDs as I could, in a consecutive order and then went with the request and answer in BIT format and from there I was able to see a pattern - and I was able to calculate the answer by going from a near known SEED key pair :/
I even found the "encrypting" KEY - A941C5 for IPC by disasambling one of the mentioned software, but couldn't figure it out on how to use it .
Now I'm going to start using your software, as soon I'll have an ELS adapter - I only have IDS, ELM327 and UCDS untill now - mainly for dumping the EEPROM; for uploading it back I use UCDS. Until now I was using Motral's ELM327 test app and it's LOGs to reconstruct the EEPROM dump
If you need a VBF tool or any kind of other information regarding Ford modules, please be free to contact me, I might be able to help you (I also have access to Etis ).
Re: Update IPC
hi have been using your App for sometime i find it very usfull is there a way it could used to upload eeprom files..rather than just edit.
one thing i have found playing with the odomiter bytes, if the reading is above 500,0000 k or 335,000 miles these create 0x0046 in all locations .i find most any alteration gives a error on the unit. i know its a strange figure to playwith but it came about by accident.
have you taken the App any further
Digimod
-
- Pro
- Posts: 364
- Joined: 04 Aug 2019, 22:47
Re: Update IPC
You can use the dumped BIN files to create the needed VBF files and use those.
You need an application that can calculate 2 tipes of checksum: CITT16 and CRC32 and a HEX file editor. I use for all of this HxD from https://mh-nexus.de/en/
Start by comparing your BIN file with an original VBF file for the same version to understand what you have to do - again, you can use the above program to do this comparison. Then add to your BIN file the needed VBF header and so on.
You have some more details of this procedure also on this forum.
You need an application that can calculate 2 tipes of checksum: CITT16 and CRC32 and a HEX file editor. I use for all of this HxD from https://mh-nexus.de/en/
Start by comparing your BIN file with an original VBF file for the same version to understand what you have to do - again, you can use the above program to do this comparison. Then add to your BIN file the needed VBF header and so on.
You have some more details of this procedure also on this forum.