Re: Dialer Issues

2007-06-20 Thread Alan Cox
> > AT+CFUN=1 > > here you can get: > +CME ERROR: SIM PIN required message > > > AT+CPIN="1234" > > If PIN was needed then AT+CFUN=1 will be needed here too. Finally got a chance to sit down and test this again: AT+CMEE=2 OK AT+CFUN=1 +CME ERROR: SIM wrong (SIM known good on other phone) Any

Re: Dialer Issues

2007-05-31 Thread Thomas Wood
On 29/05/07 23:56, Michael 'Mickey' Lauer wrote: Hi Thomas, * It's not possible to retrieve the current connection status (e.g. whether the phone is registered with a network) That's missing some support API in libgsmd. * What should the dialer use to play ring tones? Probably something l

Re: Dialer Issues

2007-05-29 Thread Michael 'Mickey' Lauer
Hi Thomas, > * It's not possible to retrieve the current connection status (e.g. > whether the phone is registered with a network) That's missing some support API in libgsmd. > * What should the dialer use to play ring tones? Probably something like moko_ui_event_trigger( "incoming call", "" )

Re: Dialer Issues

2007-05-29 Thread Michael 'Mickey' Lauer
> * What is the recommended method of accessing the vibrator in user > space? The dialer shouldn't do that. It rather should use the aforementioned event API. > * How are network services such as call waiting going to be > implemented? > * How is gsmd going to deal with multiple sim

Re: Dialer Issues

2007-05-29 Thread Marcin Juszkiewicz
Dnia poniedziałek, 28 maja 2007, Werner Almesberger napisał: > Now you can enter AT commands. E.g., > > ATE1 AT+CMEE=2 this will give extended error messages > AT+CFUN=1 here you can get: +CME ERROR: SIM PIN required message > AT+CPIN="1234" If PIN was needed then AT+CFUN=1 will be needed he

Re: Dialer Issues

2007-05-28 Thread Werner Almesberger
[EMAIL PROTECTED] wrote: > Yes, I was able to make the call, but of course I was not able to actually > talk to the other party. Ah yes, that requires audio setup too. There are some audio profiles in /etc/alsa. So for "manual" audio setup, you could alsactl -f /etc/alsa/gsmhandset.state restore a

Re: Dialer Issues

2007-05-28 Thread michael
On Tue, 29 May 2007, Werner Almesberger wrote: [EMAIL PROTECTED] wrote: That worked - thanks! So I guess my SIM card is recognized, and that network registration worked. Could you make a call ? If yes, that's good news. Perhaps it's just some bug in the communication between GSM and gsmd the

Re: Dialer Issues

2007-05-28 Thread Werner Almesberger
[EMAIL PROTECTED] wrote: > That worked - thanks! > > So I guess my SIM card is recognized, and that network registration worked. Could you make a call ? If yes, that's good news. Perhaps it's just some bug in the communication between GSM and gsmd then. - Werner -- __

Re: Dialer Issues

2007-05-28 Thread michael
On Mon, 28 May 2007, Werner Almesberger wrote: [EMAIL PROTECTED] wrote: http://wiki.openmoko.org/wiki/Gsmd#Usage_of_shell_mode There's also the possibility to talk to the modem directly: /etc/init.d/gsmd stop echo 1 >/sys/bus/platform/devices/gta01-pm-gsm.0/power_on cu -E @ -l /de

Re: Dialer Issues

2007-05-27 Thread Werner Almesberger
[EMAIL PROTECTED] wrote: > http://wiki.openmoko.org/wiki/Gsmd#Usage_of_shell_mode There's also the possibility to talk to the modem directly: /etc/init.d/gsmd stop echo 1 >/sys/bus/platform/devices/gta01-pm-gsm.0/power_on cu -E @ -l /dev/ttySAC0 Now you can enter AT commands. E.g., ATE1 A

Re: Dialer Issues

2007-05-27 Thread michael
On Sat, 26 May 2007, Alan Cox wrote: Not sure if this helps, but IIRC early sockets had physical connection problems. You might want to try and bend the pins a little upward so they press onto the SIM card. Doesn't change behaviour that I can tell. No SIM seems different to SIM present but bot

Re: Dialer Issues

2007-05-25 Thread Marcin Juszkiewicz
Dnia piątek, 25 maja 2007, [EMAIL PROTECTED] napisał: > On Fri, 25 May 2007, Alan Cox wrote: > > Not for me - in fact it looks like it simply cannot see SIM cards at > > all > Is anyone else experiencing this? I think (haven't looked into it > extensively yet) that I have this problem as well. I

Re: Dialer Issues

2007-05-25 Thread Alan Cox
> Not sure if this helps, but IIRC early sockets had physical connection > problems. > You might want to try and bend the pins a little upward so they press > onto the SIM card. Doesn't change behaviour that I can tell. No SIM seems different to SIM present but both are not working. Heard the same

Re: Dialer Issues

2007-05-25 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schreef: > On Fri, 25 May 2007, Alan Cox wrote: > >>> I've found that using "libgsm-tool -m shell" and issuing the register >>> command twice seems to be a fairly reliable way of persuading it to >>> search for a network. >> >> Not f

Re: Dialer Issues

2007-05-25 Thread Daniel Willmann
On Fri, 25 May 2007 19:04:30 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > > I've found that using "libgsm-tool -m shell" and issuing the > > register command twice seems to be a fairly reliable way of > > persuading it to search for a network. > > Not for me - in fact it looks like it simply canno

Re: Dialer Issues

2007-05-25 Thread michael
On Fri, 25 May 2007, Alan Cox wrote: I've found that using "libgsm-tool -m shell" and issuing the register command twice seems to be a fairly reliable way of persuading it to search for a network. Not for me - in fact it looks like it simply cannot see SIM cards at all Is anyone else experie

Re: Dialer Issues

2007-05-25 Thread Alan Cox
> I've found that using "libgsm-tool -m shell" and issuing the register > command twice seems to be a fairly reliable way of persuading it to > search for a network. Not for me - in fact it looks like it simply cannot see SIM cards at all Alan

Re: Dialer Issues

2007-05-25 Thread Thomas Wood
On 22/05/07 11:29, Alan Cox wrote: * It's not possible to retrieve the current connection status (e.g. whether the phone is registered with a network) You can peer in the log file in /tmp. The phone I've got won't actually believe any SIM card I've fed to it so I don't know if that bit actually

Re: Dialer Issues

2007-05-22 Thread Alan Cox
> * It's not possible to retrieve the current connection status (e.g. > whether the phone is registered with a network) You can peer in the log file in /tmp. The phone I've got won't actually believe any SIM card I've fed to it so I don't know if that bit actually works at all anyway > * There a