View Single Post
  #330 (permalink)  
Old 12-05-2009, 05:43 PM
gadgetfreak's Avatar
gadgetfreak
The Inspector Mod
Offline
Location: Texas
 
Join Date: Jan 2008
Posts: 2,291
Reputation: 7320
gadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the communitygadgetfreak is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055/21870/23504/28002 | 11/26/09

Quote:
Originally Posted by OMJ View Post
Has anyone started cooking in your Internet Tab shortcuts?

here's the code:

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\000]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="Google"
"ScheduleInterval"=dword:ffffffff
"URL"="http://www.google.com"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\001]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="PPC Geeks"
"ScheduleInterval"=dword:ffffffff
"URL"="http://www.ppcgeeks.com"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\002]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="CBS Sports"
"ScheduleInterval"=dword:ffffffff
"URL"="http://ssoc.football.sportsline.com"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\003]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="Xbox"
"ScheduleInterval"=dword:ffffffff
"URL"="http://live.xbox.com/en-US/profile/Friends.aspx?WT.svl=nav"
I tried placing this code in my XML, but it doesnt like it, so I made a cab instead:

Code:
        <characteristic type="HKLM\Software\HTC\Manila\InternetPush\Enabled\001" translation="filesystem">
            <parm name="Name" datatype="string" value="PPC Geeks"/>
            <parm name="URL" datatype="string" value="http://www.ppcgeeks.com"/>
        </characteristic>
attached is the test cab that inserts the 4 shortcuts
Will this allow push internet and the built in search function of the internet tab to work with Opera 10?
__________________


WM 6.5 Taskbars | GadgetROM for Touch Diamond

Donations are always strictly voluntary and completely appreciated. Thank you!
Reply With Quote