Dev Alpha B - end of the screen of the program

Hey people,

So I changed the date on my device Dev Alpha B (for December 17) and now I get "thank you for your participation - program finished"... I can't do it the screen go away.

I tried to restart and also through the upgrade process - https://developer.blackberry.com/blackberry10devalphas/update

Can anyone?

OK, I could get help from @Fortneyland and it help me to walk through a few things he get up and running.

Tags: BlackBerry Developers

Similar Questions

  • write to the file at the end of the program

    I am trying to acquire data of resistance on a DAQmx channel. The data are acquired in a while loop.

    I need the program to keep storing data in a table that develops according to the incoming data and writes all data in a file when the program ends.

    I currently have an array of index with the iteration of the while loop wire its terminal index meter and a 'writing on a file of measure' vi placed outside the while loop. However, when I finish the program, there is no output file.

    What is the best way to do it in Labview 2011? If self-expanding table is not possible, can I pre-allocate a large size and I then it stores data but I'm going to have to again at the exit of all the data only once at the end of the program.

    Rather than build a huge range, using a configuration of producer/consumer .  The idea is to use a second loop that records your data that you acquire.  In this way, you can open the file before the loop, format and write the data to the file inside the loop, and then close the file at the end.  To send data to the loop of logging, use a queue.

    You can also use the DAQmx Configure in Streaming VI say DAQmx to save your data as it is read directly to a PDM file.  Much more effective than anything that you will come up with.

  • Cannot put an end to the programs

    Whenever a program crashes on my computer, and I try to put an end to this program, I can't do it.  It's as if the pane "end of program" also blocks.  So, I have to turn off the machine.  Anyone know what I can do?

    Instead of finding ways to put an end to the program when your computer crashes, I recommend you to understand why your computer is locking up and fix it in place.

    If turn you your machine (I guess than the power button), you will soon have a new post that looks like this:

    My system does not boot and I see a message like this:
    Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM

    Then someone will offer to you try to repair your system with KB307545 and which will not help you either.

    XP has a built-in mechanism that is designed only to help diagnose the locking systems, freeze or crash, and it is very useful.

    I suggest to use (that's what it is) after general troubleshooting basic steps are exhausted.

    You know - easy as questions... What is the program that is locked?

    I would also say everyone with blocking XP problems starting their own new topic so they can be worked separately, or this thread is going to be annoying quickly.

    Thankfully, I'm not a moderator (Fortunately, I don't have no control on the operation of this forum).

    Maybe someday the dialog box 'ask a question' forums XP will ask these questions automatically when a new thread is started so I don't have to ask every time.  It might even be possible to solve a problem in a single response when enough information is provided.

    Please provide additional information on your system:

    What is your system brand and model?

    What is your Version of XP and the Service Pack?

    Describe your current antivirus and software anti malware situation: McAfee, Symantec, Norton, Spybot, AVG, Avira!, MSE, Panda, Trend Micro, CA, Defender, ZoneAlarm, PC Tools, Comodo, etc..

    The question was preceded by a loss of power, aborted reboot or abnormal termination?  (this includes the plug pulling, buttons power, remove the battery, etc.)

    The afflicted system has a CD/DVD drive work?

    You have a true bootable XP installation CD (it is not the same as any recovery CD provided with your system)?

    What you see you don't think you need to see?

    What do not you think that you should see?

    Fill in the blank: my system worked well until: _.

    Click Start, run and enter in the box:

    Msinfo32

    Click on OK and when the system info summary appears, click on Edition, select all, copy, and then paste the information here.

    For information about video drivers, expand components, click view, click on edit, select all, copy and then paste the information here.

    There will be some personal information (such as the user name and the name of the system), and anything that turns information private for you, simply delete the pasted information.

    This will minimize back Q & A and eliminate guesswork.

    Perform scans for malware, and then fix any problems:

    Download, install, update and do a full scan with these free malware detection programs:

    Malwarebytes (MMFA): http://malwarebytes.org/
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/
    They can be uninstalled later if you wish.

    They can be uninstalled later if you wish.

    Do, or do not. There is no test.

    I decided to implement the points for a new puppy instead of a pony!

  • Problems with error "1084: syntax error: expected rightbrace before the end of the program."

    I can't figure out what to do with it because I get the same error:

    ""1084: syntax error: expected rightbrace before the end of the program.".

    Here is my code:

    begin.onRelease = function() {}

    RND = random (8);

    If (rnd > 3) {}

    If (rnd == 7) {}

    RND = 11;

    } rnd = rnd-7;

    } turn = true;

    }

    onEnterFrame = function() {}

    If {(rotation)

    Wheel._rotation += ((rnd*45) - wheel._rotation) / 10;

    }

    Thank you.

    Based on what you show here is a hug from final missing... everything in the end.

    You send messages AS2 code in AS3 forum.  If you continue to have a problem, to repost in the AS1/2 forum.

    http://forums.Adobe.com/community/Flash/flash_actionscript?view=discussions

  • Line 26 1084: Syntax error: expected rightbrace before the end of the program

    Im trying to make an animation, how can I fix line 26 1084: syntax error: expected rightbrace before the end of the program?

    package

    {

    import flash.display.MovieClip;

    import flash.utils.Timer;

    import flash.events.TimerEvent;

    SerializableAttribute public class extends MovieClip AvoiderGame

    {

    public var enemy: enemy;

    public var gameTimer:Timer;

    public void AvoiderGame()

    {

    enemy = new Enemy();

    addChild (enemy);

    gameTimer = new Timer (25);

    gameTimer.addEventListener (TimerEvent.TIMER, moveEnemy);

    gameTimer.start ();

    }

    public void moveEnemy (timerEvent:TimerEvent): void

    {

    enemy.moveDownABit ();

    }

    }

    {

    This last curly brace must be reversed. You have an opening brace where a closing brace should be.

  • 1084: syntax error: expected rightbrace before the end of the program.

    So I do this thing basic coding to make an object 'pull' bullets. This is a video tutorial. My code its corresponds exactly, unless I'm missing a small detail. Basically, the code looks like this:


    package {}


    import flash.display.Sprite;


    import flash.events.Event;

    public class ball extends Sprite {}

    private var sw:Number;
    private var sh: number;
    private const _SPEED:int =-10;
    private const _OFFSTAGE:int =-10;

    public function ball (): void {}
    addEventListener (Event.ADDED_TO_STAGE, onadd);
    }

    private void onadd(e:Event):void {}
    SW = stage.stageWidth;
    SH = stage.stageHeight;
    addEventListener (Event.ENTER_FRAME, loop);
    }

    private void loop(e:Event):void {}
    If (y, _OFFSTAGE) {}
    removeEventListener (Event.ENTER_FRAME, loop);
    parent.removeChild (this);
    }
    y = _SPEED;
    } public function removeListeners (): void {}
    removeEventListener (Event.ENTER_FRAME, loop);

    }

    And I get the compile error wrote:
    Location: Bullet.As line 31 1084: syntax error: expected rightbrace before the end of the program. Source :}
    Location: Bullet.As line 31 1084: syntax error: expected rightbrace before the end of the program. Source :}
    And yes it say it twice. What is going on?

    The vid I learn is the following: http://autocad.spinelink.com/adobe-flash-cs4-game-tutorial-shooting.html

    If what you show is what you have, then the mistakes are teliing you have some missing braces.  From what I see, there are probably 2 missing at the end.  For each {there must be a} somewhere.

  • Alpha B - end of the screen of the program

    Hey people,

    So I changed the date on my device Dev Alpha B (for December 17) and now I get "thank you for your participation - program finished"... I can't do it the screen go away.

    I tried to restart and also through the upgrade process - https://developer.blackberry.com/blackberry10devalphas/update

    Can anyone?

    Press and hold the power and volume for 30 seconds and it should reset the date back to the default (OS version date).

  • BB 10 Dev Alpha Simulator 10.1 beta - screen resolution

    I couldn't get my Android app BAR file to install on the current version of the BB 10 Dev Alpha Simulator (10.0.10.261) so I tried to install the Beta 10.1 Simulator and my app installed first and short big.  The only problem is the screen seems to be much smaller than the 10.0.10.261 version, I read in the release notes that the resolution is only 720 x 720.  Is it possible to change this?  Or can we expect a resolution screen than the final version?

    Thank you

    Jonathan

    I realize now it's the resolution for the upcoming phones of the physical keyboard BB10 (X 10).

  • Dev Alpha 10.0.9.338 screen resolution

    I use BlackBerry 10 SDK 1.0.2.9 WebWorks

    with DevAlpha OS 10.0.9.388 (of https://developer.blackberry.com/blackberry10devalphas/update)

    My problem: the deployed app screen resolution has bombed and I had to cut all the script "sizes" in two.

    My question: do I have to submit the appropriate application or send the half size app?

    I won't hold my breath waiting for a solution.

    Maybe there a tweek 'meta' that I can temporarily use my config file. XML?

    Hi eketahuna,.

    Please implement the window according to the following article: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-the-viewport-for-a...

    This should prevent scaling issues and explain the behavior that you are experiencing.

    Let me know if you have any questions.

  • Error: 'end of the program - DDE server window.

    I am running windows xp sp3. For these last days, I get an error box/message "End program - DDE server window" at shutdown. Only after clicking on endnow 3-4 times, it stops.

    Hello

    Try the methods provided and see if it helps to solve the problem.
    Method 1:
    Check out the link and follow the steps.
    Advanced Troubleshooting for shutdown problems in Windows XP
    http://support.Microsoft.com/kb/308029
     
    Disclaimer
    This procedure may involve changing the parameters of semiconductor (CMOS) to complementary metal oxide and modifying the basic input/output system (BIOS) settings. Incorrect changes to the BIOS of your computer can result in serious problems. Microsoft cannot guarantee that problems resulting from changes to your BIOS can be solved. Change your CMOS settings at your own risk.
    Method 2:

    You can also try the steps below.
    1. Click Start
    2. Click on Control Panel
    3. Click on performance and Maintenance
    4. Click on Administrative Tools.
    5. Double-click Computer Management
    6. Double-click Services and Applications, and then
    7. Double-click Services.
    8. In the Details pane, click Network DDE.
    9. On the Action menu, click Properties.
    10. On the general tab, in startup type, select Disable, and then click OK.

    Method 3:

    Check out the link and follow the steps.

    Internet Explorer or another program that uses DDE stops responding on a Microsoft Windows XP-based or Microsoft Windows 2000-based computer
  • End of the program (e.g., c2c, 136c) does not

    When to stop or disconnect Windows XP Rev pck3, I get this error message: end of program-1184, 13cc, 4 b 8 (it changes each time I have to logg off) and it only happens with my user.

    I did a "clean boot" and I've isolated the problem to a program that reads "Adobe LMService" of the System Configuration utility, on the Services tab, I thought it was part of Adobe Photoshop, so I uninstalled it, but it has not removed this program. When I activate this program that I continue to have the same errors when you connect to the wide or stopping.

    Other programs Adobe installed stills are: Acrobat, Adobe Acrobat Connect Add-in, Adobe air, Adobe Flash player 10activeX, 10plugin of Adobe flash player, Adobe reader 9.3.4 and Adobe shockwave player 11.5. I do not have which can contain the "Adobe LMService."

    How can I find out which program to delete or do I have to unstill all the Adobe programs? Help, please!

    When to stop or disconnect Windows XP Rev pck3, I get this error message: end of program-1184, 13cc, 4 b 8 (it changes each time I have to logg off) and it only happens with my user.

    I did a "clean boot" and I've isolated the problem to a program that reads "Adobe LMService" of the System Configuration utility, on the Services tab, I thought it was part of Adobe Photoshop, so I uninstalled it, but it has not removed this program. When I activate this program that I continue to have the same errors when you connect to the wide or stopping.

    Other programs Adobe installed stills are: Acrobat, Adobe Acrobat Connect Add-in, Adobe air, Adobe Flash player 10activeX, 10plugin of Adobe flash player, Adobe reader 9.3.4 and Adobe shockwave player 11.5. I do not have which can contain the "Adobe LMService."

    How can I find out which program to delete or do I have to unstill all the Adobe programs? Help, please!

    Of BleepingComputer.com:

    It is the Adobe license management service which is used to make sure that you do not use a pirated copy of their software. It does this by examining your hardware on your computer, and asking you to re-register if this changes. This cannot be disabled because it will reactivate when you use one of their products.

    From what I've seen, enough people must have complained to this topic because the complaints seem to be several years ago and Adobelmsvc.exe seems to no longer be present to newer versions of Adobe products.  At the very least, it is not installed with Acrobat 8 or Acrobat 9.  And it is certainly not part of the free programs from Adobe, including the Reader, Flash player, Shockwave player or the different plug-ins.

    It may have posed with Photoshop, so now that you have uninstalled Photoshop, try to disable the service as follows:

    1. Start > run > services.msc OK
    2. Scroll down until you come to Adobe LM Service
    3. Right-click and select Properties.
    4. Click on the button stop and set the startup type to disabled.
    5. Reset.

    If the LM service for Photoshop was not required and not also for what version of Acrobat, you have, you should be OK.  Otherwise, Acrobat may complain that it should be re-registered or re-authorized or otherwise do not work properly.

    One of the complaints about this service was apparently, that even if it has been disabled (see above), some hidden Adobe code somewhere reactive it.  If you encounter this problem, I suggest that you try asking your question in one of theAdobe forums , probably the forum of Acrobat.

  • Then, I started having this problem after the end of the program. Am I just out of luck?

    Are there opportunities that I could get Apple to always do the replacement or am I just stuck with a unstable machine? Any suggestions?

    Thank you.

    A few additional details on my machine:

    MacBook Pro 15 "(mi-2010)"

    2.4 GhHz Intel Core i5

    4 GB 1067 MHz DDR3

    NVIDIA GeForce GT 330M 256 MB

    You will not get a free logic board replacement from Apple.  You will have to pay for it.

    However, you can install this application that allows you to clear the discreet GPU and only use one integrated:

    https://gfx.IO/

    There will be a video performance degradation.

    Ciao.

  • BlackBerry Dev Alpha insists the point on the Bluetooth connection mode.

    Hello.

    I tried several times updated BlackBerry Dev Alpha to the new firmware with the instructions on the website to update. Make sure that all the steps I did. I have tried but no luck. Desktop software did not update. I tried the troubleshooting, but I couldn't find any chance to try several times and it get messages that he has made available.

    I clicked on update and repair. When you click Repair, no fading, rather office continue to find the update software and finally sometimes found. When it concluded, Office Automation application password for the bluetooth connection (I'm sure bluetooth was disabled on device and my laptop) and it continued just as the device was only pretending to be connected with bluetooth. Then it starts to download. But even once, it never ends.

    I already have:

    > Remove the registry as indicated

    > set the USB for windows

    > enable development mode

    > set file sharing on

    > run the troubleshooting steps.

    No luck, I found . Everyone knows the same symptom?

    Yes of course. My Dev Alpha is updated at the moment. Even though she insisted update on Bluetooth connection mode, when install just re - check again if the connection is available and I just reconnect the device to continue the installation.

  • Audio dev Alpha C Cup using OpenAL

    Hello

    I have some problem with the audio on my device Dev Alpha C and I was wondering if anyone else has had or similar problems or that he might be able to offer a solution.

    The problem

    When you run our game on a device Dev Alpha C, after a short period the sound effects cut. After that no sound effects are played once again, apart from very occasional snippets of sounds, as the device is trying to play them but quickly to cut again.

    The strange thing is that the same code works fine on the Alpha of A Dev.

    Implementation

    The sound effects are implemented using OpenAL and OpenALUT.  Our music is played using the multimedia rendering engine (and works very well).  I checked for errors from OpenAL, but it is not everything.

    Our installation of OpenAL is quite simple and in fact is the following (note that I cut an error handling form all my code samples for brevity):

    if(alutInitWithoutContext(NULL, NULL))
    {
        device = alcOpenDevice(NULL);
        if(device != NULL)
        {
            context = alcCreateContext(device, 0);
            if(context != NULL)
            {
                alcMakeContextCurrent(context);
                alGenBuffers(MAX_SOUND_BUFFERS, buffers);
                alGenSources(MAX_SOUND_CHANNELS, sources);
            }
        }
    }
    

    Sounds are then loaded by:

    void *data=alutLoadMemoryFromFile(filepath.c_str(), &format, &size, &freq);
    alBufferData(buffers[bufferIndex], format, data, size, freq);
    

    (There are some parameters of sound parameters that I haven't posted because I don't think that is where the error but I can add it if it could be relevant to reprogramming).

    Finally the sounds are played using

    alSourcePlay(sourceNum);
    

    I use SDK 10.1.0.1020 and Dev Alpha C is on the firmware 10.1.0.138.

    If anyone has any suggestions, they would be welcome!

    On the problem of origin, was published a new firmware which seems to fix the problem. You can find it here: https://developer.blackberry.com/blackberry10devalpha/devalpha_update.html.  I tested it on our Dev C Alpha and it seems to work very well - I'm always test so will update if I have problems, but it seems OK so far.

    @beemaster - you might want to consider posting this question as a separate topic, as there is a good chance of people won't find it in this thread.  For what it's worth, we use MP3s in our game very well, even if we don't use of stunts and use the multimedia rendering engine to play, which could explain the observed differences.

  • HOWTO debug Webworks on VMWare Dev Alpha Simulator?

    Hello

    I'm developing an application Webworks. I can't use training Simulator because it does not implement 'cards' and does not implement the API pim.contacts.

    I have no device Dev Alpha, so I use the VMWare of the Q10 Simulator.

    My question is:

    -can I somehow debug the webworks app?

    -I can at least see the console.log output somewhere? How?

    -Is taken in charge for BB10? : http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-debug-BlackBerry-web-appl...

    -can I change my javascript and HTML without repackaging in ripple or command line. I'm changing code, repackaging, hoping for the best. It is not productive, and feels like the glacial period.

    Thank you

    Hi escay,.

    1. "I can somehow debug the application of webworks. Yes, wrap it with the - d option. Your Simulator will have an IP address in the lower corner. You should be able to connect to the Web Inspector via : 1337 and see your pages.

    2. "I can at least see the output somewhere console.log? «»» How? "Yes, you can see the console Web Inspector . After following the steps above.

    3. Yes, you can use web Inspector. Your device must be in debug mode and your application packed with - d.

    4. Yes, you can. Direct your config.xml to your local Web server. This will pull the content of the server application and allow you to be updated on the fly. All you have to do is to hit refresh, .

    Hope this information helps.

Maybe you are looking for