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 #1695: opkg r4562 segfaults like hell
(Openmoko Public Trac)
2. Re: Openmoko Bug #1695: opkg r4562 segfaults like hell
(Openmoko Public Trac)
3. Openmoko Bug #1701: NOR flash - version 1.3.2-moko12 may 9
2008 (Openmoko Public Trac)
4. Openmoko Bug #1702: Switching of my wifi using power button
(Openmoko Public Trac)
5. Re: Openmoko Bug #1701: NOR flash - version 1.3.2-moko12 may
9 2008 (Openmoko Public Trac)
6. Openmoko Bug #1703: SYSFS: Bluetooth power_on entry inversety
inconsistent (Openmoko Public Trac)
7. Re: Openmoko Bug #1700: [Qtopia] sometimes Device does not
Ringing (Openmoko Public Trac)
8. Re: Openmoko Bug #1668: Splinter shows up in 'UNINSTALL'
section of Installer (Openmoko Public Trac)
9. Openmoko Bug #1704: [QT-Callscreen] Button are disappeared
and Only shows Dialing number if Device get incoming a call when
make a Outgoing call(before other side answer the call)
(Openmoko Public Trac)
--- Begin Message ---
#1695: opkg r4562 segfaults like hell
---------------------+------------------------------------------------------
Reporter: koen | Owner: tick
Type: defect | Status: in_testing
Priority: highest | Milestone:
Component: opkg | Version: current svn head
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
---------------------+------------------------------------------------------
Comment(by tick):
Hi Koen,
It's very hard for QA team to test.
It works (4564) for me now.
If it works for you either please close it.
Thank you.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1695#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1695: opkg r4562 segfaults like hell
---------------------+------------------------------------------------------
Reporter: koen | Owner: tick
Type: defect | Status: closed
Priority: highest | Milestone:
Component: opkg | Version: current svn head
Severity: blocker | Resolution: fixed
Keywords: | Blocking:
Blockedby: |
---------------------+------------------------------------------------------
Changes (by koen):
* status: in_testing => closed
* resolution: => fixed
Comment:
it works for me now, thanks for fixing it so fast!
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1695#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1701: NOR flash - version 1.3.2-moko12 may 9 2008
----------------------+-----------------------------------------------------
Reporter: perico | Owner: hardware
Type: defect | Status: new
Priority: high | Milestone:
Component: hardware | Version:
Severity: blocker | Keywords:
Blocking: | Blockedby:
----------------------+-----------------------------------------------------
Hi,
I want to flash my freerunner so I tried as mentioned in de documentation:
- hold AUX button
- additional hold the power button
As Result I get the menu. Then I wish to select "set console to USB" using
the AUX button. So far so good. When I confirm the selection by using the
powerbutton I see the line appearing at the top:
Press [Aux] to return to boot menu
After this message I see the menu again without using the Aux button.
Can you tell me how to deal with this. Do I need to use my debug board as
workaround?
peter
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1701>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1702: Switching of my wifi using power button
-----------------------------+----------------------------------------------
Reporter: perico | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone:
Component: System Software | Version:
Severity: major | Keywords:
Blocking: | Blockedby:
-----------------------------+----------------------------------------------
Hi there,
When I switch of my WIFI using the menu obtained by the power button,then
my screen starts flashing, and the functionality can't be used
properly/not available. Is this solved by flashing the freerunner.
Peter
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1702>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1701: NOR flash - version 1.3.2-moko12 may 9 2008
----------------------+-----------------------------------------------------
Reporter: perico | Owner: hardware
Type: defect | Status: new
Priority: high | Milestone:
Component: hardware | Version:
Severity: blocker | Resolution:
Keywords: | Blocking:
Blockedby: |
----------------------+-----------------------------------------------------
Comment(by hedora):
Did you try running dfu-util after it returned to the main menu? That
worked for me (I updated the kernel this way).
Perhaps the problem is with the documentation / user interface.
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1701#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1703: SYSFS: Bluetooth power_on entry inversety inconsistent
-----------------------------+----------------------------------------------
Reporter: kriss | Owner: openmoko-kernel
Type: defect | Status: new
Priority: normal | Milestone: FSO
Component: System Software | Version: GTA02v6
Severity: normal | Keywords: Bluetooth, SYSFS
Blocking: | Blockedby:
-----------------------------+----------------------------------------------
The sysfs entry /sys/class/backlight/pcf50633-bl/bl_power is written
inverse but reads out data "right".
Linux om-gta02 2.6.24 #1 PREEMPT Wed Jul 23 06:34:19 CEST 2008 armv4tl
unknown
Example:
[EMAIL PROTECTED]:~# cat /sys/bus/platform/devices/neo1973-pm-bt.0/power_on
0
[EMAIL PROTECTED]:~# echo 1 > /sys/bus/platform/devices/neo1973-pm-
bt.0/power_on
[EMAIL PROTECTED]:~# cat /sys/bus/platform/devices/neo1973-pm-bt.0/power_on
0
[EMAIL PROTECTED]:~# echo 1 > /sys/bus/platform/devices/neo1973-pm-
bt.0/power_on
[EMAIL PROTECTED]:~# cat /sys/bus/platform/devices/neo1973-pm-bt.0/power_on
0
[EMAIL PROTECTED]:~# echo 0 > /sys/bus/platform/devices/neo1973-pm-
bt.0/power_on
[EMAIL PROTECTED]:~# cat /sys/bus/platform/devices/neo1973-pm-bt.0/power_on
1
Example 2: Backlight (inverse, consisten):
[EMAIL PROTECTED]:~# cat /sys/class/backlight/pcf50633-bl/bl_power
0
[EMAIL PROTECTED]:~# echo 1 > /sys/class/backlight/pcf50633-bl/bl_power
[EMAIL PROTECTED]:~# cat /sys/class/backlight/pcf50633-bl/bl_power
1
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1703>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1700: [Qtopia] sometimes Device does not Ringing
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: [EMAIL PROTECTED]
Type: defect | Status: new
Priority: high | Milestone: ASU
Component: Qtopia | Version:
Severity: major | Resolution:
Keywords: | Blocking:
Blockedby: |
------------------------+---------------------------------------------------
Changes (by wendy_hung):
* cc: [EMAIL PROTECTED] (removed)
* cc: [EMAIL PROTECTED] (added)
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1700#comment:1>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1668: Splinter shows up in 'UNINSTALL' section of Installer
-----------------------+----------------------------------------------------
Reporter: will | Owner: tick
Type: defect | Status: in_testing
Priority: highest | Milestone:
Component: Assassin | Version:
Severity: critical | Resolution:
Keywords: must have | Blocking:
Blockedby: |
-----------------------+----------------------------------------------------
Comment(by tick):
Hi Will,
Splinter has tag (As you asked before), It has been pre-installed in the
ASU image.
That means it will automatically shown on Installer. (Assassin)
Now, you can remove it, and install it back as you wish.
I think the behaviour, you see now, is normal.
Cheers,
Tick
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1668#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
--- Begin Message ---
#1704: [QT-Callscreen] Button are disappeared and Only shows Dialing number if
Device get incoming a call when make a Outgoing call(before other side
answer the call)
------------------------+---------------------------------------------------
Reporter: regina_kim | Owner: [EMAIL PROTECTED]
Type: defect | Status: new
Priority: high | Milestone:
Component: Qtopia | Version:
Severity: major | Keywords:
Blocking: | Blockedby:
------------------------+---------------------------------------------------
kernel : 20080723-asu.stable-uImage.bin
rootfs : 20080730-asu.stable-rootfs.jffs2
summary : Button are disappeared and Only shows Dialing number if Device
get incoming a call when make a Outgoing call(before other side answer the
call)
step :
1. make a call
2. incoming a call during Outgoing call
current result : pleas see picture
expected result : it should show buttons
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/1704>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog