Hello friends,
I just tried calling a mobile device from another.... In documentation, they defined that we can do using a static function platformRequest() in MIDlet class... while trying that, I got an message in my J2ME Toolkit "platformRequest is not configured" like that... i donno whether to set something in the settings.... i enabled all the optional package use... or else is there any to make a phone call through a mobile device to another?.. if there exist, can anyone help me in tht ...
In the Documentation of the J2ME toolkit , the Syntax of the platformRequest method is given as
public final boolean platformRequest(
String URL)
throws ConnectionNotFoundException
My code as follows :
try
{
//I set the phone number like 5550000 in settings
boolean b = platformRequest("tel:+5550000");
}
catch(ConnectionNotFoundException e){System.out.println("Caught Exception inside "+ e);}
so , I donno where the Problem lies. Is that compulsory to do some Security permissions in the setting of the J2ME toolkit. If so can U plz tell that procedure. I'm bit trouble in making that logic a success one .
contact E-Mail :-
sriramusr@yahoo.co.in contact number :- +91 94430 14916
--Posted by SriRamu SR.