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 707] modem/gsmd does not start in a reliable way (if at
all) on boot ([EMAIL PROTECTED])
2. [Bug 707] modem/gsmd does not start in a reliable way (if at
all) on boot ([EMAIL PROTECTED])
3. [Bug 986] New: [Dates] creating new event not intuitive
([EMAIL PROTECTED])
4. [Bug 987] New: pressing [return] in a text field creates
multible enries ([EMAIL PROTECTED])
5. [Bug 972] [patch] neod - PowerButton kills "Home"
([EMAIL PROTECTED])
6. [Bug 983] Filesystem navigation does not support kinematic
scrolling ([EMAIL PROTECTED])
7. [Bug 988] New: Neo Advanced product page out-of-date
([EMAIL PROTECTED])
8. [Bug 989] New: neod closes openmoko-today
([EMAIL PROTECTED])
9. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
10. [Bug 987] pressing [return] in a text field creates multible
enries ([EMAIL PROTECTED])
11. [Bug 970] Keyboard opens and closes in a loop
([EMAIL PROTECTED])
12. [Bug 989] neod closes openmoko-today
([EMAIL PROTECTED])
13. [Bug 972] [patch] neod - PowerButton kills "Home"
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=707
------- Additional Comments From [EMAIL PROTECTED] 2007-11-03 17:58 -------
After some testing I found some strange properties, and that may be the rule
cause why gsmd cannot starts up well.
The following is my way to test modem behaviour.
kernel:
Linux fic-gta01 2.6.22.5-moko11 #1 PREEMPT Mon Oct 22 09:44:05 UTC 2007 armv4tl
unknown
Neo: GTA01v3
1. Not allow /etc/init.d/gsmd be called before I test.
find -name '*35gsmd' -exec rm -rf {} \;
find -name '*99xserver*' -exec rm -rf {} \;
to ensure the environment is clean
2. poweroff & remove usb cable & remove battery
then put everything back and turn on my neo
3. Turn on modem
echo 1 > /sys/devices/platform/gta01-pm-gsm.0/power_on
4. ./tickminicom <-- a tiny minicom program with exactly the same uart initial
flow as gsmd
Then I will get a lot of message dump from /dev/ttySAC0 (I do not input anything
yet.)
You can find the source code at
http://linuxocarina.blogspot.com/2007/09/minicom.html
I do not input anything, but I get so many response comes from nowhere.
No wonder gsmd will out of control for the first time initiate.
The following is what I get:
----------------------------------------------------------
[EMAIL PROTECTED]:~$ echo 1 > /sys/devices/platform/gta01-pm-gsm.0/power_on
[EMAIL PROTECTED]:~$ ./tickminicom
DEBUG: (util.c, 69): open_device: Try to open device /dev/ttySAC0!
DEBUG: (util.c, 48): set_baud: Open uart with speed 115200
DEBUG: (tick_minicom.c, 71): main: Open Uart and set baud rate OK!!
T-Command Interpreter ready
aterpreter ready
ERROR
ERROR
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
OK
----------------------------------------------------------------------------
------- 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=707
------- Additional Comments From [EMAIL PROTECTED] 2007-11-03 20:05 -------
Tick: Dou you still have console=ttyS0 in U-Boot environment? If so, then this
is probably a sign that there is a problem in the kernel serial port
multiplexing letting kernel messages go to ttyS0 even if the modem has power.
If you remove console=ttyS0, does it change? Could please someone look again at
the multiplexing stuff in kernel?
------- 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=986
Summary: [Dates] creating new event not intuitive
Product: OpenMoko
Version: 2007.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openmoko-dates
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
When i go to month view->Year view->Feb, click on 17
1. When I click on "Edit" button (bottom-right pencil icon) and "edit"
(top-right) "Create new event?" popups. When I click "yes" form appears, but in
"start date" and "end date" fields I've 01/03/2007.
The pencil button in bottom right is not connected to selected date nor
current("today").
2. When I click on "New" (blank paper with folded edge) everything is ok
------- 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=987
Summary: pressing [return] in a text field creates multible
enries
Product: OpenMoko
Version: current svn head
Platform: Neo1973
URL: http://scap.linuxtogo.org/files/1ceb1eaf1845390b8a1c654b
3822050a.png
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: openmoko-contacts
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
You can reproduce this with the following steps:
1. start openmoko-contacts
2. edit a contact
3. add a new Phone number or E-Mail Address
4. type somthing in the field and press the return key.
------- 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=972
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #369 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2007-11-03 23:48 -------
Created an attachment (id=371)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=371&action=view)
neod dont_kill_desktop_windows.patch
Implements method using _NET_WM_WINDOW_TYPE_DESKTOP
applies on top of patch from
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=964
------- 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=983
------- Additional Comments From [EMAIL PROTECTED] 2007-11-03 23:50 -------
Actually I am using a MokoFingerScroll but someone changed it so it doesn't
scroll anymore... instead, it emits the button-press-event as soon as a finger
is put down. I'll ask Thomas next time I see him but until then I'll assume
that the MokoFingerScroll widget is broken.
-Soeren
------- 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=988
Summary: Neo Advanced product page out-of-date
Product: Site Infrastructure
Version: unspecified
Platform: PC
URL: http://www.openmoko.com/products-neo-advanced-00-
develkit.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: OpenMoko.Com
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
The base phone product page on the site has been updated to say "at the year's
end" for the release of the final version, but the advanced kit product page has
not (it still says: "The Consumer Version will be available in October.")
Very minor bug, but it looks sort of abandoned if it is left too long.
Cheers
http://www.openmoko.com/products-neo-advanced-00-develkit.html
------- 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=989
Summary: neod closes openmoko-today
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P1
Component: Applications & Dependencies
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Issue #1: neod has no bug tracker component entry :)
Issue #2: neod also closes openmoko-today when the PWR button is pressed on the
device. The reason is that the title for its window now is "Home", whereas neod
assumes it to be "Today". This is trivial to fix in neod's buttonactions.c,
line 670, so I didn't supply a patch.
-Soeren
------- 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=41
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
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=129
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=301
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=448
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=466
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=555
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=572
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=624
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=630
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=661
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=675
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=696
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=714
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=727
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=808
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=835
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=847
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=864
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=870
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=881
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=888
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=908
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=945
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=961
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=987
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From [EMAIL PROTECTED] 2007-11-04 08:35 -------
*** This bug has been marked as a duplicate of 970 ***
------- 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=970
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Additional Comments From [EMAIL PROTECTED] 2007-11-04 08:35 -------
*** Bug 987 has been marked as a duplicate of this bug. ***
------- 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=989
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From [EMAIL PROTECTED] 2007-11-04 10:13 -------
Ahh, I didn't notice this is a duplicate of 972. My bad.
-Soeren
*** This bug has been marked as a duplicate of 972 ***
------- 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=972
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Additional Comments From [EMAIL PROTECTED] 2007-11-04 10:13 -------
*** Bug 989 has been marked as a duplicate of this bug. ***
------- 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