How to Change Bitmap in Software Keyboard? - P3300, MDA Compact III ROM Development

All the nordic user wich have åä and ö in there keyboard often uses "scandivaisktastatur5.cab" (se attached file) to replace the orginal software keyboard in a WM6 ROM. Tho its very ugly and has the old WM5 design I would like to change the bmp picture in the dll:s inside the cab. How do I do that? I can extract the Cab file, and replace the bmp file in the dll:s but how do I make a Cab out of it again? I have tried to change the BMP picture inside the dll and then copy the dll file in the windows directory (where the dll files are extracted by the cab file) but that will not work. Can anybody help pleas??

Hi
I have already tried what you suggests with no luck. This is what I did:
1) Extracted the dll from the cab
2) Extracted the bmp from the dll with resource hacker
3) Edited the bmp in Photoshop (see the attachment)
4) Inserted the new bmp into the dll with resource hacker
5) Replaced the original dll in the cab with the new one
6) Installed the cab
...and it did not work. Maybe it has something to do with signing of the dll or something, I don't know. If someone wants to try another shot, feel free to us the attached keyboard skin.
Regards,
PK

You would have to sign this dll etc, and even then it may not work - if you cook your own rom it might, but have a look at the new app that came out recently to change the Wait cursor. See how that's been signed and the certificates it uses, with an mui file. A similar technique may help here.
V

