dbus-send with "aliendalvikcontrol", need example [answered]
I need an example for a command line to start an AndroidApp with parameter from terminal.
In Documentation /Aliendalvik Control by @coderus) i found
shareFile(QString file, QString mimetype): opening android share menu for file by mimetype
and i tried
dbus-send --print-reply --dest=org.coderus.aliendalvikcontrol / org.coderus.aliendalvikcontrol.shareFile string:"-a android.intent.action.VIEW dat=file:///home/nemo/android_storage/Download/File1.doc cmp=application/msword"
but, the command line did not work. Has anybody some hints for me?