Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
New Developer
ctrlyati
Posts: 3
Registered: ‎12-17-2012
My Carrier: :D

after I Terminate, Terminate failed [BB10 App]

[ Edited ]

Currently, I develop app in ndk. After I test on the device (bb10 dev alpha b), I close it. Then I go and look on the icon to open again it kinda faded and cannot be clicked.

 

After I restart many time, it's happen  and happen.

I tried to terminate in ndk, press the red rectangle button. after I wait it terminated, it tell me terminate failed. So, I cannot click on the icon to reopen it again.

 

anybody has the solutions or ways to develop avoid this problem?

 

Thanks,

Yati

Please use plain text.
Developer
BGmot
Posts: 956
Registered: ‎11-24-2011
My Carrier: x

Re: after I Terminate, Terminate failed [BB10 App]

In your NDK go to Targets Navigator, expand your device there, find your process, right-click and choose 'Send signal'. SIGTERM should do the trick.

... and do program exit functionality in your app properly.

Please use plain text.
Developer
yalnte
Posts: 44
Registered: ‎06-16-2012

Re: after I Terminate, Terminate failed [BB10 App]

[ Edited ]

This issue sounds similar to these two issues - both of which sound like issues with linking BB10 app NAVIGATOR_EXIT signals back to the app.

 

http://supportforums.blackberry.com/t5/Native-Development/Handling-exit-events-with-Qt-C/m-p/2086787...

http://supportforums.blackberry.com/t5/Native-Development/App-icon-becomes-transparent/m-p/2086827#M...

----------------------------------------------------------------------------------
Blog: http://partialpivot.blogspot.co.uk/
Please use plain text.