I’ve been writing an eSWT application lately and suddenly I encountered an undocumented error. I couldn’t find anything on the internet about it.
When trying to install the jar file on an E55 Nokia device tells me “Authorisation failed“; when trying to run it on Symbian emulator (from N70 SDK v1.0) tells me “Swi: Task failed: -30475“. The installation fails anyway.
The problem was a method call. I had a class which implemented a SelectionListener interface and I subscribed that listener for two buttons. In widgetSelected method I was using the SelectionEvent parameter to get the source of the event (to see which button was pressed): e.getSource(). These method call seems to offend something, so i implemented anonymous classes to process SelectionEvents.
If somebody finds more details about this anomaly please update me

i suppose your problem is similar to this one( http://discussion.forum.nokia.com/forum/showthread.php?182959-Emulator-don-t-work-with-Eclipse-Error-30475&p=827564#post827564 )
anyways, how did you manage to track your listener problem? havent stablished yet a relation beetween your solution and theirs on forum nokia
thnx
Comment by vinicius1880 — March 18, 2011 @ 6:35 am |