Problem with kuix Worker in real device

1 message, no reply - 604 views


Hi Kuix team and thank for this supported work


I'll try to explain the problem as clearly as i can.


we are working on a projectand ou team is gettin some problems since two weeks(realy confused). we are expecting to get a licence when we achieve the tests on the real devices


Hereis the problem:


-We have a crypted attribut (in Hexa format ) in the jad file Like BlaBla="2241215EF9F0FC58ACD98"  when we launch the KuixMIDlet we retraive BlaBla attribute from the JAD and we want we perform a decryption using an algo such as "AES"  for exampl, and a special Decryption key sucha as "12345" for example

-the decryption thread is launched inside the Worker like this :


String decryprionResult ;
Worker.instance.pushTask(new WorkerTask() {
   
   
                public boolean run() {
                    Decrypt decrypt = new Decryp(BlaBla , decryptionKey);
                    dec.statrtDecrytion
                    decryprionResult  = decrypt.getResult();
                       
                    return true;
                }});


In the emulator everything works fine but in the real device (LG) the application stops (doesn't catch throwed exceptions) when the worker starts.
Really we got no idea about that issue, we are stucked.
Please illuminate us , it's very urgent -reached delay :-(
Your sincerly