wiki:jbl2024

jbl2024 homepage

SMS problem

SMS sending is broken because phone-kit relies on the method

moko_network_get_status()

which check for the field "power" to be set. libgsmd is not firing the event GSMD_PHONE_POWERUP so the power field is never set to 1, so the method never works.

Echo problem

See  http://lists.openmoko.org/pipermail/community/2008-October/033312.html

AT%N0187

It must be called for every incoming/outcoming calls

Registration problem

See  http://docs.openmoko.org/trac/ticket/1024#comment:43

AT%SLEEP=2

matchbox-window-manager crash

1 - Make a call
2 - When the phone is dialing, kill the app (press power button)
3 - Click on the app switching tool (top on the screen)
4 - poum ! crash

After looking into the code, the problem is located here :

select_client.c :

Client*
select_client_new(Wm *w)
{
...
   button_x = theme_frame_button_get_x_pos(w->mbtheme, FRAME_MAIN, 
					   BUTTON_ACTION_MENU,
					   w->stack_top_app->width);

...
}

w->stack_top_app is NULL --> segfault

Attachments