Send buglog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:
1. [Bug 113] bluetooth headset support
([EMAIL PROTECTED])
2. [Bug 113] bluetooth headset support
([EMAIL PROTECTED])
3. [Bug 140] add network-enabled fbgrab from openEZX to
openmoko-devel-image ([EMAIL PROTECTED])
4. [Bug 140] add network-enabled fbgrab from openEZX to
openmoko-devel-image ([EMAIL PROTECTED])
5. [Bug 160] display thumbnails in 3x3 grid
([EMAIL PROTECTED])
6. [Bug 348] openmoko-messages crashes in "New SMS" dialog
([EMAIL PROTECTED])
7. [Bug 348] openmoko-messages crashes in "New SMS" dialog
([EMAIL PROTECTED])
8. [Bug 316] Contact selection layout is missing in messages.
Will this be provided by contacts?
([EMAIL PROTECTED])
9. [Bug 316] Contact selection layout is missing in messages.
Will this be provided by contacts?
([EMAIL PROTECTED])
10. [Bug 316] Contact selection layout is missing in messages.
Will this be provided by contacts?
([EMAIL PROTECTED])
11. [Bug 21] sms function missing
([EMAIL PROTECTED])
12. [Bug 21] sms function missing
([EMAIL PROTECTED])
13. [Bug 21] sms function missing
([EMAIL PROTECTED])
14. [Bug 356] New:
openmoko-libs-0.0.1+svnnow-r1_1568-do_configure
([EMAIL PROTECTED])
15. [Bug 356] New:
openmoko-libs-0.0.1+svnnow-r1_1568-do_configure
([EMAIL PROTECTED])
16. [Bug 323] openmoko-dialer does not auto-register to network
([EMAIL PROTECTED])
17. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=113
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 23:18 -------
The current bluez-utils CVS can be build with --enable-headset to compile and
install the Bluetooth headset service (for SCO over PCM).
A call to Manager.ActivateService("headset") will start the headset service or
the /etc/bluetooth/headset.service file has to set autostart=true.
The daemon will follow the D-Bus specification that can be found in
audio-api.txt in the bluez-utils source code.
So initially you have to call Manager.CreateHeadset("00:aa:bb:cc:dd:ee") to
setup the Bluetooth headset. This has be done only once and can be done via a
Bluetooth setup wizard.
After that step the Manager.DefaultHeadset() will return the object path for the
configured default headset. It is possible to configure more than one, but that
should be the unlikely case. However Manager.ListHeadsets() allows you to list
all object paths of all configured headsets.
After that you can use Headset.Connect() on the headset object path to connect
the headset. At this point the headset will be connected and the SCO connection
will have been created. However the SCO audio packets will go over the PCM and
you need to setup the correct routing on the codec.
See the full audio-api.txt description for other methods and signals like call
indication etc.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=113
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 23:18 -------
The current bluez-utils CVS can be build with --enable-headset to compile and
install the Bluetooth headset service (for SCO over PCM).
A call to Manager.ActivateService("headset") will start the headset service or
the /etc/bluetooth/headset.service file has to set autostart=true.
The daemon will follow the D-Bus specification that can be found in
audio-api.txt in the bluez-utils source code.
So initially you have to call Manager.CreateHeadset("00:aa:bb:cc:dd:ee") to
setup the Bluetooth headset. This has be done only once and can be done via a
Bluetooth setup wizard.
After that step the Manager.DefaultHeadset() will return the object path for the
configured default headset. It is possible to configure more than one, but that
should be the unlikely case. However Manager.ListHeadsets() allows you to list
all object paths of all configured headsets.
After that you can use Headset.Connect() on the headset object path to connect
the headset. At this point the headset will be connected and the SCO connection
will have been created. However the SCO audio packets will go over the PCM and
you need to setup the correct routing on the codec.
See the full audio-api.txt description for other methods and signals like call
indication etc.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=140
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 23:23 -------
in r1608
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=140
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 23:23 -------
in r1608
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=160
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:24 -------
Okay!
I will commit a 3X3 grid version, which use GtkIconView widget, these days.
Since we could not get the _New_ GUI design right now.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=348
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:33 -------
fixed in r1611. Thanks daniel!
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=348
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:33 -------
fixed in r1611. Thanks daniel!
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=316
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:51 -------
contact selection window added in r1522.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=316
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:51 -------
contact selection window added in r1522.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=316
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:51 -------
contact selection window added in r1522.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=21
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:56 -------
sms support has not been supported in libgsmd yet.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=21
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:56 -------
sms support has not been supported in libgsmd yet.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=21
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 03:56 -------
sms support has not been supported in libgsmd yet.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=356
Summary: openmoko-libs-0.0.1+svnnow-r1_1568-do_configure
Product: OpenMoko
Version: unspecified
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: autobuilds
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The package failed to build at 20070401220003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=356
Summary: openmoko-libs-0.0.1+svnnow-r1_1568-do_configure
Product: OpenMoko
Version: unspecified
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: autobuilds
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The package failed to build at 20070401220003
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=323
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 04:25 -------
This happens ocassionally, the root cause is that gsmd will not react to
dialer or libgsmd-tool sometimes upon the boot.
The solution is to re-start gsmd manually.
BTW, openmoko-dialer is designed to not show GUI for the first run. Is this
what you are complaining?
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
[This e-mail has been automatically generated.]
You have one or more bugs assigned to you in the Bugzilla
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.
All of these bugs are in the NEW state, and have not been touched
in 7 days or more. You need to take a look at them, and
decide on an initial action.
Generally, this means one of three things:
(1) You decide this bug is really quick to deal with (like, it's INVALID),
and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
else. (Hint: if you don't know who to reassign it to, make sure that
the Component field seems reasonable, and then use the "Reassign bug to
owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
Just use the "Accept bug" command.
To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL
PROTECTED]
Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.
Appended below are the individual URLs to get to all of your NEW bugs that
haven't been touched for a week or more.
You will get this message once a day until you've dealt with these bugs!
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=112
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=141
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=181
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=204
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=232
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=301
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog