2

I am planning on making a WAP page to provide a software.

Now i need to find out what mobile phone model the client who logs into my webpage is using so that i can redirect him/her to the appropriate download link.

This is similar to what opera does on their opera mini site. When you log in it finds out your model and sends you to the link

How can i add this to my site.

skaffman
  • 398,947
  • 96
  • 818
  • 769

2 Answers2

3

There are a number of solutions for determining mobile device, based on the UserAgent making the request. (Some solutions use other factors as well.)

Try looking at:

WURFL

MDBF

DeviceAtlas

DetectRight

Volantis

MobileAware

Movila

UAProf

The technology you are using to create your pages will also affect which of the above is the best solution for you.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
0

A great website with some tutorials is mobiforge.com (the people behind device atlas), also plenty of true open source software at wurfl

kgutteridge
  • 8,727
  • 1
  • 18
  • 23