I need to get the mobile information like mobile model, manufacturer name on server side. How to get it from requesting URL?
For example, User send the request from mobile browser to server for download the jar/jad file. On server side, I need to get the mobile model and manufacturer name and then send the response to mobile based on that mobile model and manufacturer name. How to get these information’s(like model name n97 manufacturer name Nokia).
Have you looked into WURFL? It’s a server-side descriptor file that can help detect various mobile user-agents, capabilities, screen sizes, color depths, etc.
I’m not sure if there’s anything out there that would tell you specific model names/manufacturer ATM, but something like the above can at least give you a clue.
Edit: doing further reading…looks like it may be able to give device-specific info in many cases.