Added that another point of entry but now cannot request signatures

I added a project in my workspace to be used for another entry point that will 'init' for the main project to add backup / restore features of my persistent data. However, since the addition of this project the opportunity to "Request for signatures" to sign my application is greyed out.
I followed the instructions in the guide to the BlackBerry Developer about adding a project to a different entry point.

Serving as alternative entry point is in the same workspace as the right of the main application? If I remove the new menu item entry alternative app to request signatures returns to normal.

Well, I don't understand what the problem was, but I solved this by doing a new workspace and adding 2 projects. I couldn't make it work with the existing my original project workspace.

Tags: BlackBerry Developers

Similar Questions

  • Running the background (sms listening thread) connected to the GUI (another point of entry) application thread

    Hi, I'm new to the development of Blackberry, I read everything on the application running at startup and have a different point of entry for this application. I still need help with my application

    I use BB JDE 4.7

    Simulator: BB 9530 4.7.0

    I'm developing an application of SMS. (extends UiApplication)

    1) there is a thread that listens for incoming messages

    2) there is a wire which is a SMS sender

    3) there is a main screen and two full screens. for example, when the user clicks a button in one of the screens full... I send you a message

    (4) when a message is received, based on the content of the message I push either a full screen

    (5) I have, all the wires and screens as the class internal to the main class that extends from the UiApplication.

    I got the basic features. I need help making that demand the application of autostartup

    (1) I need to start listening to the sms thread when the BB phone starts

    (2) I need to have the application icon in the applications screen as another entry point for the application (only for the GUI), and the listening thread must remain active in the background.

    (3) when an incoming message is detected, the application GUI should be brought to the foreground (if it isn't already forground) after posting a popup (instead of bring the application to the foreground, is it better to display a flashing icon in the status bar of the home screen blackberry and perhaps global popup)

    (4) when the GUI of the application part is closed, I need to stop the sms sending thread, and when the system shuts down, I need to stop the listening thread.

    Please help me guys... I have read many articles and discussions regarding the automatic start-up of applications, another point of entry, the # of background threads...

    but I couldn't find how to implement my needs.

    (1) should I need to create two different projects (applications [GUI thread, a sender] and one for the listening thread)? or I can achieve in single application?

    (2) should I have to sign in the background thread to the GUI app? If so, how?

    (3) it is necessary to use the RunTimeStore object? If so, I don't know how I can bring to the foreground the application GUI of the background thread.

    (4) if I have to stop the thread of listening by overiding onExit() method, the important question I have is, if the onExit() method is only for applications that extends from the Application class and not for the UiApplication class?

    (5) if I should have two projects (one main and the other as a spare point entry), which project should I do as "autorun at startup" and a "system module".

    As I need to have the background still running thread when the GUI application is active. I don't know how I do.

    Hello world...

    I reached my needs thanks to a single application. I used an other entry point.

    To refer to chk my other post

    http://supportforums.BlackBerry.com/T5/Java-development/how-to-avoid-creating-two-instances-of-the-a...

  • Asked that question this morning but now cannot locate the issue. Where should I start looking?

    Original title: my question

    I asked a question this morning but now cannot locate the issue.  Where should I start looking?

    Thank you

    Kate

    According to your profile:
    http://answers.Microsoft.com/en-us/profile/09e3ff13-0096-4DA0-89fd-5ce723c7181e

    You asked a question ~ 6 minutes after you registered to use the forums.

    Message: ' Catalyst Control Center: the application host - the host application has stopped working. "
    [This is a link to the question...  Click on it].

    Essentially, it seems that in your message subject and body in this issue, you must download and install the latest version of the device for your AMD AMD video card driver.  It is an AMD problem, not a problem with Microsoft.

    However, since you have not given the brand & model of your computer or video card / the device in question - the best you can do is point you to where AMD is an application that allows you to scan and find the latest device driver and catalyst for your video card device software.

    http://support.AMD.com/en-us/download/auto-detect-tool

    Good luck!

    More information in the actual conversation:
    Message: ' Catalyst Control Center: the application host - the host application has stopped working. "

  • I downloaded the demo of Photoshop elements 13 and saw some instructions when downloading but now cannot find them and I do not think that have completed the installation as it is not on the computer.

    I downloaded the demo of Photoshop elements 13 and saw some instructions when downloading but now cannot find them and I do not think that have completed the installation as it is not on the computer.  There is a deployment folder that I can click in.  Could this be it?

    Barbara, what version of operating system do you use? / Applications (Mac), you can check and control panel > programs and features (Win) to check if it's installed on your machine.

    Here is the link for products download Photoshop Elements | 10, 11, 12, 13

    I hope this helps.

  • After the response failed to ema joining photos, l had opening of 'problem'... "" try again "screen but now cannot open new screen msg at all for the new message or a reply. Access always able recd emails. Vista 32

    After response failure attaching pictures to the email received, l had opening of 'problem'... "" try again "screen but now cannot open new screen msg at all for the new message or a reply.
    Hope I'm doing this right - tried restar, apparently seeking the answers and by publishing this request elsewhere. Appreciatte guidance!

    Hi Mike,.

    You are welcome. If you have any other questions, you can always report to Microsoft Answers.

  • Another point of entry without rebooting

    I have an application with two possible main objects:

    • UiApplication, foreground process, we call it FG_UIApp
    • Application of the background process on the auto-run-start, we call it BG_App

    For debugging, I want to kill the BG_App by sending a FG_UIApp GlobalEvent. OK, it works perfectly. Now, the BG_App does not work. It doesn't work anymore, when I do a full reboot. But now I would like to be able to start the BG_App again without rebooting. I thought in a way like this:

    1. the user clicks on the application
    2. now check if BG_App is running, when it doesn't work, just start it
    3. for the user nothing happens, so he will again click on the app
    4. now, checking, if BG_App is running-> it works, so now we can start FG_UIApp

    To do this, I've implemented the following code. Step 1 + 2 work, but when I do the step 3 the debugger tells me, that my application is already running. Is it possible to simulate the autorun entry point without having to reboot?

    public static void main(String[] args) {
      boolean startbackground = false;
      if ( args.length > 0 && args[0].equals("autostart"))
        startbackground = true;
      else {
        boolean runtimestorevalues_are_existing = false;
        // checking some values in the runtime-store,
        // which are set by BG_App    // if these values, don't exist, we start
        // the background-process
        if (!runtimestorevalues_are_existing) startbackground = true;
      }
    
      if (startbackground){
        new BG_App().enterEventDispatcher();
      }
      else {
        new FG_UiApp().enterEventDispatcher();
      }
    }
    

    Best regards, Anil

    Hello Mark!

    After playing with the ApplicationDescriptor change, it works. The solution is here:

    /*my cod-module is called fooin my jde I have 2 projects - foo (the gui-application, called with no arguments) - fooautostart (the backgroundapp, called with the argument "autostart",     it is generally called, when the device is booting)*/public static void main(String[] args) {if ( args.length > 0 && args[0].equals("autostart")){  new BG_App().enterEventDispatcher();}else {  RuntimeStore rts = RuntimeStore.getRuntimeStore();  boolean runtimestorevalues_are_existing = false;  /*  now checking some values in the runtime-store,  which are set by BG_App; if these values, don't exist,  we have to invoke the background app in simulating the  startup-entrypoint;  */  if (!runtimestorevalues_are_existing){    try {      int modHandle = CodeModuleManager.getModuleHandle("foo");      ApplicationDescriptor[] apDes =        CodeModuleManager.getApplicationDescriptors(modHandle);      String[] args_for_descriptor = {"autostart"};      ApplicationDescriptor descriptor =        new ApplicationDescriptor (apDes[0], "fooautostart", args_for_descriptor);      ApplicationManager.getApplicationManager().runApplication(descriptor);
    
        }    catch (Exception e){      System.out.println("background start exception ex: " +         e.toString() + ": " + e.getMessage();    }  }  new FG_UiApp().enterEventDispatcher();}}
    

    Thanks and best regards to Canada.

    Anil

  • Thread in another point of entry of spawning

    I'm looking to develop an application that has a background service and a front end GUI (2 points of entry).  I understand how to have a runtime shared store so that the GUI can access data/events from the basic service.  But how do I generate a thread in the background entrypoint, while in the entrypoint GUI.  Should I call app.invokeLater () on the background application?  Is - illegal to do if you're not in the context of this application?

    Send your background request a notification using the global event.

    invokelater on the instance of the application should also work, but seems a little dirty to me

  • updated to windows 10 Enterprise edition but now cannot restore windows 8.1

    updated for windows enterprise edition 10 but now can't roll back to windows 8.1 pre installed in my laptop but now neither the windows 10 is enabled nor have the convenince to roll back to 8.1.

    do I have to re install from scratch to go to 8.1?

    spidy_001

    Hello;

    Let me welcome you on the HP forums!

    Enterprise is a completely different animal than other Win10 versions and is NOT intended for personal use, but on the contrary, for commercial use - in situations where the operating system is installed and maintained by the it Department staff.

    So, it doesn't have the convenience of restore consumer versions.

    And Yes, since you didn't have (apparently) the foresight to make an image backup before installation of Win10, the ONLY way to return now is to do a factory reinstall using HP recovery media - and which erases the ENTIRE disc.

    Since you have not bothered to inform any PC, you need to check yourself if HP makes these available recovery media.

    It is a set of DVD and a CD or a USB key, which will erase the hard drive (removing all data, applications and settings, reinstall the original OS, drivers and utilities for HP. In some cases, you will be able to order a USB instead of discs. You must order at HP; they cannot be downloaded.

    You can look online for recovery from the paged media related: http://support.hp.com/us-en/drivers

    Once there, enter your product name or number. On your software page and download the drivers, select your operating system and version. Click on "Update". If the HP recovery support is available for your computer, down near the bottom of the page, you will see an entry for the command Recovery Media-CD/DVD/USB. Click on the symbol '+' to expand this entry and click on order to press for more details.

    Or, if you prefer, you can do the same by contacting HP Customer Service:

    If you live in the United States or the Canada, details are on this page: http://www8.hp.com/us/en/contact-hp/phone-assist.html#section1

    If you live elsewhere, contact details are on this page: http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

    NOTE: once you get through, stay on the line until you are finally able to talk to someone ' one - it can take a while!

    If HP no longer provides a recovery media for your model, a few other sites, you can check are: http://www.computersurgeons.com/ and http://www.restoredisks.com/

    Good luck

  • iPhone 6 have been saved to the icloud before sending it for repair but now cannot find relief in icloud to restore

    My screen iphone6 cracked this week before sending for repair, so I made a backup to icloud.  But now that I have the new phone (they replaced instead of repaired) I can't find the backup on the phone or through my iTunes account.  I'm looking for the backup?  It had all my contacts, music... everything!

    Thank you.

    The replacement phone may be necessary to update before it will see your backup. You cannot restore a backup made with a new version of the iOS on a device that is running an earlier version. Set up as new, updated to iOS, then delete it and try to restore the backup again.

    FYI: Music is NOT part of the backup.

  • Adding an image at the signing, but not in the signature field, in Reader

    Hello

    I would like to know if it is possible to add an image to a PDF when I sign the document in the reader.

    I don't want to add the image in the signature field as a signature, but rather under the signature field. The image is ' n barcode provide me with more information about the signature.

    I looked at the example Stamper, but this feature is not avialable in Reader.

    Thank you

    Magda

    PDPageAddAnnot works on compatible reader of PDF files.  Otherwise, Yes, you need Cos.

    From: Adobe Forums [email protected]<>[email protected]>

    Reply-To: "[email protected]<>[email protected]> ' [email protected]<>[email protected]>" "

    Date: Thu, October 27, 2011 00:56:18-0700

    To: Leonard Rosenthol [email protected]<>[email protected]>

    Subject: Adding an image in the reader at the signing, but not in the signature field,

    Re: Adding an image in the reader at the signing, but not in the signature field,

    created by magdakuithttp://forums.adobe.com/people/magdakuit> in Acrobat SDK - see the discussion complete onhttp://forums.adobe.com/message/3992749#3992749

  • Bring the app to the forefront of another point of entry that runs in the background

    in my case, I have two entry point is main which is used ti open ui and the other who work in the background to receive the push. I'll call you

    Application.getApplication () .requestForeground ();

    to bring the app to the first plan but it create instance of the application and opens the app I don't want this, I want the main application to be in the foreground, any help please...

    Please click on these links to open and transfer data from main application context.

    1)

    http://StackOverflow.com/questions/11555165/BlackBerry-alternate-entry-point-start-app-from-backgrou...

    2)

    http://StackOverflow.com/questions/11582112/BlackBerry-how-to-transfer-data-from-background-to-main-...

  • How to access my application UI of another point of entry?

    I have a user interface with another application entry point. In the other entry point, I put the fix times and always check this time around (using RealTimeClockListener). If the smartphone to go at this time, it will grow a screen of my application user interface. And he pushed successfully. In this screen have an ex "New button" button, usually when I run my application user interface and click it, it will push a new screen.  But in this case, when the screen is pushed to the other entry point, I can't do action on this screen, I click on "new"button and no display of thing...

    How can I solve this problem?

    You can use a shared in the store of runtime service. or after a global event.
    ApplicationManager allows to validate a global event and register a GlobalEventListener with your application class to listen to it.

  • laptop put in wrong code to "reg" when had key number how to change a battery bought windows pro disk and updated but now cannot find where the same register that help please

    2 years ago, I bought a dell to Wal - Mart 6 months to a year later started having problems I was sent to a disk hard was not then a cd rom drive was not so ok dell restore discs but started again said I had to buy the record of service for 139 + or wipe because I was not registered. Well, I thought that I was put a few oem in place number victory reg key code that I now know that, battery, think you said dell ordered all this in a year without now im stuck so decided to modernize a victory pro from amazon.com but again I can not save one of them and I continue to have started off any HELP im new on computers and cell phones and im frustrated will be totally leave for months and then try to new any help appriciated thanks

    Use the key in your battery compartment (as long as it matches the version of Windows you purchased at Amazon) and activate by phone.

    You can not use the key (if it is a key 'Upgrade') as he was expecting to find a previous version of Windows installed and activated.

    Need an installation DVD that corresponds to your Dell key, read on.

    Download Windows 7 proper. ISO file that includes Service Pack 1
    (Note: must match for your product key version)

    Windows 7 Home Premium 32 Bit: http://msft.digitalrivercontent.net/win/X17-58996.iso
    Windows 7 Home Premium 64-Bit: http://msft.digitalrivercontent.net/win/X17-58997.iso

    Windows 7 Professional 32 bit: http://msft.digitalrivercontent.net/win/X17-59183.iso
    Windows 7 Professional 64-bit: http://msft.digitalrivercontent.net/win/X17-59186.iso

    Windows 7 Ultimate 32 Bit: http://msft.digitalrivercontent.net/win/X17-59463.iso
    Windows 7 Ultimate 64-Bit: http://msft.digitalrivercontent.net/win/X17-59465.iso

    How do I know if I have a version of 32 or 64 Bit of Windows installed on my computer:
    http://Windows.Microsoft.com/en-us/Windows7/find-out-32-or-64-bit

    After downloading the file correct .iso using ImgBurn or ISO gear to burn a bootable DVD.

    Create a Windows 7 Bootable DVD using the. ISO file
    Engraving of a file of Windows 7 ISO on a DVD
    http://support.Microsoft.com/default.aspx/KB/977640

    ImgBurn - in addition to supporting the creation of CD/DVD of. ISO files,
    It supports a wide range of image file formats, and it's free.
    (BIN, CUE, DI, DVD, GI, IMG, MDS, NRG, PDI and ISO)
    http://www.ImgBurn.com/

    Projectiles help you to use ImgBurn to screen: http://www.imgburn.com/index.php?act=screenshots
    Burn the ISO Images with ImgBurn article: http://neosmart.net/wiki/display/G/Burning+ISO+Images+with+ImgBurn
    (Les étapes sont les mêmes pour Windows 7 ou Windows 8), except that you do not create a repair disk but complete an installation DVD)

    Note: Always use high quality DVD + R media and slower burning (4 x or 6 x) speed is offered a choice.

    ====================== Keyless Install ================================

    How to make a 'Keyless Install"of Windows:

    Boot from the Windows 7 DVD disc, you create and launch the installation.

    After entering the username and password you will be asked to: "Enter your Windows product key", do not enter a key.
    Also located right underneath the box where you must enter the key is a box with a check box 'Automatically activate Windows when I'm online', remove the checkbox and click "next".

    You now have a 30-day grace period to activate Windows.

    During this 30-day grace period you can try to solve your problems.
    After you are satisfied with all the problems have been resovled then activate Windows.

    ====================== Device Drivers =================================

    Go to your computer manufacturer's support web site and search for Windows 7 drivers for your specific model number.

    If there are Windows 7 drivers, then to download to a folder on your hard drive and install all of them, starting with the card drivers mother/chipset, SATA, LAN, Audio, USB, graphics, Webcam, Etc., and so on.

    List of computer manufacturer support sites:
    http://Windows.Microsoft.com/en-us/Windows/help/contact-support/computer-manufacturers

    Tips for solving common driver problems
    http://Windows.Microsoft.com/en-us/Windows7/tips-for-fixing-common-driver-problems
    Vista: http://windows.microsoft.com/en-US/windows-vista/Tips-for-fixing-common-driver-problems

    Graphics/video drivers:
    Check the download site of the manufacture of the graphics card for the latest Windows 7 drivers for your card.
    ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx
    NVIDIA: http://www.nvidia.com/Download/index5.aspx?lang=en-us

    = How to activate Windows 7 by Internet =.

    1) click Start and in the search for box type: activate
    2) click on the 'Activate Windows' option at the top of the list
    3) click on "now, activate Windows online.
    (4) enter your 25-character product key (not case sensitive)
    5) click "Next" and wait for the key must be verified.

    Another method - to reach a real person:
    1) click Start and in the search for box type: slui.exe 4
    (2) press the ENTER"" key.
    (3) select your "country" in the list.
    (4) choose the option "activate phone".
    (5) stay on the phone * do not select/press any option * and wait for a person to help you.
    (6) explain your problem clearly to the support person.
    (7) the person must give you a confirmation ID, copy it down on paper,
    (8) check that the ID is correct in reading the support person.
    (9) to enter the ID number, then click 'Next' to complete the activation process.

    Microsoft Activation centers worldwide telephone numbers:
    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx
    (This site is for activating Volume License, but if you call, they will help you)

    The phone number is not working:
    Microsoft Wordwide contacts: http://www.microsoft.com/worldwide/default.aspx

    Activation and registration of a Microsoft product
    http://support.Microsoft.com/?kbid=326851
    Windows activation: (888) 571-2048

    J W Stuart: http://www.pagestart.com

  • External hard drive where the stored images has been corruptd. The images recorded, but now cannot connect with LR

    I got LR cc 2015 put in place so that the images have been imported on my external hard drive and lightroom files were stored there. This hard drive has failed, but I was able to save all my files (original) and I transferred to a new external hard drive. Now, I can't get LR to recognize the new drive and location. LR albums have? next to them. I would appreciate any help you can give me that I have try to reconnect LR with the new source of my images. Sorry, I'm not very technologically.

    Tom

    There are 153 images in this catalog, all on 1 external. Which does not seem right, or you expect very different numbers, could you give me an idea of what numbers you expect?

    This seems to be an empty catalog with any folder. It seems to me that you have opened an empty catalog somehow. Could you please try file-> open the recent item and see if any of the other catalogues listed is the one you want? If this does not work, could you please try to restore a recent backup of your catalog file and see if the situation is resolved?

  • looked at the e-mails but now cannot find them... How to make a comeback?

    switched fm xp to windows 7, support for put teak thunderbird emails since 7 is not compatible with outlook... so my e-mails appeared and I looked through them, delete junk, would watch emails later. now its more late but the mails I clicked through but did not read disappeared and I can't seams to find... where should I go see? and while even I did not remove the file from the Recycle Bin is empty. What should I do to be able to check my e-mail?

    http://KB.mozillazine.org/Disappearing_mail

Maybe you are looking for