var fDesc=new Array(); fDesc[0] = "SE db2020 Image Tool. Replace system graphics of Sony Ericsson phones.

This software allows to replace system graphics of Sony Ericsson phones built on db2020 platform.

Short guide:

- download firmware of the same version, as in yours phone
- unpack it (if needed) and open in this software
- from the images list select image which you want to replace
- press “Replace” button
- find on your PC and open a replacement image
- repeat theese steps for all images You want to change
- press “Make .vkp” button
- save generated patch and flash it with JDFlasher or SETool2 lite
- using “Save to disk” button you can save selected image to PC"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }