Search found 294 matches

by sm_support2
Wed Sep 07, 2011 2:37 pm
Forum: .NET API
Topic: Width Resize
Replies: 4
Views: 12595

Re: Width Resize

Candy, this question is rather far from the one we usually manage here (WURFL related). Ti make things worse, it's incredibly generic. The only generic answer I can thing of is that making a fully fledged web site fit into a mobile device will cause a lot of frustration and the results are unlikely ...
by sm_support2
Mon Sep 05, 2011 6:48 am
Forum: PHP API
Topic: streaming_prefered_http_protocol capability doesn't exist
Replies: 3
Views: 8958

Re: streaming_prefered_http_protocol capability doesn't exis

ScientiaMobile customers get it in a matter of days in their customer vault.

Community users will need to wait for the public snapshot at the end of september
by sm_support2
Mon Aug 29, 2011 6:08 am
Forum: Device Detection Issues
Topic: Problem identifying HTC Magic
Replies: 2
Views: 6639

Re: Problem identifying HTC Magic

Hi, the WURFL APIs will basically remove the language substrings through a normalization process. The reason for this is obvious: the alternative would be to have hundreds of UAs in WURFL which mean basically nothing. The problem here is that someone also contributed an 'irish' UA, which doesn't cha...
by sm_support2
Mon Aug 29, 2011 4:37 am
Forum: Device Detection Issues
Topic: Function usage
Replies: 2
Views: 9947

Re: Function usage

you certainly can, but you should first define what you mean by high-end device. iPhone is probably one such. Android? possibly, but there's plenty of poorly performing Android feature phones around. On the other end, there's plenty of high-end Nokia devices released on the market recently which you...
by sm_support2
Sun Aug 21, 2011 8:00 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Documentation for Cloud Service
Replies: 5
Views: 10793

Re: Documentation for Cloud Service

We are still working on the docs, but please feel free to post any question about aspects that are not clear from the sample code here.
Beta testing is free. Deployed service won't be free, of course.
by sm_support2
Fri Jul 22, 2011 3:56 am
Forum: Feature Requests
Topic: How To tutorial for WURFL
Replies: 2
Views: 34960

Re: How To tutorial for WURFL

I would start by having a look around http://wurfl.sourceforge.net

I guess you will find most of what you need there.

cheers
by sm_support2
Wed Jul 13, 2011 3:29 pm
Forum: Device Detection Issues
Topic: Issues with IE 9
Replies: 6
Views: 10884

Re: Issues with IE 9

Hi Barrett

Can you please provide more information?

offending UA string. API user. wurfl.xml version and web patch version.

Thanks
by sm_support2
Tue Jun 28, 2011 10:45 am
Forum: .NET API
Topic: strongly typed capabilities?
Replies: 2
Views: 8676

Re: strongly typed capabilities?

In the ASP.NET MVC example (download from here: http://wurfl.sourceforge.net/dotNet/), you can find some code that helps you out. In general, WURFL capabilities are represented as strings because that’s the most general way of dealing with this kind of data. As you can see, there are capabilities wh...
by sm_support2
Tue Jun 28, 2011 10:44 am
Forum: .NET API
Topic: strongly typed capabilities?
Replies: 2
Views: 8676

strongly typed capabilities?

I see that all capabilities are represented as strings. In some cases, for example is_tablet, I would really love if I could have it returned as a Boolean. Suggestions?
by sm_support2
Tue Jun 28, 2011 10:42 am
Forum: .NET API
Topic: Don't want to hard-code WURFL filenames in global.asax
Replies: 1
Views: 7295

Re: Don't want to hard-code WURFL filenames in global.asax

The WURLF API features an ApplicationConfigurer class that you can use instead of InMemoryConfigurer to pass the location of the system files. Because of this, the WURFL API also defines its own section to add to web.config. You need to have the following section defined in web.config: <configuratio...
by sm_support2
Tue Jun 28, 2011 10:40 am
Forum: .NET API
Topic: Don't want to hard-code WURFL filenames in global.asax
Replies: 1
Views: 7295

Don't want to hard-code WURFL filenames in global.asax

I don’t much like to hardcode the names of the WURFL files in global.asax. I’d rather like to read them from the configuration files. The documentation seems to hint at this possibility but I haven’t found anything better than doing it myself.
by sm_support2
Sun Jun 26, 2011 4:00 pm
Forum: General API Questions
Topic: What is RIS?
Replies: 1
Views: 16966

Re: What is RIS?

RIS stands for Redution to Initial String, and it is one of the main strategies adopted by the WURFL API to match UA strings which are not in WURFL, yet a UA string that is similar enough can be found. For example, iPads can issue two different UA strings in different situations: Safari: Mozilla/5.0...
by sm_support2
Sun Jun 26, 2011 4:00 pm
Forum: General API Questions
Topic: What is RIS?
Replies: 1
Views: 16966

What is RIS?

I saw messages referring to RIS. Can someone explain what that means?
by sm_support2
Fri Jun 24, 2011 2:51 pm
Forum: ScientiaMobile Licensing
Topic: Single licence vs OEM license
Replies: 1
Views: 33235

Re: Single licence vs OEM license

Hello Joaquin, we advise that you contact us through this form http://www.scientiamobile.com/site/LicenseInquiry or you can send us an email at sales @ scientiamobile dot com. As a general rule, If all you need WURFL for is a simple company mobile site that only offers non-mobile services to end-use...
by sm_support2
Fri Jun 24, 2011 2:46 pm
Forum: ScientiaMobile Licensing
Topic: Single licence vs OEM license
Replies: 1
Views: 33235

Single licence vs OEM license

Hi,

My company wants to integrate the WURFL API in our product.

How do I know whether I need a Single License or an OEM License for my site/service?

Best Regards

Joaquin
by sm_support2
Fri Jun 24, 2011 2:39 pm
Forum: Device Information
Topic: Samsung GT S5830L
Replies: 2
Views: 8206

Re: Samsung GT S5830L

there sure is. here you go:

http://wap.samsungmobile.com/uaprof/GT-S5830L.xml

Thanks
by sm_support2
Fri Jun 24, 2011 2:39 pm
Forum: Device Information
Topic: Samsung GT S5830L
Replies: 2
Views: 8206

Re: Samsung GT S5830L

We can, but isn't there a UAprof that accompanies this device? this is really important.
by sm_support2
Fri Jun 24, 2011 2:38 pm
Forum: Device Information
Topic: Samsung GT S5830L
Replies: 2
Views: 8206

Samsung GT S5830L

Can you guys please add this device to WURFL:

Mozilla/5.0 (Linux; U; Android 2.2.1; es-us; GT-S5830L Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1

Thank you