[mimp] Motorola razr v3
Justin Cook
jcook at oilspace.com
Fri May 13 10:07:34 PDT 2005
In order to work with composite auth and redirect to mimp I needed to add
the following to Browser.php
function match(...)
...
elseif (strpos($this->_agent, 'MOT-V3/') !== false) {
$this->setBrowser('motorola');
$this->setFeature('html', false);
$this->setFeature('javascript', false);
$this->setFeature('hdml');
$this->setFeature('wml');
$this->_mobile = true;
...
String sent is:
"MOT-V3/0E.40.57R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0"
Cheers,
Justin
More information about the mimp
mailing list