
10-31-2009, 03:25 PM
|
 |
Retired Staff
Offline
Threadstarter
Location: MN
|
|
Join Date: Jun 2007
Posts: 4,767
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
|
Re: OMJ's Custom ROM | WM 6.5 | 21870 | Manila 2.1 | 10/27/09 |
Quote:
Originally Posted by mercado79
Thanks for the great ROM, OMJ! It's been a long time, but still dependably stable. I'm liking this one a lot. I do have a question for you though. I like to re-organize my start menu and put things into separate folders (internet, utilities, etc.); however, when I moved most of the icons off the main /windows/start menu/programs folder, a few icons still show up on the main screen. it's odd. they don't show up when browsing via the file explorer.
the icons are: opera, task manager, facebook, youtube, and comm manager
i even tried moving the opera back from my internet folder to the main one, and instead of overwriting the pre-existing one, the phone shows two opera links. weird. any ideas on how to fix this?
thanks in advance!
|
this may be it....change the dword to 0 & try again, or back up the reg keys 1st then delete.
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Opera Mobile.lnk]
"FavoriteOrder"=hex:80,97,6E,21,14,0A,CA,01
"Favorite"=dword:00000001
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Task Manager.lnk]
"FavoriteOrder"=hex:80,6A,3D,20,14,0A,CA,01
"Favorite"=dword:00000001
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Facebook.lnk]
"FavoriteOrder"=hex:80,89,47,1A,14,0A,CA,01
"Favorite"=dword:00000001
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\YouTube.lnk]
"FavoriteOrder"=hex:00,4D,11,1C,14,0A,CA,01
"Favorite"=dword:00000001
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\System Tools\Comm Manager.lnk]
"FavoriteOrder"=hex:00,7A,42,1D,14,0A,CA,01
"Favorite"=dword:00000001
|