Namespaces
Variants
Actions

Starting MMAPI Player crashes Camera MIDlet in some S60 3rd Edition FP2 devices (Known Issue)

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|write your reason here}}.


Article Metadata

Article
Created: User:Nokia Developer KB (22 Aug 2011)
Last edited: lpvalente (08 Apr 2012)
Article Metadata

Tested with
Devices(s): Nokia C5-00 (V 62.001)

Compatibility
Platform(s): S60 3rd Edition, FP2

Article
Keywords: Player.start()
Created: (22 Aug 2011)
Last edited: lpvalente (08 Apr 2012)

Description

Starting a MMAPI Player crashes the Camera MIDlet in certain S60 3rd Edition, Feature Pack 2 devices which use specific firmware (for more details, see 'Devices' above).

On the affected devices, this can be reproduced by using the following code for a Camera MIDlet:

Player p = Manager.createPlayer("capture://video"); 
 
p.realize();
p.prefetch();
videoControl = (VideoControl) p.getControl("VideoControl");
.......
videoControl.setVisible(true);
p.start(); // Starts the Player which crashes the Camera MIDlet

Solution

No solution exists for the affected devices.

Comments

(no comments yet)

This page was last modified on 8 April 2012, at 14:26.
79 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2012 All rights reserved