How to make an html application in the config.xml file

not able to config.xml five for my application

Take a look at the start for a sample config.xml and guide instructions on creating your own file config.xml https://developer.blackberry.com/html5/documentation/working_with_config_xml_file_1866970_11.html

Tags: BlackBerry Developers

Similar Questions

  • How do you use the config.xml file to determine which version of an application, a user will download?

    I have two APKs for the same application and I implemented the config.XML of lower version number working for all screen sizes.  The config.XML for the higher version number is set up for only the scresns large and extra-large.  Here's the code from the config.xml file.

    Version 1

    < media screens android: anyDensity = "true" android: Center = 'true '.
    Android: smallScreens = "true".
    Android: normalScreens = 'true '.
    Android: largeScreens = "true".
    Android: xlargeScreens = "true" / >

    Version 2

    < media screens android: anyDensity = "true" android: Center = 'true '.
    Android: smallScreens = "false".
    Android: normalScreens = "false".
    Android: largeScreens = "true".
    Android: xlargeScreens = "true" / >

    When I try to download the app on Google game, only the top version is available, regardless of the size of the unit.  When I asked Google game why this was not behave as expected, they said that the file manifest for both applications is the same.  Here is the code, they shot in the manifest after having used PhoneGap Build.

    < media screens android: anyDensity = "true" android: smallScreens = "true" android: normalScreens = "true" android: largeScreens = "true" android: Center = "true" android: xlargeScreens = "true" / >

    Can someone explain why PhoneGap Build is not using the settings I set in the config.xml file?  And how to fix this?

    The tag is not a valid tag in the config.xml file. This is probably why you see the same tag in two, as the build service is ignorant.

    As to how solve you this problem. Currently, you can not, but the next version of android-cordova will include the ability to add a tag which you will be able to use like this:

  • Invalid application - cannot find the config.xml file archive

    I'm new to webworks development... I created a sample config.xml and index.html in the folder Helloworld and made a Zip file...

    Then using ripple I packed up the app and the. Cod files are generated correctly...

    But I was not able to pack and sign using ripple, if I had the signature keys added to the bin folder of the SDK correctly...

    So I tried bbwp command line argument to achieve the same... But it has ended up with the error "Invalid application archive - cannot find the file config.xml.

    What is the problem that I do with the archieve file?

    How to use eclipse for development for the Webworks 2.3.1.5 sdk?

    My guess is that you have a HelloWorld inside your zip file and the file config.xml and index.html are inside this folder. The config.xml file must be in the root and must reference the index.html file, wherever it is in the zip directory structure.

  • Encrypt the password weblogic in the config.xml file

    Hi friends,

    I get the below error. while trying to start the administration server.

    < 17 November 2015 14:18:09 IST > < opinion > < Log Management > < BEA-170019 > < server log file /u01/app/orawls/product/fmw11g/user_projects/domains/ClassicDomain/servers/AdminServer/logs/AdminServer.log is open. All events in the log server-side will be written to this file. >

    < 17 November 2015 14:18:09 IST > < critical > < WebLogicServer > < BEA-000386 > < server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:175)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy.decrypt (DescriptorManager.java:192)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl.decrypt (DescriptorManager.java:114)

    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:1092)

    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:737)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:173)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.security.internal.encryption.EncryptionServiceException

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)

    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    Truncated. check the log file full stacktrace

    I searched the support of oracle in this regard. In one mentioned to modify the config.XML and add either encrypted or clear text.

    I don't know how to change the file and that all entries have to be changed. I enclose the config file. Could you please suggest me.

    Kind regards

    Prates

    What doc id you are referring to? If you need to replace the password encrypted with password plain text in the config.xml file, just edit it with a text editor and replace the values starting with {ESA}.

  • Modify the config.xml file (what is the command to save)?

    Hello

    I use ESXi 4.1. I am connected to the host via SSH and Putty.

    I need to add something in the config.xml file however I can't save changes to it.

    I am connected to/etc/vmware/hostd #vi config.xml

    When I add a line and try to save it is not. How save you changes to a file? I tried Ctrl X, S, Z

    Thank you guys.

    (+)

    : wq means you need to swich mode command by esc. Also take a look at Vi Cheat Sheet

  • backgroundImage to different resolutions in the config.xml file

    each mobile has within the config.xml file and different screen resolutions, we can change the images according to the resolutions like this

    
    

    but in my case, it always uses "StartUpScreen.png".

    what I am doing wrong?

    why it gets correct resolution image?

    I use the Simulator to blackberry 9700 (screen resolution 480 x 360)

    BlackBerry plugin - 2.5.1.2 Webworks... Version

    BlackBerry Webworks SDK plugin - 1.5.1.2. Version

    Version of the OS - 5.0.0.680

    This post is actually tim it would be great IF we had something like that. Unfortunately we do not have

  • Cannot find the config.xml file

    Hi all

    I searched the forum and google my problem with no luck.  I hope someone here can help me.

    On my Windows XP VM, I try to use Packager WebWorks to compile a file to archive.  Whenever I do, I get "archive invalid - cannot find the file config.xml.  Of course, my zip file has a config.xml file.

    While trying to fix it myself, I downloaded the sketchpadStandard.zip of the sample and could only compile without error.  I extracted the file and re-compressed it and got the error "cannot find the config.xml file.  I used the utility of windows XP, I downloaded winzip and used this utility, I used my mac to compress the file.  Whenever * I * do, I get the error.

    Obviously, package manager works, and I'm in the right directory that I'm able to compile the provided sample Archives, but why the hell can not compile the VERY SAME FILES I checked myself?

    Any thoughts much appreciated.

    After several hours of experimentation, I finally load the mac version of the SDK directly on my mac, rather than the version of windows on my virtual Windows machine.  I did the fix here would solve the same problem on a mac and it worked.

  • The Config.xml file access problems

    Hello

    I think that my application has problems with privileges to connect pages that I try to load when tested in a device emulator does not load then in ripple that they don't. I also tried the same opening with the browser of the emulator and work pages. Could someone help me?

    Here is my config:


    http://www.BlackBerry.com/ns/widgets"xmlns =" http://www.w3.org/ns/widgets">".

    subdomains of https://Maps.googleapis.com"="true"/ >

    subdomains of http://www.Auditorio.com.mx"="true"/ >

    subdomains of http://www.bitacoradelauditorio.com"="true"/ >

    TCP_WIFI

    SDM

    BIS-B

    TCP_CELLULAR

    WAP2

    WAP

    <>ermissions >

    <>Ermit > read_geolocationermit >

    ermissions >

    I have the same problem.

    In my case, the problem seems to be in simulators and not the app, it works and does not react like that in phones.

    the only fix autour, I found was to disable the old network (uncheck "on the cover") and make a new one which is a 3g network...

    seems to fix the problem in my case, but I have to do it every time I start the Simulator

  • External BB10 Webworks/Cordova opening HTML pages on the device: "this file is not found. Check the URL and try again. »

    Hello fellow people,.

    IM quite in my application of Cordova/Webworks which downloads and save an html file in the SD (blackberry.io.sharedFolder).

    At this point, the config.xml file is defined as:

    read_device_identifying_informationermit >

    access_sharedermit >

    ermissions >

    Now, I'm trying to open the downloaded html that is saved to file:

    /Accounts/1000/removable/SDCard/MainFolder/subfolder/file.html

    My webapp, I try to open as: window.open (path, _self);

    Where path is the file above (which exists on the device!)

    Path is also, with the blackberry.io.SharedFolder + "/ MainFolder/SubFolder/file.html".< of="" that="">

    Also, I get the error:

    This file is not found. Check the URL and try again. If the URL is correct, check that your card is correctly inserted on your device.

    I am running and development off the BB10 Simulator.

    The console does not throw any error that I see.

    Any help or advice would be appreciated.

    See you soon,.

    @varunasingh

    Well, this is awkward.

    I have myself fixed by adding the string: "file://" on my road.

    I hope that others see it until they are too uptight.

    This has been resolved. Thanks for reading.

  • Ask about the config.XML for blackberry webworkdevelopment

    Hi all, after browsing this site, I find a sample of the config.xml file for the development of webwork, here is a blackberry code that:

    "#= 'http://somedomain.com" subdomain = "true" > #"

    you all tell me what is the meaning of this code? Thank you much for the help ^_^

    Hello...

    Above code indicates that you have in the whitelist a url so that you can have access to the url and its subdomains of your application. So whenever you add a url in your application should be listed in the config.xml file.

  • Change in the web.xml file is lost after build

    Hello

    I have a problem with the web.xml file. There is a servlet called ordDeliverMedia which, by default, refers to the class oracle.jheadstart.ord.html.OrdPlayMediaServlet in the web.xml file. I have change the default class to the mine, do you say, app.util.MyOrdPlayMediaServlet. Now, when I generate one of the services in the definition of JHs editor request changes to this article are lost and yet once done ordDeliverMedia refers to its default value, i.e., oracle.jheadstart.ord.html.OrdPlayMediaServlet. I wonder that changes to other topics such as the Faces Servlet or resources are not lost. What's wrong?

    In any case, I've migrated from JDev 11.1.1.4 JHs - JHs 11.1.1.3.35 to JDev 11.1.2.3 - 11.1.2.1.28

    See you soon,.
    Will do

    Will do,

    Unfortunately, we only check if the servlet class is not set to the JHeadstart one, we should add a check if the servlet class is set to a custom class and therefore leaves intact.
    We'll put that on the list to fix for the next version, for now, I fear, you must cancel the web.xml file changes before you check it into source code control system.

    Steven Davelaar,
    JHeadstart team.

  • Is there a document identifying all the directives of a config.xml file

    The document found here comprehensive?

    http://docs.BlackBerry.com/en/developers/deliverables/30182/Creating_a_BB_Widget_configuration_docum...

    I'm looking for something that tells me that all permissions, all the transition effects, basically everything what is possible with the config.xml file.

    Hi shnuffy,

    You can find our docs updated here - https://bdsc.webapps.blackberry.com/html5/documentation/ww_developing/working_with_config_xml_file_1...

    They should have what you are looking for

  • When I export my bookmarks to an html file, I get a file json instead. How to make a html file that I can import into safari?

    When I export my bookmarks as an html file, I get a file json instead. How to make a html file that I can import into Safari?

    Use bookmarks > organize bookmarks > import and backup > export HTML and make sure that you give the file an extension of .html file.

    See also:

  • How to make level HTML banner ads

    I did a ton of Flash banner at the level of the Agency over the years, but I'm trying to figure out how to create html banners now, and more.

    Here's the HTML Ad specification requirements:

    -HTML code should not exceed 3 k

    -2 images maximum, total size of the image file should not exceed 20 k

    In Flash, I used for these extensions to publish and find that it is difficult to meet the specifications required by the animators of the announcement:

    1. CreateJS (creates a small html file (3 k or less), but it needs to be linked to js files that are double what would be my swf)

    2. Swiffy (puts just a nice simple html file, but it has almost three times the size of my swf to 86ko)

    I also used:

    Animate dashboard (creates an html file, but also links to js files that are double what would be my swf).

    Either my animations must become less complex way or am I missing something in this new animated ads html world.  It seems that little information can be found on how to make banners html at the agency level.

    Can someone tell me or point me in the right direction?

    What I ended up doing was a straight-up html don't file... any calling on the image or js files.   I did it with Google swiffy.  I had to limit my content and original animation about 50% of what it was in the Flash file to meet the 40 k specification.

    Placement in the media only required a html file.  That's why I went this route.

  • How to make a web page to the size of browsers?

    How to make a web page to the size of browsers?

    Try to download the pdf file and the example in this tutorial files, which explain how to do this.

    http://www.Adobe.com/devnet/Dreamweaver/articles/bk_dwcs4_mastering_css.html

    PZ

Maybe you are looking for