Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Load Java Applet into Sim Card using OTA

3193721Mar 9 2016 — edited Mar 9 2016

Dears,

I'm trying to load Java applet into SIM card by creating a binary message. I have a regular 2G SIM and I have uploaded the cap file to Dropbox then set its link in the message, encoding the message to WBXML then send it but nothing happens. This is the tutorial that i'm using (https://mobiforge.com/design-development/binary-sms-sending-rich-content-devices-using-sms) and this is the message before encoding:

<?xml version="1.0"?>

<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" "http://www.wapforum.org/DTD/si.dtd">

<si>

<indication href=http://dl.dropboxusercontent.com/u/52034312/test.cap si-id="6532">

FirstApp

</indication>

</si>

and this is the message after encoding:  (UDH + Body)

0605040B8423F002056A0045C60C03646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f35323033343331322f746573742e63617001103363533320007010346000101


I tried to use SIM Alliance Loader but It's so complex to use.


Can anyone tell me how can I send my applet via binary message or any other solution without buying a sim reader. Please!


Thank you so much.




Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2016
Added on Mar 9 2016
0 comments
1,842 views