Sunday, April 3, 2011

How to update weather locale in themes for Singapore users



Simplest way:

1. Install iFile from the Cydia store (kinda like a Windows Explorer for iOS) or you can try to ssh into your device.

2. go into var>stash>themes>

(A) Using iFile

For example, if the theme you wanna change is 'revi-krs', look for the files 'lockbackground.html' and 'wallpaper.html', enter edit mode and change the var locale = '1062617' and var isCelsius = true. Then save the edited files.

This will change the weather to reflect Singapore and toggles Celsius for the temperature rather than Farenheit.

Note: in the latest update version 1.5, the weather locale is now in the file 'config.js'. Replace 'CODEHERE' with your location code e.g. for Singapore, use '1062617'.

(B) Using ssh

If you ssh, depending on the theme you're gotta change either weather.html or in the case of revi-krs, similarly, you gotta copy both lockbackground.html and wallpaper.html to the desktop, then edit them.

change the var locale = '1062617' and var isCelsius = true
then delete the one on the phone and replace with the one you edited.

Note: in the latest update version 1.5, the weather locale is now in the file 'config.js'. Replace 'CODEHERE' with your location code e.g. for Singapore, use '1062617'.

3 comments:

  1. Erm, why everytime i download the revi-krs that time keep half way got problem?

    ReplyDelete
  2. Try again on another day. It could be that the servers were overloaded.

    ReplyDelete