View Single Post
  #313 (permalink)  
Old 04-12-2008, 11:12 AM
OMJ's Avatar
OMJ
Retired Staff
Offline
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: Registry Tweaks/Hacks/Edits - Share them here!

Quote:
Originally Posted by huskrfj View Post
I got another issue... this one I can't figure out. Hope this is an easy registry tweak.
I have the 'htc home sprint' on my today screen (this is the one with the phone dialer, sprint music store, camera album, live search, sprint tv icons) Is there a way to change what these icons open? or a reg edit/tweak to fix problems. My main problem and reason for posting is, I updated and reinstalled live search from the web. To enable voice commands. I installed from storage card. and ever since then the afforementioned icon gives me an error message and wont open live search. I open it elsewhere and it works just fine. I even went as far as locating the original cab in windows and reinstalling that one and it still didn't fix it. Not a huge deal but annoying to have buttons that don't work.
Leading to my continuation question, can these icons be changed to open diferent apps as I never open the sprint music store and would like to have that open a music player of my liking.
Any info and or advice is appreciated.

By the way... this site is awesome!
thanks everybody!
There are 2 files in \windows, one for portrait & one for landscape:

ql_skin_p.xml
ql_skin_l.xml

Open in Notepad & modify...here is what it will look like.

Code:
<QuickLauncher>
  <button>
    <APP1 x="0" y="0" w="48" h="45" img="ql_phone.bmp" img_mask="ql_phone_mask.bmp" link="\Windows\ql_phone.lnk"/>
    <APP2 x="48" y="0" w="48" h="45" img="ql_music.bmp" img_mask="ql_music_mask.bmp" link="\Windows\Music.exe"/>
    <APP3 x="96" y="0" w="48" h="45" img="ql_photos.bmp" img_mask="ql_photos_mask.bmp" link="\Windows\HTCAlbum.exe" cmdline="-mode:camera -type:image"/>
    <APP4 x="144" y="0" w="48" h="45" img="ql_search.bmp" img_mask="ql_search_mask.bmp" link="\windows\LiveSearch.exe" />
    <APP5 x="192" y="0" w="48" h="45" img="ql_TV.bmp" img_mask="ql_tv_mask.bmp" link="\windows\SprintTV.exe" />
  </button>
</QuickLauncher>
__________________
This post has been thanked 3 times.