Apply custom images to Ford Convers+
Re: Apply custom images to Ford Convers+
what is the difference between themes FL and M? I use the black theme in the FL version of the convers. Which theme should I choose for the correct image color?
Re: Apply custom images to Ford Convers+
Are you using the latest version (1.3.0)? I tested for vFL - all ok, also FL image looks like it is correctly generated
Different color codes. Try to use Theme 1 FL
You do not have the required permissions to view the files attached to this post.
Not native English speaker ![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
IPC hacker, embedded cracker, tamer of bears & beers
![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
IPC hacker, embedded cracker, tamer of bears & beers
-
- Pro
- Posts: 364
- Joined: 04 Aug 2019, 22:47
Re: Apply custom images to Ford Convers+
FL = FaceLift Convers+ -> those that have P/N starting with BS7T or CS7T
M = Middle Convers+ (late 2009 - 2010) -> those that have P/N starting with AM2T or those that have "M0 tr al" FW and have P/N starting with 7M2T / 8M2T.
There is a slight difference in them.
M = Middle Convers+ (late 2009 - 2010) -> those that have P/N starting with AM2T or those that have "M0 tr al" FW and have P/N starting with 7M2T / 8M2T.
There is a slight difference in them.
Re: Apply custom images to Ford Convers+
im use Theme 1 FL
on black them ist color no good,but with bleu theme its ok,
i need use black theme what can i setting in convershacker?i need use bgr pallete?
thenx
on black them ist color no good,but with bleu theme its ok,
i need use black theme what can i setting in convershacker?i need use bgr pallete?
thenx
Re: Apply custom images to Ford Convers+
Re: Apply custom images to Ford Convers+
Yes. In Firmware/ folder you can find already modified .vbf for MainFW with calculated checksums
Not native English speaker ![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
IPC hacker, embedded cracker, tamer of bears & beers
![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
IPC hacker, embedded cracker, tamer of bears & beers
-
- Active member
- Posts: 103
- Joined: 05 Nov 2019, 10:34
Re: Apply custom images to Ford Convers+
means no change of offset needed in flash of original picture?
Re: Apply custom images to Ford Convers+
There’s no arm-in-it
Preface
You do not have the required permissions to view the files attached to this post.
Last edited by Stevebe on 11 Jan 2020, 22:55, edited 6 times in total.
Digimod
Re: Apply custom images to Ford Convers+
Hey notice an error, if the file that's made with the convert image is over 130kb it fails to load in ucds
Also you can see on the logo its missing some at the bottom
Also you can see on the logo its missing some at the bottom
You do not have the required permissions to view the files attached to this post.
-
- Pro
- Posts: 364
- Joined: 04 Aug 2019, 22:47
Re: Apply custom images to Ford Convers+
Yes, the VBF that is created with Convert Image has a "static vbf file header" that erases and then writes only 2 sectors, each with 0x01 00 00 bytes (65.536 bytes) or 64kb.
You should be able to repair the VBF by changing in a HEX editor the header, from 0x02 to 0x03: just after 0x7D ("}" in text mode) you have 0x30 0x12 0x00 0x00 (start address) then 0x00 0x02 0x00 0x00 (number of bytes to erase then write).
Convers Hacker is a tool that helps you do some things more easy or helps you understand how to do some things.. it doesn't do everything as there are a lot of versions of Main and Extended Flash configurations that should be taken into consideration which would take too much developing time.
You should be able to repair the VBF by changing in a HEX editor the header, from 0x02 to 0x03: just after 0x7D ("}" in text mode) you have 0x30 0x12 0x00 0x00 (start address) then 0x00 0x02 0x00 0x00 (number of bytes to erase then write).
Convers Hacker is a tool that helps you do some things more easy or helps you understand how to do some things.. it doesn't do everything as there are a lot of versions of Main and Extended Flash configurations that should be taken into consideration which would take too much developing time.