<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi krishna,
<blockquote cite="mid:COL106-W364D8C11A4928E5B0ADA04F6F90@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>Hi
Yoon,<br>
<br>
Thank very much for your guidance. I followed the same procedure ...<br>
<br>
<pre>You already did following procedure.
1. ofono-phonesim -p 12345 -gui ~/data/moblin.xml
2. sudo ofonod -nd
And then, you need to type following command to power up modem(phonesim).
3. dbus-send --system --print-reply --dest=org.ofono / phonesim0 org.ofono.Modem.SetProperty string:Powered variant:boolean:true
</pre>
I got below response....<br>
<br>
<font style="" color="#c00000"><b>Must use
org.mydomain.Interface.Method notation, no dot in "phonesim0"</b></font><br>
</blockquote>
It seems you wrote the command with a bad syntax, there shoudn't be any
white space between / and phonesim0, the command is:<br>
<br>
dbus-send --system --print-reply --dest=org.ofono /phonesim0
org.ofono.Modem.SetProperty string:'Powered' variant:boolean:true<br>
<br>
(I suggest using quotes rounding string constants).<br>
<br>
Bye,<br>
Dario.<br>
<br>
</body>
</html>