The new Nseries of Nokia (and possibly others) use the ‘SymbianOS’ platform as Operating System in the Useragent header.
Appending the following code to the $platforms array helps to identify the OS:
'SymbianOS' => 'SymbianOS'
Without this the platform can’t be determined, thus making the $this->agent->platform() return ‘unknown platform’ for the Nokia Nseries.
