Get the .csk for PhoneGap Build .db file

Hello

I am trying to build my app with PhoneGap Build, but it requires two a. CSK and one. DB file.

I had the. CSK folder but now I have no idea how to get the. DB one. I tried searching the Internet, but all the information I got is different and not clear. I have received no other files by email.

Is it possible to get the. File DB without installing any SDK? It is nearly 300 MB (I use Windows XP). And I really don't need, I want just that file.

Please, I would appreciate your help.

Thank you much in advance.

See you soon,.

Joan

Hello. You are not able to build for BBOS with WebWorks 2.0 product. BBOS is a separate architecture even to WebWorks.

To build to BBOS, you will need to use the tools BBOS here:

http://developer.BlackBerry.com/BBOS/HTML5/

Thank you.

Tags: BlackBerry Developers

Similar Questions

  • How to get the phone for example number zero. 0612345678

    Dear Adobe Flex Builder Professional,

    I have a problem with getting the phone for example number zero. 0612345678

    If I get the phone number following as input:

    0612345678

    I'll get the phone number in output:

    612345678

    The application was written in Adobe Flex Builder 3.

    The code in the MXML file is:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Canvas xmlns:mx = "http://www.adobe.com/2006/mxml"
    creationComplete = "init ()" "
    horizontalScrollPolicy = "off" verticalScrollPolicy = "off" >

    < mx:Metadata >
    [Event (name = "customerSaveEvent", type = "events. CustomerEvent")]
    [Event (name = "customerCancelEvent" type = "flash.events.Event")]
    < / mx:Metadata >

    < mx:Script >
    <! [CDATA]
    Import util.ComboBoxUtil;
    Import mx.controls.Alert;
    How to import events. CustomerEvent;
    Import mx.collections.ArrayCollection;
    Import mx.core.Application;
    Import valueObject.Customer;
    Import mx.validators.Validator;
    Import mx.validators.PhoneNumberValidator;

    private var phoneCheck:PhoneNumberValidator;

    [Bindable]
    public var selectedCustomer:Customer;

    private function init (): void {}
    this.cretePhoneValidator ();
    if(this.selectedCustomer == null) {}
    this.clearForm (null);
    }
    }

    private function cretePhoneValidator (): void {}
    phoneCheck = new PhoneNumberValidator();
    phoneCheck.source = phone number;
    phoneCheck.property = 'text ';
    }

    private function validateForm (): void {}
    var validatorList:Array = new Array (emailCheck, phoneCheck);
    Validator.validateAll (validatorList);
    }

    private function cancelClickHandler (): void {}
    var cancelManageCustomerObj:Event = new Event ("customerCancelEvent");
    dispatchEvent (cancelManageCustomerObj);
    }

    private function saveCustomer (): void {}
    validateForm();

    var c:Customer = null;
    var selCust:Customer = Application.application.selectedCustomer;

    If (selCust! = null) {}
    c = selCust;
    } else {}
    c = new Customer();
    }
    c.setLastName (lastName.text);
    c.setFirstName (firstName.text);
    c.setStreet (street.text);
    c.setPostal (postal.text);
    c.setCity (city.text);
    c.setEmail (email.text);
    c.setPhoneNumber (new Number (phoneNumber.text));
    c.setMailing (mailing.selectedItem.data);
    c.setComment (comment.text);
    var changed: client = Application.application.customerService.createOrUpdate (c);

    var customerEventObj:CustomerEvent = new CustomerEvent ("customerSaveEvent", modified);
    dispatchEvent (customerEventObj);

    this.clearForm (selCust);
    }

    private void clearForm(selCust:Customer):void {}
    if(selCust == null) {}
    this.lastName.text = "";
    this.firstName.text = "";
    This.Street.Text = "";
    This.postal.Text = "";
    This.City.Text = "";
    this.phoneNumber.text = "";
    This.email.Text = "";
    this.mailing.selectedIndex = 0;
    This.Comment.Text = "";
    }
    focusManager.setFocus (lastName);
    }
    []] >
    < / mx:Script >

    <!-mx:EmailValidator id = "emailCheck" source = "{email}" = "text" property
    trigger = '{save}' triggerEvent = ' click on ' /-->

    < mx:Form id = "manageCustomerForm" >
    < mx:FormItem label = "Achternaam:" >
    < mx:TextInput id = text = "{selectedCustomer.getLastName ("lastName")}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Voorletters:" >
    < mx:TextInput id = text = "{selectedCustomer.getFirstName ("firstName")}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Straat:" >
    < mx:TextInput id = text = "{selectedCustomer.getStreet () ' street'}" / >
    < / mx:FormItem >
    < mx:FormItem label = "zip code:" >
    < mx:TextInput id = text = "{selectedCustomer.getPostal ('post')}" / >
    < / mx:FormItem >
    < mx:FormItem label = "Stad:" >
    < mx:TextInput id = "City" text = "{selectedCustomer.getCity ()}" / >
    < / mx:FormItem >
    < mx:FormItem label = "number:" >
    < mx:TextInput id = text = "{selectedCustomer.getPhoneNumber ('Phone number')}" / >
    < / mx:FormItem >
    < mx:FormItem label = "e-mail:" >
    < mx:TextInput id = "email" text = "{selectedCustomer.getEmail ()}" / >
    < / mx:FormItem >
    < mx:FormItem label = "" unstable: ">"
    < mx:TextArea id = "comment" text = "{selectedCustomer.getComment ()}" "
    width = "447" height = "144" / >
    < / mx:FormItem >
    < mx:FormItem label = "send:" >
    < mx:ComboBox id = dataProvider = "{Application.application.comboBoxUtil.yesNo"mailing"} '"
    selectedIndex = "{ComboBoxUtil.getIndex (selectedCustomer.getMailing ())}" / >
    < / mx:FormItem >
    < mx:HBox id = "manageButtonBox" >
    < mx:Button id = "Save" label = "Opslaan" click = "saveCustomer ()" / > "
    < mx:Button id = "resetButton" label = "Wis" click = "clearForm (null)" / > "
    < mx:Button id = "cancelButton" label = "Annuleer" click = "cancelClickHandler ()" / > "

    < / mx:HBox >
    < / mx:Form >
    < / mx:Canvas >

    The code in the SQL file is:

    create the customer table)
    ID integer not null primary key autoincrement,.
    lastName varchar (50),
    firstName varchar (50),
    Street varchar (50),
    City varchar (50),
    postal varchar (10),
    Telephone INT number (10),
    Email varchar (50),
    sending Boolean default false,
    Comment by varchar (255)
    );

    create table (treatment)
    ID integer not null primary key autoincrement,.
    Date Date,.
    treatment varchar (255),
    whole customerId not null,
    constraint fk_customer foreign key (customerId) references customer (id)
    );

    create table (user)
    ID integer not null primary key autoincrement,.
    loginName varchar (50) not null,
    lastName varchar (50) not null,
    firstName varchar (50) not null,
    password varchar (50) not null,
    Active Boolean true not null default,
    accessright varchar (10) not null
    );

    create table (of the order of the day
    ID integer not null primary key autoincrement,.
    whole userId not null,
    Date Date,.
    time integer,
    full minute,
    Description varchar (50),
    constraint fk_user foreign key (userId) references user (id)
    );

    create table (license)
    ID integer not null primary key autoincrement,.
    key varchar (50),
    Val varchar (50)
    );

    I hope someone can help me with this problem.

    Hi Buxsnl,

    I think that I already gave the answer in my previous post. But think that you have not implemented it.

    The threshold of the code is not necessary...

    m:System.NET.SocketAddress.ToString (), c.setPhoneNumber (new Number (phoneNumber.text));

    Instead you can replace it with the below a...

    c.setPhoneNumber (phoneNumber.text);

    and the function setPhoneNumber() in your client class must be less to:

    public void setPhoneNumber(phoneNumber:String):void

    {

    //

    }

    Can send you the code to your client class... ??

    Thank you

    Jean Claude

  • PX2 - 300 d - where can I get the MIB for a LeNovoEMC PX2 - 300 d?

    Hello

    I would get the MIB for this product.

    Where can I get?

    Thank you.

    Bird,

    Just found this:

    If a client requests a mib file for SNMP implementation, this is the link to click:

    http:///manage/mibs/lenovoemcmib.txt

  • I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    original title: admin password.

    I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • When I connect I get the 404 not found error message file

    Original title: 404 File not found

    I was the connection of a webcam that allows me to observe a bird's nest.  I went there

    several times a day for about 6 weeks.  When I log in now, I get the 404 not found error message file.

    I returned to view history and tried to bring it up like that without success.  All other programs seem to

    to work properly, no recent changes I know.  The eggs should be hatching, and I can't wait to

    Download this issue is resolved.  Any ideas?

    Perhaps that the eggs have hatched and the webcam has been removed.

    The problem is not just about anything on your computer.  You have to ask the person who is the owner of the webcam.

    The 404 or not found error message is an HTTP standard response

    Code indicating that the client was able to communicate with a given

    Server, but the server did not find what was requested.

    The web site hosting server usually generates a "404 Not Found"

    Web page when a user tries to follow a link broken or dead; That's why

    the 404 error is one of the most recognizable errors on the

    The World Wide Web.

  • Can't get the driver for 32-bit windows 7 HP DeskJet 5440 via windows update.

    Original title: driver HP DeskJet 5440 windows 7 32 bit

    I was unable to get the driver for 32-bit windows 7 HP DeskJet 5440 via windows update.  I also was unbale to find your compatibility Center.  Is there a link were I can down-load the driver directly from.

    Tony,

    In fact, I assumed that yours was always supported by HP * but I understand now that it's not [so I guess that it is more than 10 years because it is their general support period].  {* Mine is a DJ 2540 and is only a few years so I thought a 5440 DJ must be more recent}

    I see that HP gives you general instructions on installing drivers in http://support.hp.com/gb-en/product/hp-deskjet-5440-printer-series/445466/model/445467/document/c01796879/ I checked Microsoft update catalog service and nothing found for HP Deskjet 5440, that's why you're not having any success with the generic instructions, giving you these instructions seem to presuppose the existence of a Windows driver for this specific model.  {HP must have given up your specific model before that this catalogue has been compiled, because hardware manufacturers are those that connect to their drivers inside}

    However, my suggestions may solve your problem or maybe not.  They are simply the steps that seem more likely to be successful.  Personally, I'd a system image before you try each of these suggestions so that you can go back to square one if something goes terribly wrong.

    Suggestion 1 - go to the devices & Printers dialog box, click Add a printer, select HP then select HP Deskjet 5400 series [the sequence in the list is awkward, this entry is about 10% of the way to the bottom of the list], click on Next and follow the procedure of menus at its conclusion.  Even if it's completely successful, plan to run my Suggestion 4 below as well in case of future need.

    Suggestion 2 - out whatever the driver that shipped with your printer in the first place, try to install in compatibility mode [right click on its executable, click on the tab compatibility , the value of the check box for run this program in compatibility mode for... and select a BONE the printer worked correctly with.]  Then go to the executable, right-click and select run as administrator.  This idea is not frivolous, until he blew something internally, I was using my 1999/2000 HP Deskjet 1220C successfully on Windows 7 x 64 for four years [despite the HP user forums which implies that this was not possible].

    Suggestion 3 - go back to the HP site to http://support.hp.com/gb-en/drivers/selfservice/hp-deskjet-5440-printer-series/445466/model/445467 but select 10 Windows as your operating system.  In the results, the Diagnostics Utility Tools point contains now a setup generic [hppiw.exe] who described "HP for Windows printer setup wizard was created to help users Windows 10 download and install the software solution most appropriate for their printer and newer HP HP Windows 7 and Windows 8/8.1.   Simply run the tool and follow the on-screen instructions. " Download & run [run as Admin] of this file.

    Suggestion 4 - Connect to an Admin-level account first, then, using IE [there than IE], date back to the Microsoft update service catalog and search for HP Deskjet 5400 series.  It will give a lot of results, then click on the driver name in the left column of title to see details for each potential choice [especially if it is 32 or 64 bit].  The top of the list is [32-bit] Microsoft Update for HP Deskjet 5400 Series driver dated June 21, 2006.  [You might also download & file the second element, the 64-bit version, just in case you change computers in the future]  Add the chosen driver [s] to the "trash" then download - you will be asked to select a file to download first {it is at this stage that the process would be a break without further explanation or any error if you had not been connected to an Admin-level account before launching IE}.  I think that these drivers also work with Windows 10 thus, in the hope that your printer works for the years to come, it would be well worth your copies of maintenance of them filed there ready for your next computer use.

    Proposal 5 - go [back] to the forums of user HP Deskjets & find 5440.  See if any of the other suggestions can help you - unless you have already looked through them all the more relevant [I realize that you have been here once already as one of the threads that I just watched was of you].

    We know, in advance, which of these suggestions will lead to the best possible solution.  So please come back to this forum to explain what happened when you tried the.  Your experiences will benefit all users of HP Deskjet 5440 who come here looking for advice.

    Good luck

  • Get the byte [] for a COD that is already installed

    Anyone happens to know and be willing to share, how to get the byte [] for a COD package that is already installed on the device?

    Thank you

    There is no API on the device that allow you to programmatically access binary data of a cod file.

    You can copy files of cod on a BlackBerry Smartphone using javaloader.

    JavaLoader u save filename.cod

  • Cannot get the download for the evaluation version of PSE 14

    When I try to get the download for the EP 14 30 - day trial, nothing happens. The small black window says it has download, and find the download in my browser to download file. But nothing happens, and the download folder is empty. I tried to get help by Adobe's cat. I was told that I would need to install Chrome. I have the latest version of Internet Explorer and do not want to install another browser just for a single download. The person on the Chat gave me another link, but this link is not for the trial version. He is said to have your serial number ready first. I have ESE 9 and 10. I want to try 14 before deciding if I want to improve.

    It is said to have a loan of series, the version on this page runs on a 30 day trial.

    Download Photoshop Elements | 10, 12, 14, 11, 13

  • I bought a convertiser from PDF to Word and I paid $ 30 to get the service for a year... I'm trying to convert a document at the moment and it says I have to buy again :(

    I bought a convertiser from PDF to Word and I paid $ 30 to get the service for a year... I'm trying to convert a document at the moment and it says I have to buy again

    What should I do?

    Hianneb50550174,

    Make sure that you have installed Adobe Acrobat Reader DC Acrobat Reader DC Learn & Support, then sign using your Adobe ID, where you have the subscription, the Adobe export in PDF format. Then follow the steps in this KB document using Acrobat Reader. Export PDF to Acrobat Reader DC to export PDF files.

    You can also use this service online at https://cloud.acrobat.com/exportpdf

    Kind regards

    Nicos

  • My pdf reezes when I click on COMMENT. I'm trying to get the tools to edit a pdf file. If I use the tools on the toolbar, there is no problem, but as soon as I click on the COMMENT, the document hangs and I have to open the Task Manager to plant it. It st

    Sorry, I'm new to the type of problem-solving process, and I don't know how to change my first speech. My true statement is less to:

    My pdf freezes when I click on COMMENT. I'm trying to get the tools to edit a pdf file. If I use the tools on the toolbar, there is no problem, but as soon as I click on the COMMENT, the document hangs and I have to open the Task Manager to plant it. It started in the last seven days (3.31.15).

    I responded to your questions below, BUT while I was looking for properties, I found repair service REPAIR the INSTALLATION of ACROBAT, and (this is) the issue has been resolved!

    Thanks for making me look for information.

    Karen

    I use Acrobat Pro XI, version 11.0.10.32.

    I created the file, that I worked in during the freeze, so I tried a PDF I created with Adobe and it also freezes when I click on COMMENT. I discover that the OBSERVATIONS of the plug-in is loaded. (See image

    I used the REVIEW for years without this problem occurring. He started in the last 2 weeks.

    I could not find real estate under the file menu, but found a security setting in the preferences in the Edit menu. It doesn't have a way to allow/disallow COMMENT.

  • Why do I get the message "cannot write in print file specified"?

    When I print from Framemaker 8 using the Adobe PDF printer driver, I get the message "Cannot write in print file specified."  And I am not able to generate ps file.  Why is this?  What could be the problem?

    I am able to print to another printer - for color printer driver - of my office with no problems.  So I guess that I don't need the Adobe PDF printer driver, but it's an others on my team use documentation - I was wondering why it is not working for me now (even if it is used for).

    Thank you

    Erin

    FM is not a true PDF Export. There is not a "SaveAsPDF", that comes silently prints (background task) a temp ps of the file using the AdobePDF printer instance, called Distiller with a specified joboptions file and deletes so the temp folder afterwards.

    AdobePDF print through the PDF port, which is actually the same as the SaveAsPDF FM approach.

    @Wish, have you checked that your AdobePDF printer instance pointing to the 'Adobe PDF' port (printer properties > Ports)? Alternatively, you can try setting the AdobePDF in the FILE: port.

    Also check that you have permissions to write system level to where you try to put the temp FM ps file.

  • If I have the first generation iWatch I'll be able to get the update for new applications and look at faces?  I know that I couldn't display or the waterproof function to the water.

    If I have the first generation iWatch I'll be able to get the update for new applications and look at faces?  I know that I couldn't display or the waterproof function to the water.

    Hello

    The next operating system update, watch OS 3, will be available for all Apple Watch models, including the first generation watches.

    We should go out on 13 September, after which it can be installed by following the steps detailed here:

    More information:

    http://www.Apple.com/Watchos/

  • How to get the manual for Satellite Pro 4200?

    How to get the manual for Pro 4200. I have download olm_up and setup.exe (72 kt) of http://eu.computers-toshiba-europe.com?.

    Hello

    Please visit this link:
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_manuals.jsp

    I m you will find a good manual of your device.

    Good bye

  • Can't get the drivers for Satellite A135-S4467

    I do something wrong, because I can't find a way to get the drivers for my laptop.

    No matter what options I select on the Toshiba supports site driver downloads, I can't find my model.
    It does not seem to exist in the series, or sections of archives.

    Will be it someone please tell me where I can find the drivers for my A135-s4467? (PSAD0U)

    Thank you

    Jeff frustrated.

    I think you have a USA model.

    Try this site: http://www.csd.toshiba.com/cgi-bin/tais/su/su_sc_modSel.jsp

  • I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Hi everyone, this is my first post, also help on the post would be appreciated.

    I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Thanks in advance

    Newbie

    The only way to install an ipad app is through the app store.  PC or Mac software does not run on the ipad.  Search in the contacts link at the bottom right of this page.  Give apple a call.

    I guess is the icon for pages in icloud for storing documents pages.  At the same time, apple had a cloud based pages.  Not sure what happened to her.

    R

Maybe you are looking for