Questions tagged [wurfl]

WURFL stands for Wireless Universal Resource FiLe.

The WURFL is a commercial open-source mobile device database and open-source (AGPL) API that provides access to a database of mobile devices and browser characteristics. WURFL recognizes virtually all known mobile devices and tracks many device characteristics. All the device data is stored in an XML file which can be customized and extended using patch files.

113 questions
0
votes
3 answers

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…
jmccartie
  • 4,956
  • 8
  • 50
  • 71
0
votes
2 answers

Is there a wurfl python api?

I am developing an web application on googleappengine with django. I heard there is a wurfl php api of ScientiaMobile. But cannot find for python users. Is there any good wurfl python api that i can use ? And also if it is exit, is there any nice…
nextdoordoc
  • 1,727
  • 6
  • 20
  • 30
0
votes
2 answers

WURFL Keeps Getting Screen Resolution Wrong On All User-Agents/Devices I've Compared?

[Below is testing I'm doing before using the ASP.NET C# API's to get screen resolution in pixels for any given mobile User-Agent in the world, using ScientiaMobile/WURFL]. Also note: I've included additional examples to support my claims, but they…
Erx_VB.NExT.Coder
  • 4,838
  • 10
  • 56
  • 92
0
votes
2 answers

Responsive Design + RESS techniques

I am wondering if something similar to this can be easily done in if/else PHP or Javascript. I have read about the usual ress techniques and I am trying to find a solution that doesn't rely on device detection like WURFL. Maybe what I am looking for…
0
votes
1 answer

Implementing WURFL Cloud API in java using playframework

I have been trying to implement the WURFL Cloud API in my application using the play framework 1.2.4. Unfortunately, play doesn't have the HttpServletRequest and HttpServletResponse nonetheless has a Request and a Response object that can be cast to…
0
votes
1 answer

Use wurfl api in kohana 3.2

How to import wurfl api in kohana 3.2? here is the api
gellezzz
  • 1,165
  • 2
  • 12
  • 21
0
votes
1 answer

WURFLManager always returning null

I am using the WURFLManager on my website (ASP.net C# 4.0) to detect the capability of mobile devices. I have followed the walkthrough here. In my Globl.asax Application_Start() method I have this: WURFLManagerBuilder.Build(new…
rf_wilson
  • 1,562
  • 5
  • 32
  • 44
0
votes
0 answers

device lookup by user agent using WURFL

I've received a request from an internal user that I'm not sure how to respond. I was asked to create a list of all possible user agent strings that might be used by WURFL and the device response generated by WURFL. Basically, a lookup list for user…
saghar
  • 67
  • 1
  • 3
  • 10
0
votes
1 answer

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 =…
Elitmiar
  • 35,072
  • 73
  • 180
  • 229
0
votes
1 answer

WURFL memory allocation fatal error

I was using WURFL just fine, then all of a sudden it's throwing this error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65484 bytes) in /var/wwwlibs/vnd/WURFL/lib/CustomDevice.php on line 118 I've found some…
Phix
  • 9,364
  • 4
  • 35
  • 62
0
votes
2 answers

WURFL's New API Question

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…
ariefbayu
  • 21,849
  • 12
  • 71
  • 92
0
votes
2 answers

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?
Elitmiar
  • 35,072
  • 73
  • 180
  • 229
0
votes
1 answer

Zend Wurfl Mobile Server Error

Hi i try to add mobile template into current zend application but it return server error. Following are my configuration as i follow on several sites. application.in resources.frontController.plugins[] =…
Saraswathi Apavoo
  • 263
  • 2
  • 4
  • 18
0
votes
1 answer

WurflDeviceResolver not found

I found that there was a WurflDeviceResolver class in spring-mobile 1.0.0.M3 build. but the same class i didn't find in any release build of spring-mobile. so is it deprecated? what is is the other way to do it?
Krishnendu
  • 1,289
  • 18
  • 26
0
votes
1 answer

Using WURFL library to detect device width and height

I am using the WURFL library to return device width and height. I used Safari with iPhone agent but the result is null. My code is: $width = $wurfl->getDeviceCapability("resolution_width"); $height =…
Ayman Hussein
  • 3,817
  • 7
  • 28
  • 48