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
1 answer

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 fetch mysqli…
8vius
  • 5,786
  • 14
  • 74
  • 136
0
votes
1 answer

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 the 32 bit version redirects to mobile. (32…
Tim Joyce
  • 4,487
  • 5
  • 34
  • 50
0
votes
1 answer

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() { $capabilities = array( 'brand_name', …
8vius
  • 5,786
  • 14
  • 74
  • 136
0
votes
1 answer

How can I programmatically create the WURFL service from GCP marketplace?

I would like to use ScientiaMobile’s WURFL Microservice for GCP Marketplace (https://docs.scientiamobile.com/documentation/wurfl-microservice/gcp-getting-started) however I do not want to create it via GCPs’s console UI because I want to…
jamiet
  • 10,501
  • 14
  • 80
  • 159
0
votes
1 answer

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 info on the internets on how to do this - can…
Jay Sidri
  • 6,271
  • 3
  • 43
  • 62
0
votes
1 answer

Manual swith back to normal Website on mobile Device using wurfl

I can't get into it. Please give me a hint. There is a website with device-detection with wurfl - the javascript method. The condition looks like this: if(!WURFL.is_mobile){ $('body').addClass('mobile'); //Do the stuff for mobile website } else…
Achim Udo
  • 105
  • 9
0
votes
1 answer

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 does Wurfl update itself automatically? Thanks!
murze
  • 4,015
  • 8
  • 43
  • 70
0
votes
1 answer

Converting Apache WP to Nginx with WURFL

I'm having some issues trying to convert a project that runs on apache over to nginx. The rest of my set up seems to be fine, because the index.php is running, but errors out when it hits the WURFL directory, which I'll display in a minute. Does…
jock.perkins
  • 469
  • 6
  • 23
0
votes
1 answer

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 the worst case scenario if I can. In the worst case…
lzcd
  • 1,325
  • 6
  • 12
0
votes
1 answer

wurf introduction

How do I setup wrufl so that I can begin querying for information regarding phone models ? Thanks
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

What else capabilities need to enable in order to use "form_factor"

I am using WURFL, in order to detect form_factor I enable the following capability. - "form_factor" However, once I run the code to detect form_factor, it crashes. Then, when I look at source…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
0
votes
1 answer

PHP's get_browser vs WURFL - which yields more accurate result

Currently, I plan to obtain 3 browser information at server side, based on user agent string Browser name Major version Minor version I realize there are 2 popular solution to do so WURFL PHP get_browser (which makes use of browscap.ini) Right…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
0
votes
2 answers

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 smaller mobile version while iPads, PlayBooks and…
Ian
  • 509
  • 12
  • 36
0
votes
2 answers

How to set user agent in request header and then pass it to wurfl

I am trying to use Wurfl plugin for Nginx. I am using Openresty instead of Vanilla Nginx. I don't get correct User-Agent set in the User-Agent header. So I am trying to set the User-Agent header myself while I process the request. But I feel that…
visingh
  • 233
  • 3
  • 17
0
votes
1 answer

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…
Sixfoot Studio
  • 2,951
  • 7
  • 26
  • 35