HTC Homeplug Weather fix - get your LOCAL weather! [New universal patch uploaded!]

Search This thread

N2A

Senior Member
THIS SERVER HAS NOW BEEN DEACTIVATED - See below / my final post

WARNING! The old IP-based/Pocket Hosts method using my server HAS BEEN DEACTIVATED, as I have had to remove the code in question from the direct IP. This means that selecting the custom weather server purely via the HTC home customizing utilities without installing a patched version of the HTC Home DLL, it WILL NOT WORK and you will just get "unable to retrieve data" messages. If this is the case, please uninstall your existing HTC Home plugin, and use one of the ones off the download page.

You can, if necessary, set up your own IP address to base it on, if you can't use my system for some reason, and use the pocket host method that way (requires your own server). Otherwise, please use the cabs below.


NEW! UNIVERSAL PATCH PACKAGE
I've written a universal patcher, so people can now get the HTC Home package they want, and just patch the HTCHome.dll from \WINDOWS. Simply get the package, unzip, drop your HTCHome.dll file in the N2A-Patcher folder, and run the n2a-patcher script inside. It'll magically create you a package! (This won't work for DLLs which people have already patched, you need to use the unmodified original.) This should negate the need for me to create individual packages anymore. Feedback welcome! As a result, I won't be releasing any more complete packages - just install your personal favorite, get the \WINDOWS\HTCHome.dll from your device, drop it in the packager, and let it do it's magic, then install the newly created cab.

Coming soon, if I can figure it out - drop the installer in, and get a patched full installer out! Of course, I have to figure out how to batch extract the cabfile correctly first... *laughs*

I've also just created a DLL to CAB packager (so you can drop your own pre-patched DLL in, and it'll turn it into a ready-to-install cabfile), and a DLL patcher (which just patches the DLL itself, ready for cooking etc - perfect for all you flashers out there!) - all on the download page.

PLEASE DON'T PM ME ABOUT THIS - KEEP IT TO THE THREAD UNLESS I SPECIFICALLY REQUEST A PM OR PM YOU!

Help Request
If anyone has an unpatched Sprint Touch XML file, I could do with a backup copy, for those who corrupt their XML files...

If you've got a Touch, Kaiser/TyTN II or Sprint Touch...
There are specific device DLL replacement packages on the new file download page.

NEW DOWNLOAD AND INSTRUCTION SITE
I've moved all the downloads and instructions to a new page, which will hopefully make it clearer on what people need to download. It also contains full instructions on hexediting the DLL if you wish, and re-signing. I'm not entirely sure if it's more readable or not, but it's certainly more manageable! Feedback welcome. There's some specific overlays now for certain versions of the ROMs too.

FAQ:
Can I install colour customisations to this?
Sure. Take a look around the forum. There's plenty of guides elsewhere.

What does this do?
It reroutes the request to the AccuWeather server to my server instead, which then requests the appropriate data from the AccuWeather server, and translates it into the HTC Weather XML format.

Can I run this via my own server?
Yup. It's running on mine via PHP 5.2.x, using the SimpleXML extension. The code is downloadable from the main download page, and I've even commented it. Once you get it running, you'll need to hexedit the HTCHome.dll file in the same way as described for the ROM chefs. I'd recommend keeping the same length of file for replacement - using directories to pad it out if necessary - it could cause unpredictable results otherwise.

Do I need to run my own server to get my local weather?
Nope, feel free to use mine.

Your server isn't working!
Oops. It's a rarity, but occasionally network outages happen. The server won't be disappearing anytime soon though without any warning! I'm sorry to say that I'll be taking the server down for this shortly as I'm wrapping up my web hosting business and transferring it to another company, but quite a few other people seem to have hosted a copy if people still need it. I hope it's been of use over the years everyone!

Why have you done this?
It was really annoying me that I could only get the weather for a city 25 miles away, that had nothing to do with mine.

Can you make me an XML file for such-a-place?
No, I've done enough already, and it's documented fairly heavily above. If you can't follow instructions, give up and stop trying to hack your phone. I'm not here to hold your hand. I'll help fix bugs and obvious issues, but if you can't edit a textfile, you're on your own.

Release Notes
I've stripped most local data from the return info apart from the town/city and country, but the HTC plugin seems to ignore that anyway. Works for all international locations I've tested. I welcome feedback on anything that's not working though, and I'll try to get it nailed pretty quickly. As said above, also works on zip codes, which will make it easier for our US friends on here.

New release fixes countries that weren't in the list, by removing the country checks altogether - I'm confident it'll "just work" - in theory ;) Report bugs in the usual way.

