View Single Post
  #317 (permalink)  
Old 12-04-2009, 11:31 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Threadstarter
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: OMJ's HTC Sense Kitchen | WM 6.x / WM 6.5.x | 21055/21870/23504/28002 | 11/26/09

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
Attached Files
File Type: cab OMJ.cab (3.3 KB, 7 views) Click for barcode!
__________________
Reply With Quote