paalkr said:
Hi
I have already tried what you suggests with no luck. This is what I did:
1) Extracted the dll from the cab
2) Extracted the bmp from the dll with resource hacker
3) Edited the bmp in Photoshop (see attachment)
4) Inserted the new bmp into the dll with resource hacker
5) Exchanged the original dll in the cab with the new one
6) Installed the cab
...and it did not work. Maybe it has something to do with signing of the dll or something, I don't know. If someone wants to try another shot, feel free to us the attached keyboard skin.
Regards,
PK
Click to expand...
Click to collapse
Okaj...I did the similar thing.....but i guess that you need sign it with a certificate...I hav watched a little on that maybe making your own root certficate and sign the Dll with it, but it seams to be very complicated :-(

vijay555 said:
You would have to sign this dll etc, and even then it may not work - if you cook your own rom it might, but have a look at the new app that came out recently to change the Wait cursor. See how that's been signed and the certificates it uses, with an mui file. A similar technique may help here.
V
Click to expand...
Click to collapse
Do you have a link to that??

Found this
http://forum.xda-developers.com/showthread.php?t=321236
So someone know what his doing....i must be possible to do a nordic keyboard them

vijay555 said:
You would have to sign this dll etc, and even then it may not work - if you cook your own rom it might, but have a look at the new app that came out recently to change the Wait cursor. See how that's been signed and the certificates it uses, with an mui file. A similar technique may help here.
V
Click to expand...
Click to collapse
Hi
Thanks for the info Vijay! BTW: I use many of the free tools you have developed for the XDA's! Thanks for the effort!
The wait cursor thing was done on WM5, right? Could we use the same certificates or does WM6 need others?
Regards,
PK

uffe6 said:
Found this
http://forum.xda-developers.com/showthread.php?t=321236
So someone know what his doing....i must be possible to do a nordic keyboard them
Click to expand...
Click to collapse
Hi!
I don't think the German keyboard is excactly the same thing as we try to achieve. the German one installs as an separate SIP. The SkandinaviskTastatur.cab changes the inbuilt default keyboard SIP, but there is definitely possible to learn something from the German one.
Regards,
PK

Related

WM2003 UGLY Phone Dialer Skin.. How to change??

Does anyone know how to change the skin that is on the phone dialer app for WM2003? I have an XDA I (wife's) and a MDA II, the default skin on 4.01 on the XDA I looks okay.. But that T-Mobile 1.60 upgrade OUCH.. Yucky Looking Pink and Green Skin. Someone please help me before my eyes burn out from looking at the dialer. :-D
Brandon
Look at http://www.yorch.net/
javar
software
It doesn't look like this software works with windows mobile 2003. has anyone tried it?
it does, just soft reset the device everytime you change the skin
How to change the phone skin manually
You can manually change the phone skin by overwriting the following files located on the \Windows folder of the Pocket PC Phone Edition device:
clg_dlrbtn.gif
clg_dlrbtnd.gif
clg_in.gif
clg_miss.gif
clg_out.gif
dlr.gif
dlrclr.gif
dlrclrd.gif
ending_dlrbtn.gif
end_dlrbtn.gif
end_dlrbtnd.gif
hld_dlrbtn.gif
hld_dlrbtnd.gif
snd_dlrbtn.gif
snd_dlrbtnd.gif
spd_dlrbtn.gif
spd_dlrbtnd.gif
spd_lst.gif
Just download a phone skin and copy the above files to your Pocket PC. Then reboot the Pocket PC to activate the new skin.
Re: How to change the phone skin manually
One additional piece of information: there is no .gif for a depressed number button. For unknown reasons, this image is stored as an icon resource inside a DLL.
I made DLLs with that icon for the "Candy Red" and the "Wood and Chrome" DesignLabs skins. These DLLs can be downloaded from http://www.tadzio.com/ppc/skins/TapResCandyRed.dll and http://www.tadzio.com/ppc/skins/TapResWoodAndChrome.dll , respectively. If you wan to create your own, take one of the above as a template, then edit it in a resource editor (VC++ works nicely).
To install such a DLL, copy it to the \Windows directory on your PPC, then change the registry key HKEY_CURRENT_USER\ControlPanel\Phone\IcoFil to the name of your DLL, and perform a soft reset.
Have fun!
Daniel
Software
It works... Lots of work, but it works!! Thanks for your help!
Re: How to change the phone skin manually
tadzio said:
One additional piece of information: there is no .gif for a depressed number button. For unknown reasons, this image is stored as an icon resource inside a DLL.
Have fun!
Daniel
Click to expand...
Click to collapse
Whoooa!!! :shock: this is something really new!, lots of people have tried to figure out how to change this state, and now we know, this is great, Although I'm not a programmer I will try to play around with that VC++ thanks a lot!
.wav ringtones
Hi,
anyone know any other good sites to be able to download wav ringtones ?
Steve
Re: How to change the phone skin manually
tadzio said:
One additional piece of information: there is no .gif for a depressed number button. For unknown reasons, this image is stored as an icon resource inside a DLL.
I made DLLs with that icon for the "Candy Red" and the "Wood and Chrome" DesignLabs skins. These DLLs can be downloaded from http://www.tadzio.com/ppc/skins/TapResCanedyRed.dll and http://www.tadzio.com/ppc/skins/TapResWoodAndChrome.dll, respectively. If you wan to create your own, take one of the above as a template, then edit it in a resource editor (VC++ works nicely).
To install such a DLL, copy it to the \Windows directory on your PPC, then change the registry key HKEY_CURRENT_USER\ControlPanel\Phone\IcoFil to the name of your DLL, and perform a soft reset.
Have fun!
Daniel
Click to expand...
Click to collapse
Those DLLs don't seem to be available anymore. Can you post one here?
Try higher up the URL: http://www.tadzio.com/ppc
Re: How to change the phone skin manually
adamz said:
Those DLLs don't seem to be available anymore. Can you post one here?
Click to expand...
Click to collapse
Oops - both links had typos in them. Sorry! I corrected them in my original post, and here they are again - guaranteed to be correct this time:
http://www.tadzio.com/ppc/skins/TapResCandyRed.dll
http://www.tadzio.com/ppc/skins/TapResWoodAndChrome.dll
Cheers
Daniel
how to edit?
how do u edit the dll files cant get into them! i am not programmer lol
help will be appericated
Re: how to edit?
S1MB4D said:
how do u edit the dll files cant get into them! i am not programmer lol
help will be appericated
Click to expand...
Click to collapse
use a resource editor .. heres the site so you can choose app ..
http://protools.reverse-engineering.net/utilities.htm
i suggest the Borland resource Workshop .. just dont know if it still there .. o compatible with winxpsp2
exescope is also great .. but a shareware
PS always make a backup of a dll .. sometimes .. resource editor causes the dll to be corrupted ..
help!
okay i am using the resource hacker but i cant change anything or edit the image! help!
there has to be an easier way!
Re: help!
S1MB4D said:
okay i am using the resource hacker but i cant change anything or edit the image! help!
there has to be an easier way!
Click to expand...
Click to collapse
hi S1MB4D ..
some of the resouce editor only replaces or added the bitmap or image file use in the dll or exe, and it doesnt entirely create nor edit the image.. like the Resource hacker by Angus Johnson
thats why im suggesting the Borland Resource Workshop since it has that capabilities .. but since www.inprise.com no longer exist .. you can only use a resource editor that has that limitation .. to edit the image u will have to use an image editor like the windows paint or adobe photoshop .. or if it is an icon then an icon editor .. then replace the one included in the dll .. using the resource editor ..
but if you want to edit only the icon in an exe or dll for example the tapres.dll like the one above you can use an icon editor that can extract and automatically replaces the icon included in the dll or exe like in this link ..
http://www.iconcool.com/icon-editor.htm

exe/dll files from Blue Angel

Now i am transrating all of exe and dll files to Jpanese for my Blue Angel.
But most of them can't read and copy to PC from ROM due to locked.
Anybody can do that?
Of course i tried to use many tools from Xda developers com, but still not succeed it.
Pls let me know how to do, or up load all of the exe/dll files(the best is the Chinese WM2003 Phone, because easy to edit chinese one to jpananese, the chalactors of japanese and chinese have very near width of each dialoge. English alsp welocme!)
You can find my work here(japanese only) http://asukal.seesaa.net/article/1486286.html
Transrated [Backlight controle panel] to jpanaese
Asukal said:
Now i am transrating all of exe and dll files to Jpanese for my Blue Angel.
But most of them can't read and copy to PC from ROM due to locked.
Anybody can do that?
Of course i tried to use many tools from Xda developers com, but still not succeed it.
Pls let me know how to do, or up load all of the exe/dll files(the best is the Chinese WM2003 Phone, because easy to edit chinese one to jpananese, the chalactors of japanese and chinese have very near width of each dialoge. English alsp welocme!)
Click to expand...
Click to collapse
I suppose you need to build the ROM, using modified DLLs and EXEs. If the files are XIP and in ROM, you can't just copy it out from your /Windows.
Even if you managed to copy the files from a DUMPROM of a Blue Angel installation ROM, it is not permanent. When you perform a hard reset, your copied files will be gone.
Hi Asukal,
all you need to translate are the .mui files. Don't mess with .exe or .dll files directly.
Search the Micro$oft site how MUI works on WM2003.
Check out this thread here: http://forum.xda-developers.com/viewtopic.php?t=13714
Good luck
buzz
thanks guys!
to henrylim>>
yes i knew it will be gone after hard reset.
so i am planning to make Original Japanese ROM afer all of exe/dll were modified. but it will be long way to compliete!!! how many exe/dll must be edited!!!
but now i need all of exe/dll s from ROM at the first step!!
to Buzz_lightyear>>
i tried to modefied MUI and also did it exe/dll direcly and rename MUI, both can be works<seems to be worked>>
Any way, check the thread you mention and study more! thanks!

99% T-chinese & S-Chinese ROM here <QTEK 130 ROM>

---------------2006/May31 Updated---------------------------------------
------------------------------------------------------------------------------
@繁体字OS
Traditional Chinese ROM <QTEK 130 AKU2 + A2DP +Push Mail ROM>
ftp://[email protected]/Universal/DarkForce_CHS130.rar
@簡体字OS
Simplized Chinese ROM <QTEK 130 AKU2 + A2DP +Push Mail ROM>
ftp://[email protected]/Universal/DarkForce_CHT_130.rar
PLS use Extrom files which are in above archives to run correctly
See the detaile on next page and use as your own risk!
----------------------------------------------------------------------------
----------------Previouse POST-----No More following ROM----------
it took 2 hours to upload!!!!
http://www.asukal.jp/123/imate13_CHT.rar__65MB
Traditional Chinese130764 Universal
@Upgrade_Utililty.zip
*nk.nbf was my edited ROM of i-mate "JASJAR_WWE_13076_164_10900_wwe_ship" with
the wince.nls and Tarisk Font, enable to encode Japanese/S&T Chinese/Korean/Thailand.
(80% of its interface is Traditional Chinese)
*Radio.nbf and ms_.nbf are not included. pls dl offical one to flash.
*use MaUpgradeUt_noID.exe to make Falsh the ROM.
suggest to connect PC with "Sireal mode" = Light button + Power button +Stylus.
------------------------------------------------------------------
***The Templates.zip and Extrom_Unhider.cab---and Asukal.cab
@while first boot from Flasing ROM, some letters are not discribed correctly,
Such like a ????????. do not care.
@The Doctor Johnson screen to aline the stylus will be come every time after soft reset.
Please delete the short cut of "Welcome.exe" in the \windows\StartUp folder.
No more Dr,Johnson.
@using a Pocket Word, to make New Documents, you will find the error.
You make the "Templates" folder in My Documents with Chines Folder name.
The place the all templates in this archive.
No more error.
@Asukal.cab.==pls install this after finish 1st reboot from installation of Extended ROM files.
Then make soft reset again.
@Extrom_Unhider.cab is to unhide the Extended ROM.
Old Unlocker is not work, just install this cab and make soft reset,
ExtROM will visuable and workable.
http://forum.xda-developers.com/viewtopic.php?p=240986&sid=9e9c8acfa34bb46c11688318be09adb4#240986
Thanks for Mr.sef
Still not perfect and sometimes hang up if you toggle the Today Plug-in.
Pls try as your won risk.
If you feel so bad coz of the OS is not stable, pls use without Asukal.cab.
Less Chinese Interface, but more stable.
or make disable the Device Lock on the Today Screen.
Good Luck
Thanks again for the great word....
Actually I prefer to use English OS interface with the ability to read chinese only.....(I think it should be easiler to build??)
But this one is ok as I didn't install your cab file.
Thanks a lot.
Cheers,
Thanks again , will try today
CJK+Thai wince.nls and font in New I-mate ROM1.3
this is the new one only wince.nls and font, also font registry.
http://www.asukal.jp/123/v13enROM_CJK.rar 65MB
radio.nbf and ms_.nbf for Extended ROM, are not included)
PLS try, so nice! i hope...
1st one i uploaded, if you use Asukal.cab, the more mui can work.
those mui were made from old WM5, so they are not match well with
new os.
for example, thres.dll, old version dll doesnt have "Device Lock",
But new thres.dll have it, so if you use Device Lock on Today, OS will hang up.
Many of dll are different from OLD WM5, i suggest this rom only use for
test.(but without using asukal.cab, not so bad)
Good luck!
The first one after flush look great but install Asukal.cab the today plugin
will be stop try to reset can't be done.
try to install Sino_SIP_No5.zip to hand write , don't work please advise ,
also Monster SIP can't use either , I will text tomorrow and give you freeback
the default chinese input method from dopod 900?
hi asukal,
can you include the chinese input method from dopod 900 to the wwe rom devices?
need it very much!
hanks
Parker
[email protected]
ya, i have found many difference in dll between previouse and new ROM.
so some of mui is not compartible.
i found after made this 1st rom
so i suggest do not use asukal.cab pls, or use 2nd rom.
now i making new mui with dll from new rom.
[email protected]
to inject and enable Chinese SIP from DOPOD will be much hard work.
and i need get full registry and relative dll and dic files.
do someboday sent me a whole registry from Dopod900 chines OS?
i will try but take time and
i am willing to get it for you!
but how?
can you tell me how to do it?
thanks!
Asukal said:
[email protected]
to inject and enable Chinese SIP from DOPOD will be much hard work.
and i need get full registry and relative dll and dic files.
do someboday sent me a whole registry from Dopod900 chines OS?
i will try but take time and
Click to expand...
Click to collapse
Asukal, Dopod files and Modules upload to universal upload folder -- Dopod_files.rar hope that you want
Dopod_files.rar
mwang said:
Asukal said:
[email protected]
to inject and enable Chinese SIP from DOPOD will be much hard work.
and i need get full registry and relative dll and dic files.
do someboday sent me a whole registry from Dopod900 chines OS?
i will try but take time and
Click to expand...
Click to collapse
Asukal, Dopod files and Modules upload to universal upload folder -- Dopod_files.rar hope that you want
Click to expand...
Click to collapse
Excuse me,Would you tell me how to use the Dopod files.rar?
thanks,
but Module and file....i guess those dumped files are dead PE Header.
i need dll with correct PE headers. OK i will dump chinese ROM by my self.
but
i need whole registry value from live device, not from hive in rom.
because all 2bites registries are only in a live device, not in hive.
Asukal said:
i need whole registry value from live device, not from hive in rom.
because all 2bites registries are only in a live device, not in hive.
Click to expand...
Click to collapse
Please pm to me how to get it ,I will doing tonight
Dumping chinese ROM
Asukal said:
thanks,
but Module and file....i guess those dumped files are dead PE Header.
i need dll with correct PE headers. OK i will dump chinese ROM by my self.
but
i need whole registry value from live device, not from hive in rom.
because all 2bites registries are only in a live device, not in hive.
Click to expand...
Click to collapse
That's a great message, I'm waiting your dumper,and tell me how to return to Universal.
Thanks
How to solve inputing Chinese?
How to solve inputing Chinese?
Ce-star or system itself
No SIP for chines in it now.
you must install your favorite SIP.
to get the registry, use TRE (Tascal registry editor and export registry on device,
Asukal said:
to get the registry, use TRE (Tascal registry editor and export registry on device,
Click to expand...
Click to collapse
Done , see your pm
T-Mobile English ROM Bluetooth StereoHead set Profile
Today, the new rom of T-Mobile WWEnglish ROM with A2DP was uploaded.
i injected wince.nls and fonts which can be supported CJK+Thai in that.
uploaded here<no Chinese SIP and Interface,Just encode & font support>
http://www.asukal.jp/123/T-Mobile_A2DP.rar 52MB with MaUpgradeutlity.exe
see the captured screen shots.
http://asukal.seesaa.net/article/14749754.html
<no radio.nbf and ms_nbf were included. you have to dl from
http://forum.xda-developers.com/viewtopic.php?p=246434#246434
or
UNI_TMUK_12032_120_10600_Ship.exe
ROM version 1.20 lower than i-mate 1.30_AKU2
Thanks a lot again. I want the A2DP!!!! Yeah.
mwang said:
Asukal said:
to get the registry, use TRE (Tascal registry editor and export registry on device,
Click to expand...
Click to collapse
Done , see your pm
Click to expand...
Click to collapse
ya, i got it.
but it is not sure it can work or not
must check all regostry one by one.
i tried in my passed, still not good result.
any way, pls wait with long sight!
now i must make many kinds of rom for Japanese guys,
also trying to Get A2DP to i-mate ROM(very low possiblety to get)
also make new mui interface for AUK2,
also have to have a dinner!
also have to ,,,,,,
mwang said:
Asukal said:
to get the registry, use TRE (Tascal registry editor and export registry on device,
Click to expand...
Click to collapse
Done , see your pm
Click to expand...
Click to collapse
i am checking all registry from you.
question, i have found following value.
Is the "HanWang" one of OS SIP, or 3rd parties one installed by you?
[HKEY_LOCAL_MACHINE\SOFTWARE\HanWang]
[HKEY_LOCAL_MACHINE\SOFTWARE\HanWang\HangWang Pen for WinCE]
"Study"="0"
"Sound on"="1"
"Screen segment"="1"
"Default input panel"="0"
"Ink speed"="10"
"Ink width"="1"
"Ink color"="0"
"Ink type"="2"
"Recognizer delay"="400"
"Recognizer range"="600E"
Wait for your rplay.

[Samsung i780] Keyboard layouts for all languages - PLEASE ATTACH HERE!

I'm building a tool to hot switch between different keyboard language layouts with a simple soft reset. Can you help me by giving all different keyboard language dlls here? The two files i need are the zylonite_keyboard_xx.dll and sym.xxxx.txt files from your corresponding language.
Please add all these here, and i'll support those many languages! I currently have russian, swedish, german, english with me right now.
here
msn: [email protected]
mail:[email protected]
I will give you the korean .dll
I'm interested with having a i780 rom with french keyboard.
I have a windows 6.1 rom and I found zylonite_keypad_Us.dll and sym.040C.txt but I was not able to copy these file from the phone.
The files are read only and it's impossible to change status with totalcommander program.
Any idea to copy files?
poirelotto said:
I'm interested with having a i780 rom with french keyboard.
I have a windows 6.1 rom and I found zylonite_keypad_Us.dll and sym.040C.txt but I was not able to copy these file from the phone.
The files are read only and it's impossible to change status with totalcommander program.
Any idea to copy files?
Click to expand...
Click to collapse
yes man its possible. you need to install resco file explorer http://www.resco.net/pocketpc/explorer/ this one works, or SOTI http://www.soti.net/default.asp?Cmd=Products&SubCmd=MC
here's a picture from WIP....
currently paused development until i get some time...
Right now, the app switches all registry settings to point to different dlls....so a rom cook needs to embed different language dlls into the rom as modules, and users will have access to different keyboard languages by simply selecting what lang to use
cheers
Thanks for your help Heineken78, I will try.
dreamtheater39, can you give me all registry settings necessary to change keyboard layout?
regards,
poirelotto said:
Thanks for your help Heineken78, I will try.
dreamtheater39, can you give me all registry settings necessary to change keyboard layout?
regards,
Click to expand...
Click to collapse
ufortunately Poirelotto, you will be not able to make it work by replacing only file and cheanging registry settings, replacing can be done only in ROM before cooking.
There is another idea to rename desired zylonite_keyboardUS.dll driver and change registry whereever this filename found to new filename.
Should be working.
Hi Heneken78,
I installed RescoExplorer but it's impossible to copy zylonite_keypad_us.dll because it's properties are : readonly,system,ROM
Any idea to change properties of the file and allowing it to be copied?
Thanks,
poirelotto said:
Hi Heneken78,
I installed RescoExplorer but it's impossible to copy zylonite_keypad_us.dll because it's properties are : readonly,system,ROM
Any idea to change properties of the file and allowing it to be copied?
Thanks,
Click to expand...
Click to collapse
Then install S O T I http://www.mediafire.com/?sharekey=d86fc601ac0d83010de4fc1039a01674e04e75f6e8ebb871. It does total remote control of PDA. Usefull program
I dump the rom so I can get files from the french ROM.
Please tell me when french keyboard is available on your tool.
regards,
I dump the rom so I can get files from the french ROM.
Please tell me when french keyboard is available on your tool.
http://www.mediafire.com/?sharekey=4f45fd5d4cbfe9f341446e35a78dc463e04e75f6e8ebb871
regards,
almost done with the keyboard DLL switcher
heres a pic!
so when we can test it ?
will release a new rom with this tomorrow....hang tight
hmm so u can make a cab file too ?
ssr_german said:
hmm so u can make a cab file too ?
Click to expand...
Click to collapse
hmm...at the moment, it has to be cooked into the rom in a special way to get it to work.....still working on getting it to simply install as a cab file....
so at the moment, it'll go into the rom....and maybe the next version will be just a cab installer
cheers
oh ok so i wait for the cab
thnx
ssr
so this will change both soft and hardware keybord? or only one of them?
if it will be in cab later would that work on 6.0 6.1 and 65 builds as well as offical realeases of 6.0 and 6.1?
ElVikin said:
so this will change both soft and hardware keybord? or only one of them?
if it will be in cab later would that work on 6.0 6.1 and 65 builds as well as offical realeases of 6.0 and 6.1?
Click to expand...
Click to collapse
hardware keyboard. For software, theres anyway FingerKB that i embed in roms....which has all keyboard layouts.
i780 spanish keyboard
Hi,
I've got an i780 with Original Spanish ROM (WM 6.0 sadly)
I've searched the files you are looking for, and I found the txt file, but the Zylonite_keyboard_xx.dll doesn't exist on my rom... I found another file called "zylonite_keypad_us.dll", and I've attached it with the txt file.
Hope it will help you.

Modification of the On the Road panel for X2

Hi guys, i tried to modified the mui file for the italian language as in the beta panel downloadable from the SE site i found lots of translation errors. I was able to modifiy it with Res Hacker then put back on the cab file. The problem is when i install the panel it says the panel cannot be install because the program dones't have a digital signature with a realible certificate.
And if i install the original and then substitute the mui file in the folder, when i launch the panel it apears in English. Is there a solution for this and be able to make run the modified panel? Sorry guys this is all my knowledge, i'm not able to program or doing more difficult things. Just wanted to try some modifications by myself.
Sorry i forgot to say that it runs on my X1. And the original panel perfectly runs without the activeX or other X2 stuff. Just the translation is terrible
Nobody knows if there is a way to sign the file, as it seems ResHack removes some something on the file when i modify it
Use any signer for wm All work )
Hi, I'm not sure if it works with .mui files, but you can try using this package, which helped me translate some .dll files recently:
http://forum.xda-developers.com/showthread.php?t=432041
It contains Reshack and two small tools for unsigning and signing files.
However, the certificates of the included file have expired so you will have to replace them with the ones from this .zip archive:
http://forum.xda-developers.com/showpost.php?p=5312209&postcount=37
Please note that you might have to do your work all over again with a fresh unsigned file. I don't think you can re-sign a file without unsigning it before.

Categories

Resources