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 #1766: [GSM Signal] no signal,   can't make
      phone call but can receive calls (Openmoko Public Trac)
   2. Re: Openmoko Bug #1766: [GSM Signal] no signal,   can't make
      phone call but can receive calls (Openmoko Public Trac)
   3. Re: Openmoko Bug #1766: [GSM Signal] no signal,   can't make
      phone call but can receive calls (Openmoko Public Trac)
   4. Re: Openmoko Bug #1836: [illume] can't close "Setting"
      immediately (Openmoko Public Trac)
   5. Re: Openmoko Bug #1735: [u-boot] get different screen.
      (Openmoko Public Trac)
   6. Re: Openmoko Bug #1735: [u-boot] get different screen.
      (Openmoko Public Trac)
   7. Re: Openmoko Bug #1602: sometimes shows up some Alert message
      when      enter SMS. (Openmoko Public Trac)
   8. Re: Openmoko Bug #1602: sometimes shows up some Alert message
      when      enter SMS. (Openmoko Public Trac)
   9. Openmoko Bug #1837: atd issues (Openmoko Public Trac)
--- Begin Message ---
#1766: [GSM Signal] no signal, can't make phone call but can receive calls
-----------------------------------+----------------------------------------
    Reporter:  dexteruk            |        Owner:  zecke   
        Type:  defect              |       Status:  assigned
    Priority:  high                |    Milestone:          
   Component:  Qtopia              |      Version:  GTA02v6 
    Severity:  normal              |   Resolution:          
    Keywords:  GSM Antenna Signal  |    Blockedby:          
Reproducible:                      |     Blocking:          
-----------------------------------+----------------------------------------

Comment(by madjo):

 added the feed from Zecke, updated and upgraded. But still no way of
 outgoing calls.
 Incoming calls do work, but it takes a little while before the actual
 dialog appears and the line is picked up.
 But after that incoming call, I tried to call back, still the same error
 message about the phone not being registered.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1766#comment:31>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1766: [GSM Signal] no signal, can't make phone call but can receive calls
-----------------------------------+----------------------------------------
    Reporter:  dexteruk            |        Owner:  zecke   
        Type:  defect              |       Status:  assigned
    Priority:  high                |    Milestone:          
   Component:  Qtopia              |      Version:  GTA02v6 
    Severity:  normal              |   Resolution:          
    Keywords:  GSM Antenna Signal  |    Blockedby:          
Reproducible:                      |     Blocking:          
-----------------------------------+----------------------------------------

Comment(by zecke):

 Okay, output of "opkg list_installed" and logread. For logread do it after
 entering the PIN (well replace that with XXX), censor contacts and SMS,
 make sure the device is not suspended meanwhile and wait a minute or such
 until entering the pin to execute logread. Attach both to this bug.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1766#comment:32>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1766: [GSM Signal] no signal, can't make phone call but can receive calls
-----------------------------------+----------------------------------------
    Reporter:  dexteruk            |        Owner:  zecke   
        Type:  defect              |       Status:  assigned
    Priority:  high                |    Milestone:          
   Component:  Qtopia              |      Version:  Om2008.8
    Severity:  normal              |   Resolution:          
    Keywords:  GSM Antenna Signal  |    Blockedby:          
Reproducible:                      |     Blocking:          
-----------------------------------+----------------------------------------
Changes (by zecke):

  * version:  GTA02v6 => Om2008.8


-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1766#comment:33>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1836: [illume] can't close "Setting" immediately
---------------------------+------------------------------------------------
    Reporter:  wendy_hung  |        Owner:  marek   
        Type:  defect      |       Status:  assigned
    Priority:  normal      |    Milestone:  Om2008.9
   Component:  Settings    |      Version:  Om2008.8
    Severity:  normal      |   Resolution:          
    Keywords:              |    Blockedby:          
Reproducible:  always      |     Blocking:          
---------------------------+------------------------------------------------
Changes (by marek):

  * component:  E - Illume => Settings


Comment:

 Correct - this is a settings issue and not illumes fault. I will look into
 it.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1836#comment:2>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1735: [u-boot] get different screen.
--------------------------------+-------------------------------------------
    Reporter:  regina_kim       |        Owner:  [EMAIL PROTECTED]
        Type:  defect           |       Status:  new                
    Priority:  normal           |    Milestone:  Om2008.8           
   Component:  System Software  |      Version:  GTA02v5            
    Severity:  major            |   Resolution:                     
    Keywords:  boot screen      |    Blockedby:                     
Reproducible:                   |     Blocking:                     
--------------------------------+-------------------------------------------

