PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Hacks/Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=27)
-   -   Create Internet Favorites (http://forum.ppcgeeks.com/showthread.php?t=51560)

boggsie 01-02-2009 10:12 PM

Create Internet Favorites
 
1 Attachment(s)
One of the handiest ways to manage the Windows Mobile registry entries is via PROVXML files. These files, when properly formed, can easily be inserted into an installable cab file and added to your SDAUTORUN.TXT file to be run as part of User Configuration.

Handling Internet Favorites.

We learned how to delete our Internet Favorites in this thread:
http://forum.ppcgeeks.com/showthread.php?p=614622

Now, we need to insert our own list of Internet Favorites.

As is the case with deleting items, you can insert your list of Internet Favorites with PROVXML formed in the following manner:

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\XDA - 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.xda-developers.com/usercp.php" />
  </characteristic>
  <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCKitchen - User Control Panel" 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/usercp.php" />
  </characteristic>
</characteristic>
</wap-provisioningdoc>

Save this PROVXML as a text file named “_setup.xml”.

Insert this into an installable cab file via windows MAKECAB.EXE.
Code:

C:\>MAKECAB.EXE _setup.xml reg_CreateInternetFavs.cab
Install the CAB on your PPC and you will have populated the internet favorites of your choice.

Best regards,
-boggsie

rstoyguy 01-02-2009 10:51 PM

Re: Create Internet Favorites
 
Keep 'em comming! Since your xml'n, folks here might enjoy one on setting up e-mail accounts sir! We may need to start a new developement section with nothing but tutorials. Thar way everyone can learn to cook their own super-rom.

dannzeman 01-04-2009 10:31 PM

Re: Create Internet Favorites
 
Quote:

Originally Posted by rstoyguy (Post 614706)
Keep 'em comming! Since your xml'n, folks here might enjoy one on setting up e-mail accounts sir! We may need to start a new developement section with nothing but tutorials. Thar way everyone can learn to cook their own super-rom.

+1

And thanks for this one too, boggsie.=D>


All times are GMT -4. The time now is 09:18 AM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0