12-01-2012 08:38 PM
yhea i share the dev B with my brother my app is already in the app store. Looking to start two more one being another webview based app with ads. kinda need the sim to work until i get back the dev.
12-01-2012 11:50 PM
has anyone posted a bug in the issuetracker for this yet? If so, please make it public so that we can upvote it and make sure proper channel are aware of this issue!
I did a very simple app that reproduces the issue (not 100% but >50%):
import bb.cascades 1.0
Page {
WebView {
id: webView
url: "dummy.html"
}
}
as you can see, it's the most basic app with only a webview ![]()
if no one created an issue yet, i will do so on Monday!
thanks
12-02-2012 10:52 AM
Well, I've wasted my time, it seems, for two reasons.
For one thing, although the app works perfectly well, and I knew it would work only when installed with a debug token (since it has to be an unsigned app), I didn't take into account the fact that others would have to edit the MANIFEST.MF to replace my author and author id with their own in order to sideload on their own devices.
That's not particularly difficult actually, but given that the audience for this was mainly people who aren't very familiar with SSH and would find the "pidin + slay" option difficult, making them edit a .bar file like that may be asking too much.
The other reason is, as it's now been pointed out to me, that Momentics can deal with these app crashes perfectly well.
In Momentics, go to the QNX System Information Perspective. Make sure you're connected to your target device or simulator, and look at the System Summary tab. You should see your "stuck" process listed there.
Right-click on it and select "Deliver Signal...". The default is SIGTERM, and that's the one we want. Click OK and a moment later your app should have been "slayed" and the icon will return to the normal state, letting you re-launch the app.
For anyone who would still like to install it, it's a very nice app. :-) You can find it at http://blackberry-py.microcode.ca/zombie-slayer.ht
At this point, however, I don't intend to make a build for the simulator unless enough people ask for it.
Screenshots, to finish this up:
12-02-2012 11:00 AM
Thanks for the help guys. This should fix it. Fingers crossed illncheck today
12-02-2012 12:11 PM - edited 12-02-2012 12:33 PM
Peter trying to do what you described above, but where is the System Summary tab?
EDIT: Nevermind, I found it. I had it closed, so I had to reset my System Info Perspective.
12-07-2012 10:35 PM
Thanks Peter, you saved the day with your Zombie Slayer app.
12-09-2012 08:25 PM
This isn't limited to WebViews only. I've seen it happen to the browser app too after doing some funky stuff with WebGL...
12-10-2012 11:40 AM
this issue happens here, too, since Beta 4 SDK and Simulator. Not sure as it happened before, as I started using WebView right now.
I have a WebView without content at beginning and just after a user input, it starts to load the content. If I do not press the search button, everything works fine, when closing, but if it loads sth from the web, I am not able to close the app properly...
thanks for the tip for hard exit, maybe there should be a task manager as a BB10 app, with that you can close processes (like KillMe for Symbian)...
as looking to the All Aboard Port-A-Thon, would it be the best way to simply submit the app as it is now? Or did you found a work around for this issue?
12-10-2012 11:47 AM
schumi1331 wrote:
as looking to the All Aboard Port-A-Thon, would it be the best way to simply submit the app as it is now? Or did you found a work around for this issue?
Might be worth just waiting another day for the "gold" release (new SDK and firmware) and compare the behaviour then. Beta 4 had such a significant impact on so many things, it would be surprising if some of the worst changes were not fixed (or, at least, changed yet again) by the Gold release...
12-10-2012 02:17 PM
Might be worth just waiting another day for the "gold" release (new SDK and firmware) and compare the behaviour then. Beta 4 had such a significant impact on so many things, it would be surprising if some of the worst changes were not fixed (or, at least, changed yet again) by the Gold release...
haha, maybe that's also a good idea ![]()