View Single Post
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#36
Originally Posted by mced View Post
Wonderful. Can we donate?
I added a donation link to my signature.



I don't know what to do with the Github files. Am I supposed to compile then on the phone or using the SDK? Very newbie.
Yes you need to
Code:
git clone https://github.com/llelectronics/videoPlayer.git
Then open the *.pro file with the SDKs QtCreator and either test it in the emulator or add your real device (which needs developer mode turned on and you need the ip adress for ssh access) under Settings -> Device in QtCreator.
Then you can choose the real device in the menu above the Play button in QtCreators interface down left.
After you choose "deploy as rpm" you can hit the Start Mer SDK Button second from bottom. Wait until its started (until the stop buttons is clickable again) and start the build and deployment process to your real device by hitting the green play button.
I hope that instructions are helpful.

Last edited by llelectronics; 2014-01-06 at 20:35.