------=_Part_77974_8967144.1228944458116 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Is there any work towards using service commands(maybe i'm using the wrong term here). By service command I mean I can "call" *100# to learn the balance on my prepaid account. I tried this both on zhone(Debian) and qt dialer(2008.8, QTX), none seemed to work. Is this a complicated task or am I the only one missing it? -- --------------------------------------------------------- Atilla Filiz Eindhoven University of Technology Embedded Systems, Master's Programme -------------------------------------------------------- ------=_Part_77974_8967144.1228944458116 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Is there any work towards using service commands(maybe i&#39;m using the wrong term here). By service command I mean I can &quot;call&quot; *100# to learn the balance on my prepaid account. I tried this both on zhone(Debian) and qt dialer(2008.8, QTX), none seemed to work.<br> <br>Is this a complicated task or am I the only one missing it?<br clear="all"><br>-- <br>---------------------------------------------------------<br>Atilla Filiz<br>Eindhoven University of Technology<br>Embedded Systems, Master&#39;s Programme<br> --------------------------------------------------------<br> ------=_Part_77974_8967144.1228944458116--
You are not the only one, but I don't know why they don't/how they could work either... -- Marcel _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
I had problems with the 2007.2 but it works fine with 2008.9 qt dialer. Sometimes it takes a while until the screen shows up. But then I see a message with my balance. _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
------=_Part_78372_8807164.1228946256335 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: ...
FSO infrastructure is there, just use org.freesmartphone.GSM.Network.SendUssdRequest() and then listen for the Not complicated, but zero time to work on Zhone... I would appreciate a patch. _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
------=_Part_83733_12384070.1228981281029 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Are these Dbus signals? I am not familiar with the framework. Thanks On Thu, Dec 11, 2008 at 12:09 AM, Michael 'Mickey' Lauer < -- --------------------------------------------------------- Atilla Filiz Eindhoven University of Technology Embedded Systems, Master's Programme -------------------------------------------------------- ------=_Part_83733_12384070.1228981281029 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Are these Dbus signals? I am not familiar with the framework. <br>Thanks<br><br><div class="gmail_quote">On Thu, Dec 11, 2008 at 12:09 AM, Michael &#39;Mickey&#39; Lauer <span dir="ltr">&lt;<a href="mailto:mickey@openmoko.org">mickey@openmoko.org</a>&gt;</span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Am Wednesday 10 December 2008 22:27:38 schrieb Atilla Filiz:<br> </div><div class="Ih2E3d">&gt; Is there any work towards using service commands(maybe i&#39;m using the wrong<br> &gt; term here). By service command I mean I can &quot;call&quot; *100# to learn the<br> &gt; balance on my prepaid account. I tried this both on zhone(Debian) and qt<br> &gt; dialer(2008.8, QTX), none seemed to work.<br> <br> </div>FSO infrastructure is there, just use<br> org.freesmartphone.GSM.Network.SendUssdRequest() and then listen for the<br> signal org.freesmartphone.GSM.Network.IncomingUssd().<br> <div class="Ih2E3d"><br> &gt; Is this a complicated task or am I the only one missing it?<br> <br> </div>Not complicated, but zero time to work on Zhone... I would appreciate a patch.<br> <br> --<br> <font color="#888888">:M:<br> </font><div><div></div><div class="Wj3C7c"><br> _______________________________________________<br> Openmoko community mailing ...
org.freesmartphone.GSM.Network.SendUssdRequest() is a dbus command, org.freesmartphone.GSM.Network.IncomingUssd() is a signal. _______________________________________________ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community
