petersinho wrote:
The results of the test that you've given me are: Mozilla/5.0 (SymbianOS/9.4; Series 60/ 6.0 Nokia 5800d-1/ 51.0.006; Profile/ MIDP-2.1 Configuration/CLDC-1.1) Apple WebKit/525 (KHTML, like Gecko Version/3.0 BrowserNG/7.2.5.23gpp-gba
Most likely User-Agent should be (the difference is that few spaces have been removed/added):
Mozilla/5.0 (SymbianOS/9.4; Series60/6.0 Nokia5800d-1/51.0.006; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.5.2 3gpp-gba
and it is correctly detected as "xhtml" device (that is smartphone in MJ) because of data for Nokia 5800 exist in the database, and AMDD correctly detects that 5800d-1 is a modification of 5800.
Could you compare (symbol-by-symbol) User-agent header of your Nokia phone with one I posted above? And what browser do you use (original, Opera Mini, Opera Mobile, etc.)?