Comment(by werner):

 So you want a means to replace the splash screen image on the devices in
 the
 field ? For this, you need to convert the PNG file to a compressed raw
 frame
 buffer content and then flash this into the splash screen partition.

 For the conversion, go to svn.openmoko.org/trunk/src/host/splash/ and run
 ./splashimg.pl boot_image.png | gzip -9 >new_splash.gz

 If your update process runs under Linux (OE package ?) you'd then execute
 the following commands:

 flash_eraseall /dev/mtd4
 nandwrite -p /dev/mtd4 new_splash.gz

 If you update through DFU, you would:

 dfu-util -a splash -R -D new_splash.gz

 Note that there's also a copy of the image in the package the factory
 uses.
 You'll want to change that one as well.

 Note the NOR also contains a copy of the splash screen. If you generate a
 new NOR image with "mknor", just specify the new image with -s
 boot_image.png,
 and it will put the "openmoko" text near the bottom of the screen.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1735#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1735: [u-boot] get different screen.
--------------------------------+-------------------------------------------
    Reporter:  regina_kim       |        Owner:  [EMAIL PROTECTED]
        Type:  defect           |       Status:  new                
    Priority:  normal           |    Milestone:  Om2008.8           
   Component:  System Software  |      Version:  GTA02v5            
    Severity:  major            |   Resolution:                     
    Keywords:  boot screen      |    Blockedby:                     
Reproducible:                   |     Blocking:                     
--------------------------------+-------------------------------------------

Comment(by werner):

 BTW, here's a copy of the compressed framebuffer image:
 http://people.openmoko.org/werner/new_splash.gz

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1735#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1602: sometimes shows up some Alert message when enter SMS.
---------------------------+------------------------------------------------
    Reporter:  regina_kim  |        Owner:  [EMAIL PROTECTED]
        Type:  defect      |       Status:  reopened          
    Priority:  normal      |    Milestone:  Om2008.8          
   Component:  Qtopia      |      Version:                    
    Severity:  normal      |   Resolution:                    
    Keywords:              |    Blockedby:                    
Reproducible:  always      |     Blocking:                    
---------------------------+------------------------------------------------
Changes (by regina_kim):

  * reproducible:  => always
  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 kernel : 20080808-asu.stable-uImage.bin
 rootfs : 20080818-asu.stable-rootfs.jffs2

 it happens again.
 step:1. flash new image
      2. Turn on Neo (first boot)
      3. enter Dialer
      4. press SMS -> it shows message same as pictures

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1602#comment:5>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1602: sometimes shows up some Alert message when enter SMS.
---------------------------+------------------------------------------------
    Reporter:  regina_kim  |        Owner:  [EMAIL PROTECTED]
        Type:  defect      |       Status:  assigned          
    Priority:  normal      |    Milestone:  Om2008.8          
   Component:  Qtopia      |      Version:                    
    Severity:  normal      |   Resolution:                    
    Keywords:              |    Blockedby:                    
Reproducible:  always      |     Blocking:                    
---------------------------+------------------------------------------------
Changes (by regina_kim):

  * status:  reopened => assigned


-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1602#comment:6>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1837: atd issues
----------------------+-----------------------------------------------------
 Reporter:  h.koenig  |          Owner:  openmoko-devel
     Type:  defect    |         Status:  new           
 Priority:  normal    |      Milestone:                
Component:  unknown   |        Version:                
 Severity:  normal    |       Keywords:                
Blockedby:            |   Reproducible:                
 Blocking:            |  
----------------------+-----------------------------------------------------
 I'm using Om 2008.8 with zeckes -dev updates.  playing with atd I noticed

 1) atd does not remove scripts after execution

 atd is a single shot timer, scripts should not run twice.  but atd does
 not remove them from /var/spool/at/ after execution. thus these scripts
 will run over and over again once they are timed out, whenever  atd gets
 (re)started or triggered...

 looking at the sources in atd-0.70-r4/atd/atd.c there is no remove/unlink
 to the spool files.

 to test:

 --- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
 cd /var/spool/at

 cat >> 1.1 <<EOF
 #!/bin/sh
 date >> /tmp/at.run
 echo >> /var/spool/at/trigger
 EOF

 chmod +x 1.1
 echo >> /var/spool/at/trigger
 --- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---



 2) /bin/bash atd scripts crash

 using /bin/bash instead of /bin/sh in atd-scripts will crash
 the script at startup before executing the first command in shell script,
 using /bin/sh my atd scripts works (but I need some arithmetic and
 "dc" frombusybox outputs time-in-secs as float -- but that's another
 topic;)


 from strace:
 ...
 uname({sys="Linux", node="om-gta02", ...}) = 0
 stat64("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 stat64(".", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
 stat64(".", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
 stat64("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 stat64("..", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 open("..", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
 fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
 brk(0xbd000) = 0xbd000
 getdents64(3, /* 3 entries */, 4096) = 72
 lstat64("../at", {st_mode=S_IFDIR|0777, st_size=0, ...}) = 0
 close(3)    = 0
 stat64("../..", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 open("../..", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
 fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
 getdents64(3, /* 12 entries */, 4096) = 328
 lstat64("../../spool", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 close(3)    = 0
 stat64("../../..", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 open("../../..", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
 fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
 brk(0xc1000) = 0xc1000
 getdents64(3, /* 19 entries */, 8192) = 488
 lstat64("../../../var", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
 close(3)    = 0
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1837>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

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

Reply via email to