views:

34

answers:

3

Nexus One is not currently supported by the Mobile Device Browser File, which leads to the Nexus One being identified as a non mobile device.

I know the user agent, and the capabilities are pretty similar to other Android terminals. With this information, how do I patch the MDBF to have the N1 be recognized as a mobile device?

A: 

not sure if it is helpful to you but you can check for Nexus in the user agent field returned by the browser.

Vinay Pandey
I already have the user agent string:Mozilla/5.0 (Linux; U; Android 2.1; en-gb; Nexus One Build/ERD79) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17The problem is that the MDBF doesn't include it (since it is new), so I'm wondering what the recommended procedure is for manually patching the MDBF?
Kristoffer
+1  A: 

Regarding Mobile Device Browser File:

Quote: "Due to the organizational restructuring of the team that developed and supported the Mobile Device Browser file, we will no longer have the resources to support and update this CodePlex project. The team will be providing two more releases – one on the 27th July 2010 and the final release on the 24th August 2010."

Lucifer
A: 

As a replacement to MDBF make use of http://51degrees.codeplex.com . It makes use of WURFL mobile device database to detect mobile devices and providing auto redirection to mobile optimized pages.

Amit Patel