12-18-2009, 05:43 AM
|
#1 (permalink)
|
| New Member
Join Date: Jul 2009 Model: 9530 PIN: N/A Carrier: Nokia
Posts: 7
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Enabling Voice Notes Recorder/ Player component Please Login to Remove! Hello All
I am unable to initiate the Player component in my application in 8330 (Ver 4.5 OS) simulator. When I further dig on this, what I have observed is Voice notes recorder is also not working.
When clicked on icon it says "Voice Notes Recorder has been disabled by Administrator"
After further investigation I have observed that we need to reset factory settings or removing IT policy for real devices. But I am not sure how we need to do the same with simulator environment.
Hence I request you to share info on how to do that in simulator.
Also for player instance creation I am sing below code
public static boolean isAMRMeidaSupported()
{
try
{
Player player = javax.microedition.media.Manager.createPlayer("cap ture://audio?encoding=audio/amr");
try{
player.stop();
player.close();
}
catch(Throwable error){
}
player=null;
return true;
}
catch(MediaException error)
{
return false;
}
}
Thanks
Sudhakar Chavali
Last edited by koundinya75 : 12-18-2009 at 06:00 AM.
|
| Offline
| |