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 1185] Retrieve operator list when init network will
      cause     dialer can't make a phone call
      ([EMAIL PROTECTED])
   2. [Bug 394] In Call Mode/Unable to adjust the speaker volume
      level. ([EMAIL PROTECTED])
   3. [Bug 1169] cannot receive SMS in openmoko-messages2
      application ([EMAIL PROTECTED])
   4. [Bug 1185] Retrieve operator list when init network will
      cause     dialer can't make a phone call
      ([EMAIL PROTECTED])
   5. [Bug 1185] Retrieve operator list when init network will
      cause     dialer can't make a phone call
      ([EMAIL PROTECTED])
   6. [Bug 1169] cannot receive SMS in openmoko-messages2
      application ([EMAIL PROTECTED])
   7. [Bug 1084] PUK Support ([EMAIL PROTECTED])
   8. [Bug 1084] PUK Support ([EMAIL PROTECTED])
   9. [Bug 1101] ECC error recovery may be broken (GTA01)
      ([EMAIL PROTECTED])
  10. [Bug 1187] New: chgstate gives incorrect output (fix)
      ([EMAIL PROTECTED])
  11. [Bug 1187] chgstate gives incorrect output (fix)
      ([EMAIL PROTECTED])
  12. [Bug 1184] Month View for January 08 displays incorrect week
      numbers ([EMAIL PROTECTED])
  13. [Bug 1188] New: Entering e-mail address causes "phantom"
      button    presses ([EMAIL PROTECTED])
  14. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
  15. [Bug 1185] Retrieve operator list when init network will
      cause     dialer can't make a phone call
      ([EMAIL PROTECTED])
  16. [Bug 1187] chgstate gives incorrect output (fix)
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1185

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 13:33 -------
Fixed in r3864 - Operator list is only retrieved when roaming, to provide the
local country code (as suggested by Erin).

Will add an error state for other phone-kit functions later so that operator
listing blocks until finished.



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 13:40 -------
Fixed in r3865 - I messed around with some of the mixer channels, it seems most
of them don't make any different except to give horrible feedback.

I changed the slider to control the 'Headphone' channel as that seems to be the
channel most directly linked to volume. Please reopen if you have any more
information on providing a more adequate solution than this.



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 14:13 -------
yes, i can see SMS history in Contacts app, but still cannot use View tab in
Messages app.

also, i don't know why Send key remove all words i key-in for message data.



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 14:53 -------
Yes, it can be added to lgsm_get_oper() or (better yet) it can be a separate
call. Gsmd would just need to execute +COPS=3,2 (i think) instead +COPS=3,0. 
I'm not sure if the country code could be retrieved from the IDs you get with
the "registered" event (you get cell ID and some other ID).  Is knowing the
country necessary at all?

For the record retrieving the operators list in Poland also takes over a minute,
not only on TI Calypso but also on other phones.  However they never try to do
that unless specifically asked to.



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 15:03 -------
The operator number starts with the MCC, which can be mapped to a location (and
already is, using a mapping table I put together:
http://svn.openmoko.org/trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-mcc-dc.h
) - It's not 100% reliable (due to my possible human error and out-of-date
information), but it's the only way I can think of of getting a country code
just using GSM - If this can be added to lgsm_oper_get, that'd be great, but
Erin informs me it can't?



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 16:28 -------
Both of these bugs should be fixed in r3868, please update with your experiences



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 16:57 -------
Seems this is already handled, but phone-kit doesn't distinguish between
different types of pin - Will add custom messages for all the pin types.



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 17:50 -------
This should be fixed in r3869 but I don't have any decent way of testing, so if
someone could test this, that'd be appreciated.



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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 19:10 -------
Bug confirmed using http://svn.openmoko.org/developers/werner/nandtilt/
ECC fixed and use of 2kB page NAND tested in r3859 (for 2.6.24-rc7).
ECC fixed and tested in r3874 (for 2.6.22.5).



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

           Summary: chgstate gives incorrect output (fix)
           Product: OpenMoko
           Version: 2007.2
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


cat /sys/devices/platform/s3c2410-i2c/i2c-adapter/i2c-0/0-0008/chgstate

results in output like this:
<NULL> fast_enabled present <NULL>

because the array of strings is being indexed incorrectly.



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 22:03 -------
Created an attachment (id=499)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=499&action=view)
Fixes array index error in charge state display (applies after 1182)




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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED



------- Additional Comments From [EMAIL PROTECTED]  2008-01-17 23:31 -------
It must have been fixed in libjana because the problem is resolved with the same
version of openmoko-dates2, r673.

I'll consider this VERIFIED unless my assumption proves wrong.



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

           Summary: Entering e-mail address causes "phantom" button presses
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: openmoko-contacts
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


For the past several days using daily snapshots of both the kernel and rootfs
found on
http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/ I have
noticed a bug with both address and phone number entry, however the most
consistant and dramatic is entry of e-mail addresses for a first contact after
flashing a clean rootfs.

When I enter a contact and then enter an email address and press the "ret" key
on the matchbox keyboard, the Neo1973 GTA01Bv4 begins accepting "phantom" key
presses which result in the e-mail address text highlighitng and unhighlighting
as well as launching the dialer app and (if a number was entered) calling the
newly entered contact. 

This has been repeatable using openmoko-devel-image-fic-gta01.jffs2 on Jan 15,
16th and 18th, but possibly longer.



------- 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=1161
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1162
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1165



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-18 05:08 -------
Thansk  Andrzej, great help. Chris, I'll patch gsmd today then you can use
lgsm_oper_ge() to get country code directly. 



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





------- Additional Comments From [EMAIL PROTECTED]  2008-01-18 08:16 -------
Created an attachment (id=500)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=500&action=view)
Another possible fix for this issue

In the previous patch, shouldn't the "i < ARRAY_SIZE(chgstate_names)" also be
changed to "(1<<i) < ARRAY_SIZE(chgstate_names)"?

I also don't think it's good for chgstate_names to be a sparse array (maximum
array index of 32 (0x20) but only 6 non-NULL elements). I am attaching a patch
that fixes this by defining new symbols for the bit-positions of the various
PCF50606_F_CHG_ flags (0 to 5). 




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