Quote: "What is the exactly sequence of events you see on the device?"
First I start the AppGameKit Player on my phone, it goes to the standby screen (with the 'To exit a running app, simply press the top of the screen for 5 seconds' text)
Then I press the 'Compile, Run and Broadcast' button. My game starts to compile. Then it starts the broadcast, it stays on 'broadcasting app...' for a few seconds and then it goes to 'complete'.
Nothing happens on my phone, it stays on the standby screen.
Quote: "Compiling: main.agc
Broadcasting app...(click Abort to end broadcast)
Complete."
Quote: "something else is operating one of the following ports 5689, 45633, 45631"
Is there a way to check if the ports are free?
edit
I googled on how to check for open ports and I found that I had to use 'netstat', the ports 5689, 45633, 45631 are not in the list...