View Single Post
  #3868 (permalink)  
Old 03-17-2010, 11:14 PM
Nosey's Avatar
Nosey
Regular 'Geeker
Offline
 
Join Date: Jul 2008
Posts: 313
Reputation: 90
Nosey is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: OMJ's HTC Sense 2.5 & 2.1 ROMs | WM 6.5 / WM 6.5.x | 21055 / 21895 / 2354x | 3/12

thanks, as always, you are the man!!!! I'm not too far from you, I'm in SC, right at 300 miles, might have to come down there and buy you a real beer one weekend!! (it's not on the reply page, but you are near Orlando right?)

thanks for the samples, that will save me a bunch of searching

one thing I noticed about opera, I thought, but could be wrong, that in previous versions, if I saved a bookmark in opera, I could then go to the internet tab and put a quick link, same thing with cookie tab and adding it as a quick link there, I don't think I created them with IE first, I went into opera and added the few bookmarks I mainly need daily and then to the internet tab and it's only showing bookmarks for IE, yet hitting the internet globe it loads opera, so I know it's the default

any ideas other then going into IE and pulling up the pages (or creating an xml I guess)

it's 1115, I gotta be up at 430am I won't bug you anymore, tonight...


Quote:
Originally Posted by OMJ View Post
you can create a .xml to create your email account, here is the format:

Code:
<wap-provisioningdoc>
   <characteristic type="EMAIL2">
        <characteristic type="{414787bd-61f7-4635-b300-75413cfbf6ca}">
            <parm name="SERVICENAME" value="xxx@mail.com" />
            <parm name="SERVICETYPE" value="POP3" />
            <parm name="INSERVER" value="pop.mail.com" />
            <parm name="OUTSERVER" value="smtp.mail.com" />
            <parm name="NAME" value="xxx@mail.com" /> 
            <parm name="REPLYADDR" value="xxx@mail.com" />
            <parm name="AUTHNAME" value="xxx@mail.com" />
            <parm name="AUTHSECRET" value="password" />
            <parm name="DOMAIN" value="" />
            <parm name="AUTHREQUIRED" value="1" />
            <parm name="LINGER" value="30" />
            <parm name="RETRIEVE" value="2048" />
            <parm name="KEEPMAX" value="0" />
            <parm name="DWNDAY" value="7" />
                        <parm name="SMTPALTENABLED" value="0" />
                         <parm name="SMTPALTAUTHNAME" value="" />
                         <parm name="SMTPALTPASSWORD" value="" />
                        <parm name="SMTPALTDOMAIN" value="" />
                          <characteristic type="TAGPROPS">
                <parm name="8128000B" value="0"/>
                <parm name="812C000B" value="0"/>          
              </characteristic>
        </characteristic>
</wap-provisioningdoc>
for quicklinks, 1st create them, then dump the reg @ HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\, create a .reg using the dumped reg:

ie..


Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\9]
"HomeServiceType"=dword:00000000
"IsReadOnly"=dword:00000000
"Index"=dword:00000000
"ContactFavorType"=dword:00000000
"ContactOid"=""
"ExePath"=""
"IconPath"=""
"DispName"=""
"IsSet"=dword:00000000
"IsNeedRefresh"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\10]
"HomeServiceType"=dword:00000000
"IsReadOnly"=dword:00000000
"Index"=dword:00000000
"ContactFavorType"=dword:00000000
"ContactOid"=""
"ExePath"=""
"IconPath"=""
"DispName"=""
"IsSet"=dword:00000000
"IsNeedRefresh"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Home\11]
"HomeServiceType"=dword:00000000
"IsReadOnly"=dword:00000000
"Index"=dword:00000000
"ContactFavorType"=dword:00000000
"ContactOid"=""
"ExePath"=""
"IconPath"=""
"DispName"=""
"IsSet"=dword:00000000
"IsNeedRefresh"=dword:00000000
to create quicklinks on the internet tab, add this sample code to your .reg:

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

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\005]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="XDA"
"ScheduleInterval"=dword:ffffffff
"URL"="http://forum.xda-developers.com/index.php"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\006]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="Mobile Underground"
"ScheduleInterval"=dword:ffffffff
"URL"="http://www.mobileunderground.info/forum.php"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush\Enabled\007]
"bDownloaded"=dword:00000000
"DownloadTime"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Name"="HTCPedia"
"ScheduleInterval"=dword:ffffffff
"URL"="http://htcpedia.com/"
fyi---I'm not working on anything new right now....
Reply With Quote