I've got a qml file and I just want to ssh to the phone and do
qmlscene myfile.qml
Is it possible without doing all that stuff with SDK and packages? Just vim and some simple commands that can fit into person's memory.
If you already have your qml file on the phone, it's pretty easy. All you have to do is to call qmlscene
with an extra argument.
Start a connection from your desktop/laptop with
phablet-shell
.Run
qmlscene
with--desktop_file_hint
, example:$ qmlscene --desktop_file_hint=/usr/share/applications/dialer-app.desktop $HOME/Documents/myfile.qml
No comments:
Post a Comment