Known Issues
  • The WM5 version will NOT update over GPRS/3G, unless you are using an AKU3.3 ROM. WM5 Weather update over GPRS has been proven with Wizard AKU3.3 (like the T-Mobile or WM5SEr5). Other devices/ROM's still to be confirmed.
  • The temperature in Farhenheit can occasionally be a degree or two out, as I convert from the Celsius scale. To get both readings would mean two calls to the server, which would be more work and bandwidth for my server. I'm sure you can live with a degree out occasionally.

Kudos
Thanks PAPPL for the info on signing files, Schen for his great work on the plugin, and to all those who contributed to getting these plugins (and getting them working!) in the first place!

Enjoy!

As I've taken the server down, I've attached all the relevant files to this post. If someone does want to provide somewhere to point the weather.not2advanced.com domain to, I still own the domain and can add the appropriate A address to it for the purpose if they want to continue hosting for the many users that still seem to be using this plugin. Sorry I had to take it down, but I no longer run the hosting operation this was being held on, and it can be a bit heavy on resources at times.

- Rick
 

Attachments

  • website.7z
    55.2 KB · Views: 276
  • patchers.7z
    2.6 MB · Views: 326
  • weathertranslator-0_2_5.zip
    3.7 KB · Views: 283
  • cabs.7z
    7.9 MB · Views: 324
Last edited:

speckledpig

Senior Member
Feb 7, 2007
336
12
Mobile, AL
Wow, sounds like a lot of work went into this.

Do you think it would be possible, using this framework, to pull data from the NWS website instead of Accuweather?
 

N2A

Senior Member
Theroetically, I could, providing they set up an appropriate XML feed. However, I can only do one such setup per IP address (and the IP addresses I have are somewhat limited), but if someone wanted to set it up, I've no doubt it'd be possible. However, it wouldn't be trivial - I've had to manually grab bits of data from the XML and process it into the format the home plugin expects. As a UK resident, the NWS isn't huge amounts of use to me ;)

On a more technical note though, it'd require a similar format - at least 5 days in advance for a particular area, and the exact parameters (or something that can be adjusted / mangled / processed into the exact parameters) that the plugin needs. (Take a look at the code in the zipfile if you want to see how much of a pain in the neck THAT was!) Adapting it would also need a complete conversion matrix, or a hacky method using (say) the RSS feed ID for the BBC, or however the NWS does it.
 
Last edited:

N2A

Senior Member
If it works already for the major cities, then it'll work the same way, but with more localised weather available.

If you're having trouble with the normal weather plugin setup though, you may still have trouble. Then again, it might work! I've no idea. Try it and find out ;)
 

gdbtg

Member
Jun 12, 2007
27
0
HTC Homeplug Weather

Hello,

Thanks for sharing your great work. (I am french so sorry for my poor english)
However, I working on HTC Homeplug Weather because it wont let me download weather forecast when I am using 3G connection.
It works great when I an using wifi connection so I think it is coming from the proxy of vodaphone France (SFR) wich is blocking the access. So I was wondering if I will be able to connect to your server ? (for the moment it is not working) or redirecting the plugin to my tunnel...
Second is there a way to be sure that htc weather plugin is trying to connect to htc.accuweather.com and not to another web site.

Thanks in advance

A french guy wich is also living in a small city and wishto have his weather forecast ;-)
 

N2A

Senior Member
Hi N2A / Rick. :)

Great job - really! I can't thank you enough.
It finally works for me. :p :p

Thanks

You're most welcome ;) Glad I could help.

Hello,
However, I working on HTC Homeplug Weather because it wont let me download weather forecast when I am using 3G connection.
It works great when I an using wifi connection so I think it is coming from the proxy of vodaphone France (SFR) wich is blocking the access. So I was wondering if I will be able to connect to your server ? (for the moment it is not working) or redirecting the plugin to my tunnel...
Second is there a way to be sure that htc weather plugin is trying to connect to htc.accuweather.com and not to another web site.

Thanks in advance

A french guy wich is also living in a small city and wishto have his weather forecast ;-)

Well, if it's the HTC accuweather site specifically blocked, then it will help you. If it's generically blocking sites, then it won't.

Re a tunnel - depends what you mean by it.

The HTC home plugin *always* tries to connect to htc.accuweather.com - hence the host file change, which diverts it to my server instead, which provides the correct data. (NO LONGER APPLIES WITH NEW PLUGINS!)

