Gu, Yang wrote:
The following steps work for latest 0.4 version:
1. Modify modem.conf to config your simulator
# Sample for using phone simulator
[phonesim]
Driver=phonesim
Address=127.0.0.1
Port=12345
2. Start simulator by
Phonesim -p 12345 -gui data/moblin.xml
3. Start ofono by
ofonod -nd
4. power on the modem
dbus-send --system --print-reply --dest=org.ofono /phonesim0 org.ofono.Modem.SetProperty
string:Powered variant:boolean:true
Where can I find the moblin.xml file and the source code for the version of phonesim you
used?
I've looked for the xml file, but I can't find it. I've also tried the steps
you describe with Ofono 0.6 and the phonesim version I found here:
https://svn.openmoko.org/trunk/src/host/qemu-neo1973/phonesim/
and with a couple of other XML response files I found on the net, but whatever I do in the
phonesim GUI, there is no response from Ofono.
Also, in Ofono, the /phonesim0 modem appears, but only has a org.ofono.SimManager
interface, no VoiceCallManager.
Thanks,
Jeroen