MIUI Weather app at MIUI.es


cyberon

Members
Jan 30, 2011
246
40
Great news guys, our favourite weather app is working at MIUI.es, wouldn't be great if "someone" could add English language. ;)
 
Great news guys, our favourite weather app is working at MIUI.es, wouldn't be great if "someone" could add English language. ;)
Don't forget - we did the first hacks ever on this app to make it work first time round. It then got really complicated to add all locations due to limitations of SQLite.

Will check it out though, was aware of it but hoped people would not find out lol :) more work more work :p
 
Don't forget - we did the first hacks ever on this app to make it work first time round. It then got really complicated to add all locations due to limitations of SQLite.

Will check it out though, was aware of it but hoped people would not find out lol :) more work more work :p

You did such a good job last time, that we were hopping for some new love on the app! ;)
 
Looks like they kanged my code for this. Not 100% sure without seeing their PHP but the file name is the same etc...

Code:
com/miui/weather/Config.smali:.field public static final STR_URL:Ljava/lang/String; = "http://weather.miui.es/weather.api.php?city=%s"
com/miui/weather/service/ServiceUpdateWeather.smali:    const-string v3, "http://weather.miui.es/weather.api.php?city=%s"
com/miui/weather/service/ServiceUpdateWeather.smali:    const-string v3, "http://weather.miui.es/weather.api.php?city=%s"
com/miui/weather/update/Network.smali:    const-string v3, "miniphp/ajax.php"

I have a file on my server called weather.api.php, uncanny to name it the same. Someone ask for the PHP as i'd love to see if they've stolen / ripped code somehow from me.

Thanks,

Mark