Search found 6 matches

by dilip.joshi@qubecell.com
Mon Jun 24, 2013 1:54 am
Forum: PHP API
Topic: Opera mini detection failure
Replies: 4
Views: 37828

Re: Opera mini detection failure

Hi Steve,

Pls find below the HTTP_USER_AGENT data -

Mozilla/5.0 (Symbian OS/9.3; Series60/3.2 NokiaE5-00/101.003; Profile/MIDP/2.1 Configuration/CLDC-1.1 ) AppleWebkit/525 (KHTML, like Gecko Version/3.0)

This is on a Nokia phone via Opera mini browser.

Rgds,
DJ
by dilip.joshi@qubecell.com
Fri May 31, 2013 1:22 am
Forum: PHP API
Topic: Opera mini detection failure
Replies: 4
Views: 37828

Re: Opera mini detection failure

Also when I tested it from a Samsung device it gave me Openwave mobile browser, where I did a check in the headers and my script returned opera correctly. Below is the small script I used - $ua = $_SERVER['HTTP_USER_AGENT']; //echo $ua . "<br>"; if (eregi('opera mini', $ua)) { echo "Opera"; } Regard...
by dilip.joshi@qubecell.com
Fri May 31, 2013 12:59 am
Forum: PHP API
Topic: Opera mini detection failure
Replies: 4
Views: 37828

Opera mini detection failure

Hi, I tried to detect the browser on Nokia E5-00 using opera mini but I get Nokia BrowserNG as the browser. Can anyone help? Below is my code - require_once('wurfl/TeraWurfl.php'); $wurfl = new TeraWurfl(); $matched = $wurfl->getDeviceCapabilitiesFromAgent(); $browser = $wurfl->getDeviceCapability("...
by dilip.joshi@qubecell.com
Fri May 31, 2013 12:57 am
Forum: Miscellaneous
Topic: Explicit device list with realtime streaming features
Replies: 4
Views: 38209

Re: Explicit device list with realtime streaming features

Hi Steve,

Thanks for your reply, it worked.

Regards,
DJ
by dilip.joshi@qubecell.com
Mon May 27, 2013 11:43 pm
Forum: Miscellaneous
Topic: Explicit device list with realtime streaming features
Replies: 4
Views: 38209

Re: Explicit device list with realtime streaming features

Hi, Thanks for the revert. Basically I have a customer who wants to launch some streaming video/audio services in India where smart phone penetration is limited mostly to cities. Hence we want a list of devices which we can target while marketing or doing ad campaigns which will support real time st...
by dilip.joshi@qubecell.com
Mon May 27, 2013 8:28 am
Forum: Miscellaneous
Topic: Explicit device list with realtime streaming features
Replies: 4
Views: 38209

Explicit device list with realtime streaming features

Hi Guys,

I was wondering if there is any way to extract devices which support realtime streaming video/audio.

If you have implemented the same pls do let me know.

Regards,
DJ