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.