Hi,

A followup to the original problem of not showing contacts. The
problem seems to be Debian-related.

> "Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> writes:
>> Am Wednesday 26 November 2008 21:56:19 schrieb Paul Fertser:
>>> "Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> writes:
>>> >> "Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> writes:
>>> >> > Am Monday 24 November 2008 13:33:54 schrieb Paul Fertser:
>>> >> >> I think i know what happens. If i restart Zhone without restarting
>>> >> >> frameworkd it never receives ReadyStatus signal from
>>> >> >> org.freesmartphone.GSM.SIM because sim was ready long ago it
>>> >> >> started.
>>> >> >
>>> >> > This should no longer be a problem as nowadays, if the last GSM user
>>> >> > vanishes from the bus, the GSM resource (hence the modem) gets
>>> >> > shutdown completely.
> ...
>>> Moreover, even provided zhone is the only app using the GSM
>>> resource, are you sure that gsm0710muxd will power-cycle the modem?
>>
>> Yes. Shutting down the resource will shut down gsm0710muxd, which in effect, 
>> turns off the modem.

    def close( self ): # SYNC
        """
        Close modem.

        Overriden for internal purposes.
        """
        # call default implementation (closing all channels)
        AbstractModem.close( self )
        # FIXME ok this is a bit hefty. gsm0710muxd has open/close dbus calls,
        # but last time I checked they weren't working.
        subprocess.call( "killall gsm0710muxd", shell=True )

It seems somebody's gotta fix gsm0710muxd ;)

BTW, i get buggy (losing information from the modem) behaviour with it
today all day long. Especially i can't read phonebook cleanly. Killed
it and executed without -vvv flags and it's "stable" as it was
earlier. "It's getting curiouser and curiouser" indeed.

--
"Don't know why i feel so bad. Is it just the weather or am I going mad?"
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[EMAIL PROTECTED]


_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to