Moves the PhoneGap Build project to build local with CLI

Hello

I wanted to ask, if someone leaves his BMP project for a local phonegap-cli build machine. If so, any tips are appreciated!

My build machine is configured correctly, but specifically, I wanted to ask questions about the project structure changes.

Thanks in advance!

Config.XML is located in a different place from BMP vs the local CLI. During the conversion of BMPS at local CLI, do something like the following:

1. create a project using the CLI interface with the same name & ID:

PhoneGap create test com.example.test test

2. copy your BMP files in the new directory of the www project:

CD ./test/www

CP - r path/to/PGB/files/*.*.

2. move the www config.xml file to the parent directory:

config.XML mV... / config. XML

3. move all the splash/icon resources to the parent directory:

MV res... /res

4 edit the config.xml file so that all references (icons/splash) path are correct.

5. build the app and test, test, test!

Hope that helps.

Tags: PhoneGap

Similar Questions

  • How to lock the orientation in the PhoneGap Build

    I'm trying to transfer a game on Android with PhoneGap Build JS/CSS/HTML and I need to lock the rotation to the landscape, but I can't find a working online solution.

    I tried to put it in the config.xml file, but it does not work:

    <preference name="orientation" value="landscape" />
    

    And I found others online who say to change the AndroidManifest.xml, but I can't find it in my project PhoneGap folder I have these files:

    -.cordova (empty folder)

    -hooks (empty folder)

    -platforms

    -browser (contain default phonegap site/app)

    -platforms.json

    -plugins

    -www (contain the site's html/css/js files I want to put in an Android app)

    Thanks for your help!

    This could be your problem. The config.XML and index.html file must be in the same directory and that the the root of the zip file you publish PhoneGap Build. The hooks, platforms should not be included in the zip file.

  • Try to move the Flash Builder 4.7 old PC to the new, need to install the files

    I get upgraded my PC and reinstall Flash Builder Premium of 4.7. I can't find the installation file downloaded originally. Can you provide a link for me to re download the installation files.

    Hello

    Follow https://creative.adobe.com/products/download/flash-builder

    Hope that helps!

    Kind regards

    Sheena

  • PhoneGap build problem with Graple, Pushplugin, and Safariviewcontroller

    Hi all

    I am facing a few problems these days when I Isaiah to compile my app for Android. The following Exception exhibits after the build:

    : preDexRelease

    : dexRelease

    UNEXPECTED TOP LEVEL EXCEPTION:

    com.android.dex.DexException: multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$ AccessibilityServ iceInfoVersionImpl;

    at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:591)

    at com.android.dx.merge.DexMerger.getSortedTypes(DexMerger.java:546)

    at com.android.dx.merge.DexMerger.mergeClassDefs(DexMerger.java:528)

    at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:164)

    at com.android.dx.merge.DexMerger.merge(DexMerger.java:188)

    at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:504)

    at com.android.dx.command.dexer.Main.runMonoDex(Main.java:334)

    at com.android.dx.command.dexer.Main.run(Main.java:277)

    at com.android.dx.command.dexer.Main.main(Main.java:245)

    at com.android.dx.command.Main.main(Main.java:106)

    FAILED

    But last week, all was fine. In one of my tests, I noticed that if I remove one of these plugins below, the build works:

    < name of the ditch: plugin = "cordova-plugin-safariviewcontroller" source = "MNP" / >

    < name = "com.phonegap.plugins.pushplugin plugin" spec = "2.5.0" source = "CDP" / > "

    Some people on the internet told me that I have to remove the support for v4. Just as this topic on stackoverflow: android - multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat - battery on...

    But is it possible to exclude dependence on config.xmlv4, so I can build on the website phonegap without problems?

    Thank you for your attention.

    Wiliam.

    Source plugins bmp - they are old and obsolete. Use instead of the MUSEUM: phonegap-plugin-push

    In addition, SafariViewController should be does not interfere somehow, since it is not supported on Android (it is iOS only).

    Also, make sure to pin your app to a specific version of BMPS. See: Adobe Build PhoneGap

  • Can break the link is no longer a NIC with CLI 4.1

    I've recently upgraded to 4.1 CLI (VMware vSphere CLI - 4.1.0 - 254719.exe) and I found that the command to disable a vswitch network card no longer works. If I go down to CLI 4.0 U2 (VMware vSphere CLI - 4.0.0 - 253290.exe) the command works again.

    Is the command that I am trying

    vicfg - vswitch.pl - unlink vSwitch0 vmnic3

    Under the 4.1 CLI it returns no error, it just says:

    Update of uplinks: vmnic1, vmnic0, vmnic2, vmnic3

    and vmnic3 remains linked to vSwitch0. If I go down to 4.0U2 CLI the command works as expected and vmnic3 is dissociated. The command to bind a network card for a vswitch works well under both versions of the CLI.

    I've been through the upgrade/downgrade with the CLI cycle a couple of times and got consistent results. Anyone confirm that NIC untie is today broken with CLI4.1

    Details

    Running CLI on Windows 7 64 bit against a host ESX 4.0U2

    The reason why this happens is a problem with the input that is passed into the splice of the Perl operator. Looking at the source between 4.0 and 4.1, looks like they were a bug fixing and looks like they change the wrong section of the code.

    excerpt from esxcfg-vswitch 4.0 to disassociate a teddy bear:

    If ($bridge-> isa ('HostVirtualSwitchBondBridge')) {}
    If {($add)
    Push (@{$bridge-> {nicDevice}}, $pnic);
    } else {}
    my $size = @{$bridge-> {nicDevice}};
    for (my $i = 0; $i<$size; $i++)="">
    If {($bridge-> {nicDevice}-> [$i] eq «$pnic»)}
    Splice (@{$bridge-> {nicDevice}}, $i, 1);
    last;
    }
    }
    If (@{$bridge-> {nicDevice}} == 0) {}
    Delete $vs-> {spec}-> {bridge};
    }
    }

    excerpt from esxcfg-vswitch 4.1 to disassociate a teddy bear:

    bug # 376670
    If ($bridge-> isa ('HostVirtualSwitchBondBridge')) {}
    If {($add)
    Push (@{$bridge-> {nicDevice}}, $pnic);
    } else {}
    my $size = @{$bridge-> {nicDevice}};
    for (my $i = 0; $i<$size; $i++)="">
    If {($bridge-> {nicDevice}-> [$i] eq «$pnic»)}
    Splice (@{$bridge-> {nicDevice}}, $i, 0);
    last;
    }
    }
    If (@{$bridge-> {nicDevice}} == 1) {}
    Delete $vs-> {spec}-> {bridge};
    }
    }
    }

    It is the junction takes 3 arguments, a table for arg [0], in compensated for arg [1] and the number of items to remove from arg [2]. If you look at the updated code 4.1, change the number of items removed from 1 to 0. This causes the change table draw and so you see that no vmnic is removed. If you change from 0 to 1, you will have the problem solved.

    What is even more surprising is where VMware has decided to change the code... If you look at the next 'if' statement, he said if there is 1 left vmnic of the table, go ahead and deleted... which is not what we want. The change should have been if we have 0 vmnic in the table, then the user must mean deleted the vSwitch and it looks like VMware engineers made the change in the wrong place.

    If there is value to vCLI 4.1 to take advantage of the new vSphere 4.1 capabliteis, this is the only change you need to do until VMware offers a real solution.

  • Icons + phonegap build

    Hello, can someone help me please?

    I'm creatine a version for Android and IOS 'build.phonegap.com '. I have download a zip file with all the project files, but I can't ever see icons in both versions.

    images of icons are built with Ionic resources splashes and icons, here are some screenshots and infos:

    -It is a screenshot of my zip content I upload in the phonegap build.

    captura A.jpg

    - And it's my res folder structure

    captura B.jpg

    -fragment of my config.xml file

    < platform name = "android" >

    "< src="res/icon/android/drawable-ldpi-icon.png icon "qualifier ="ldpi"/ >

    "< src="res/icon/android/drawable-mdpi-icon.png icon "qualifier ="mdpi"/ >

    "< src="res/icon/android/drawable-hdpi-icon.png icon "qualifier ="hdpi"/ >

    "< src="res/icon/android/drawable-xhdpi-icon.png icon "qualifier ="xhdpi"/ >

    "< src="res/icon/android/drawable-xxhdpi-icon.png icon "qualifier ="xxhdpi"/ >

    "< src="res/icon/android/drawable-xxxhdpi-icon.png icon "qualifier ="xxxhdpi"/ >

    "< splash src="res/screen/android/drawable-land-ldpi-screen.png "qualifier ="Earth-ldpi"/ >

    "< splash src="res/screen/android/drawable-land-mdpi-screen.png "qualifier ="Earth-mdpi"/ >

    "< splash src="res/screen/android/drawable-land-hdpi-screen.png "qualifier ="Earth-hdpi"/ >

    "< splash src="res/screen/android/drawable-land-xhdpi-screen.png "qualifier ="Earth-xhdpi"/ >

    "< splash src="res/screen/android/drawable-land-xxhdpi-screen.png "qualifier ="Earth-xxhdpi"/ >

    "< splash src="res/screen/android/drawable-land-xxxhdpi-screen.png "qualifier ="Earth-xxxhdpi"/ >

    "< splash src="res/screen/android/drawable-port-ldpi-screen.png "qualifier ="port-ldpi"/ >

    "< splash src="res/screen/android/drawable-port-mdpi-screen.png "qualifier ="port-mdpi"/ >

    "< splash src="res/screen/android/drawable-port-hdpi-screen.png "qualifier ="port-hdpi"/ >

    "< splash src="res/screen/android/drawable-port-xhdpi-screen.png "qualifier ="port-xhdpi"/ >

    "< splash src="res/screen/android/drawable-port-xxhdpi-screen.png "qualifier ="port-xxhdpi"/ >

    "< splash src="res/screen/android/drawable-port-xxxhdpi-screen.png "qualifier ="port-xxxhdpi"/ >

    < / platform >

    < platform name = "ios" >

    "< icon src="res/icon/ios/icon.png "width ="57"height ="57"/ >

    < icon src = "res/icon/ios/[email protected]" width = "114" height = "114" / >

    "< icon src="res/icon/ios/icon-40.png "width ="40"height ="40"/ >

    < icon src = ' res/icon/ios/[email protected]' width = '80' height = '80' / >

    "< icon src="res/icon/ios/icon-50.png "width ="50"height ="50"/ >

    < icon src = "res/icon/ios/[email protected]" width = "100" height = "100" / >

    "< icon src="res/icon/ios/icon-60.png "width ="60"height ="60"/ >

    < icon src = "res/icon/ios/[email protected]" width = "120" height = "120" / >

    < icon src = "res/icon/ios/[email protected]" width = "180" height = "180" / >

    "< icon src="res/icon/ios/icon-72.png "width ="72"height ="72"/ >

    < icon src = "res/icon/ios/[email protected]" width = "144" height = "144" / >

    "< icon src="res/icon/ios/icon-76.png "width ="76"height ="76"/ >

    < icon src = "res/icon/ios/[email protected]" width = "152" height = "152" / >

    "< icon src="res/icon/ios/icon-small.png "width ="29"height ="29"/ >

    < icon src = "res/icon/ios/[email protected]" width = "58" height = "58" / >

    < icon src = "res/icon/ios/[email protected]" width = "87" height = "87" / >

    "< splash src="res/screen/ios/Default-568h@2x~iphone.png "width ="640"height ="1136"/ >

    "< splash src="res/screen/ios/Default-667h.png "width ="750"height ="1334"/ >

    "< splash src="res/screen/ios/Default-736h.png "width ="1242"height ="2208"/ >

    "< splash src="res/screen/ios/Default-Landscape-736h.png "width ="2208"height ="1242"/ >

    "< splash src="res/screen/ios/Default-Landscape@2x~ipad.png "width ="2048"height ="1536"/ >

    "< splash src="res/screen/ios/Default-Landscape~ipad.png "width ="1024"height ="768"/ >

    "< splash src="res/screen/ios/Default-Portrait@2x~ipad.png "width ="1536"height ="2048"/ >

    "< splash src="res/screen/ios/Default-Portrait~ipad.png "width ="768"height ="1024"/ >

    "< splash src="res/screen/ios/Default@2x~iphone.png "width ="640"height ="960"/ >

    "< splash src="res/screen/ios/Default~iphone.png "width ="320"height ="480"/ >

    < / platform >

    Thanks for your replies

    In the paths, you use a backslash (' \ '). Should be the slash (' / ').

    BTW: you must remove the obsolete

       

     

  • No audio Media plugin using Phonegap Build on Android

    I am building an application that includes reliable audio playback in all of our target platforms and intended to use the media for this task plugin.  I was previously using the native object Javascript Audio, that seemed to work well on some Android devices, but did not work at all on others.  I have implemented the Media plugin in my project, but this day don't have not yet to have successfully play back audio on any of my devices to test and try to identify what I am doing wrong.

    My application should hopefully also run on a desktop browser, so I have a 'phonegap sniffer' in my javascript.  From there, we either start the application on the events of deviceready on mobile devices or document.ready on desktop devices, which seems to work well.

    var is_phonegap = navigator.userAgent.match (/ (iPhone: iPod: iPad |)) Android | BlackBerry | (IEMobile) /); USE DATA USERAGENT TO GUESS AT IF IT IS A DESKTOP APP PHONEGAP BROWSER OR HAS

    IMPLEMENT THE APPELLANTS TO THE DEVICE_READY FUNCTION: ADD EVENT LISTENER FOR PHONEGAP AND ADD DOCUMENT. READY FOR THE DESKTOP

    If (is_phonegap) document.addEventListener ('deviceready', device_ready, false);

    else $(document) .ready (device_ready);

    function device_ready() {}

    Console.log ("is phonegap? ' + (is_phonegap)? 'true': 'false'");

    ...

    }

    All the sound elements within the app are called by a function of play_sound:

    function play_sound (audio_file) {}

    var path = ' audio /' + audio_file;

    If (is_phonegap) var audio = new Media (path, null, media_error); IF IT IS AN APPLICATION, USE THE MEDIA PROVIDED BY THE PHONEGAP PLUGIN OBJECT

    else var audio = Audio new ("audio /' + audio_file"); IF IT IS ON THE DESKTOP, USE THE AUDIO OBJECT PROVIDED BY CORE JAVASCRIPT

    Console.log ("audio:" + JSON.stringify (audio)); INSPECT THE AUDIO OBJECT TO SEE WHAT IT LOOKS LIKE

    audio. Play(); PLAY THE SOUND

    }

    Since the media Builder allows an onError callback, I configure that as well:

    function media_error (e) {}

    Console.log ("media error:" + JSON.stringify (e)) ;// CHECK the ERROR TO SEE what IT LOOKS LIKE

    }

    I'm testing by running Phonegap Dev on an android device connected to Phonegap Office so that I can make use of console.log debug messages.  When I run the application and try to play a sound, I get the following output:

    is phonegap? true

    try to play the audio file: audio / shuffle.mp3 / / THIS FILE IS LOCATED IN THE/WWW/AUDIO/SHUFFLE PROJECT. MP3

    Media error: {"code": 1} / / this IS THE output OF THE MEDIA ERROR HANDLER

    I have ready in several discussions on the Media on Android plugin requirements of additional paths and believe that I have implemented the recommended solution (by Audio doesn't work for Build Android), but this does not help things.  I have changed the above to:


    function play_sound (audio_file) {}

    var path = platform_specific_audio_path ("audio /' + audio_file"); / / RUN PATH THROUGH PLATFORM FUNCTION

    If (is_phonegap) var audio = new Media (path, null, media_error);

    else var audio = Audio new ("audio /' + audio_file");

    Console.log ("audio:" + JSON.stringify (audio));

    audio. Play();

    }

    function platform_specific_audio_path (file) {}

    If (typeof peripheral == "undefined") return files;

    return (device.platform.toLowerCase () == 'android')? "" / android_asset/www / "+ file: file;

    }

    Use this version of the code displays the following:

    try to play the audio file: /android_asset/www/audio/shuffle.mp3

    Media error: {"code": 1}

    It seems that I am getting the same result of error of one of these paths.  I guess that's a path issue but are still to confirm it somehow.  I'm not familiar with how files are built within the app.  Is there a solution for this or can anyone identify what am I doing wrong?  Thanks a lot for any assistance.

    In light of your comment, you use the developer PhoneGap app in your workflow. It is the root of the problem you are experiencing. Using the Desktop App PG or 'phonegap serve' changes nothing (and it should be noted that none of these applications actually build your application.) They serve only the files using a web server.)

    The PhoneGap developer App is the app that run you on your mobile device to connect to PhoneGap Desktop App or "phonegap serving." It comes prebuilt with a selection of plugins, including the Media plugin. So why you can instantiate the class of media and see the properties and methods. Verification of the existence of these properties and methods only serves to check if the plugin is installed, not if the plugin will work correctly.

    In view of your code and the associated error message, you are trying to read a property grouped the app file. When your application is running in the application of the PhoneGap developer, however, no mechanism exists to physically push assets being served in assets grouped Application Developer PG. As a result, demand for game fails because the file is not found.

    A temporary workaround solution just to check that you can, indeed, play a media file would be to change the path to something like this:

        http://dev-machine-IP-address:PG - use-port/www/shuffle.mp3

    However, this is not what you'll want to have long-term in the production code. Instead, you must create a version of your application that you can run it directly (without using the App Developer PG or PhoneGap Serve).

    To do this, you can run (with your Android device, attached and assuming you have the Android SDK installed correctly):

    phonegap $ run android

    This should create a version of your application, including your multimedia files in the bundle and then run it on your device. You should then be able to play multimedia files that you try now.

    Otherwise, you can use the service of Cloud Computing to the PhoneGap Build to create a version of the app:

    Android construction distance phonegap $

    You can download the application resulting on your phone and it should work as well.

    Long-story-short: the developer PhoneGap App isn't a perfect representation of the environment that will receive your built apps. Do not rely on the PG Dev App to simulate an environment perfectly. at one point, the only real criterion is to build your application and install it on a device.

    Hope that helps.

  • PhoneGap build fail (perhaps android SDK Java changes?)

    I use phongap build cli 6.0.0

    Since last 24/03/2016 the build for my app Android fail, recent changes made in support of android sdk libraries in phonegap build there?

    I'm building an application without problems until the day before... (23/03/2016)

    I get the following error:

    Construction date: 2016-03-25 08:24:03 + 0000

    Download https://repo1.Maven.org/Maven2/com/Facebook/Android/Facebook-Android-SDK/4.10.1/Facebook-a ndroid sdk - 4.10.1.pom

    Download https://repo1.Maven.org/Maven2/com/parse/bolts/bolts-applinks/1.3.0/bolts-applinks-1.3.0.p om

    Download https://repo1.Maven.org/Maven2/com/parse/bolts/bolts-tasks/1.3.0/bolts-tasks-1.3.0.Pom

    FAILED: Build failed with an exception.

    * What went wrong:

    There was a problem the root project configuration 'project '.

    > Cannot resolve all the dependencies configuration ': _debugCompile'.

    > Not found com.android.support:support - v4:23.2.0.

    Search in the following locations:

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.jar

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.jar

    Required by:

    : project: indeterminate > com.android.support:support - v13:23.1.0

    > Not found com.android.support:support - v4:23.2.0.

    Search in the following locations:

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.jar

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.jar

    Required by:

    : project: indeterminate > com.facebook.android:facebook - android - sdk:4.10.1

    > Not found com.android.support:cardview - v7:23.2.0.

    Search in the following locations:

    https://repo1.maven.org/maven2/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.p om

    ar https://repo1.maven.org/maven2/com/android/support/cardview-v7/23.2.0/cardview-v7-23.2.0.j

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/CardView-v7/23.2.0/card view - v7 - 23.2.0.pom

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/CardView-v7/23.2.0/card view - v7 - 23.2.0.jar

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/CardView-v7/23.2.0/cardv iew - v7 - 23.2.0.pom

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/CardView-v7/23.2.0/cardv iew - v7 - 23.2.0.jar

    Required by:

    : project: indeterminate > com.facebook.android:facebook - android - sdk:4.10.1

    > Not found com.android.support:support - v4:23.2.0.

    Search in the following locations:

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.pom

    https://repo1.maven.org/maven2/com/android/support/support-v4/23.2.0/support-v4-23.2.0.jar

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Android/m2repository/com/Android/support/support-v4/23.2.0/Suppo rt - v4 - 23.2.0.jar

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.pom

    file:/Android-SDK/Extras/Google/m2repository/com/Android/support/support-v4/23.2.0/suppor t - v4 - 23.2.0.jar

    Required by:

    : project: indeterminate > com.google.android.gms:play - services-Analytics: 8.4.0 > com.google.android.gms:play - services-under-ground: 8.4.0

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 5,785

    undefined

    Support Android library updated 23.2.0 on the PhoneGap Build that fixes this problem.

    If you now receive this error:

    use - sdk:minSdkVersion 14 cannot be less than the declared 15 version in the project/build/intermediates/exploded-aar/com.facebook.android/facebook-android-sdk/4.10 library. 1/AndroidManifest.Xml

    You can also set your project to 15 minSdkVersion or more:

    The cause of this was the update to its android library dependecy facebook-android-sdk version supported.

  • Where the PhoneGap model?

    I bought the CS6 for the PhoneGap build, but now the Jquery model (PhoneGap) does not exist.

    I'm sick and tired of searching something it was there before.

    How can I activate my phonegap functions and where is the documentation where are the tutorials.

    I spend hours looking for things, rather than to code what I already know how to do, but can not activate because the IDE is not over.

    I know I sound frustrated, but I'm about to ask for a refund.

    James

    These links will help you:

    http://TV.Adobe.com/watch/CS6-creative-cloud-feature-tour-for-Web/updated-PhoneGap-support - dreamweaver-cs6.

    https://build.PhoneGap.com/

    http://PhoneGap.com/2012/04/24/Adobe-Dreamweaver-CS6-supports-PhoneGap-build/

  • Can I move the destination of Documents on Dropbox folder

    iMac, last El Capitan.

    Captivate 9.0.0.0.23

    I had to move the folder my projects in Adobe Captivate to Dropbox, as I will be away from home for a bit. I needed to be able to access the files while there.

    I have Captivate just put them there for a second backup off site, in addition to my Time Capsule. I have an alias in the Documents, but it doesn't seem to work.

    Thoughts?

    Thank you, guys.

    Not in Captivate, I'm afraid. Activation of the backup feature creates a file .cptx in doubles, with the .bak extension added to the same place as your Captivate project file.

    Also (I don't know if the behavior of the box under El Capitan it will trigger) but If it is mounted as a volume on the desktop - you can use Carbon Copy Cloner to set up a scheduled task that runs when DropBox connects and copy the files of Captivate recently changed on DropBox.

  • its very urgent: move the oaf apps page

    Hi gurus,

    I developed a page and I register successfully in applications.
    After you move the apps to new change small local machain changes.

    My daught is import the page again.

    Thank you
    Out straggler

    Yes SLOWPOKE, you are right.

    You must move the last xml file, then run the import command again.

    Thank you
    SAN

  • Move the virtual machines to new storage device

    I recently added a storage IBM DS3200 SAS device to my VMware ESX 3.5 server.  I am running 6 VMs locally on the server and I would like to move the virtual machines to the new storage device.  I have formatted disks and the ESX Server sees.  What is the best way to move the virtual machines that currently reside locally on the external storage device?

    Thanking you in advance,

    Al

    I guess you could also try using converter

  • Move the virtual machine Linux from AMD to Intel

    Hi, I'm running several CentOS 5.4 and 5.5 virtual machines on an AMD64 based host ESXi 4. I need to replace the AMD ESXi 5 host and move the VM to host Intel based host with an Intel-based.

    I did it with a VM test (cold migration), and it seems boot, but I read that I might need to change the kernel for Intel.  Is this necessary?  If so, can someone point me in the right direction on how to do it?  Thank you!

    If the test computer worked then no there is no need to replace the core.

  • How to create a git repo that works with the PG, build and PhoneGap

    PhoneGap requires a www folder, but PG build wants index.html and config.xml in the root.

    How can I create a single repo, who works for Phonegap (i.e phonegap serve cmd) but who also works with PhoneGap, built using a git source repo?

    I tried to copy the www index.html file in the root and add to my repo (and adjust active paths) but which does not work (I just get a white screen). I tried to add a blank index.html into my root with just < script > window.location.replace ('www/index.html') < /script > - which works, but cordova is not present and none of the plugins pg works.

    Is there a repo, example somewhere if I can see a layout, or it is not still possible?

    For the moment, we will have to compile with the PG, build using a zip file (which is time-consuming and error-prone) whenever we want to perform a build.

    Surely, there must be a better way?

    OK - I solved this. Apparently, the repo git don't require the config.xml and index.html file in the root, which is only a requirement of the zip upload.

    So my repo is just:

    README.md

    www (folder)

    And construction seems to work with this configuration (like phonegap running locally).

  • build specifications have disappeared in the 2012 LabVIEW Project Explorer

    I have LabVIEW 2012 Professional Edition and I checked in to National Instruments License Manager that the professional development system, and the Application Builder are both "green".

    I noticed that when I open an existing project or create a new project, the construction specifications section disappeared!

    No idea what would cause this to disappear?

    Thank you
    Fab

    FabiolaDelaCueva,

    In the Project Explorer, try looking in the framework project--> filters see and make sure that the construction specifications is checked. Here is a link to a knowledge base article OR that might be useful:

    http://digital.NI.com/public.nsf/allkb/A092CFB942FA5DD48625712D007D431D?OpenDocument

Maybe you are looking for

  • Empty FF29 my bookmarks toolbar.

    I had a row of bookmarks above my tabs in the previous version. I'm not really Diggin ' this new UI, so I followed the steps to achieve the classic look, with square on the bottom tabs and the star to bookmark, but at some point during the fight with

  • Print labels Avery 5436 deskjet 2542

    How to set up the printer for labels Avery 5436? The paper is 4 X 6 with 5 labels per sheet.

  • My Motospeak

    When will Google/Motorola update 'My Motospeak'? It works on ICS, but there is no Caller ID - it will tell you the number who call, but not the name that's in my contacts. Motorola/Google it please update this app I like it when I drive while I'm not

  • Help on password reset power

    Hi all. My nephew is using a Compaq Presarion B1200 laptop for school. Recently, he had a hard disk crash. I tried to install a new hard drive but I met a power on password request. Needless to say, that my boy myself and my nephew is not aware of an

  • Monitoring speaker, ceiling Mic

    Dear all, We have a meeting room which is 13 X 7 meters, so I wonder about the best bractice to the place where should I mount the ceiling microphone from the video screen? I know it takes 2.15 M above the ground, but where it would be in the form of