I am trying build the source code and use that apk on Nexus 7. Here are the problems that I am facing.
1. Many times the ad-hoc mode is not turning on. When I download from the app store the ad-hoc mode is turning on.
2. When i try to stop and restart the ad-hoc mode, I am getting two icons on the screen one is grey start icon and one is green stop icon and the toast message saying device is in unknown state. When i click the start button still it remains the same. No change.
when i do the same with the app that is downloaded i am not facing any issue. I am able to stop and start the adhoc mode.
3. When i change the protocol also same issue as problem 2. I think when adhoc mode is restarting i am getting that problem. I didn't modify source code. Why am I facing problem with the source code?
Do I need to pull code from any other source?
Regards,
MC
Hi Stoker,
I can see that in CoreTask -> isNetworkInterfaceUp methos is returning false as the wifiinterface(wlan0 on my device) is down.
How to make it up ? I would highly appreciate any suggestion.
Reagrds,
Lavanya
On Thursday, September 18, 2014 11:02:55 AM UTC-5, lavan...@gmail.com wrote:
> Hi Stoker,
>
> When I am trying to run the app from source code on Nexus 7, Ad-hoc mode is not running. (I have connected the device to the windows machine and running source code using eclipse).
>
> When I download the app, on to the same device it is running.
>
> Please let me know do you I need to do any additional steps for source code app to work.
>
>
> Regards,
> MC
--
You received this message because you are subscribed to the Google Groups "Smart Phone Ad-Hoc Networks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spandev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The problem is most likely related to line endings. When you cloned the project via git on windows it most likely reverted the Windows line endings:"Text files created on DOS/Windows machines have different line endings than files created on Unix/Linux. DOS uses carriage return and line feed ("\r\n") as a line ending, which Unix uses just line feed ("\n"). You need to be careful about transferring files between Windows machines and Unix machines to make sure the line endings are translated properly."