I'm currently using Touch Weather right now as my Primary Weather Application... and I have to choose my own weather server to get information from... can someone please tell me based on personal usage and experience which weather server proves to be the best and more accurate??
The selection of servers are..
AccuWeather
GisMeteo
GisMeteo_WAP
Intellicast
MeteoNova
WetterCom
Any type of information or suggestions towards the purpose of this topic will be greatly appreciated.. AND USEFUL for other members.. so please answer!
Related
Hi,
The login box does not appear in the orkut site when browsing through MDA. I contacted orkut help and they said I have to www.orkut.com from the list of restricted sites.
But i could not see these options in my MDA? :? Has anyone faced such issues? How can I overcome this?
Any help is much appreciated.
Thanks,
Saj.
internet settings
can anyone please point out how we can see the restricted sites list, and remove some sites from it?
does the internet explorer in WM5 have these options?
How u doin man'
:]
ok, orkut doesnt work on pie.
This is because the login box for google accounts is an IFRAME, and thefore not supported by pocket ie (or so it seems)...
The only way to see the login box is by using opera mobile. Download it and it will work fine.
hey
u can also use netfron 3.3...it has more options than opera
thanks for ur replies, will try these.
Hello,
First, thank you in advance for any help that you may give. I am looking for a developer to write me a bit of software for personal use.
Basically, I would like an application that when it launches, it starts the GPS, gets the current location, and then sends this info via GPRS to a back end server. The server then sends back a list of html links that have been geocoded. The links are pushed back to the windows mobile device based on a pre-configured (and user definable) radius from the current location.
If anybody is interested in building this for me, I am willing to pay a reasonable fee. Please let me know.
A company I work for has such a solution just now in Beta Test. They will have a final version working within the next 2 weeks.
The Software should be free, but the service they include not (Map and Call Center).
Is it possible place a shortcut to a VPN connection in the quicklinks?
It is annoying to navigate through the menus if i need to start the vpn to my corporation.
Would be nice if someone has a solution for that.
If you're using a custom client you can add that as a program in the quick links. Otherwise, the closest I get is through the Internet Sharing program added in the quick links and then tapping: Menu>Connection Settings>Manage existing connections. Is this quick enough for you?
Out of interest, are you using the WM client or have you installed some other vpn client?
Anyway u can teach me how to use VPN in the HD2? Thanks.
Hey guys, is a there a possibility of changing a weather server, like if a hosted my own, which would download the data, change them and then I'd download them with my phone. Is it possible, or does it work differently?
Bump
No one knows the answer?
Phantoml337 said:
Hey guys, is a there a possibility of changing a weather server, like if a hosted my own, which would download the data, change them and then I'd download them with my phone. Is it possible, or does it work differently?
Click to expand...
Click to collapse
If you have your own server, then it is sort of possible. Set up a proxy server on your server, and point your Leo proxy to it. Then you re-route all accuweather traffic to your own server. You will also need to get the data from the source you selected and reformat them so that it looks like a response from accuweather. That will be a lot of work.
alex fung said:
If you have your own server, then it is sort of possible. Set up a proxy server on your server, and point your Leo proxy to it. Then you re-route all accuweather traffic to your own server. You will also need to get the data from the source you selected and reformat them so that it looks like a response from accuweather. That will be a lot of work.
Click to expand...
Click to collapse
O....K....
It's not possible
Hello everyone !
I want to create an android app, that should take input username and password and then login to a website. Basically any website. Well, I am trying to create an app for a website with login page in .aspx form.
I googled regarding this but was unable to find some effective solution. Almost all websites I searched contained only login page design and a simple java code which equals username and password and then makes a toast text. I need some info regarding how to login into that particular page with active session.
Let login page be: 127.0.0.1/login.aspx
I am not a beginner and have developed few apps. This project is very important for me. So please help me regarding this.
Anykind of help is highly appreciated. Please do help.
Thanks
Come On Guys , Show some effort
Making apps "for website" in my opinion could be easily sorted turning the app "server side"... read my comment at this post.
By following my advice you have several advantages:
Users don't need to update their app when new version comes out
Harder to crack (unless they hack your server...)
Compatibility with different platforms/os
No disk-space needed on user device
If you really really need java code for that (as it's a school project requiring java or something ...) have you considered using raw sockets (probably not the best idea, but you asked for "Any kind of help" so... ) ? You said you have experience (I don't with java so can't help with the code, but I used similar technique in python, php, etc, ...) so it shouldn't be hard to find a simple code snippet for handling raw packet sending... Use your PC and fire up Wireshark or any other sniffer and debug the communication between client-server. Look at the header informations and data sent, and it will be easy to replicate those request-response via raw socket.