Re: OMJ's HTC Sense 2.5 & 2.1 ROMs | WM 6.5 / WM 6.5.x | 21055 / 21895 / 2354x | 3/12
Quote:
Originally Posted by Nosey
just 2 fyi's...
I finally installed the latest 6.5.5 (from 3/12) and installed cookie home tab and it works fine, no lag like the previous version that had it pre-installed, and also installed the new opera, I noticed some say there is no screen rotation, mine is rotating, if I rotate 2 turns too fast, it has a delay, but other then that, it's rotating
even got basic sashimi working with installing my cabs, now just to get it to do email (didn't work this go round so will try again when I'm not tired), and figure how to get my contacts and quick links auto-installed in cookie, right now have the 3 default screens, I use 1 for speed dial (I like it better then the contact tab), 1 for daily quick links and 1 for occasional quick links
OMJ, this seems like the fastest I've played with so far, will know how the battery life is tomorrow (I have the bandswitch installed and it's giving me about 10 hours battery with little usage, checks email every 10 min and cut connection at 20 seconds idle), I also turned off the weather animation, trying to get as much battery life as I can, I work 9 hour days so charging right now is limited to outside of work
I am roaming all the time, I have it set (in network settings) to allow roaming with no warning, and in the weather tab settings I have it set to update when roaming, but it won't due to it pops up the "you are roaming" question and won't update unless I tell it to, is this something you can fix?
anyways, guess you will have an update in the next day or so, seems like everytime I have to wait a few days to update, as soon as I do, you post a new one lol
|
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....
|