PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Hacks/Tweaks

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-10-2008, 02:47 PM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
Location: Central Ohio
 
Join Date: Mar 2008
Posts: 1,359
Reputation: 2295
boggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Setup Internet Favorites

This is actually provxml, but it impacts the registry so I thought that I would share here.

This bit of xml will (or rather, should) delete all of your existing Internet Favorites.
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
  <characteristic type="Registry">
    <nocharacteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries" />
  </characteristic>
</wap-provisioningdoc>
Then you use this xml to create all of your Internet Favorites.
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
  <characteristic type="Registry">
    <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCGeeks - User Control Panel" translation="filesystem">
      <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem" />
      <parm name="URL" datatype="string" value="http://forum.ppcgeeks.com/usercp.php" />
    </characteristic>
    <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCGeeks - HTC Vogue Updates" translation="filesystem">
      <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem" />
      <parm name="URL" datatype="string" value="http://forum.ppcgeeks.com/forumdisplay.php?f=59" />
    </characteristic>
    <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCKitchen" translation="filesystem">
      <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem" />
      <parm name="URL" datatype="string" value="http://www.ppckitchen.org/forums/index.php" />
    </characteristic>
    <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Google" translation="filesystem">
      <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem" />
      <parm name="URL" datatype="string" value="http://www.google.com/" />
    </characteristic>
    <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\DSL Reports - M-Speed" translation="filesystem">
      <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem" />
      <parm name="URL" datatype="string" value="http://www.dslreports.com/mspeed?jisok=1&amp;more=1" />
    </characteristic>
  </characteristic>
</wap-provisioningdoc>
The neat thing about provxml is that you can easily put it into a cab file and execute the same way as an application installer.

The attached cabs contain updates based on the examples I provided above.

Best regards,
-boggsie
__________________
Mine has theft deterrent!
HOPE
This post has been thanked 1 times.
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Hacks/Tweaks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:05 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com