Re: failed to start ofonod....

2009-09-24 Thread Marcel Holtmann
Hi Lihan, I also face the problem when I install ofono on a new machine. Unable to hop onto D-Bus I run as root, but the same error as WuYongbo and no configure directory “ofono” under /etc By the way, I manually installed dbus-1-dev and dbus-glib-1-dev, unless

Re: [Patch]Unref GIOChannel in g_at_chat_new_from_tty

2009-09-24 Thread Marcel Holtmann
Hi Zhenhua, Attached is the patch to unref GIOChannel in g_at_chat_new_from_tty. If the GAtChat is created from g_at_chat_new, the reference count of channel is increased by g_io_add_watch_full(channel), so we need to unref it. If GAtChat is failed to create, we also need to unref channel