wurfl

Mobile Capability for meta tags render en ASP.NET Mobile

Hi, Anybody knows what is mobile capability for render Meta Tags for each adapter? I am using Marg.Wurfl to detect mobile device, and it maps wurfl capabilities to mobile capabilities, but it does not render meta tags.I have found requiresXhtmlCssSuppression capability in ASP.NET Mobile Controls XHTML Adapter Source, but it doesn´t work...

WURFL with python issues

I've been attempting to setup pywurfl so that I can perform handset lookups to pull attributes from the wurfl api, but I'm currently having issues when attempting the select_ua() request. This is what I'm using : http://celljam.net/ Anyone out there have experience with Python and WURFL? ...

Generating a list of supported devices by WURFL capabilities

...

Where can I obtain the wurfl_patch.xml file

I'm busy implementing the wurfl api using PHP, but somehow just can't seem to find where I need to download the wurfl_patch.xml file. Patch file Does anybody have the file stored somewhere? ...

WURFL's New API Question

Hi all, I have a simple stupid question. Here's the problem, for years, my company has been using the old WURFL PHP API. Now, with the release of the new WURFL PHP API that promises a better performance, we want to use it. What I want to ask is, how do I update the cache? Can I use the old *update_cache.php*? ...

Using Wurfl to detect mobile screen resolution?

I've implemented Wurfl, but the problem with this is that it's giving me the wrong screen resolution for my phones. How accurate is wurfl and I do not know what I'm doing wrong. require_once 'wurfl_config.php'; require_once WURFL_CLASS_FILE; $ua = strtolower($_SERVER['HTTP_USER_AGENT']); $wurflObj = new wurfl_class(); $wurflObj->Get...

Which mobile operating systems support J2ME?

I've been tasked with using WURFUL to determine whether or not a mobile browser is capable of downloading a J2ME app developed by my company. I first thought I could use the "device_os" tag and filter by that, however, I'm unsure what the complete list of J2ME OS's are... any ideas? I've been told there are no MIDP requirements, and ...

wurfl2 integration in typo3

everytime i try to install the wurfl2 extension in tpyo3 i get the following error message: Fatal error: require_once() [function.require]: Failed opening required '' (include_path='.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/typo3conf/temp_CACHED_ps9b8e_ext_localconf.php on line 501 is anyone familiar with this er...

How to query WURFL information

What is the programming interface to querying device capabilities in wurfl? ...

Mobile Device Browser File vs. WURFL for ASP.NET

I am working on a commercial web application that has a separate mobile browser version intended for the more capable devices (BlackBerry, iPhone, Android, etc). I don't want to do simple User Agent contains style logic and was looking at the various detection libraries. It seems like WURFL and Mobile Device Browser File are my best op...

How to detect desktop browser vs mobile device using wurfl?

I am planning to use Wurfl in a web application in order to distinguish between mobile device and desktop browser. The isMobileBrowser(String userAgent) from net.sourceforge.wurfl.core.utils seems the appropriate function to do that. Nevertheless looking at the source code of the 1.0.1-rc3 I can see that if the user agent string does n...

How do I validate wurfl.xml?

I'm wondering which is the best way to validate the wurfl.xml file. I am thinking about these two different approaches : Since it is a XML file I can validate wurfl.xml against its XML schema. Some questions related with this are: from where do I get the xsd file?, how often does the xsd file change?. Query the wurfl database once the...

How to correctly display html-page on all mobile devices/browsers.

I'm currently working on survey project where users answer surveys from they mobile phones. I need to display a vary basic pages with one question on each page, but I need to make sure they are correctly displayed on all mobile phones, because user can have wap browser, "normal" browser like opera mini and probably something else. So my ...

WURFL on App Engine

I'm trying to implement mobile browser detection in appengine, using WURFL. However, it appears to be impossible to implement it w/o causing a crazy amount of CPU usage, as well as page loading latency. Any ideas on how I can speed it up? ...

How to find out what cell phones support wallpapers

I have Adobe Device Central, and there I can see which phones support wallpapers, but I cannot export this list to another designer who needs to create the different sizes for my cell phone wallpapers. I know WURFL and its varying flavours can tell me this, but it seems I cannot do a search for only phones that support wallpapers and th...