Autolan Problem

Hello there,
I am having a trouble with the library. I am sending some custom broadcast. Then if a server is found then it automatically connects and send a photo, and then disconnects. On the simulators this works, if I try a device and the simulator the simulator gets the photo but the device not. If I test this on two devices then nothing is done. So, the conclusion is that the app is working but on android is not sending the udp through the socket but its sending it. So the port was created.

Thanks again!

Perhaps it could be something android’s permission’s related?

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

Sorry for replying the same post 3 times but this was by accident in the phone! Please forgive me!!

So these are the permission I added on the build.settings:

"android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.CHANGE\_NETWORK\_STATE", "android.permission.CHANGE\_WIFI\_MULTICAST\_STATE", "android.permission.CHANGE\_WIFI\_STATE", "android.permission.READ\_PHONE\_STATE", 

So please enlight me guys…

Thanks again,

Yiannis Demetriades

Perhaps it could be something android’s permission’s related?

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

I thought this could be a problem but I used all the possible permissions (around 5-6)
I am from my phone now and I will post later which permissions added to app.
Maybe is just something else… I am listening for your ideas!
Thanks again…

Sorry for replying the same post 3 times but this was by accident in the phone! Please forgive me!!

So these are the permission I added on the build.settings:

"android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.CHANGE\_NETWORK\_STATE", "android.permission.CHANGE\_WIFI\_MULTICAST\_STATE", "android.permission.CHANGE\_WIFI\_STATE", "android.permission.READ\_PHONE\_STATE", 

So please enlight me guys…

Thanks again,

Yiannis Demetriades

Hi, 

I have created a local server / client (based on the tutorials) and in the simulator it all works well, however, when i put it on to devices it all works as it should until client:connect(ipaddress) is called, then nothing happens at all? No errors, nothing…

Any ideas?

Hi, 

I have created a local server / client (based on the tutorials) and in the simulator it all works well, however, when i put it on to devices it all works as it should until client:connect(ipaddress) is called, then nothing happens at all? No errors, nothing…

Any ideas?