View Single Post
  #216 (permalink)  
Old 10-05-2009, 05:08 PM
chazybaz13's Avatar
chazybaz13
Halfway to VIP Status
Offline
Threadstarter
Location: Seattle, WA
 
Join Date: Oct 2008
Posts: 553
Reputation: 1345
chazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on repchazybaz13 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to chazybaz13 Send a message via MSN to chazybaz13 Send a message via Yahoo to chazybaz13
Re: ROM|10-01|WWE|Sprint/Generic TP|6.5.1|Build 23414 *Reflectionist Rom V0.6*

Quote:
Originally Posted by BFL555 View Post
Quick question on a folders created: how do you assign PNG to it (to the newly created directory)

And where in a Kitchen do you change start menu icons to what i would like to have




in Calk's you'd edit the initflashfiles.dat (with notepad) located in: Kitchen\OEM\Touch_Pro\0409\OEM_Lang_0409.

add the following in a new line anywhere in the dat saying:


Code:
Directory("\Windows\Start Menu\Programs")irectory("*****")
No create a new folder in the EXT/Shared folder and name it "Icons" (without quotes) or whatever you want. Within that folder create another folder and name it "files" no caps, no quotes. Stick all your pngs into that folder. Return to the root of the Icons folder you just created.
Then create a text document and

on the first line put:

REGEDIT4

then hit return.
Now time to link every PNG you stuck into the Icons/files folder:
in the next line put:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\*****\$$$$$$$.lnk]
"Icon"="\\Windows\\#####.png"
replace the **** with the folder you have the .lnk shortcut in. then replace the $$$$$$ with the name (has to be exactly how it shows in the start menu) of the shortcut.lnk.
Lastly replace the ##### with the name (exactly how you named it in the files folder) of the PNG you made.

so do that for every icon you want to change.

here's another example of code in case you get confused:

Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\System Tools\Pocket RAR.lnk]
"Icon"="\\Windows\\pocketrar21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Utilities\Messaging.lnk]
"Icon"="\\Windows\\message21.png"
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Games\BubbleBreaker.lnk]
"Icon"="\\Windows\\Start_Icon_Bubble.png"
And you should be good to go, save the txt file when you've plugged in all the pngs. Close out and rename the txt file to "app.reg" (without quotes)
__________________
Reply With Quote
This post has been thanked 1 times.