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 1238] SIM card contacts not displayed
      ([EMAIL PROTECTED])
   2. [Bug 1250] No Wifi in Managed Mode
      ([EMAIL PROTECTED])
   3. [Bug 1252] New: usb0 no longer comes up if booting with usb
      plugged   in ([EMAIL PROTECTED])
   4. [Bug 1252] usb0 no longer comes up if booting with usb
      plugged in ([EMAIL PROTECTED])
   5. [Bug 876] finished usb host patch
      ([EMAIL PROTECTED])
   6. [Bug 1151] Battery plugin status icon isn't updated when neo
      is        running from battery ([EMAIL PROTECTED])
   7. [Bug 1172] cannot hear any sound from dialer in GTA02
      ([EMAIL PROTECTED])
   8. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
   9. [Bug 1151] Battery plugin status icon isn't updated when neo
      is        running from battery ([EMAIL PROTECTED])
  10. [Bug 990] Missing libxod.tar.gz while building openmoko from
      scratch ([EMAIL PROTECTED])
  11. [Bug 1038] Problem in trying to make openmoko-devel-image..
      ([EMAIL PROTECTED])
  12. [Bug 1180] helloworld doesn't build out-of-the-box on ubuntu
      ([EMAIL PROTECTED])
  13. [Bug 1239] Unable to terminate call
      ([EMAIL PROTECTED])
  14. [Bug 1247] Call log view filters differ
      ([EMAIL PROTECTED])
  15. [Bug 1246] SMS view filters do not work
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1238





------- Additional Comments From [EMAIL PROTECTED]  2008-03-05 12:31 -------
It checks the names to avoid duplications.  So if you make change to the name or
delete an contact, it will be imported again next time phonekit starts.

Because of the limitations of phonebook comparing to EBook, phonebook
manipulations should not be transparent.  That is, we do not propagate changes
to EBook back to phonebook automatically.  Instead, other than talking to EBook,
openmoko-contacts should also talk to a not-existing-yet dbus interface for
phonebook manipulations.  E.g., when moving the storage of certain contact to
the phonebook, openmoko-contacts should pop up a dialog warning the user that
some infomation might be lost; or, before entering information that is not able
to be stored in the phonebook, a dialog should pop up and asks if the user want
to move the storage to the phone.

Therefore, I prefer not to change phonebook in a way that is not visible by the
users.



------- 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=1250





------- Additional Comments From [EMAIL PROTECTED]  2008-03-05 17:01 -------
Ok, using another AP it works. Now we should find out what goes wrong with the
first AP. Sameo?



------- 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=1252

           Summary: usb0 no longer comes up if booting with usb plugged in
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


This is a kernel regression, it worked a couple of revisions ago.

The log says:

usb 2-1: new full speed USB device using uhci_hcd and address 50
usb 2-1: unable to read config index 0 descriptor/start: -110
usb 2-1: chopping to 0 config(s)
usb 2-1: no configuration chosen from 0 choices



------- 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=1252





------- Additional Comments From [EMAIL PROTECTED]  2008-03-05 22:28 -------
Could you describe more ?
Did you change your kernel version (on your host machine i mean) recently?
Which kernel version is your host machine running ?

This error can only occur if the urb can't be submitted to the device in case it
couldn't get and endpoint for that. Then urb.c:usb_submit_urb() will return
-ENOENT and up in message.c:usb_start_wait_urb() this value is changed to
-ETIMEDOUT in the line:

57      retval = (ctx.status == -ENOENT ? -ETIMEDOUT : ctx.status);

and retval is return from that function to message.c:usb_internal_control_msg()
and to message.c:usb_control_msg() and finally to 
message.c:usb_get_descriptor().

So, most likely this is a bug coming from host machine. If you tell me which
kernel version is your host machine running I could prepare a diagnostic patch
to get more info.

BTW, enable CONFIG_USB_DEBUG for you kernel and also try to get some usbmon
traces. This would help a lot understanding the problem ;-)



------- 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=876





------- Additional Comments From [EMAIL PROTECTED]  2008-03-05 22:34 -------
The whole role switching scheme is wrong in openmoko. It should be based on
id-pin status. Such status should come from an external otg_transceiver. Role
switch should be more "automatic" and the only user interaction needed would be
for triggering HNP.

Neo's usb hardware is wrong in that sense. It's exploiting id pin to detect usb
chargers which is completely wrong. Charger detection should be done by checking
whether D+/D- lines are shortened, if they are shortened then we have a
dedicated usb charger and we can charge up to 2.5A, otherwise we can charge up
to 500mA if connected to a host charger and up to 100mA if in an otg session.

Should I open a bug about this hw issue on Neo ?



------- 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=1151

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]         |openmoko-
                   |                            |[EMAIL PROTECTED]





------- 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=1172





------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 03:49 -------
HI! Mickey,

After remove all files in  ./tmp in oe, rebuild the root filesystem with current
audio state files, It works. 

When I told you that sometimes I could hear the sound and sometimes I couldn't
even the puluseaudio is still running last night. I'm wrong, actually it should
be "sometimes the volume is loud enough and sometimes the volume is too low to
hear. I didn't change anything  and have no idea what cause it different at
reboot each time. What do you think?





------- 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 ---
[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=934
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=935
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1012
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1081
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1107
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1127
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1133
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1136
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1158
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1162
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1189
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1193
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1197
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1199
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1200
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1201
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1206
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1212
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1214
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1215
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1216
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1217
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1218



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1151

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|openmoko-                   |[EMAIL PROTECTED]
                   |[EMAIL PROTECTED]    |





------- 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=990

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 05:18 -------
It seems the problem doesn't exist anymore.



------- 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=1038

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 05:19 -------
outdated.  openmoko-devel-image can build most of the time now.



------- 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=1180

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 05:21 -------
echo -e  is gone now.



------- 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=1239

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 11:25 -------
it not always happen, just sometimes, like 15% chance

1. open dialer: dial out a phone call
2. display a calling page
3. dialer page disappear/dismiss, go back to the home screen
4. we can still hear the voice, coz the voice call remains
5. we cannot hang up the phone call from re-entering into Dialer 



------- 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=1247

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 11:35 -------
1. Open Dialer
2. go to Call History
3. use filter to select 'call history-Received', then the list UI screen is too
big, not like the usual ones



------- 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=1246

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2008-03-06 11:37 -------
1. open Messages application
2. press 2nd tab (bottom part) to view SMS
3. filter 'Received' or 'Sent' not working, just display all SMS



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to