**** BEGIN LOGGING AT Wed Dec 01 02:59:57 2010 Dec 01 13:02:56 denkenz: ping Dec 01 13:25:00 Jeevaka: pong Dec 01 13:37:10 denkenz: do you have any comments for Read/write cfis/cphs patch Dec 01 13:41:09 no patch reviews for me until this flu is cleared up Dec 01 13:44:01 ok Dec 01 13:50:48 denkenz: Andras pings you, can you do the final check the emergency patches? Dec 01 13:50:59 ah, flu ;) Dec 01 13:52:05 denkenz: just fyi, the ifx firmware has old "release 6" style +CUSD Dec 01 13:52:42 and I'll try to get someone to implement some kind of USSD session simulation in phonesim Dec 01 13:52:48 denkenz: if you start looking into the patch review, ur flu will go away ;) Dec 01 13:53:34 pessi: What exactly is release 6 style? One without cancellation? Dec 01 13:53:39 jeevaka: Yeah, right Dec 01 13:54:10 Then I spend the next two months undoing all the bugs I introduced ;) Dec 01 13:59:31 denkenz: the OK (or ERROR) to +CUSD comes when the session completes Dec 01 13:59:48 so if the network reqeusts additional data in mo session, you are hosed Dec 01 14:00:11 and yes, no cancellation Dec 01 14:00:33 AFAIK even release 6 supported additional data Dec 01 14:00:44 You just get a CUSD with non-final status Dec 01 14:01:14 yep, but can you send another AT+CUSD when first is still pending? Dec 01 14:01:25 no Dec 01 14:01:39 However, the result is something like: Dec 01 14:01:55 or was it "before release 6"? Dec 01 14:02:35 AT+CUSD=1,"foo",15 Dec 01 14:03:00 -> +CUSD: 1,"blah",15 Dec 01 14:03:01 OK Dec 01 14:03:14 So your session is still active and the network wants more info Dec 01 14:03:21 You're free to send the response here Dec 01 15:48:29 hello Dec 01 15:49:00 am i right, based on browsing jml archives, that option icojn225 3g stick should work in meego? Dec 01 15:49:20 *ml Dec 01 15:49:54 option 0af0:6971 is id of the device Dec 01 17:34:15 gour1: check if it is in /lib/udev/rules.d/97-ofono.rules? Dec 01 19:13:02 pessi: i do not have meego installed yet...any url to check in meego repos? Dec 01 19:29:51 download.meego.com/live/ Dec 01 19:31:25 pessi: i've fetched from ofono repo at gitorious, but cannot bootstrap it Dec 01 19:32:37 you miss autoconf bits and pieces? Dec 01 19:33:40 there is autoconf, but some macros are missing Dec 01 19:34:50 now i see there is bootstrap script...let's try Dec 01 19:38:16 it's, it seems, supported via hso driver :-) Dec 01 19:38:33 hello, I try to test ofonod from pc to use the modem in my freerunner.. I was able to run ofonod with Modem=calypso, and address/port of my freerunner in phonesim.conf. My freerunner has Debian and I have ran nc in freerunner to use the modem from pc. All looks okey, but when I check Objects, Interfaces, Methods from pc Dec 01 19:38:58 I do not see many options to do interesting tests.. (interesting=dial a number for example) Dec 01 19:40:30 I can get properties from org.ofono.Modem or org.ofono.SimManager.. but I do not know how to do more tests.. like sending an sms, dialing or register Dec 01 19:41:10 because I do not see useful methos or properties for that Dec 01 19:41:26 you need to set the modem online first Dec 01 19:41:38 denkenz: I tried, but it complains Dec 01 19:41:44 and I tried with sudo as well Dec 01 19:41:59 do you have a pin set? Dec 01 19:41:59 denkenz: let me check the output of that Dec 01 19:42:18 and run with OFONO_AT_DEBUG=1 environment variable set Dec 01 19:42:28 That will give you the at debug output as well Dec 01 19:42:53 denkenz: I ran ofonod with OFONO_AT_DEBUG=1. What is a pin set?.. I do not know yet Dec 01 19:43:12 Does your SIM ask you for a PIN? Dec 01 19:43:23 ah.. no Dec 01 19:43:29 it does not ask Dec 01 19:44:06 denkenz: for example: dbus-send --print-reply --system --dest=org.ofono /calypsonet org.ofono.Modem.SetProperty string:"Powered" variant:boolean:true Dec 01 19:44:14 that works.. but this : Dec 01 19:44:39 dbus-send --print-reply --system --dest=org.ofono /calypsonet org.ofono.Modem.SetProperty string:"Online" variant:boolean:true Dec 01 19:44:47 gives me this output : Dec 01 19:44:54 Error org.ofono.Error.NotAvailable: Operation currently not available Dec 01 19:45:13 denkenz: so I am trying to figure out what did wrong or what I miss Dec 01 19:45:21 That generally means that either the SIM is not inserted Dec 01 19:45:26 or that a SIM PIN is needed Dec 01 19:45:39 run test/list-modems and see what it says Dec 01 19:46:45 denkenz: list-modems gives this output. sorry for the several lines here: Dec 01 19:46:47 [ /calypsonet ] Dec 01 19:46:47 Interfaces = org.ofono.SimManager Dec 01 19:46:47 Powered = 1 Dec 01 19:46:47 Features = sim Dec 01 19:46:50 Online = 0 Dec 01 19:46:52 [ org.ofono.SimManager ] Dec 01 19:46:55 FixedDialing = 0 Dec 01 19:46:57 SubscriberNumbers = Dec 01 19:47:00 BarredDialing = 0 Dec 01 19:47:02 LockedPins = Dec 01 19:47:05 PinRequired = none Dec 01 19:47:07 Present = 1 Dec 01 19:48:55 denkenz: my SIM, when I often use the freerunner does not ask for pin. Also.. the SIM is inserted.. but well, trying to understand what is wrong Dec 01 19:50:01 you'll need to pastebin the at debug output Dec 01 19:50:13 sounds like the sim initialization fails somewhere Dec 01 19:50:25 what version are you running? Dec 01 19:50:36 denkenz: latest ofono git Dec 01 19:51:03 ok pastebin the at log Dec 01 19:51:12 denkenz: I will start again stopping and running ofonod again, so I can get the whole output Dec 01 19:54:26 denkenz: the at log should be showed at the same normal ofonod output?.. because I just see output like : Dec 01 19:54:29 ofonod[1401]: plugins/phonesim.c:phonesim_enable() 0x950bff0 Dec 01 19:54:32 ofonod[1401]: src/modem.c:get_modem_property() modem 0x950bff0 property Address Dec 01 19:54:35 ofonod[1401]: src/modem.c:get_modem_property() modem 0x950bff0 property Port Dec 01 19:54:37 ofonod[1401]: src/modem.c:get_modem_property() modem 0x950bff0 property Modem Dec 01 19:55:03 yes, export OFONO_AT_DEBUG=1 before running ofonod Dec 01 19:57:43 denkenz: ok, I ran ofonod with export OFONO_AT_DEBUG=1 previously, powered modem.. something more before to pastebin? Dec 01 19:58:18 if it has a bunch of AT commands, then no Dec 01 19:58:49 well.. I do not see any AT commands :( Dec 01 19:59:01 and export OFONO_AT_DEBUG=1 is set Dec 01 20:00:20 are you powering on the modem? Dec 01 20:00:47 yes... and it does.. but no AT log.. just few lines from ofonod normal output Dec 01 20:01:46 Then you're not doing something right ;) Dec 01 20:03:20 denkenz: yes.. I see the problem, my fault.. I was running : export OFONO_AT_DEBUG=1; and then sudo... and it seems that OFONO_AT_DEBUG is not set after sudo env is ran.. Now, I ran : sudo su -, export ... , ofonod.. and I am seeing AT output Dec 01 20:04:24 but that is weird.. because env should be the same.. Dec 01 20:04:56 Let me check deeper Dec 01 20:09:52 denkenz: http://debian.pastebin.com/5fAedpF9 Dec 01 20:10:43 well that is unhelpful Dec 01 20:10:44 I ran ofonod, powered modem, and then those AT .. Wakeup got no response appeared.. Dec 01 20:11:00 Have you reset the modem on the device? Dec 01 20:11:02 yes, I can not see it very useful Dec 01 20:11:12 Running via TCP with the freerunner is finicky Dec 01 20:12:19 denkenz: finicky.. yes.. it seems. Have you tried as well?.. About reset: I just used picocom for that.. but not sure if it is properly reseted. Maybe that is the reason Dec 01 20:12:24 In the good old days, before running oFono I'd run telnet to the freerunner first Dec 01 20:12:39 Just to hit it over the head and make sure it is still alive Dec 01 20:13:05 Most likely you need a proper modem hw reset Dec 01 20:14:17 denkenz: cool. Let me check how to do a proper reset then.. Dec 01 20:14:47 see plugins/calypso.c for details Dec 01 20:14:58 basically twiddling those sysfs entries Dec 01 21:02:31 denkenz: what about my patches? ;) Dec 01 21:53:49 denkenz: voicecallmanager-api.txt does not specify if EmergencyNumbers is readonly or readwrite... Dec 01 21:54:00 I assume it's readonly, correct? Dec 01 21:56:06 rafa_: if you are using sudo, run ofono like this: sudo -E ./src/ofonod -n Dec 01 21:56:25 the -E option to sudo will tell it to keep the current environment Dec 01 21:56:37 so you can export OFONO_AT_DEBUG=1 Dec 01 21:57:40 sabotage: It is, please send a patch fixing this in the doc :) Dec 01 21:57:42 rafa_: ahn... sorry, i didn't see the complete backlog Dec 01 22:33:26 sabotage: yes Dec 01 22:34:11 and fixed.. Dec 01 23:18:43 thanks denkenz Dec 01 23:19:26 * sabotage had a priority interrupt before he got a chance to call git send-email **** ENDING LOGGING AT Thu Dec 02 02:59:58 2010