View Single Post
  #1 (permalink)  
Old 11-17-2007, 11:03 AM
poorlyduck's Avatar
poorlyduck
Regular 'Geeker
Offline
Location: chicago
 
Join Date: Feb 2007
Posts: 391
Reputation: 820
poorlyduck knows their stuffpoorlyduck knows their stuffpoorlyduck knows their stuffpoorlyduck knows their stuffpoorlyduck knows their stuffpoorlyduck knows their stuffpoorlyduck knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to poorlyduck
Thumbs up (Exclusive) Sprint Touch QuickLauncher Today Plugin by poorlyduck

Finally you guys will complete everything touch in your Mogul by installing this Ultimate quicklauncher made by JUVS over XDA and Moded by me with all new icons and modified XML to match the sprint Touch. I thought Most of you guys would like blue icons better to separate US from Touch users enjoy your new toy for the day.
The shortcuts I have in XML files, requires HTC album, Audio Manager and SprintTV, all Uploaded in this Forum, just do a search.

If you want to make your own shortcuts, there is a Portrait and landscape XML files, move them to your desktop from \Windows, open them in Notepad and change the path to what you want, then drag back to windows Folder and allow to overwrite the old files. The icons are litle bit tricky, it uses alpha channel, so if you are familiar with photoshop you'll figure how to make your own icons.

To be able to see windows folder in your computer you must open windows explorer, click in tools tab>Folder options>ViewTab and check View hidden files and folders.

here is the xml codes for portrait and landscape, customize them to whatever you want, after customized move it to \windows folder and allow to overwrite the original ones.

Landscape: open blank Notepad and paste this code there and save as ql_skin_l.xml

Code:
<QuickLauncher>
  <button>
    <APP1 x="0" y="0" w="64" h="45" img="ql_phone.bmp" img_mask="ql_phone_mask.bmp" link="\Windows\ql_phone.lnk"/>
    <APP2 x="64" y="0" w="64" h="45" img="ql_music.bmp" img_mask="ql_music_mask.bmp" link="\Windows\AudioManager.exe"/>
    <APP3 x="128" y="0" w="64" h="45" img="ql_photos.bmp" img_mask="ql_photos_mask.bmp" link="\Windows\HTCAlbum.exe"/>
    <APP4 x="192" y="0" w="64" h="45" img="ql_livesearch.bmp" img_mask="ql_livesearch_mask.bmp" link="\Windows\Start Menu\Programs\Windows Live.lnk"/>
    <APP5 x="256" y="0" w="64" h="45" img="ql_SprintTV.bmp" img_mask="ql_SprintTV_mask.bmp" link="\program Files\SprintTV\SprintTV.exe"/>
  </button>
</QuickLauncher>
Portrait: open blank Notepad and paste this code there and save as ql_skin_p.xml

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\AudioManager.exe"/>
    <APP3 x="96" y="0" w="48" h="45" img="ql_photos.bmp" img_mask="ql_photos_mask.bmp" link="\Windows\HTCAlbum.exe"/>
    <APP4 x="144" y="0" w="48" h="45" img="ql_livesearch.bmp" img_mask="ql_livesearch_mask.bmp" link="\Windows\Start Menu\Programs\Windows Live.lnk"/>
    <APP5 x="192" y="0" w="48" h="45" img="ql_sprinttv.bmp" img_mask="ql_sprinttv_mask.bmp" link="\program Files\SprintTV\SprintTV.exe"/>
  </button>
</QuickLauncher>
Attached Files
File Type: zip sprintlauncher.zip (43.0 KB, 862 views) Click for barcode!

Last edited by poorlyduck; 11-25-2007 at 07:29 PM.
Reply With Quote