facebook

MyE 2015 CI 19 (com.genuitec.mobione.phoneui with PhoneGap CLI 6.3)

  1. MyEclipse IDE
  2.  > 
  3. Mobile Tooling
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #503562 Reply

    epet
    Participant

    Hello,

    we are using MyE 2015 CI 19 for our migrated M1 projects.
    We also use the com.genuitec.mobione.phoneui plugin from
    https://github.com/genuitec-mobione/mobione-plugin

    Due to the changes regarding using the PhoneGap CLI 6.3,
    it seems that these two cannot work together.
    During the compile we get the error
    ‘Build failed: CompileCbuild/TicketsOnline.build/Release-iphones/Ticketsonline.build/Objects-normal/armv7/MobiOnePlugin.oTicketsOnline/Plugins/com.genuitec.mobione.phoneui/MobiOnePlugin.m normal armv7 objective-ccom.apple.complirers.llvm.clang.1_0.compiler (1 failure).’

    Is it a known error?
    Is there a work-around for?

    Thank you.

    #503631 Reply

    wayne
    Moderator

    hi @epet
    I believe the issue is that the Cordova/Phonegap plugin model changed around Cordova 6 release. This change made the mobione plugin no longer compilable (some older plugins broke in a similar manner but I don’t recall exactly which). I looked into this sometime ago and will revisit it tomorrow (thursday) and get back to you.
    Wayne
    Genuitec Dev Team

    #503798 Reply

    support-michael
    Keymaster

    After some investigation I determined the mobione plugin is only required if your app makes phone calls or plays video. If your app does neither of these then remove the plugin from your project and continue the build process.

    Also check the version of phoneui.js in your project. The current version is version 2.6.7.20160817 and can be downloaded here: https://github.com/genuitec-mobione/phoneui.js/blob/master/phoneui.js
    I updated phoneui.js back in august to assist other developers upgrading to newer versions of cordova sdk.
    One of the changes in phoneui.js is support for the official phonegap/cordova InAppBrowser plugin instead of using the obsolete childbrowser plugin.

    Since mobione has been retired for almost 2 years the Cordova platform has evolved quite a lot making it increasingly difficult to upgrade former mobione projects to the latest cordova sdk. If your project requires playing video you may encounter issues as that is one area especially on android that is no longer functional. Also I recommend reviewing the list of plugins in your project and removing all of those that are not explicitly used, e.g., contacts or file. If you encounter build issues with other plugins consider upgrading them to the most recent version.

    Best wishes!

    #503816 Reply

    Paul_paul
    Participant

    Hi, If your apps do need to make calls, what then? Thanks

    #504162 Reply

    Paul_paul
    Participant

    Is there an answer to my question?

    #504236 Reply

    support-michael
    Keymaster

    For dialing services, I modified phoneui.js to perform dialing without use of the mobione plugin. Please ensure you are using the last version of phoneui from github https://github.com/genuitec-mobione/phoneui.js

    Also you will need to add the following line to your project config.xml

    #504251 Reply

    Paul_paul
    Participant

    ?? Where is the following line ??

    #504258 Reply

    support-michael
    Keymaster

    Here’s the config.xml element omitted from my previous post:

    <allow-intent href="tel:*" />

    Since you are using PhoneGap (Cordova) 6, you can see this allow-intent element and similar applicable configuration details that you may need by creating an example cordova project and inspecting its config.xml file.

    1. from commandline create a helloworld project

    cordova create helloworld
    or
    phonegap create helloworld

    2. cd into helloworld and open config.xml in a browser to view a valid config.xml with the latest configuration elements.

    #504260 Reply

    Paul_paul
    Participant

    Thank you

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: MyE 2015 CI 19 (com.genuitec.mobione.phoneui with PhoneGap CLI 6.3)

You must be logged in to post in the forum log in