Problem After Hacking Shellres.192.dll - Windows Mobile Themes

Hi,
I used ROM Extractor to transfer a copy of shellres.192.dll onto my PC. Then I used PE Explorer (claims this can read and modify windows mobile EXEs and DLLs, unlike Resource Hacker) to hack 2 windows mobile explorer folder icons. The icons that I replaced met the same image dimensions and bit depth as the originals so no problem there. However, after saving the file again and overwriting shellres.192.dll in my Windows folder, I came across a problem: The icons were changed sucessfully upon loading windows explorer, but my start menu button and some of the icons were missing from the top in my homescreen I don't understand it because I didn't modify anything apart from the folder icons. Maybe PE EXplorer has stripped some data from the original? If so, any ideas on how to fix this problem because I really wanted the XP looking folders on my device instead of the rubbish windows mobile ones. Has anybody had any success in changing their windows mobile icons without affecting any other icons in their phone. I had to restore a backup of my device using SPB Backup after this happened.
Please help!
Cheers

Hi, tozzy,
replacing the icons in shellres.192.dll shouldn't be a problem. I think you did it in the right way. One question for better understanding: have you re-signed the hacked DLL with MSigner? This could cause your issues.
Ciao
SeCo

Hi SeCo, many thanks for your quick reply! Oh I didn't know it had to be signed, I see now. Would you mind uploading MSigner here to this thread? if you have it as 4shared site isn't working for me . Thanks!

...here you go.
After ending the signing-process the signer will create a text-file with "...but not timestamped. Succeed." If you see this - all is ok.
You can delete the text-file and put the signed dll on your device. Best way: put it into the root of the storage card, rename the original dll (windows-folder) into "...dll.bak", copy the new dll into the windows-folder (using TotalCommander), perform a soft-reset and after this you may delete the "...dll.bak). Enjoy.
Hope it helps -
Ciao
SeCo

btw. - we should talk about the whole truth
There are three steps:
1. Unsign the dll (using unsigner.exe, see attachment)
2. Replace the icons (using ResHacker.exe, as you did)
3. Sign the dll (using MSigner.exe, like I described before)
and after the three steps: enjoy...

Hi SeCo, thanks very much matey that's great . Will check this out later.

Related

Need tapres.dll from a Windows Mobile 2003 SE Device

Hi i have the problem that i cannot copy the tapres.dll of my MDA Compact to my PC for modify. This has the "pressed" Buttons inside i have found tapres.dll for WM 2003 but i need the one with landscape graphic inside (WM2003 SE).
Can somebody help me to show me a way to copy this file to pc ... when i modify the registry for example tapres2.dll i can't copy the tapres.dll too!
Thx for your help
Snappy
here u go 8)
hmm, think this is not the same one like the one on my device, there is not the image inside like the tapres.dll from a wm2003 device ... perhaps you can show me a way to copy the tapres.dll from my device to my pc i need it in german too.
Thx for your help
Snappy
Snappy said:
hmm, think this is not the same one like the one on my device, there is not the image inside like the tapres.dll from a wm2003 device ... perhaps you can show me a way to copy the tapres.dll from my device to my pc i need it in german too.
Thx for your help
Snappy
Click to expand...
Click to collapse
You cannot copy/move/rename the ROM dlls. What you can do is to go to the ftp.xda-developers.com site, and perform a dumprom from the ROM images available on the site. To download dumprom and FAQ, goto wiki-xda-developers.com site and search for dumprom.
Bear in mind that if you then copy the new tapres.dll into the /Windows folder of your device, it exists as a run-time copy that the device manager will use instead of the original one in your ROM.
However, the new DLL cannot survive a hard-reset, and you must copy it back to the /Windows folder after a hardreset.
Last time, I think some of the drivers for Compact/Mini/JAM are customised for the hardware only. I'm not sure about taperes.dll, but you can try porting and see if it works. Good luck!
Anyway, here the tapres DLLs from a GERMAN ROM.
Thx alot for your help, i have found the graphic in the tapres.96.dll but i have only heard about a way to change the graphic by change the registry to a other dll...
Ok here an information for anybody who wants to create own skins for dialer on MDA3 and MDA Compact with Key Pressed graphic.
- modify the normal graphics with any graphic program
- extract the .ico files from the tapres.96.dll for example with "PE Explorer"
(Icon_Entry: 1 is for Standard and 2 is for Landscape graphic (3 is sqre))
- modify the .ico for example with "axialis icon workshop"
- replace the icon files with "PE Explorer" and save the .dll to a new name like tapres.97.dll
- modify the Registry Key HKEY_CURRENT_USER\ControlPanel\Phone\IcoFil to your filename "tapres.97.dll (original its tapres.dll)
- softreset
Thats all ;-)
Hav fun Snappy

