<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hi,</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">slowly I'm getting somewhere.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I have created an apk from my Qt example, and I have installed it onto my tablet using "adb install <path-to_apk>".</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I can start it from the GUI and something happens (it crashes, but Ok), and I figured how to start it from the "shell" via "adb shell":</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">"am start <span style="color:#000000;"><span style="background-color:#ffffff;"><span style="font-family:monospace;">-a android.intent.action.MAIN -n org.qtproject.example/org.qtproject.qt5.android.bindings.QtActivity"</span></span></span></p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I found that I can see stuff using logcat in the am shell.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Now, where does the name <span style="color:#000000;"><span style="background-color:#ffffff;">org.qtproject.example/org.qtproject.qt5.android.bindings.QtActivity come from (from Manifest.xml), but how do I set this to something else ?</span></span></p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">And, is it actually possible to simple put some executable with GUI on the android device and start it in some way via am shell ? Maybe using "adb push" ? Where would I put it in the Android filesystem ?</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Thanks for any pointers</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Alex</p>
<br /></body>
</html>