Page 19 of 34
Re: Apply custom images to Ford Convers+
Posted: 08 Jan 2020, 18:15
by Gwe89
Ursadon wrote: ↑08 Jan 2020, 15:11
Artist wrote: ↑08 Jan 2020, 14:46
Hi Ursadon, if you're bored, try implementing multiple image changes in the "Help Screen" section of another version of ConversHacker ...
The boys have already come up with the great idea of converting still images into pseudo-animation. It would be nice if the selection was marked with a number and Convershacker was able to replace these images when selecting an image from a computer.
Of course, this can be solved manually, but among other settings you can think ...
Basically, I wanted to thank you for the great work and return to this forum. Thanks to you, you are moving a lot of things that definitely include “Thanks”
The idea is good, unique.
when there is free time, I will try to experiment in this direction, if no one else does it before.
At the moment, we are putting final touches on the new Convers IMG hacker release with DGAlexandru, then I plan to continue develop IPCupdate in order to cover all the modules and create a free analogue of UCDS. Of course, with the help of members of the forum
Have you thought about making the ipc update work with ucds also, just a thought,
Anyway last update of convershacker great tool you guys are very clever people
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 13:58
by Ursadon
New release.
## [1.3.0] - 09-01-2020
### Added
- Wallpaper generation (Main->Create wallpaper)
New wallpaper saved in folder "Converted" in full flash format (.vbf)
logo offset: 0x30120000
Modified mainFW (changed logo offset):
Firmwares/Main-CustomLogo-8M2T-14C026-CE.vbf - **for vFL**
Firmwares/Main-CustomLogo-CS7T-14C026-CD.vbf - **for FL (not fully tested)**
1.3.0.png
ConversHacker-v1.3.0.zip
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 15:22
by peter
please check attached vbf. I hope is ok, and can be used on all main vbf
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 16:32
by DGAlexandru
@peter
I don't think you can delete only 4 bytes even in Main Flash.
You need to delete an entire flash page / sector.
Also, not all Main FW versions use the same region in flash to store the offset where the Boot Logo is, so this won't work as expected.
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 16:51
by peter
ok, attachment deleted
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 16:53
by Ursadon
DGAlexandru wrote: ↑09 Jan 2020, 16:32
@peter
I don't think you can delete only 4 bytes even in Main Flash.
You need to delete an entire flash page / sector.
Also, not all Main FW versions use the same region in flash to store the offset where the Boot Logo is, so this won't work as expected.
Agreed.
Minimum chunk size for delete - 0xFFFF (Main Flash). So, it’s a little difficult to make an online patcher
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 16:59
by tomy75
@Ursadon
@DGAlexandru
Can you please make tutorial how setting theme, color pallete,custom BGR file for FL and preFL convers?
Thenx
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 17:11
by Stevebe
Ursadon wrote: ↑09 Jan 2020, 16:53
Agreed.
Minimum chunk size for delete - 0xFFFF (Main Flash). So, it’s a little difficult to make an online patcher
This is probably me getting it all wrong but Looking through the VBF doc. Z
Can the “ At address”. Be used I know it’s only one byte at one address can the command be used like blocks
This function sets a byte value at a specific address.
On the Edit menu, click At Address. Enter an address, a byte value, and press the OK button.
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 17:15
by DGAlexandru
Yes, VBF allows this. Peter approached this way. The problem is that you can't modify a byte in a flash type memory unless you delete it first.. and you can't delete only a byte but a whole page / sector from that flash.
On an EEPROM memory type you can write only a byte.
Re: Apply custom images to Ford Convers+
Posted: 09 Jan 2020, 17:18
by Stevebe
DGAlexandru wrote: ↑09 Jan 2020, 17:15
Yes, VBF allows this. Peter approached this way. The problem is that you can't modify a byte in a flash type memory unless you delete it first.. and you can't delete only a byte but a whole page / sector from that flash.
On an EEPROM memory type you can write only a byte.
Yeah of course my bad wasn’t thinking of corse it’s flash. I was using the command to change single byte in EEPROM.