Hi,
I am doing a college project that is based on adhoc networking. My project involves testing alternative protocols (planning to test aodv first) in SPAN project.
I am trying to get ManetManager working on my Samsung Galaxy Nexus S (worldwide version, i9020t or i9023).
I have followed the following steps till now (without success).
1. Got CWM, then rooted using superuser.
2. Tried manet manager in stock android 4.1.2. I got the message-"adhoc mode is not running".
3. Downloaded Stock android 2.3.6 and flashed my phone with it. Reinstalled CWM and rooted. Same message-"adhoc mode is not running".
4. I tried taking Galaxy nexus kernel from Monkdot's repo (
https://github.com/monk-dot/SPAN/tree/master/kernels/Samsung%20Galaxy%20Nexus). Used CWM and installed it as a zip. Still the same message.
5. I ran
adb shell. su then "
/data/data/org.span/bin/iwconfig". I got the output as attached in the image. Basically there is no wlan0 in the results.
lo no wireless extensionsrmnet0 no wireless extensions
ifb0 no wireless extensions
ifb1 no wireless extensions
usb0 no wireless extensions
sit0 no wireless extensions
ip6tn10 no wireless extensions
It seems I can't get wext support after flashing Monk-Dot's kernel. It would be great if someone could help me with the following questions.
1. How can I confirm that the kernel was flashed properly?
2. If the kernel is incompatible with my phone. Should I try CyanogenMod?
3. Does Cyanogen support wext or I would need to recompile it?
Thanks.