--- State.php 2012-12-22 20:56:05.000000000 +0100 +++ State.php.org 2012-11-24 17:22:12.000000000 +0100 @@ -299,10 +299,6 @@ stristr($di->Man, 'synthesis') !== false) { $this->_deviceDriver = 'Synthesis'; } elseif (!empty($di->Man) && - (stristr($di->Man, 'TCT') !== false && - stristr($di->Mod, 'ALCATEL ONE TOUCH 997D') !== false)) { - $this->_deviceDriver = 'Alcatel997D'; - } elseif (!empty($di->Man) && stristr($di->Man, 'nokia') !== false) { $this->_deviceDriver = 'Nokia'; } elseif (stristr($si, 'fmz-') !== false) {