ADF Mobile: place a phone call with code AMX

How to place a call from phone with code AMX?    Why isn't when simple ADF Mobile is a development tool for MOBILE PHONES?

Just use a goLink. Set the parameter to the URL ""such: any number> "."

Rich.

Tags: Java

Similar Questions

  • ADF Mobile: Start a phone call from the app?

    My use case is to have my app dial a phone number when I press them.

    But it is not no matter what DeviceFeatures DC for it nor did I find any API PhoneGap, doing so.

    What is not included/possible with mobile ADF?

    Just an idea: standard HTML a link such as < a href = "Tel: 1-847-555-5555" > 1-847-555-5555 < /a > is parsed as a phone number of most smartphone browsers, it would be a link go to the Tel: work in ADF Mobile format?

    -Joonas

  • ADF Mobile access protected web service with the user name and password

    With Jdev 11.1.2.4 (with the extension of the ADF Mobile) I am creating a data control that uses a SOAP web service. The web service is not protected by a policy of wss, but its point of endpoint URL is only protected by simple HTTP authentication (internal weblogic server is not accessible public.) We use an Apache server that is configured with a location that is a simple proxypass on url of the web service endpoint weblogic. This apache location apply simple HTTP authorization). I can invoke successfully the methods with parser HTTP by simply adding to the request HTTP header "authorization: xxxxxxxxxxxxxxxxxx base =" (where xxx = user name and encrypted password).

    In the mobile application of ADF, I used the DataControls.dcx-> window to connect to the Web Service change and provided the username and password to the URL of the endpoint. The problem is that after the deployment and execution of this application on the emulator (or the device itself), I get no data by the web service since with the HTTP 401 error http server responses. It seems that that the credentials are not deployed to the device, so while the application is running can not find them.

    I searched a lot and found a similar article (quite old) in the RTO by Frank Nimphius here access_protected_web_services_from_adf.htm

    Is there a way to do this, or if I'm missing the entire image?

    Thank you very much.

    Christos

    Check out blog Shay https://blogs.oracle.com/shay/entry/accessing_secure_web_services_from

    or Andrejus http://andrejusb.blogspot.de/2012/11/adf-mobile-secured-web-service-access.html

    Timo

  • How to display the phone number with code in the text element

    Hello friends,

    I have table "customer_management. In this table, I have a phone number of field in the varchar2 data type.
    the storage format of the telephone number is: (code-phone number) for example 0902334-324345
    Ok. I created a form of this table in the data block. This form I want to view the phone number and code in two text elements... So, should I create a query to do this... Pls help me with a query... What trigger is suitable for it?
    Please give me example query...

    Thank you

    Hello
    If you are using

    :TAA_CUSTOMER_MANAGEMENT.CONTACT_PHONE_NO
    :TAA_CUSTOMER_MANAGEMENT.NUMBERS
    

    are these above said are elements not db?
    If yes then its get accessor for fill in post-interrogez trigger.
    Just check substring and instring functions that return the value.

    Published by: user13329002 on March 3, 2011 01:47

  • How can I block a phone call with "no caller ID?

    How to block phone calls that don't have "no caller ID?

    There is no setting on the phone for that.  You will need to contact your carrier.

  • ADF Mobile (jdev 11.1.2.4.0) amx:inputNumberSlider

    Hello!

    As shown here hosted demo components ADF Mobile component Gallery

    He values possible for this components do not appear and the selected value. (unlike the adf)

    I was searching through its properties, but I could find anything, any ideas on how to solve this problem?

    Thank you

    Can clarify you your question?

    You want to see the number of the slide currently has?

    I guess that this component does not appear this info on a phone. It my show this if you use a tablet.

    To view the selected value, you can put an outputText somewhere and display the value property of the slider there.

    Timo

  • Phone calls with Global WindowsTechincal Service Dept provider

    How can I verify that this is a legitimate service provider for Microsoft?

    I get multiple calls from this company, which I FINALLY got their name: Global service provider window
    Phone # 315-352-0912
    Name of the person of Tech: Mike Stanley (with strong accent Middle East)

    I got several calls, several people different (some with an Asian accent), was trying to tell me that we have several problems with our computer, and they tried to make me shut down my computer and follow their instructions.  In one case, they asked me to go online and the website, Sharemycomputernow.com and allow them to have access to my computer.

    I have been unable to confirm that they they are a provider of Microsoft Windows services legitimate and asked them to stop calling me.

    If this is really a scam, where should I publish information or to report?

    Thank you

    Friday, June 22, 2012 16:56:50 + 0000, JoniC100 wrote:

    How can I verify that this is a legitimate service provider for Microsoft?

    I get multiple calls from this company, which I FINALLY got their name: Global service provider window
    Phone # 315-352-0912
    Name of the person of Tech: Mike Stanley (with strong accent Middle East)

    I got several calls, several people different (some with an Asian accent), was trying to tell me that we have several problems with our computer, and they tried to make me shut down my computer and follow their instructions.  In one case, they asked me to go online and the website, Sharemycomputernow.com and allow them to have access to my computer.

    I have been unable to confirm that they they are a provider of Microsoft Windows services legitimate and asked them to stop calling me.

    If this is really a scam, where should I publish information or to report?

    It's not legitimate.
    It's a scam and with various names and phone numbers, is
    becomes more common lately.
    In addition to their money get on your part to do anything of any value,
    If you leave them in your computer, which knows what losses they did are
    where confidential information they stole.

    So if you have done so, I highly recommend that you do both of the following
    immediately:

    1 do a clean reinstall of Windows.
    2. change all of your passwords, especially banks or other
    financial sites.

    Report any where, unfortunately, doesn't help.
    Ken Blake, Microsoft MVP

  • ADF mobile component SelectOneChoice seems disabled on my amx page

    Hello experts,

    I have a class that loads selectItem table for the SelectOneChoice component.

    In my amx page, I set the value selectItems as pageFlowScope.productDefBean.serviceCategorySupplier.selectItemList as below. When I debug application I see getSelectItemList returns the array with elements as expected on my custom ServiceCategorySupplier.

    But mobile screen waiting countinously.

    "< amx:selectOneChoice value =" #{bindings.selectItemList1.inputValue} "label =" #{bindings.selectItemList1.label} "id ="soc2">

    < amx:selectItems value = "#{pageFlowScope.productDefBean.categorySupplier.selectItemList}" id = "si3" / > "

    < / amx:selectOneChoice >

    If I create DataControl of ServiceCategorySupplier class and use on my page as links, mobile screen is not locked. Component SelectOnceChoice seems this time to the people with reduced mobility. You can see tag amx with this case.

    "< amx:selectOneChoice value =" #{bindings.selectItemList1.inputValue} "label =" #{bindings.selectItemList1.label} "id ="soc2">

    < amx:selectItems value = "#{bindings.selectItemList1.items}" id = "si3" / > "

    < / amx:selectOneChoice >

    What could be the problem?

    Thank you...

    import com.accmee.mobile.pojo.ServiceCategory;

    import com.acme.structure.util.datalist.SimpleListSupplier;

    import java.util.ArrayList;

    to import java.util.Collection;

    import java.util.List;

    Import javax.el.MethodExpression;

    Import oracle.adfmf.framework.api.AdfmfJavaUtilities;

    Import oracle.adfmf.framework.api.GenericTypeBeanSerializationHelper;

    Import oracle.adfmf.framework.exception.AdfException;

    Import oracle.adfmf.javax.faces.model.SelectItem;

    Import oracle.adfmf.util.GenericType;

    SerializableAttribute public class ServiceCategorySupplier extends SimpleListSupplier

    {

    public ServiceCategorySupplier (boolean blankItemApplied)

    {

    Super (blankItemApplied);

    }

    public ServiceCategorySupplier()

    {

    Super();

    }

    Public Sub loadList()

    {

    Try

    {

    MethodExpression = me AdfmfJavaUtilities.getMethodExpression ("#{applicationScope.loginBean.loadCategories}", List.class, new class [] {});

    List categories = (List) me.invoke (AdfmfJavaUtilities.getAdfELContext (), new Object [] {});

    itemList.addAll (getConvertedToSelectItemList (categories, true));

    }

    catch (System.Exception e)

    {

    e.printStackTrace ();

    throw new AdfException (e.getMessage (), AdfException.ERROR);

    }

    }

    public String getListName()

    {

    return of the 'categories ';

    }

    public static Collection getConvertedToSelectItemList (list, boolean blankItemApplied)

    {

    Collection convertedCollection = new ArrayList();

    SelectItem selectItem = null;

    If (blankItemApplied)

    {

    selectItem = new SelectItem();

    convertedCollection.add (selectItem);

    }

    ServiceCategory serviceCategory = null;

    for (int i = 0; i < list.size (); i ++)

    {

    GenericType (GenericType) = list.get (i) serviceCategoryType;

    serviceCategory (ServiceCategory) = GenericTypeBeanSerializationHelper.fromGenericType (ServiceCategory.class, serviceCategoryType);

    selectItem = getConvertedToSelectItem (serviceCategory);

    convertedCollection.add (selectItem);

    }

    Return convertedCollection;

    }

    public static getConvertedToSelectItem (superEntity ServiceCategory) SelectItem

    {

    SelectItem selectItem = new SelectItem();

    selectItem.setLabel (superEntity.getName ());

    selectItem.setValue (superEntity.getId ());

    return selectItem;

    }

    public SelectItem [] getSelectItemList()

    {

    SelectItem [] sItemArray = (SelectItem []) getItemList () .toArray (new SelectItem [getItemList () .size ()]);

    Return sItemArray;

    }

    }

    public class ServiceCategory

    {

    whole ID private;

    private String name;

    description of the private channel;

    private parentCategoryID entire;

    private childCategoryID whole;

    kind of Integer private;

    private transient PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport (this);

    public ServiceCategory()

    {

    Super();

    }

    public void setId (Integer id)

    {

    Integer oldId = this.id;

    This.ID = id;

    propertyChangeSupport.firePropertyChange (oldId, "id", id);

    }

    public void addPropertyChangeListener (PropertyChangeListener l)

    {

    propertyChangeSupport.addPropertyChangeListener (l);

    }

    public void removePropertyChangeListener (PropertyChangeListener l)

    {

    propertyChangeSupport.removePropertyChangeListener (l);

    }

    public Integer getId()

    {

    return the id;

    }

    public void setName (String name)

    {

    String oldName = myIdName;

    myIdName = name;

    propertyChangeSupport.firePropertyChange ("name", oldName, name);

    }

    public String getName()

    {

    return the name.

    }

    public void setDescription (description of the chain)

    {

    OldDescription this.description = string;

    This.Description = description;

    propertyChangeSupport.firePropertyChange (oldDescription "description", description);

    }

    public String getDescription()

    {

    return description;

    }

    public void setParentCategoryID (Integer parentCategoryID)

    {

    Integer oldParentCategoryID = this.parentCategoryID;

    this.parentCategoryID = parentCategoryID;

    propertyChangeSupport.firePropertyChange ("parentCategoryID", oldParentCategoryID, parentCategoryID);

    }

    public Integer getParentCategoryID()

    {

    Return parentCategoryID;

    }

    public void setChildCategoryID (Integer childCategoryID)

    {

    Integer oldChildCategoryID = this.childCategoryID;

    this.childCategoryID = childCategoryID;

    propertyChangeSupport.firePropertyChange ("childCategoryID", oldChildCategoryID, childCategoryID);

    }

    public Integer getChildCategoryID()

    {

    ChildCategoryID return;

    }

    public void setSort (kind of integer)

    {

    Integer oldSort = this.sort;

    This.sort = sort;

    propertyChangeSupport.firePropertyChange ("Sort", oldSort, sort);

    }

    public Integer getSort()

    {

    return of sort;

    }

    public void setPropertyChangeSupport (PropertyChangeSupport propertyChangeSupport)

    {

    PropertyChangeSupport oldPropertyChangeSupport = this.propertyChangeSupport;

    this.propertyChangeSupport = propertyChangeSupport;

    propertyChangeSupport.firePropertyChange ("propertyChangeSupport", oldPropertyChangeSupport, propertyChangeSupport);

    }

    public PropertyChangeSupport getPropertyChangeSupport()

    {

    return propertyChangeSupport;

    }

    }

    brgds,

    A litle update worked for me.

    Code snippet below

    Public Sub loadItemList()

    {

    SelectItem selectItem = null;

    itemList = new SelectItem [list.size ()];

    ServiceCategory serviceCategory = null;

    for (int i = 0; i)<>

    {

    GenericType (GenericType) = list.get (i) serviceCategoryType;

    serviceCategory (ServiceCategory) = GenericTypeBeanSerializationHelper.fromGenericType (ServiceCategory.class, serviceCategoryType);

    selectItem = getConvertedToSelectItem (serviceCategory);

    itemList [i] = selectItem;

    }

    }

  • Make a phone call by program - the wait for the user to input?

    Hello

    I use the following code to place a phone call from my application:

    Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, new PhoneArguments(PhoneArguments.ARG_CALL, phoneNumber));
    

    and it seems to work, at least in the Simulator.  However, when this line running the Simulator dials the number immediately.  Peux-I rather the phone displays the number and wait that the user press 'call '?

    I know that I can warn the user with Dialog.ask (...), and if it's the only thing to do I will do.  I'm just curious to know if I can get the phone to do so.

    arkadyz wrote: instead can have the phone displays the number and wait that the user press 'call '?

    No, this is not currently supported.  You can use a dialog box inside your own application as you describe.

  • ADF Mobile | call web service from Java. non-reflecting values in the AMX page

    Hi all

    I am using JDEv11124 with ADF Mobile extensions39.62.64.

    My use case is as follows.

    1. my application has 2 Pages a. Login home b.

    2. in the user login Page between user name and click on the "submit" button.

    3. on the homepage I displayed the company they joined.

    4. in the "submit" button is clicked, action defined in the support bean method will be called.

    5. by supporting the action bean method, I'll call the method of the Web Service to validate the entered user name, if the entered user name is valid, that I have to post its company name in the home page.

    6. I am moving back from the web service of datacontrol in Home.amx page

    7. calling web services from Java as follows:

    GenericType = result

    (GenericType) AdfmfJavaUtilities.invokeDataControlMethod ("Comp", null, "getCompany",

    pNames, params,

    PTypes);

    System.out.println ("after the call to the service" + result.getAttributeCount ());

    8. in the Java class, I get the response correctly (as the company designating the username entered as 'SOCIETY'), where when I navigate to the home page, I don't see any results for the method return (name of the company that dropped like OutputText in Home.amx)

    Did I miss something for this. or something more that I need to do to make it work?

    Please suggest.

    Thank you

    Vieira

    Hi all

    I was able to achieve this by executing my method in bean support.

    This code is as follows:

    AdfELContext adfELContext = AdfmfJavaUtilities.getAdfELContext ();

    MethodExpression me =.

    () AdfmfJavaUtilities.getMethodExpression

    "#{bindings.retreiveLocationInformation.execute}".

    (, Object.class, Class [] {}) new;

    me. Invoke (adfELContext, new Object [] {});

    Thanks to Luc Bors WebLog Luc Bors Weblog: ADF Mobile: implementation of "Pull to refresh" model

    Kind regards

    Vieira

  • Siri is unable to place phone calls.

    Siri is unable to place a telephone call to one of my contacts for about a month. After a long wait she say sorry I don't do make your call. I reset my phone without success.  Anyone have any ideas?

    If Siri dial a specific contact, the problem may be with the contact. Try to delete the contact and re-enter.

    If you encounter a problem with Siri in general, this article can be useful:

    Use Siri on your iPhone, iPad or iPod touch - Apple Support

  • Has had a phone call claiming to be "Windows", claiming that my hard drive was contamintaed with viruses (s). Is this valid?

    Call from Microsoft

    Has had a phone call claiming to be "Windows", claiming that my hard drive was contamintaed with virus (s)

    They then read me coorrectly code full windows of my windows disc cover, sounds scary!

    Fake phone calls to technical support

    Calls unrequested telephone of this nature are almost always a common scam. Do not let them give any info, do not give access to your PC, not give them all the money and do not go to all the websites that they suggest. One moment.

    Please see:

    http://www.microsoft.com/en-gb/security/online-privacy/msname.aspx .

    Microsoft issues never not solicited for phone calls of support or security.

    These types of callers can use completely fictitious names or bogusly claim to be of real companies other than Microsoft as well.

  • How to configure the computer to place and receive phone calls?

    I get a modem to the PC and would like to know about Computer Configuration to place and receive phone calls.

    Does anyone have any suggestions?

    Thanks in advance for your suggestions :>

    Hello

    You can make and receive calls using Windows 7, since it is compatible with the hardware and software used by most Internet calls services calling.

    You can use Skype or any other third-party application to make and receive calls on the network. You can also consult the help link and check if it helps.

    Make a phone call over the Internet (VoIP)

    http://Windows.Microsoft.com/en-CA/Windows-Vista/make-a-phone-call-over-the-Internet-VoIP

    (This article also applies to Windows 7)

    Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Let us know the status of the issue. If you need help, please after return. We will be happy to help you.

  • ApplicationMenuItem called with null in JDE 4.6 when you enter the phone number

    When I install a custom phone app, ApplicationMenuItem and

    try to enter a number on the keypad of the native Dialer, and then click the custom menu,

    my custom ApplicationMenuItem is called with a null context object.

    This same code + test case works well under the 4.5 JDE / 8300 emulator

    and device 8320, but fails under JDE 4.6 with the BB 9000 emulator

    and device

    To reproduce the bug:

    * Build/launch of the attached test application

    * Send with previous key

    * Go to the native Dialer

    * Enter "123" on the keyboard of the phone

    * Click on the trackball

    * Choose Bug49 the context menu

    * It will appear a dialog box indicating "context has the null value - is this a bug?

    NOTE that if, rather than enter a number on the keypad of the phone with step 4.

    a call log is selected, then it works and a non-null context object is passed.

    Can I make it work?  If this is a known bug, are

    It no work around?

    import net.rim.blackberry.api.menuitem.ApplicationMenuItem;import net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository;import net.rim.device.api.ui.UiApplication;import net.rim.device.api.ui.component.Dialog;import net.rim.device.api.ui.component.LabelField;import net.rim.device.api.ui.component.RichTextField;import net.rim.device.api.ui.container.MainScreen;
    
    public class Bug49 extends UiApplication { public Bug49()    {     super();      Bug49Screen screen = new Bug49Screen();       pushScreen(screen);       ApplicationMenuItemRepository amir = ApplicationMenuItemRepository.getInstance();     Bug49NativeMenu bug49NativeMenu = new Bug49NativeMenu(0);     amir.addMenuItem(ApplicationMenuItemRepository.MENUITEM_PHONE, bug49NativeMenu ); }
    
      public static void main(String[] args) {      Bug49 b49 = new Bug49();      b49.enterEventDispatcher();   }
    
       static class Bug49Screen extends MainScreen {     public Bug49Screen() {            super();          setTitle(new LabelField("Hello"));            add(new RichTextField("Hello"));      } }
    
      static class Bug49NativeMenu extends ApplicationMenuItem  {     public Bug49NativeMenu(int order) {           super(order);     }     public Object run(Object context) {           if (context == null) {                Dialog.alert("context is null -- is this a bug?");            }         else {                Dialog.alert("context not null");         }         return null;      }     public String toString() {            return "Bug 49";      } }}
    

    It is a problem in the version of BlackBerry device software 4.6.0.  It has been fixed in version 4.7.0.

  • Possible to use USB with ADF Mobile devices

    Hi guys,.

    I have found a few reader (include chip) chip card that works with a mobile device through their ports (port 30 pins, micro usb) in mobile native development(iOS/Android)

    but I want to know can be used with ADF Mobile as we Smartcard reader SDK JAR that working in the 1.4 jvm that I'm not sure on the support of usb-host function in ADF Mobile.

    Thank you.

    Hello.

    In the current version, the only way to get what you want is to build your own plugin of Cordova. This means that you will need to write native Android and iOS code to interact with the device, but also a JavaScript wrapper that will expose your API to Mobile ADF application. You can find more information in the Documentation of the API Apache Cordova.

    Best regards

    Frédéric Desbiens.

Maybe you are looking for

  • Is the function of "Subscribe to this Page" by default in Firefox, an RSS reader?

    Hello world Does anyone know if the "Subscribe to this Page" feature by default in Firefox is an RSS reader? For example, I want to subscribe to some articles, etc, and my research has suggested I install Feedly (https://addons.mozilla.org/firefox/ad

  • Operating instructions for the dictionary of the Script Editor

    I was wondering if there was a tutorial or some other type of documentation to understand and consume literature dictionary in Script Editor.  I don't know what my problem, but I can't understand not just how to turn the information in there in scrip

  • Is there an easy way to add text to a chain control / indicator and keep the colors

    Hello Bassically I want to add text to a chain control / indicator without losing the formatting of the previous text. For a part of a program that I create, data will be transmitted to and from a serial device. I want to display this data in a chain

  • WinSAT error

    I have dell inspiron 1501 with windows 7 ultimate 32 bits of the operating system, but there is a problem with the evaluation of the system whenever I tried to note I received an error message as windows system assessment tool stopped working.please

  • FN keyboard button

    The on my keyboard fn button must be pushed when you type a few letters and numbers. How to reset the default value? Thank you