<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/22/2015 09:11 PM, Robert 'Bobby'
      Zenz wrote:<br>
    </div>
    <blockquote cite="mid:20150122211138.03a5260f@Dagon" type="cite">
      <pre wrap="">Hello.

Thank you. The contacts are on the SIM card, I already tried
"talking" with it but my tries were a little unsuccessful and resulted
in the modem/SIM not answering at all and locking up. My assumption was
that that was because I tried to talk with it at the same time as
QtMoko and its services.

Do you know what the preferred way is to send commands to the SIM in
QtMoko? Or should a "normal" serial/terminal communication program be
enough?
</pre>
    </blockquote>
    ><snip><<br>
    <br>
    You should stop qpe, so it is not using the modem anymore.<br>
    ( <span class="st">/etc/<wbr>init.d/<em>qpe</em>.sh <em>stop</em> 
    </span>i believe )<br>
    Then you can use a normal terminal program to send commands.<br>
    Minicom should work just fine.<br>
    <br>
    If the modem locks up, you can reset it with:<br>
    echo 0 >
/sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on<br>
    sleep 5<br>
    echo 1 >
/sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on<br>
    <br>
    if
    /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on
    <br>
    does not exists, try<br>
    /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gsm.0/power_on,
    there was a change of path somewhere in the past.<br>
    <br>
    Kind regards,<br>
    Ed<br>
    <br>
    <br>
    <br>
  </body>
</html>