aspose file tools
The moose likes Java Micro Edition and the fly likes MIDP2 user-agent strings... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "MIDP2 user-agent strings..." Watch "MIDP2 user-agent strings..." New topic
Author

MIDP2 user-agent strings...

James Hodgkiss
Ranch Hand

Joined: Jan 22, 2004
Posts: 401
Creating a servlet that will detect if the mobile is MIDP2.

Do all MIDP2 phones' user-agents contain "MIDP-2" as a substring? Or is there a better way of detecting?

Cheers,
James
[ July 04, 2007: Message edited by: James Hodgkiss ]
Dawei Li
Greenhorn

Joined: Jul 01, 2007
Posts: 22
I think you can use System.getProperty("microedition.profiles")
It will return version of midp


<a href="http://www.java-forums.org" target="_blank" rel="nofollow">Java</a>
James Hodgkiss
Ranch Hand

Joined: Jan 22, 2004
Posts: 401
Cheers, but I need my servlet to detect it from the mobile's user-agent request header...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MIDP2 user-agent strings...
 
Similar Threads
PNG compression?
auto shutdown
Canvas direct text input (TextBox alternative)
Payment and J2ME Help me it is emergent
running Java in mobile