How to make call through j2me

Hello friends,
I'm building a system which can make automated call to register users. I want to know whether it is possible to make call through j2me ?

cqucyf wrote:
Make call use code,which in MIDlet subclass:
String number = "110";
platformRequest("tel:" + number);As already said at #2. Don't you read the existing responses before posting yours?
db

Similar Messages

  • IPhone 5 and iPad 2 Bluetooth not working since IOS8.0 update unable to make calls through Bluetooth system in Mazda 3 and unable to connect iPad to wifi printer

    Since recent  IOS 8.0 updates Bluetooth on my iPhone 5 and iPad 2 is not working cannot make calls through car Bluetooth system and cannot use Bluetooth  to connect to other devices on my iPad

    Hi there Annapana,
    You may find the troubleshooting steps for bluetooth connections in the article below helpful.
    If you can’t use a Bluetooth accessory or car kit 
    -Griff W.  

  • Nokia 5610 - how to make calls ring only on headph...

    Nokia 5610 - how to make calls ring only on headphone and not on phone???
    Could someone help me out please??? I tried everything... Nothing works!!!

    Surely if you put the phone on silent and connect the headphone? That works on mine.
    Chris
    6230i (the last bug-free Nokia?)
    Vodafone UK contract since 1992

  • How to make calls on Skype

    I want to speak to people on Skype

    pls i want to know how to make call with Skype. If am calling some one the person will not pick the call it look as if the person is not seeing the call. pls ur help.thnx

  • Cannot make calls through Viber.

    i can not make calls through viber and do not know why?
    Moderator's note: The subject was edited as the post was moved to a more appropriate board.

    Hi Ilovemyfamily,
    Thank you for posting and welcome to the Nokia Support Discussions. Can you tell us your phone model? Are you getting any error message? What connection are you using? Have you tried using both Data connection and Wi-Fi in case  your phone supports Wi-fi? Please answer those questions for us to assist you further.
    Thanks!

  • E61i with Bluetooth car kit - How do make calls wi...

    Hi, I have a new E61i and find most things spot on but find I can make and receive calls through the car kit while its connected fine. My problem comes when the phone goes into the locked mode after the set period of time.
    At this point, although I can still receive calls I am unable to make them through the kit. It shows its trying to dial out then come up straight away with call ended. Unlock the phone and it all works again.
    With a full function car kit now not working 100% its a bit frustrating!! I have tried most of the settings within the bluetooth section of the phone, e.g. the remote SIM mode, but still no joy.
    Any help would be great.

    OK, I solved this for myself after much playing about with the menus and settings. Why oh why is their no direct support from RIM without haveing to purchase a support package?? This is clearly a topic that should be covered in the intruction manual sent out with the ohones, anyway this how to do it in case anyone has the same problem.
    1/ Make a bluetooth pairing.
    2 go to "options", press OK
    3/ go to "Networks and Connections", press OK
    4/ go to "Bluetooth Connections" press OK
    5/ select the paired device and press OK
    6/ select "Full Menu" press OK
    7/ select "Options" press OK
    8/ scroll down to "Services and deselect the tick in "SIM Access Profile"
    9/ Press return and select "Save" press OK.
    The phone now works perfectly with my built in car kit.
    Sirely it is about time phone and car manuefacturers got together to develop a system that works on all car kits.

  • Making calls through j2me?

    Hi,
    I want to develop an application which can make a call to an IVR service. And the application must also read the DTMF tone and save it in the database.
    Is it possible in j2me ? If yes then let me know how ?
    Thanks in advance
    Sunil

    I want to develop an application which can make a call to an IVR service.platformRequest("tel:+9884545454");
    And the application must also read the DTMF tone and save it in the database.there is no way to read the DTMF tone after initiating a call in j2me
    cheers

  • How to make call on Mobile from OCCAS

    Hi all,
    how we could make call on mobile from OCCAS, what type of configuration we have to do and what type of media server required. Also indicate if there is any simulator for media server.
    Regards

    Hello,
    The normal method is to use a PSTN gateway (SIP protocol supported) to connect the OCCAS and the MSC.
    And if only peer to peer voice call, no need to use the media server.
    Regards.

  • How to make changes through JAG without affecting manual changes in jspx?

    hi,
    In our Application , we are using JHeadStart for creating JSPX pages. We made manual changes to some component in Jspx page. Now I has to change TextBox Component to LOV (List Of values) Component. So I made changes in the ApplicationDefinition. xml file. Now If I run the ApplicationDefinition File, the Manual changes (adding setActionListener,creating ManagedBean, etc...) whatever I had made to the particular page is updated to its own default page based on ApplicationDefinition.xml.
    So , is there any possibility that manual changes made to jspx file should not be affected even if we make changes through ApplicationDefinition.xml file.
    Thanks,

    You should write your customizations in generator templates before you JAG. You can add your customizations to affect various components, beans, etc. You then configure these templates to be used by JAG. Once you do this you do not need to re-write your customized code. You will need to know the basics of VTL (velocity template language) as all the templates used by JAG are written in .vm files that use VTL.
    For a more detailed understanding of how using and implementing customized templates read Oracle JHeadstart 10g for ADF Developers Guide, chapter 4.7
    Regards,
    Amit

  • How to make call from MOTOROLA V3C

    hI ALL
    I m trying to make a call in flashlite brew thru
    getURL("tel:022-67508053"); but not able to make a call
    022 is Mumbai std code in India AND 67508053 is the landline
    number .. Also let me know how to make a call to mobile.
    Thanx in advance..

    Use numeric symbols only in the argument - no any "-" or "(
    Alex

  • How to make a WORKING J2ME Web Services client?

    Hi everyone,
    I'm trying to make my first J2ME client for web services (well, I need it for my degree thesis, so I'm a little bit DESPERATE) but I've got a lot of problem that I don't understand, even with samples downloaded from web tutorials and from xmethods.net.
    The problem is with the generation of Stub classes:
    if I try to make the Java Wireless TollKit 2.2 to generate them and then I run the midlet in the JWTK emulator there's no problem, but when I try to do the same thing with the Nokia Developer's Suite 3.0 I've got a lot of problems, first of all the java code generated for the stub is very different from the first one, it seem like a C# or J# code (and obviously Eclipse says that it's full of errors), so when I try to make the jar and jad files it doesn't work (because is not a right java code), so I made the stub classes using the JWTK2.2 Stub Generator and then I used the Nokia Dev's Suite 3.0 to build and package the midlet, but it says that it's not able to find the "class or resource javax/xml/rpc/Stub" even if the resource is present and used exactly as all the other packages, and it creates a jar file with just some of the classes but not all. At the end I tryed to run in the nokia emulators the midlet created by the JWTK 2.2, but it doesn't start, so I put the midlet on two diffent Nokia phones (6600 and 6630, because I need to make my client work on the 6630) but it seems to make the virtual machine to crash. I erased all the code lines invoking the stub classes and added them again one by one, until the midlet stoped again to work, and I understand that the problem seems to be with the invocation of the costructor of the stub class, but it doesen't make no sense, because the same code works properly on not-Nokia phones and emulators. I used many different wsdl files to create the stub classes for different web services, but there's always the same problems.
    Help me please.

    You will find some working code at :
    http://ksoap.objectweb.org/software/downloads/index.html
    It's code that use kSOAP and kXML implementations ....
    If you will also find some useful information here :
    http://developers.sun.com/techtopics/mobility/apis/articles/wsa/
    http://www-106.ibm.com/developerworks/wireless/library/wi-jsr/
    http://www-106.ibm.com/developerworks/wireless/library/wi-xmlparse/
    Regards.

  • How to make call out from XI to external applications??

    Hi,
    I have XI running on my system.
    I want to know if there is any possibility to invoke
    or to make call outs from XI to external applications
    like java.If yes what is the procedure for that.
    Thanks in advance
    Sunita

    XI will need a triggering event to do this. That is, if you can send a message to XI, then using XI you can route the message to a Proxy and from the proxy (which could be a java proxy) you can make a call to a java program outside XI. But, basically, XI on its own will not make a call, but it needs a triggering message. So, you can configure a file adapter to send a triggering message from a file system to the intergration server, and configure routing rules so that the messages reaches a proxy.
    Warm regards,
    Venki.

  • How to make call reject?

    I have CallManager 4.2 and I want to make call reject functionality when the phone is on-hook and ringing. There is only answear and iDivert softkeys in this mode. It is possible to make iDivert to invalid number but I'm looking for more elegant solution.
    Thanks

    Are you using H.323 to the GW ?
    If so it could be possible to idevert to a service that disconnects the call and does not actually answer or give busy tone. Howeve depending on the network, that may have the same effect to the caller.

  • How to make call

    How to make call

    The iPad has no native phone capabilities. You can use Apps such as FaceTime or Skype to other similar equipped computers.

  • How to make calls yosemite+ios 8.1

    Hello, i just set up my macbook air 2012 and my iPhone 5.
    i can call using FaceTime from my mac and from my iphone.
    when i receive any call in my iphone i can answer in my mac, but i can't make calls from mac
    some message say that both have to be in the same iCloud account, and off course they are as i told before, there is anything that i missed to make calls?
    thank you.

    Could it be that you used two different emails to login to the same iCloud account?
    For example, I had the same problem but on one device I was logged in with [email protected] and on the other I was logged in with [email protected] Both are from the same iCloud account, and with both I can login however it seems that the devices didn't know that both where connected to the same iCloud account.
    You need to check this specifically in the FaceTime app preferences on your MBA, the FaceTime preferences on your iDevice and the iCloud settings on your iDevice.

Maybe you are looking for