| Reply | « Previous Thread | Next Thread » |
|
Hi,
I have just acquired a Nokia 5000 phone. I tried to launch a midlet that get snapshot from the video camera. Work perfectly on Nokia N95 8GB,E65 some Sony Ericsson phone and of course the emulator also. The error is MediaException Invalid Locator: capture://video. *#0000# returns: Nokia 5000d-2 V 04.89 13-08-08 RM-362 Many thanks. |
|
Hi,
MediaException - Thrown if a Player cannot be created for the given locator. Do following checks: 1. Please check the media settings in suite settings of ur application in app manager. 2. Please check the media u want to play is exist there or not(in filesystem or resources). thanks, jitu_goldie.. KEEP TRYING.. |
| jitu_goldie |
| View Public Profile |
| Find all posts by jitu_goldie |
|
Hi,
I think this is not problem of your code.Please check phone settings because its not supporting Media API. |
| sharvan1981 |
| View Public Profile |
| Find all posts by sharvan1981 |
|
Quote:
just check out the link here... Nokia 5000 well supports JSR 135. thanks, jitu_goldie.. KEEP TRYING.. |
| jitu_goldie |
| View Public Profile |
| Find all posts by jitu_goldie |
|
Quote:
I know Nokia 5000 supported jsr 135, but I am saying about that particular handset(Nokia 5000) which use for testing, might be possible that handset having some setting problem.I think there are no issue in code because this code is working with others handset. |
| sharvan1981 |
| View Public Profile |
| Find all posts by sharvan1981 |
|
Quote:
thanks, jitu_goldie.. KEEP TRYING.. |
| jitu_goldie |
| View Public Profile |
| Find all posts by jitu_goldie |
|
Quote:
Plz read the post carefully then give any comment. take care |
| sharvan1981 |
| View Public Profile |
| Find all posts by sharvan1981 |
|
Hi Everyone,
Thanks you for participating. Here are more details: 1. The application takes only snapshot from the camera from a Canvas and then display it on a Form. 2. I have no "Suite" in App manager settings I have tried the application on a 5500 Sport through RDA (which is JSR 135 MMAPI 1.1) in order to ensure that is not a signature/permission issue. However, I do not have another S40 platform to test. Ben |
|
Quote:
If still issues come then, Post ur code here.. thanks, jitu_goldie.. KEEP TRYING.. |
| jitu_goldie |
| View Public Profile |
| Find all posts by jitu_goldie |
|
Hi,
Thanks for your help. In the S40 platform, such settings are available through: Menu --> Application. Select the application, then Options --> Application Access. In this last menu item, I can access: 1. Communication then Network Access, Messaging and Connectivity 2. Data Access then Read user data, Add and Edit data and Smart Card 3. Auto-start No mention to Media settings. Does it mean that there no way to play with Multimedia API ? Ben |
|
The message "MediaException Invalid Locator: capture://video" suggests that the device does not support video capture.
Try this MIDlet to get a list of protocols and content-types supported by the device: PHP Code:
|
| grahamhughes |
| View Public Profile |
| Find all posts by grahamhughes |
|
Hi Graham,
I installed your midlet. I only displayed the String[] protocols = Manager.getSupportedProtocols(null); Finally, I get file, resource, device and http. No capture. Conclusion: even if the MMAPI is installed, capture could not be possible. Thank you Graham and thanks to all of you. Ben |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Infra-red capability | Symbian_Challenge_0412 | General Discussion | 1 | 2005-08-16 19:24 |
| Nokia Mobile VPN Client | marcyl | Symbian Networking & Messaging | 1 | 2003-12-01 15:47 |