PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Manila / TF3D Tweaks (http://forum.ppcgeeks.com/forumdisplay.php?f=79)
-   -   Any way to change Weather automatic update timing for Manila (http://forum.ppcgeeks.com/showthread.php?t=100534)

slumpey326 12-07-2009 01:51 PM

Any way to change Weather automatic update timing for Manila
 
anyone able to figure out the reg fix for this, stuck on 3hrs I believe. I would love to be able to change it to an automatic update every 30 mins.

Hoso 12-14-2009 09:21 PM

Re: Any way to change Weather automatic update timing for Manila
 
i have been trying to find this out for a long time now!!! no one seems to have an answer, and i can't get a chef to answer since they are so busy!!!

mwalt2 12-15-2009 03:10 PM

Re: Any way to change Weather automatic update timing for Manila
 
It probably depends on what version of manila you are using. I'm on sense 2.5.1921 and it has the following in the registry:
Code:

[HKEY_CURRENT_USER\Software\HTC\Manila]
"Weather.AutoDownloadInterval"=dword:3C

The 3C is hex for 60 minutes. You could change it to 1E for 30 minutes and see if it works (assuming that registry key is part of your manila). I do not see any similar options in the registry settings for an older version of manila 2.1 (pre-sense UI).

Hoso 12-15-2009 03:33 PM

Re: Any way to change Weather automatic update timing for Manila
 
i see one thing that seems connected to the time in my nrg rom with manilla 2.1, but the values for it doesnt make since, this is what i looked at:


\\\registry\HKCU\Software\HTC\Manila\
Home_WeatherClock_CheckTime

and the values were this:
D9 07 0C 00 02 00 0F 00
13 00 05 00 2B 00 00 00

can anyone make sense of this?

slumpey326 12-16-2009 09:40 AM

Re: Any way to change Weather automatic update timing for Manila
 
yeah someone else noticed that as well, but no one can figure out how to change the timing

m3evo 12-22-2009 07:26 PM

Re: Any way to change Weather automatic update timing for Manila
 
I saw this on another website. It looks like there is a setting called UPDATETIMELIMIT = 180 I think if we can change that it will update to whatever time we set it too.

I just dont know where this section of code is in our phones

quote]
WeatherControlForHome.__init = function(l_1_0, l_1_1, l_1_2, l_1_3, l_1_4, l_1_5, l_1_6, l_1_7, l_1_8)
trace("WeatherControlForHome:__init")
l_1_0.SAVETIMEPATH = "Software\\HTC\\Manila"
l_1_0.SAVETIMEVALUE = "Home_WeatherClock_CheckTime"
l_1_0.temperature = nil
l_1_0.Time = nil
l_1_0.CityObj = nil
l_1_0.cityCode = nil
l_1_0.cityCodeIndex = 0
l_1_0.MYLOCATION = ":HWC:CurLoc"
l_1_0.CheckTime = Time(l_1_8)
l_1_0.CallBackFun = l_1_1
l_1_0.UIHvalue = l_1_2
l_1_0.UILvalue = l_1_3
l_1_0.UItemperature = l_1_5
l_1_0.UIconditionObj = l_1_6
l_1_0.CityNameObj = l_1_4
l_1_0.WeatherIcons = l_1_7
l_1_0.AutoDownload = false
l_1_0.ForceDownloadWeather = false
l_1_0.UPDATETIMELIMIT = 180
l_1_0.CheckTime = nil
l_1_0.weather = AccuWeather(_application:GetScopedLog("weather"), _application.Store)
l_1_0.Download = false
l_1_0:InitializeWeatherIcon(l_1_0.WeatherIcons, false)
l_1_0.MyLocationDownloadTimer = nil
trace("init weather end")
end

WeatherControlForHome.InitCheckTime = function(l_2_0)
trace("WeatherControlForHome:read from reg")
local l_2_1 = Time()
local l_2_2 = l_2_1:ReadFromReg(RegKeyRoot_HKCU, l_2_0.SAVETIMEPATH, l_2_0.SAVETIMEVALUE)
if l_2_2 then
l_2_0.CheckTime = l_2_1
trace("read from reg ok! date=" .. l_2_0.CheckTime:GetDateString("yyyyMMdd"))
end
end
[/quote]

psycho_maniac 12-31-2009 10:54 PM

Re: Any way to change Weather automatic update timing for Manila
 
Quote:

Originally Posted by Hoso (Post 1415352)
i see one thing that seems connected to the time in my nrg rom with manilla 2.1, but the values for it doesnt make since, this is what i looked at:


\\\registry\HKCU\Software\HTC\Manila\
Home_WeatherClock_CheckTime

and the values were this:
D9 07 0C 00 02 00 0F 00
13 00 05 00 2B 00 00 00

can anyone make sense of this?

i am really interested in this. i have "Weather.AutoDownloadInterval" set to 60 but what you speak of seems as though it actually will keep the 1 hour updated on a regular bassis. i noticed when i have Weather.AutoDownloadInterval set it wont actually automatically update the weather like my email does. if i go to the clock or weather tab WHEN an hour has passed it then updates it, which is nice but id rather have it already updated and have my data disconnected (as i have the 1 min idle tweak) when i turn on my phone.

psycho_maniac 12-31-2009 11:04 PM

Re: Any way to change Weather automatic update timing for Manila
 
but i noticed after the weather updates my 1 min idle tweak does not work, anything else that uses the internet does work.

meltwater 03-19-2010 04:52 PM

Re: Any way to change Weather automatic update timing for Manila
 
Quote:

Originally Posted by m3evo (Post 1431913)
I just dont know where this section of code is in our phones

It's in 6639bcc4_manila.lua weather script for Home
I'm trying to use the ReadFromReg() for something, it's the only file which has it so don't think it is a general function.


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

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


Content Relevant URLs by vBSEO 3.6.0