View Single Post
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#10
Here is my progress;

I have copied opensh + binutils via serial busybox rx and xmodem.
I have installed them.

Code:
D-Bus Interface
  <interface name="com.nokia.devicelock" >
    <method name="getState" >
      <arg direction="in" type="i" name="lockType" />
      <arg direction="out" type="i" />
    </method>
    <method name="setState" >
      <arg direction="in" type="i" name="lockType" />
      <arg direction="in" type="i" name="state" />
      <arg direction="out" type="b" />
    </method>
    <signal name="stateChanged" >
      <arg direction="out" type="i" name="lockType" />
      <arg direction="out" type="i" name="state" />
    </signal>
    <signal name="passwordPromptResult" >
      <arg direction="out" type="b" name="result" />
    </signal>
    <method name="updateProvisioningSettings" >
      <arg direction="in" type="s" name="entity" />
      <arg direction="in" type="a{iv}" name="settings" />
      <arg direction="out" type="b" />
      <annotation value="const DeviceLock::ProvisioningSettingsMap &amp;" name="com.trolltech.QtDBus.QtTypeName.In1" />
    </method>
    <method name="removeProvisioningSettings" >
      <arg direction="in" type="s" name="entity" />
      <arg direction="out" type="b" />
    </method>
    <signal name="updateProvisioningSettingsResult" >
      <arg direction="out" type="s" name="entity" />
      <arg direction="out" type="b" name="settings" />
    </signal>
    <method name="dataWipe" >
      <arg direction="in" type="i" name="type" />
      <arg direction="out" type="b" />
    </method>
    <method name="setPassword" >
      <arg direction="in" type="ay" name="password" />
      <arg direction="out" type="b" />
    </method>
  </interface>
D-Bus Introspection
Attached Files
File Type: zip Strings.zip (7.9 KB, 122 views)

Last edited by n950; 2017-03-13 at 10:55.
 

The Following 2 Users Say Thank You to n950 For This Useful Post: