Tagged Questions
WURFL stands for Wireless Universal Resource FiLe.
11
votes
6answers
6k views
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 ...
3
votes
5answers
906 views
WURFL with Zend Framework ignoring cache directory configuration
I'm following the tutorial on setting up WURFL with Zend Framework to enable easy mobile browser detection.
...
2
votes
3answers
378 views
Mobile device detection for rendering rich web content
What are the most web-capable mobile phones to date (models and / or user agents) and
What rules should be assessed when trying to determine if they will handle a rich mobile-customised site?
I am ...
2
votes
1answer
856 views
Mobile Capability for meta tags render en ASP.NET Mobile
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 ...
1
vote
1answer
75 views
Library to detect and parse browser information
I have a requirement where I need to store various bits of browser information such as Brand (eg IE, Chrome..), Model (eg IE, Chrome), Browser Version (eg 7.0.0.0), OS Version (eg Windows 7, OSX, ...
1
vote
2answers
80 views
How can I make a rewrite-condition dependent on the result of a servlet/jsp?
We have Apache on top of JBoss serving either web or mobile app.
We are currently using Apache mod-rewrite to decide where to forward the user to web or mobile (and mod-jk to mount to JBoss), based on ...
1
vote
2answers
95 views
Implement Wurfl
I am just starting out with Wurfl implementation for a ASP.NET web site. Could someone please provide me some directions for any available documentation.
Thank you,
1
vote
3answers
1k views
How to detect mobile device and get user agent info send and save that information to database on server, only once?
Is there any script to check user agent then send and save that information to database on server?
I'm making mobile website with 2 versions like m.facebook.com and touch.facebook.com and I want to ...
1
vote
4answers
114 views
Python regex issue
I'm trying to extract ALL phone screen resolutions from the WURFL XML file with the below Python script. The problem is that I only get the first match, though. Why? How could I get all matches?
The ...
1
vote
1answer
216 views
Create WURFL patch matching partial user-agent
I'm using WURFL to identify whether a user is on a mobile device. Some User-Agent strings are incorrectly recognized as mobile devices which in turn causes the content-type to be set incorrectly.
...
1
vote
1answer
53 views
How do I add a non-standard user-agent to my wurfl file?
TweetMeme's bot uses a custom user-agent (below) that my 51foundation mobile sniffing thinks is a mobile browser. Does anyone know how to patch the wurfl file to prevent this?
-Thanks
User-Agent: ...
1
vote
3answers
587 views
WURFL not detecting FireFox 4 successfully
I'm using an 3rd party application for device detection called FiftyOne Degrees (http://51degrees.mobi).
That application uses WURFL (http://wurfl.sourceforge.net/) to find out what type of device ...
1
vote
1answer
265 views
Getting Original Phone useragent with J2ME
Kinda new to J2ME. I was wondering how I could go about in getting a J2ME midlet to send the original user agent of the mobile device to a server instead of: "Profile/MIDP-1.0 Configuration/CLDC-1.0"?
...
1
vote
1answer
446 views
Errors when implementing WURFL with Zend
I've looked around and cant seem to find someone with the same issue as me, hoping i've not missed a clanger here.
I'm wanting to get device browser information for each user, i'm currently planning ...
1
vote
4answers
331 views
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 ...
1
vote
1answer
332 views
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 ...
1
vote
6answers
451 views
How to query WURFL information
What is the programming interface to querying device capabilities in wurfl?
1
vote
2answers
197 views
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 '' ...
1
vote
3answers
900 views
Generating a list of supported devices by WURFL capabilities
Is there an efficient way to programatically generate a list of supported devices based on a set of required capabilities using the WURFL APIs?
For example I have two versions of an application; one ...
0
votes
0answers
21 views
Overhead of WURFL vs responsive design in PHP
I'm working on an in-house project management web based application that needs to support mobile devices as well as desktop.
It's built with Symfony2, jQuery, HTML5.
Are there any performance ...
0
votes
0answers
27 views
Exception while setting up the wurfl in zend
I have includes all the parameters using the article at http://framework.zend.com/manual/en/zend.http.user-agent.html#zend.http.user-agent.quick-start
but it shows me an exception Unable to resolve ...
0
votes
4answers
46 views
Drupal. Mobile site detection/redirection suggestions. (Not WURFL or DeviceAtlas)
Just looking for some mobile detection advice.
I have used Drupal to develop my site. I am having problems as how to build in mobile detection.
Example: (If on a mobile).
www.mysite.com redirects ...
0
votes
0answers
24 views
How to detect wallpaper size for Android devices from a web request
I'm currently using WURFL in a PHP web application to detect mobile device screen size to deliver suitably resized wallpapers.
It all works fine, apart from Android devices. As Android offers ...
0
votes
1answer
51 views
WURFL Java API does not identify mobile app user agents correctly
I have used WURFL Java API (also using the web browser patch) to create a standalone application for device detection. When a user agent for mobile app is used , it returns generic web browser (or ...
0
votes
2answers
80 views
Wurfl license in a commercial product
I noticed that WURFL changed his license model on 30 august 2010. Can please anyone explain me, can I use it with new license in commercial product?
0
votes
1answer
32 views
Tera-WURFL: Couldn't fetch mysqli
I'm trying to deploy my website to production and I'm getting the following issues using Tera-WURFL:
Warning (2): mysqli::real_escape_string() [http://php.net/mysqli.real-escape-string]: Couldn't ...
0
votes
0answers
29 views
wurfl exception for all IE browsers
Can anyone help me out with a WURFL exception for all IE browsers? When detecting mobile browsers, it seems to be a constant struggle to send IE users to the main site from their desktop machine. Out ...
0
votes
0answers
117 views
Beste way to detect Mobile Device with WURFL?
i was wondering how to render different views based on the mobile device groups (ios, android usw.).
This is my current approach using WURFL. How can i tweak this?
Note: I'll use css media queries ...
0
votes
1answer
65 views
Create your own wurfl exception
I am using php wurfl 1.3.1 with cakephp - The following user agent is being picked up as a mobile browser which is incorrect.
It is on a windows 7 machine, the 64 bit version of IE has no problem but ...
0
votes
0answers
122 views
“There is no device with id [generic] in wurfl” in Zend implementation of WURFL
I've followed the guide in the Zend documentation:
http://framework.zend.com/manual/en/zend.http.user-agent.html
And included all the configs in my application.ini like this:
; Mobile device ...
0
votes
1answer
66 views
Tera-WURFL: Undefined index id
I get this error: Undefined index: id [/Applications/XAMPP/xamppfiles/htdocs/tera-wurfl/TeraWurfl.php, line 297]
Executing this function:
public static function getTeraWurflData() {
...
0
votes
0answers
69 views
Tera-WURFL on a static website
I’m sorry if this question has been answered before. I read the topics about WURFL here but I cannot understand how to do it on a static website.
So the question is how to redirect to a mobile ...
0
votes
1answer
64 views
Any Ruby on Rails library to detect whether drag-n-drop is supported by client device?
I am developing a Ruby-on-Rails-3 website with a few drag-n-drop screens.
Drag-n-drop does not work on all browsers (especially some phones).
Is there an easy way to know whether the web browser ...
0
votes
1answer
96 views
How does standard Wurfl cache - looking into the memory footprint
Just a quick one, can find anything online.
Im looking into using Wurfl for a UserAgent lookup system.
I need some insight into how it caches, now the file comes as one 15.9 meg XML and as I ...
0
votes
1answer
159 views
Extract all devices off TERA-WURFL database
Is there anyway I could extract all the devices (and their attributes) inside the TERA-WURFL mysql database with PHP? I need to show a list of supported devices in my web app.
There seems to be scant ...
0
votes
0answers
136 views
How to detect media=handheld support using WURFL?
I'm developing an ASP.NET web application. I'm using specific stylesheets for devices
<link rel="stylesheet" media="screen" href="screen.css"/>
<link rel="stylesheet" media="handheld" ...
0
votes
0answers
258 views
IE 6 and 7 being detected as Mobile devices
We are using wurfl-device-resolver to handle mobile devices that access our application and everything is working as a charm. However Internet Explorer is being detected as a mobile device. We already ...
0
votes
1answer
178 views
How to update the wurfl resource of Zend_Http_UserAgent
i'm using Wurfl-adapter of Zend_Http_UserAgent as described here:
http://framework.zend.com/manual/en/zend.http.user-agent.html
Do I need to update the wurfl xml-file manually from time to time or ...
0
votes
1answer
47 views
Is culling child nodes a valid WURFL search strategy?
I've implemented a WURFL based detection routine based on a similar strategy to the two phase one outlined at http://wurfl.sourceforge.net/newapi/ .
This is working well but I would like to improve ...
0
votes
1answer
42 views
wurf introduction
How do I setup wrufl so that I can begin querying for information regarding phone models ?
Thanks
0
votes
2answers
875 views
Using wurfl to redirect phones to mobile version while iPad/Playbook and desktops get that version
For those of you who use wurfl, I just wanted to check if my logic was correct. I have a page that has both a mobile and desktop version.
If I want phones like iPhones, etc to be redirected to the ...
0
votes
1answer
50 views
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 ...
0
votes
1answer
184 views
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 ...
0
votes
2answers
3k views
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 ...
0
votes
3answers
930 views
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 ...
0
votes
1answer
2k views
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 ...
0
votes
2answers
491 views
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 ...
0
votes
2answers
255 views
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?