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. Re: Openmoko Bug #1513: set group ringtone does not working
(Openmoko Public Trac)
2. Re: Openmoko Bug #1515: Open contact function does not
working (Openmoko Public Trac)
3. Re: Openmoko Bug #1516: It does not go back to Messages
history tab from detail screen when press back button
(Openmoko Public Trac)
4. Openmoko Bug #1621: it will show white screen when press
power button from suspend time(it only happens specific
phone(no.51)) (Openmoko Public Trac)
5. Re: Openmoko Bug #1581: use images for icons
(Openmoko Public Trac)
6. Re: Openmoko Bug #1531: If click "help" while creating new
message, the keypad will disappear for a second (Openmoko Public Trac)
7. Openmoko Bug #1622: bash -c crashes without $PWD
(Openmoko Public Trac)
8. Re: Openmoko Bug #1496: Messages: change "Back" button into
"Searching" in search screen (was: Change "Back" button into
"Searching" in Messages search screen) (Openmoko Public Trac)
9. Re: Openmoko Bug #1594: Can not view any packages in assassin
(Openmoko Public Trac)
--- Begin Message ---
#1513: set group ringtone does not working
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: zecke
Type: defect | Status: new
Priority: normal | Milestone: ASU
Component: Qtopia | Version:
Severity: critical | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Comment(by will):
regina, show this to me later today.
we should just take out this function.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1513#comment:4>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1515: Open contact function does not working
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: zecke
Type: defect | Status: new
Priority: normal | Milestone: ASU
Component: Qtopia | Version:
Severity: critical | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Comment(by will):
behaviour, not bog?
regina, please show this to me.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1515#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1516: It does not go back to Messages history tab from detail screen when press
back button
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: zecke
Type: defect | Status: new
Priority: normal | Milestone: ASU
Component: Qtopia | Version:
Severity: normal | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Comment(by will):
regina, please show me.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1516#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1621: it will show white screen when press power button from suspend time(it
only
happens specific phone(no.51))
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: openmoko-devel
Type: defect | Status: new
Priority: high | Milestone: ASU
Component: unknown | Version:
Severity: blocker | Keywords:
Blocking: | Blockedby:
------------------------+---------------------------------------------------
kernel : 200807017-asu.stable-uImage.bin
rootfs : 200807017-asu.stable-rootfs.jffs2
summary :it will show white screen when press power button from suspend
time (it only happens specific phone(no.51))
step :
1. flash new image (date 16th and 17th )
2. it go into suspend time
3. press power button
current result : appear white screen
expected result : it should show previous screen
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1621>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1581: use images for icons
------------------------+---------------------------------------------------
Reporter: will | Owner: raster
Type: task | Status: new
Priority: high | Milestone: ASU
Component: E - Illume | Version:
Severity: blocker | Resolution:
Keywords: must have | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Changes (by will):
* keywords: icons => must have
Comment:
Border dimensions:
80x80px, 1px (#626262)
Text is 'Liberation Sans Bold' 16pt (#ffffff)
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1581#comment:3>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1531: If click "help" while creating new message, the keypad will disappear
for a
second
------------------------+---------------------------------------------------
Reporter: wendy_hung | Owner: zecke
Type: defect | Status: closed
Priority: normal | Milestone: ASU
Component: Qtopia | Version:
Severity: major | Resolution: wontfix
Keywords: keypad | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Changes (by will):
* status: new => closed
* resolution: => wontfix
Comment:
wontfix.
'help' all together in asu will be disabled.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1531#comment:2>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1622: bash -c crashes without $PWD
-----------------------------+----------------------------------------------
Reporter: hah | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone:
Component: System Software | Version:
Severity: normal | Keywords: bash segfault crash PWD ssh scp
default shell
Blocking: | Blockedby:
-----------------------------+----------------------------------------------
'''Description of the bug:'''
Bash segfaults when it is invoked with -c and the environment variable PWD
is not set.
'''Demonstration of the problem:'''
In /bin/sh (busybox):
{{{
~ # bash --version
GNU bash, version 3.2.33(1)-release (arm-angstrom-linux-gnueabi)
Copyright (C) 2007 Free Software Foundation, Inc.
~ # bash -c 'echo hi'
hi
~ # unset PWD
~ # bash -c 'echo hi'
Segmentation fault (core dumped)
}}}
'''One practical implication:'''
When using /bin/bash as the default shell (configured in /etc/passwd), ssh
works fine, but scp and "ssh <host> <remote-command>" fails.
The ssh daemon does not seem to set $PWD, and scp and "ssh <host> <remote-
command>" presumably cause "bash -c <command>" to be invoked.
'''Quick-fix script "/bin/bash-fixed":'''
{{{
#!/bin/sh
export PWD
exec /bin/bash "$@"
}}}
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1622>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1496: Messages: change "Back" button into "Searching" in search screen
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: zecke
Type: defect | Status: new
Priority: high | Milestone: ASU
Component: Qtopia | Version:
Severity: critical | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1496#comment:4>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1594: Can not view any packages in assassin
------------------------+---------------------------------------------------
Reporter: wendy_hung | Owner: tick
Type: defect | Status: accepted
Priority: highest | Milestone: ASU
Component: Assassin | Version:
Severity: blocker | Resolution:
Keywords: assassin | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Changes (by tick):
* status: new => accepted
Comment:
I believe this had been solved, but I still need some testing.
Switch it later
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1594#comment:2>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog