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 909] After accepting PIN the dialer is not closed.
([EMAIL PROTECTED])
2. [Bug 918] yaffs2-utils-native fails to build
([EMAIL PROTECTED])
3. [Bug 893] Media player UI issues
([EMAIL PROTECTED])
4. [Bug 905] media player should not try to play non-media files
([EMAIL PROTECTED])
5. [Bug 840] Lack of CalledID on incoming calls when phone send
it ([EMAIL PROTECTED])
6. [Bug 840] Lack of CalledID on incoming calls when phone send
it ([EMAIL PROTECTED])
7. [Bug 840] Lack of CalledID on incoming calls when phone send
it ([EMAIL PROTECTED])
8. [Bug 914] File upload to wiki not working
([EMAIL PROTECTED])
9. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
10. [Bug 895] libgsmd-tool crashes a lot on invalid inputs
([EMAIL PROTECTED])
11. [Bug 919] New: No FM receiver in Hardware?
([EMAIL PROTECTED])
12. [Bug 920] New: No photo camera in Hardware?
([EMAIL PROTECTED])
13. [Bug 920] No photo camera in Hardware?
([EMAIL PROTECTED])
14. [Bug 919] No FM receiver in Hardware?
([EMAIL PROTECTED])
15. [Bug 919] No FM receiver in Hardware?
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=909
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 12:20 -------
I think what's expected here with respect to the PIN entry functionality is the
beginnings of at least the following behaviour:
1. While entering a PIN, show dots instead of the actual PIN numbers.
2. After the PIN has been sent, clear the entry field.
3. If the PIN is incorrect, prompt again.
4. If the PIN is correct, show a notification message that the PIN was
accepted.
5. If the PIN is correct and the user didn't ask the dialer to come up, close
the dialer.
6. If an emergency number is entered instead, it should be shown as digits and
the dial button should be available.
------- 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=918
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 12:44 -------
fixed in recent oe mtn
------- 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=893
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- 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=905
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- 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=840
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 13:51 -------
While I was testing the dialer, I had a look at this too. First incoming call
after gsmd restart shows the caller:
** (openmoko-dialer:1431): DEBUG: mokogsmd setup
EVENT: Incoming Call Progress: SETUP
** (openmoko-dialer:1431): DEBUG: mokogsmd setup
EVENT: Incoming Call Progress: SETUP
EVENT: Incoming call type = 2
EVENT: Incoming call clip = "+358405922923"
EVENT: Incoming Call Progress: SYNC
** (openmoko-dialer:1431): DEBUG: Playing
** (openmoko-dialer:1431): DEBUG: Incoming Number = "+358405922923"
** (openmoko-dialer:1431): DEBUG: mokogsmd sync
** (openmoko-dialer:1431): DEBUG: Playing done
Second incoming call from the same number doesn't show the caller:
** (openmoko-dialer:1431): DEBUG: mokogsmd setup
EVENT: Incoming Call Progress: SETUP
** (openmoko-dialer:1431): DEBUG: mokogsmd setup
** (openmoko-dialer:1431): DEBUG: Playing
** (openmoko-dialer:1431): DEBUG: mokogsmd sync
EVENT: Incoming Call Progress: SETUP
EVENT: Incoming call type = 2
EVENT: Incoming call clip = "+358405922923"
EVENT: Incoming Call Progress: SYNC
** (openmoko-dialer:1431): DEBUG: Playing done
** (openmoko-dialer:1431): DEBUG: Playing
** (openmoko-dialer:1431): DEBUG: 1500 timeout
** (openmoko-dialer:1431): DEBUG: Playing done
In both cases, gsmd prints the "clip", but in the second case, openmoko-dialer
doesn't.
The issue seems to be the logic in moko-dialer.c function on_incoming_clip.
There, GDK_CURRENT_TIME is used as if it was an actual time value, although it's
defined as 0L. Thus, the time stamp should be gotten some other way for this to
work as intended.
Further, some other means than checking for time difference < 1500 ms could be
more meaningful. I mean, is what we want something like "always send the CLIP if
one wasn't sent for this call already"?
------- 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=840
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 14:17 -------
Created an attachment (id=344)
-->
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=344&action=view)
Fix displaying incoming CLIP
This patch should fix this issue.
* src/moko-dialer.c: (on_incoming_call), (on_incoming_clip),
(on_call_progress_changed), (moko_dialer_init): Fix problem
with displaying CLIP on incoming call.
* src/moko-talking.c: (moko_talking_set_clip): Display
"Unknown number" if number is NULL (CLIR).
------- 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=840
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 16:37 -------
I've committed a modified version of Roman's patch (modified to free the old
clip if necessary). I've tested a little and it seems to now work quite well.
Please re-open this bug if you still have the issue after upgrading.
------- 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=914
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-10-10 18:54 -------
changed directory permissions.
------- 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=276
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=589
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=742
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=800
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=846
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=847
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=862
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=864
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=865
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=882
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=888
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=895
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- 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=919
Summary: No FM receiver in Hardware?
Product: Neo1973 Hardware
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: wishlist
Priority: P2
Component: Audio
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
I can't find anywhere if there's a fm receiver in the openmoko hardware
specifications. If there isn't than that would really be holding me back from
buying one..
Can such a thing be implemented in the future?
------- 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=920
Summary: No photo camera in Hardware?
Product: Neo1973 Hardware
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: wishlist
Priority: P2
Component: Core System
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
There should be a low end camera implemented in the OpenMoko, that would reaally
finish the machine (next to resolving bug # 919). A 1 or 2 megapixel camera
would do the trick.
Or is there already one, and am I missing that from the hardware specs?
------- 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=920
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From [EMAIL PROTECTED] 2007-10-11 09:33 -------
gta01 and gta02 hw specs are done
------- 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=919
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From [EMAIL PROTECTED] 2007-10-11 09:33 -------
gta01 and gta02 hw specs are done
------- 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=919
------- Additional Comments From [EMAIL PROTECTED] 2007-10-11 10:41 -------
That's helpful.
Where can I fill out a wishlist form?
------- 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