However, if it's still not working with the hosts file modification (may require soft reset, not sure!), then I'm afraid there's not a lot I can do, unless you can tunnel it as you said, but it depends on what you're using to tunnel.
 
Last edited:

gdbtg

Member
Jun 12, 2007
27
0
HTC Homeplug Weather

Thanks for your quick answer !
It's still not worling ;-(
But I wondering how can I test if Pockets Hosts is redirecting properly the htc weather address.

Sincerely
 

gdbtg

Member
Jun 12, 2007
27
0
HTC Homeplug Weather

Ok, I have got the web site and not the error message.
So there is something wrong.
Thanks for your help.
 
Jul 19, 2007
19
0
Befor I can try your nice work, I have a problem with the write protection of the hh_0407_weather... file. I dont get my own file in the folder. I tried some things but it didnt work.

Can you help me? I'm runing a B&B v3.7 Ger beta.

Thanks
 
Last edited:

N2A

Senior Member
Ok, I have got the web site and not the error message.
So there is something wrong.
Thanks for your help.

Reload pocket hosts - it should look something like the attached thumbnail. If it does, try a soft reset. However, if it's still refusing point blank, it's highly possible you're going via a proxy, and that is handling the DNS lookups. To bypass that will require a hack to the HTC plugin itself. I can set it up server side for it (which was going to be my initial approach!), but it'll need an appropriate hostname hacking into the binary. I'll see what I can do on that score tomorrow, both on the home plugin front and the server-side setup.

Befor I can try your nice work, I have a problem with the write protection of the hh_0407_weather... file. I dont get my own file in the folder. I tried some things but it didnt work.

Can you help me? I'm runing a B&B v3.7 Ger beta.

Thanks

I suggest using Total Commander - you can remove the read-only flag from there, and even edit it inside it. Works beautifully.
 

Attachments

  • pockethosts.jpg
    pockethosts.jpg
    13.4 KB · Views: 892
Jul 19, 2007
19
0
I use the Total Com, too. But when I open the file the Internet Explorer opens and displays the xml file. I tried to remove the flag but he didnt adopt it. So I looked at the attributes again and nothing has changed.
 

N2A

Senior Member
I use the Total Com, too. But when I open the file the Internet Explorer opens and displays the xml file. I tried to remove the flag but he didnt adopt it. So I looked at the attributes again nothing has changed.

I'm assuming that's after you've gone to the file properties. You should be able to unclick "Read-only" and "System" on it.

There's quite a bit of information on doing this scattered around the forums. Is it cooked into your ROM? (It'll have a tickbox by the "In ROM" box if that's the case.) But you want to clear the Read Only and System attributes from the file properties if you can, THEN edit it.

More information on this thread.
 
Last edited:
Jul 19, 2007
19
0
I'm assuming that's after you've gone to the file properties. You should be able to unclick "Read-only" and "System" on it.
I did this but when I open the properties again the attributes for "Read-only" and "System" are still on.
There's quite a bit of information on doing this scattered around the forums. Is it cooked into your ROM? (It'll have a tickbox by the "In ROM" box if that's the case.) But you want to clear the Read Only and System attributes from the file properties if you can, THEN edit it.
Its in the ROM.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    just tried the schen n2a patched .cab .
    htc home is there (although it starts a bit slower) but
    i cannot choose a city in the list (there are no entrys, it is empty)

    also, there are so many files attached in your first post,
    but there are only two ways described. one of these cabs or what is called pocket hosts method.
    i didnt like both, but then used the kaiser withough brightness fix (for what? brightness? what needs to be fixed?)
    i was afraid, because there is no description how you can go back to the original htc home plugin, if those custom ones woudlnt work.

    eg: what are those HTCHome dlls
    or the weathertranslator.zip
    for ?

    ritterkeks

    As I described on the first post, the weathertranslator.zip is the server code which translates the accuweather data - most users don't need it. If you have a kaiser, you don't need the brightness patch. If you have another device, you probably do need the brightness patch. It's one of the buttons on the Launcher. And if you've already got a HTC Home plugin installed in ROM, you just need to remove the new one and it'll revert.

    I thought I quite clearly described it to be honest, and pretty much everything is covered over the posts. I'll see about creating a Wiki entry about all this.
    1
    I installed the Kaiser DLL patch on my tilt and now after the reboot it goes to owner information screen then goes black. Then green and blue lights at the top flash but I can't get it to do anything. If I reset it, I have the same result.

    I was able to enter bootloader and reflash the rom. Held down camera button and used the stylus to push the little reset button next to usb port. Then ran rom updater as normal

    Same issue here flashed twice already.

    Hope there's a fix