Sorry, can't help with the problem but I confirm that it exists! :)
The thing is, Platformservices 2.0 stopped working totally along with the Anna release.
Our WRT Widgets heavily rely to...
Type: Posts; User: tripsay; Keyword(s):
Sorry, can't help with the problem but I confirm that it exists! :)
The thing is, Platformservices 2.0 stopped working totally along with the Anna release.
Our WRT Widgets heavily rely to...
Here's the debug info when a photo is shot and returning to WRT callback function.
ErrRd says:
Application Closed: WidgetUi
KERN-EXEC 3
(Reason: 3, Status: -13).
Not very descriptive, or...
Some new devices tested:
- C5-03 (5th edition) V 11.0.024: Doesn't support camera at all
- E7 PR1.1 (014.002.263.03) english: Worked couple of days without crashing, now is back to unstabile...
Oh well, I had a similar solution with jquery already
$('.button').mousedown(function(elem) {
var a = $(elem.currentTarget);
a.addClass('clicked');
setTimeout("$('#" + a.attr('id') +...
I noticed the same today.
I was trying to set a different class to a link (button) while pressing it down because a.link:active CSS selector isn't working either. Funny that it's not possible to...
The units and firmwares we have tested are:
- C7 PR1.0 (012.003.270.01) english
- N8 PR1.0 (011.012.240.01) finnish/english
- N8 PR1.0 (011.011.00.01) english/german
And they all act the same...
Nope, as I stated in another thread today... :)
- It doesn't depend on the image size. Some times a 12Mpix works ok, sometimes a 640x480px fails. The photo is always saved OK to image folder....
And by failing I mean that after taken the photo and returning to WRT application the WRT crashes in about 40% of the cases. The other 60% works fine and I can continue with the callback function, it...
I've been playing with N8, WRT and APIBridge. So far I've been successful to
- Take a new photo with camera
- Create a thumbnail for it
- Upload the photo (http POST) successfully.
The...
It does exactly the same thing with C7 and N8. :/ I suppose they should be 2.0-enabled?
Impossible to get back to WRT from the camera view.