initflashfiles.dat -- Help Needed

So I've been playing around for a little while with the intention of creating my own custom ROM. I think I've got everything all figured out - however I'm having a problem that I think is related to the initflashfiles.dat file. Basically, after flashing my new OS ROM, my 8125 hangs at the splash screen with the version numbers on it. As a test, I redid my modified ROM, except I used the original initflashfiles.dat - this worked just fine. Tried it again by building the ROM with my modified initflashfiles.dat - same problem.
Here are the steps I'm going through.
1. Parse out the nk.nbf file using typhoonnbfdecode -x
2. prepare_imgfs 80040000-OS.nb -nosplit
3. viewimgfs imgfs_raw_data.bin
4. Modify contents of dump directory. Basically I've deleted files I don't need and added new ones.
5. Modifiy initflashfiles.dat (which I've attached). After modifying the file I open it in a hex editor and remove the first two bytes - making the first byte 3B (";"). I save it and mark it as read-only.
6. buildimgfs
7. make_imgfs 80040000-OS.nb -nosplit
8. Run nb2nbf_tornado.exe. I do run this correctly, using the correct memory address for the OS .nb file.
9. Put the new nk.nbf into an existing RUU self-extracting archive and run it.
It really seems like it's the initflashfiles.dat file - as I've successfully loaded this ROM with the original file (its really not the original, it's from a summiter ROM that I'm basing mine off).
Any thoughts?
I'm going to bump this once just in case people missed it originally.
I've messed around a bit more, and have pretty much isolated that this is my problem - but for the life of me I can't figure out what I'm doing wrong.
CameronJ said:
I'm going to bump this once just in case people missed it originally.
I've messed around a bit more, and have pretty much isolated that this is my problem - but for the life of me I can't figure out what I'm doing wrong.
Click to expand...
Click to collapse
Hi,
i see that the file you've attached isn't actually a .DAT file. It is a .dat.TXT that's the same that saying it's a TXT file!!!
If the file you're putting inside your ROM is this very same file (.dat.txt) then you've found your problem: you need a .DAT and NOT a .dat.txt file!!!
Try following this procedure on your PC (i suppose you're using XP or 2003 server):
- open a folder (whichever folder you like, it's not important)
- on the Tools menu click Folder Options.
- click the View tab.
- clear the Hide extensions for known file types check box.
- press OK
PS: Here is an illustrated guide on how to show file extensions
Now go to the place where your initflashfiles.dat is. If the file is named 'initflashfiles.dat.TXT' (like the file you uploaded in this forum) then:
- select the file
- press F2 (or right click and choose 'Rename')
- remove the tailing .txt from the name
Finally:
- let us know if it worked
Bye bye
risidoro said:
i see that the file you've attached isn't actually a .DAT file. It is a .dat.TXT that's the same that saying it's a TXT file!!!
Click to expand...
Click to collapse
:lol: Thanks for the reply.
I had to add the .txt extension otherwise the forum wouldn't let me upload the file (.dat files are not on the list of available file types for upload).
When I loaded the file I meant to put that explanation in there but forgot before I finished the post.
Hi. I don't know if you're still working on this, but I'd like to share with you my experience last night. I examined your initflashfiles.dat, and it is perfectly ok.
As I see in your initflashfiles.dat, there are a lot of folder customization like:
Directory("\Program Files\Task Manager"):-File("taskmanager.exe","\Windows\taskmanager.exe")
There is nothing wrong with this as we need the file to be in the right location. BTW, THIS FORMAT WORKED FOR ME. Just a thought, you might be editing the default.hv and user.hv (hives) to put in the registry keys of some applications?
My device (Himalaya) did not start out correctly and did not execute the initflashfiles.dat, BUT when I connected my Hima through active sync, you can actually explore the contents. SO, in this non-working state, I experimented in tracing the culprit, by restoring a couple of the original files I edited. I found out that it has something to do with the way I edited the hives.
Steps I made in experimenting:
1. I sync my Hima to my PC.
2. Copied the original default.hv to \windows directory
3. Hard Reset Hima, BUT answer NO to all three boot options
4. My Hima started normally and executed initflashfiles.dat to the detail.
Discovery from experiment:
1. The files were only copied to the directory were we wanted it, BUT the original file is still in the \windows directory. Therefore, we did not save storage memory.
2. We only benefitted from an already installed app built into the ROM.
Hope this gives you some insight.

Modded Cappackage.pxp Files

So I thought it would be worthwhile to create a thread focusing on modified "cappackage.pxp" files. These are the files which control the default carrier specific configurations. In my case, I am running the Aussie "Three" WM6 OS, however I wanted some, but not all, of the ATT customizations. For example, I wanted the proxy tool, the logos and the certs . . . Attached is a modified version of the ATT cappackage.pxp file. I had difficulty configuring WindowsMobileLive.cab and the HTC task manager to automatically install as part of this new file so I will post those cab files as well for convenience (for those who may want it).
If you have a customized cappackage.pxp, please post it in this thread and describe how it has been modified so everyone can decide which they may want to use.
Here are the changes I made to the cappackage.pxp file. Note, all of these .cab files should be possible to install directly simply by extracting from original ATT WM6 cappackage.pxp in case you happen to need one of them:
delete getgood.cab
delete getmail.cab
delete realplayer.cab
delete getmobitv.cab
delete cmradio.cab
delete attmallandmusic.cab
delete musicid.cab
delete jarguarrm.cab
delete gettelenav.cab
alter "Att_Settings.prov.xml" to remove messaging and Windows Mobile Live registry customizations
add install of new devstate.dll (exists in 3AUS cappackage.pxp and also in ROW 2.23 cappackage.pxp)
ABS
EDITED 12-30-2007: Note - this altered cappackage.pxp file is based off the "leaked" ATT WM6 ROM.
abs99 said:
So I thought it would be worthwhile to create a thread focusing on modified "cappackage.pxp" files. These are the files which control the default carrier specific configurations. In my case, I am running the Aussie "Three" WM6 OS, however I wanted some, but not all, of the ATT customizations. For example, I wanted the proxy tool, the logos and the certs . . . Attached is a modified version of the ATT cappackage.pxp file. I had difficulty configuring WindowsMobileLive.cab and the HTC task manager to automatically install as part of this new file so I will post those cab files as well for convenience (for those who may want it).
If you have a customized cappackage.pxp, please post it in this thread and describe how it has been modified so everyone can decide which they may want to use.
Here are the changes I made to the cappackage.pxp file. Note, all of these .cab files should be possible to install directly simply by extracting from original ATT WM6 cappackage.pxp in case you happen to need one of them:
delete getgood.cab
delete getmail.cab
delete realplayer.cab
delete getmobitv.cab
delete cmradio.cab
delete attmallandmusic.cab
delete musicid.cab
delete jarguarrm.cab
delete gettelenav.cab
alter "Att_Settings.prov.xml" to remove messaging and Windows Mobile Live registry customizations
add install of new devstate.dll (exists in 3AUS cappackage.pxp and also in ROW 2.23 cappackage.pxp)
ABS
Click to expand...
Click to collapse
Thanks, any idea if we can add another carrier in the carrier_db file that isn't there?
john_99 said:
Thanks, any idea if we can add another carrier in the carrier_db file that isn't there?
Click to expand...
Click to collapse
I honestly do not know. Sorry. You might ask Olipro as he seems to be very knowledgeable.
abs99, what tool did you use to repackage your PXP file. I've tried several archive tools to .ZIP and rename, but no joy. I've looked, but can't find any info on PXP file creation. Surely, I'm missing something simple here.
TIA
I found that "winrar" can handle the files without a problem. I had also noticed that the date stamps were the same for all the files in the original package, so I also use a tool called "stamp it" to set all the dates on all the files in the new package to the same original date.
thanks. I found that 7-zip is working too.
Now, the next step, I'm trying to mod the capdata.xml file and for whatever reason the device will not recognize it after my mods.
Here's my version of an ATT config file:
Code:
<?xml version="1.0" encoding="utf-8" ?>
- <Varnish xmlns="http://www.ephox.com/product/editliveforxml/document/Untitled20062026011007629">
<Version />
<Notes />
<UpgradePath>always|</UpgradePath>
- <PolA>
- <Certificates>
<File>CingularCert.prov.xml</File>
</Certificates>
- <Certificates>
<File>Class3_PCA_G2_v2.xml</File>
</Certificates>
- <Certificates>
<File>entrust_gssl_ca.prov.xml</File>
</Certificates>
- <Certificates>
<File>RSA1024RootCA.prov.xml</File>
</Certificates>
- <Certificates>
<File>RSA2048RootCA.prov.xml</File>
</Certificates>
- <Certificates>
<File>VeriSign_C3_PCA_G3v2.prov.xml</File>
</Certificates>
- <Ringtone>
<File>AT&T Tone.wav</File>
</Ringtone>
- <ProvXML>
<File>ATT_Settings.prov.xml</File>
</ProvXML>
- <ProvXML>
<File>MSFPHeartbeat.prov.xml</File>
</ProvXML>
- <ProvXML>
<File>ResetRequired.prov.xml</File>
</ProvXML>
- <InstallApp>
<File>WindowsLive.CAB</File>
</InstallApp>
- <InstallApp>
<File>ATT_Theme.CAB</File>
</InstallApp>
- <InstallApp>
<File>ProxyManager.CAB</File>
</InstallApp>
- <InstallApp>
<File>ATT_Content.cab</File>
</InstallApp>
- <ExtractZip>
<From>DevState.zip</From>
<To>\Windows</To>
</ExtractZip>
</PolA>
- <Welcome>
<WaitImage>E_PolishImage.bmp</WaitImage>
</Welcome>
- <Sweatshop>
<AccountName>GEN</AccountName>
<VarnishName>ENG</VarnishName>
<BuildName>005</BuildName>
<User>[email protected]</User>
<Environment>Sweatshop QA Staging</Environment>
<CoreVersion>1.9.9</CoreVersion>
<Treo750Version>3.0.0</Treo750Version>
<DateStamp>Wed Aug 22 6:10:15 PDT 2007</DateStamp>
</Sweatshop>
</Varnish>
Any thoughts? This is just a basic mod and plan to get more detailed configs in there once I figure out what I'm doing wrong.
TIA
The issue with this file may be that editor you are using is adding "white space". I found that some editors caused this to occur. I ended up the file in notepad to avoid the problem as it was a real mess to deal with any other way. You should open the original unedited file and your new edited file in notepad and compare both. For whatever reason, the OS does not like to deal with a properly formatted .xml file!
Thanks mate, the white space and file size were the culprit. Was trying to cheat and use MS xmlnotepad - very easy to use, but it added the whitespace as it made it pretty to look at. I also was trying to cram too much into my archive; the extracted archives need to fit in the 8.4mb along with the archive itself.
Attached is a custom CapPackage.PXP with the following (based from ATT 2.25 ROW, CapPackage.PXP):
ATT Theme
Regional Settings: US, - 5 EST
ExtROM mount and rename
Custom ringtone
Custom Sounds Settings
Delete poutlook.lnk from startup
Set Hello to ATT
Disable CAB security policy
Removed all ATT applications (CV, real, win live, etc)
TODO: Incorporate RegHacks of additional settings customization and tweaks (lots of typing...), right now I install and merge the apps I want after initial setup completes.
Cheers
HOW TO
***always a good idea to backup existing files before attempting any modification***
1. mount your extended rom (search for the cabs and instructions on this site)
2. copy the CapPackage.PXP from ExtendedROM\Partition to your PC
3. extract the contents to a folder named CapPackage on your PC (any ZIP compliant archive tool will do)
4. remove/add the *signed* cab files your desire (unsigned cab files simply get passed over)
5. open capdata.xml in epcEDIT or notepad.
6. add/remove the configuration information as desired - this is where some trial and error comes in trying to determine what commands control what function.
7. ZIP (no other archive format seems to work) the CapPackage folder to CapPackage.PXP (or rename .zip to .pxp).
8. copy to ExtendedROM and hardreset.
TODO:
-Hope to be able to post a list of commands for the XML to enable configure of most if not all device "settings"
-Hope to figure out a way to get unsigned cabs to install (present workaround is a zip extract and registry commands if the app isn't too complex (e.g. lots and lots of typing required)
--Not sure yet if reg hack setting "HKLM\Security\Policies\Policies' valuename '0000101a' to dword:1" will resolve this during initial setup
Okay, after getting my questions about how this all works and saves the space on the phone, I took the plunge and upgraded from 2.23ROW to 2.25ATT. Went smooth as butter, and I have a "decrapified" phone with the official, supported ATT release (just in case I have any problems and need support).
Of course, being a hacker, now I'm totally intrigued by this cappackage customization, and want to play with it myself. So, Tim et. al., two questions:
Does the capdata.xml file have to match the contents of the archive? Or, if something's missing, it's just ignored? I'd like to be able to delete some more stuff and remake the PXP file without having to hassle with the XML file and run into the problems you have (workable, but I just don't want to waste time on whitespace issues if I don't have to).
Does the carrierDB file need to stay in the extended ROM for any reason after install and setup? I'd like to archive it on my PC, and delete it from the extrom so I can use that space for general storage.
microsoft word has a wonderful xml file editor. rather than try and keep everything straight in that jumbled up mess you get out of notepad or some other editor, word indents all the xml, and makes it look like it should. it was a snap to edit. I used Winrar and opened the PXP file. I never extracted the contents. Just the capdata file. I edited it, and then put the edited version back into winrar. using winrar I deleted the files I didn't want. saved the archive and moved it back to the device.
dwallersv said:
Does the capdata.xml file have to match the contents of the archive? Or, if something's missing, it's just ignored? I'd like to be able to delete some more stuff and remake the PXP file without having to hassle with the XML file and run into the problems you have (workable, but I just don't want to waste time on whitespace issues if I don't have to).
Does the carrierDB file need to stay in the extended ROM for any reason after install and setup? I'd like to archive it on my PC, and delete it from the extrom so I can use that space for general storage.
Click to expand...
Click to collapse
1. The XML will bypass anything it can't actually do.
2. I have tried it both ways and feel like I've had no issues, but I have seen some reports of strange behavior without it. I currently have it in my ExtROM since I hard reset my device often as I test apps and config settings. If you don't hard reset very often then once the device is hard reset you may delete and gain an additional 1.45mb.
The thing I intend to work on next is creating a provisioning XML to call an external XML (outside of the cappackage). I'm hoping this way I will be able to strip even more out of the cappackage (literally everything but the capdata.xml) and hav an on the fly configuration capability and call installations and configuration from the SD card. Haven't had much time to play with it though.
Can someone help point me in the right direction to get start loading the cappackage. I can't seem to find how to mount the extended ROM. I did a search for it and everything that came up didn't explain it (or at least I didn't understand it if it did).
Hmm, I can't seem to find the original thread either. Really just registry entries, but the cab's make it easier.
See attached...
Run each in order, then soft reset
Cheers
FYI: You can use my cappackage (see pg 1) as a starting/reference point for building the extROM mount into the initial config process after hard reset...
Try this. ...............
sodak said:
Can someone help point me in the right direction to get start loading the cappackage. I can't seem to find how to mount the extended ROM. I did a search for it and everything that came up didn't explain it (or at least I didn't understand it if it did).
Click to expand...
Click to collapse
Thanks to both of you for the quick response
I don't know whether it is because of this or because of something else. But I started modding this CapPackage file, and all of a sudden my treo just started acting weird. I had to hard reset it several times throughout the day. Then I upgraded to the 2.25 WM6. And that is where **** really hit the fan (I upgraded and put my own CapPackage version in it). And after that I've had nothing but trouble. Soft resets didn't work anymore, it just crashed on the boot screen. Hard resets work, but really slow, takes about 20min. So now I'm re-upgrading to 2.25 and just leaving that CapPackage file alone for now .
The tale away message: Don mess with this unless you know what you're doing, which isn't me
-Robert

Cannot install Opera 8.65

Hi Guys.
I'm sorry if this is a covered issue but I have honestly tried to search here and google but I cant seem to over come the problem I have installing opera.
I have downloaded opera (http://www.opera.com/products/mobile/products/)
Both .CAB and .MSi versions but when I come to install, I hit a wall.
.CAB
When I open the folder on my desktop, inside i get an XML file and a whole load of numbered files like .000 FILE, .001 FILE etc and I dont know what to do to install it. I've tried putting all these onto memory card and runing from there but there isn't any .exe to run.
.MSI
Windows vista runs the .MSI and it seems like its installing to the PC and not the TYTN. I dont get it.
Please can you help.
With the .cab part of it...all of those files you are seeing are actually the files inside the cab so you need to back up to the folder containing the .cab and you will see a little blue cabinet just drag that into your tilt directory and run it from there.
Hi thanks for the quick reply!
I can't see a Little blue cabinet file anywhere. When I download from opera website. The downloaded file is a Yellow Folder called 'opera_wm5_sp_865' with all these files inside and no blue cabinet.
Move the .cab file to your phone, use the File Explorer and click it.
Also, the MSI will install it to your phone. Did you ever try going through the entire install process?
once you do get that version of opera uninstalled try the one in my 4shared folder (link in my sig). Its modified build by gsleon3 and it is uninstallable
Oh well it might not be little and blue for you...
When I download stuff I try to download it to a folder where I store all my Kaiser stuff on my desktop so the blue .cab file(blue for me at least) is right there so it is easy to find.
Hi,
Been problem solving this issue all day today and now I've finally realised where i've gone wrong! I've managed to finally install it and it was such a small error on my part.
basically, when i downloaded the .cab file from opera website. The icon of the file was a winzip icon becuase winzip was assigned to open .cab's and i was extracting it without realising it was a .cab file. I just assumed that i was supposed to extract the winzip first. lol.
Well, have all sorted it now and I hope this helps someone who gets stuck like me....
Thanks guys!
Also gonna uninstall winzip now!
I had that problem with WinRar for awhile but I just told it to not touch .cabs
Good thing its all fixed. have fun

How to change folder icons

So, here's a short tutorial on how to create your own dll library and change folder icons.
what you need:
IcoFX get it here : http://icofx.ro/
ResHacker link here : http://delphi.icm.edu.pl/ftp/tools/ResHack.zip
and of cource ICONS get some here: http://www.iconarchive.com/
How it works...
Any customized folder has a shortcut inside pointing out the icon it should use
usually it's a icon.lnk file inside the folder.
and icons are usually stored in a DLL library...
So, what we have to do
1. Get some images and transform them into icon files ( .ico )
2. Create our DLL library
3. make the icon.lnk files that point to our specific icon
let's start.
After installing all the above programs and selecting some icons go and launch IcoFX
now go to Tools / Batch Convert
A new window appears
Add your icons / images,
select your icon sizes
select an output folder
hit ok
After it finishes hit ok.
Now go to Tools - Resource Editor
This should pop up
Now add your created icons
After that, hit save
Save your library with a .dll extension like in the above image.
Bam, you just created your own DLL library
Close the program
now to create the icon.lnk file
create a new text document
inside the shortcut looks like this:
1# is a parameter
myiconlib.dll is your icon library
-33 is the resource number where the icon is located within the resource dll
ok, how to find the right number for your icon:
Open up your DLL library with ResourceHacker
hit expand tree to see all the resources in the file
search for your icon
The icon number is very visible ( look at the image )
write the number in your text file like shown in the image. remember to put the "-"
so, another example:
1#MyLibrary.dll, -12
now, goto file , Save AS
Just to be sure select All Files in the Save as type bar
give the file the name: icon.lnk and hit save.
and you are almost done.
Connect via your phone via Activesync
Copy your Dll library right in the Windows folder
Copy your icon.lnk in the folder you want to customize.
And you are done.
Hope this comes in handy
Happy customizing
Nevermind, got it fixed Sorry for the trouble.
Great info! Thanks for sharing.
works great with changing a folder... how do you change just a shortcut?
Thank you very much
i dont nderstand this part , help please
now to create the icon.lnk file
create a new text document
inside the shortcut looks like this:
i have created the library.dll whit al the icons i want . i just dont understand this part above. i have to crate a new text document inside the shortcut? wich shortcut? i am lost in this part
I can't get it working, i did everything, i checked tree times but nothing works.
I GIVEUP
sorry by my inglish , i have being trying to make this shortcut but nothing works, i have being reading al the esteps over and over , but nothing works.i am tired to try to make i simple shortcut, tired to try to change the estar icon, tired to try to change waiting star icon , i just cant do it, nothing seems to work to me, maybe iam so stupid, KEEP THE GOOD JOB ,
be more specific. what failed ? tell me exactly what u did and we\ll see what went wrong
th_undead said:
be more specific. what failed ? tell me exactly what u did and we\ll see what went wrong
Click to expand...
Click to collapse
Nothing happens I did step by step everything, but icon does not change Does it works on official htc rom Probably that's the problem
did u copy the dll into the windows folder ?
th_undead said:
did u copy the dll into the windows folder ?
Click to expand...
Click to collapse
Yes mate, as i told, did everything
lets see
Please attatch ur dll library qnd ur shortcut and ill take a look at it
Everything seems clear except:
"Copy your icon.lnk in the folder you want to customize."
It's confusing how to customize?
Does anyone still come here?
I followed the tutorial step by step and also I had no success! Could someone help me? Or anyone know which dll is the original folder icon? So I could change them directly in this dll.
I have attached the dll and icon.ink that i created, if someone can help me and verify that is correct.
Thanks
bernabap said:
Does anyone still come here?
I followed the tutorial step by step and also I had no success! Could someone help me? Or anyone know which dll is the original folder icon? So I could change them directly in this dll.
I have attached the dll and icon.ink that i created, if someone can help me and verify that is correct.
Thanks
Click to expand...
Click to collapse
hello it looks ok....do you have reset your phone after copy the dll in Windows folder? This is very important because otherwise it dont will show the image....
Yes I did. Did not work. I tried to see in several dll where is the original icon of the folder to change but can not find.
ok you lost me towards the end. in your example you say your icon is -12, but you have -9 highlighted do you not?
also, how can i use this in a kitchen after i create my folders using oemizer?
Great tutorial, thank you very much!
I've created a tutorial about creating shortcuts to Feature Settings and Applications. Plus adding icons to these links. It has many xda-links to specialized shortcut applications!
For me it resulted in icons for MortScript
Your tutorial about creating icons for folders was missing!! Thanx again!
Senax
didn`t worked
thanks for your tutorial.
i tryed it but i had no success
in resco explorer it works in some cases, in others not and in the start menu i had no success.

Categories

Resources