<div dir="ltr">Sebas Hi,<div><br></div><div style>This was pointed out to me recently to shorten the edit/compile/deploy cycle</div><div style><br></div><div style><a href="http://thpmaemo.blogspot.co.uk/2013/02/mp3-playback-in-nemo-mobile-on-n950.html">http://thpmaemo.blogspot.co.uk/2013/02/mp3-playback-in-nemo-mobile-on-n950.html</a></div>
<div style><br></div><div style>BR</div><div style><br></div><div style>vgrade </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 11, 2013 at 1:56 PM, Sebastian Kügler <span dir="ltr"><<a href="mailto:sebas@kde.org" target="_blank">sebas@kde.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday, April 11, 2013 13:55:27 Michael Bohlender wrote:<br>
> I did some minor things for PA with PlasmaComponets already and feel<br>
> relatively comfortable using it. The reason I suggested this approach is,<br>
> that it allows me to got through a lot of design ideas with my Co Mentor.<br>
> Otherwise testing if the UI works on Tablet will be hard and I have no Idea<br>
> how to compile stuff for my ARM based Nexus 7. Waiting for our merproject<br>
> build servers to compile stuff would also be quiet time consuming. I<br>
> consider the UX design/rework the main part of my project and like to<br>
> experiment a lot during the mockup phase.<br>
<br>
</div>That's not a problem. OBS can do cross-builds also on your local machine. If<br>
you want to shorten the cycles, you can even script most of this process,<br>
roughly:<br>
<br>
- reroll tarball into your OBS checkout<br>
- rebuild using osc build<br>
- scp the resulting package over to your device<br>
- use ssh to install the package in your device<br>
<br>
This will cut down the develop-testing cycles quite a bit, and you should be<br>
able to do that with just one script on your host.<br>
<br>
If you're doing most of the work in QML, you can even go further and just<br>
rsync your changed qml files into the install dir of the device, though you<br>
need to be a bit careful with that, obviously.<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888">--<br>
sebas<br>
<br>
<a href="http://www.kde.org" target="_blank">http://www.kde.org</a> | <a href="http://vizZzion.org" target="_blank">http://vizZzion.org</a> | GPG Key ID: 9119 0EF9<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Active mailing list<br>
<a href="mailto:Active@kde.org">Active@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/active" target="_blank">https://mail.kde.org/mailman/listinfo/active</a><br>
</div></div></blockquote></div><br></div>