Xperia X10 support for ad-hoc networks - XPERIA X10 General

Hello,
I was searching the forum and the internet and apparently android does not support ad-hoc wifi networks. While I don't want to comment the reasons behind this I would like to find out if it is also possible to connect X10 to an ad-hoc wifi network and how. Do we need to wait until somebody will root the phone or...?
Thanks,
Mugur
http://mugur-ionescu.ro/tag/xperia

i'm not sure if this has anything to do with that but there is an app on the market which allows you to share files via ad-hoc
it's called hoccer and works fine with my x10

I tried the same thing.
It doesn't detect any ad-hoc wifi which sux.
I tried adding it manually but is not connecting.
If you find something, please let me know.

My X10 will happily connect to an adhoc network running on my Mac

MobileBritain said:
My X10 will happily connect to an adhoc network running on my Mac
Click to expand...
Click to collapse
More details please. Did you try with windows ad hoc wifi networks?
Mugur
http://mugur-ionescu.ro/tag/xperia

What do you want to know ?
Mac running OS X 10.4.11 connected to a Vodafone USB modem for mobile broadband shared via ad-hoc network via internal airport (WEP protected). X10 connects to network and can use internet connection.
I haven't tried it with a Windows PC but I can try it with an XP machine if you want.

does your x10 can also select the wifi key index?
I have not figured yet how.

MOD EDIT - Moved to general forum as not related to android development

anyone have any answers to this? If there's a way to connect to ad-hoc.
do you guys think this will work with the x01? found this thread: http://forum.xda-developers.com/showthread.php?t=754961

In Windows 7 and maybe Vista, there is another solution.
Turn the adhoc into a virtual AP, if it is capable of making an adhoc, then it will provide a virtual AP, some adapters are not capable.
using the cmd line in windows 7 type in the following, with your own SSID and Key of course;
netsh wlan set hostednetwork mode=allow ssid=yourSSID key=YOUR PASSWORD keyUsage= persistent
Share the internet connection with the virtual AP now present in the adapter list.
Use either automatic IP configuration or manual to setup wireless devices.
I use automatic setup for the virtual AP and manual for everything else. This seems to be the most reliable method for me.
The connection will be setup with WPA2-PSK.
It will not reset on rebooting and will need to be restarted in order to become active again. The command for this is:
netsh wlan start hostednetwork
and to stop it:
netsh wlan stop hostednetwork
Connectivity with the x10 minipro is not consistent but with every other device on this virtual AP there is no issue, my son uses it to play online with his Xbox, DSi can browse the net and the WIFI toaster burns toast using it too. (JK)
I am arguing with SE about the connectivity issues in my phone, and I doubt they will admit to it being crap.
for any more info on setting up a virtual AP:
search for netsh wlan commands, the forum won't let me post links.

what about using a wifi tether from one phone and connect the x10 to that connection???
tried and my x10 didn't recognize it, my x1 did it tho

It is very annoying actually. Windows 7 folks use Connectify, while others simply connect through a router. Took me sometime to figure out it does not support ad-hoc connection. And so, I searched this forum, and someone had posted a method that required root.
It annoyed me that I had to root and edit files to make my laptop ad-hoc work on my phone, but oh well, after a month, I tried it yesterday. It does work, works great actually.
You'll need root access, and the root explorer. Start an ad-hoc connection on laptop, turn on wifi on X10, and add a network of the same name. Turn off wifi. In the root explorer, go to data/misc/wifi and edit the "wpa_supplicant.conf" file.
Add "ap_scan=2" right under the line which says "update_config=1". Also, add "mode=1" at the bottom of the code. It should look something like this then:
wpa_supplicant GROUP=system
update_config=1
ap_scan=2
network={
ssid="xperia"
scan_ssid=1
key_mgmt=NONE
mode=1
}
Note: ssid is the name you give to your adhoc connection, in my case it is simply called xperia.
Save & Exit, and turn on wifi. It should connect to your adhoc connection. Works like a charm; however, I noticed the added lines can sometimes vanish by themselves, no idea about that.

The easiest way:just go virtualaccespoint.com and cr8 your acces point now u can coonect any device to the ad-hoc.
Of course its just 4 win7 and I tries it and works.
Sent from my X10i using Tapatalk

Akeeq said:
It is very annoying actually. Windows 7 folks use Connectify, while others simply connect through a router. Took me sometime to figure out it does not support ad-hoc connection. And so, I searched this forum, and someone had posted a method that required root.
It annoyed me that I had to root and edit files to make my laptop ad-hoc work on my phone, but oh well, after a month, I tried it yesterday. It does work, works great actually.
You'll need root access, and the root explorer. Start an ad-hoc connection on laptop, turn on wifi on X10, and add a network of the same name. Turn off wifi. In the root explorer, go to data/misc/wifi and edit the "wpa_supplicant.conf" file.
Add "ap_scan=2" right under the line which says "update_config=1". Also, add "mode=1" at the bottom of the code. It should look something like this then:
wpa_supplicant GROUP=system
update_config=1
ap_scan=2
network={
ssid="xperia"
scan_ssid=1
key_mgmt=NONE
mode=1
}
Note: ssid is the name you give to your adhoc connection, in my case it is simply called xperia.
Save & Exit, and turn on wifi. It should connect to your adhoc connection. Works like a charm; however, I noticed the added lines can sometimes vanish by themselves, no idea about that.
Click to expand...
Click to collapse
Thank you so much..... this worked fine for me. I bought an Parrot ARDrone with this solution IT WOKRS very well .
yesterday i search about 5 hours to connect to ad-hoc networks.
sorry for my english
have a nice day i am so lucky

for xp useres
go to bzeek.com
download the small software
install it on your pc or laptop
it will create a hotspot for yo
then you can connect your phone to the internet through it

I tried this and sometimes it works and sometimes it will try to obtain IP then say Unsuccesfull. Then when I tried to add more wifi connections, now I cannot make it to work.
Did you change other settings? Thanks
Akeeq said:
It is very annoying actually. Windows 7 folks use Connectify, while others simply connect through a router. Took me sometime to figure out it does not support ad-hoc connection. And so, I searched this forum, and someone had posted a method that required root.
It annoyed me that I had to root and edit files to make my laptop ad-hoc work on my phone, but oh well, after a month, I tried it yesterday. It does work, works great actually.
You'll need root access, and the root explorer. Start an ad-hoc connection on laptop, turn on wifi on X10, and add a network of the same name. Turn off wifi. In the root explorer, go to data/misc/wifi and edit the "wpa_supplicant.conf" file.
Add "ap_scan=2" right under the line which says "update_config=1". Also, add "mode=1" at the bottom of the code. It should look something like this then:
wpa_supplicant GROUP=system
update_config=1
ap_scan=2
network={
ssid="xperia"
scan_ssid=1
key_mgmt=NONE
mode=1
}
Note: ssid is the name you give to your adhoc connection, in my case it is simply called xperia.
Save & Exit, and turn on wifi. It should connect to your adhoc connection. Works like a charm; however, I noticed the added lines can sometimes vanish by themselves, no idea about that.
Click to expand...
Click to collapse

I have connectify running on my windows 7 pc and my phone is unrooted.
Still its get connected and everything is running just perfect.
I bought it just 3 days before. I recently updated to 2.1 through SE update service.

soujiro_50 said:
I tried this and sometimes it works and sometimes it will try to obtain IP then say Unsuccesfull. Then when I tried to add more wifi connections, now I cannot make it to work.
Did you change other settings? Thanks
Click to expand...
Click to collapse
What I have noticed is that if I restart my laptop, I have to remove the wireless connection, and make it again (only on my laptop, no changes on the phone). Only then the phone connects. But as my laptop is on for days at stretch, I don't really find making it again all THAT troublesome.

Akeeq said:
It is very annoying actually. Windows 7 folks use Connectify, while others simply connect through a router. Took me sometime to figure out it does not support ad-hoc connection. And so, I searched this forum, and someone had posted a method that required root.
It annoyed me that I had to root and edit files to make my laptop ad-hoc work on my phone, but oh well, after a month, I tried it yesterday. It does work, works great actually.
You'll need root access, and the root explorer. Start an ad-hoc connection on laptop, turn on wifi on X10, and add a network of the same name. Turn off wifi. In the root explorer, go to data/misc/wifi and edit the "wpa_supplicant.conf" file.
Add "ap_scan=2" right under the line which says "update_config=1". Also, add "mode=1" at the bottom of the code. It should look something like this then:
wpa_supplicant GROUP=system
update_config=1
ap_scan=2
network={
ssid="xperia"
scan_ssid=1
key_mgmt=NONE
mode=1
}
Note: ssid is the name you give to your adhoc connection, in my case it is simply called xperia.
Save & Exit, and turn on wifi. It should connect to your adhoc connection. Works like a charm; however, I noticed the added lines can sometimes vanish by themselves, no idea about that.
Click to expand...
Click to collapse
Hello, I'm reading this forum for a month now and I've learned very much...
But I've got problem with connecting my rooted x10 Mini pro 20i firmware .24 to my laptop's AdHoc. It's still saying that "android isn't able to connect to adhoc" or something like that...
I wanted to modify wpa_supplicant.conf but I'm using windows 7 and after almost 1,5 day of googling I just can't find a way to edit the file....
I've got no experiences with Linux and in win apps I can't edit it...
It's looking like this in PsPad: songokussj4.abonas.com/screeny/2011-04-17_132913.png
Please, help me with the correct way to enable the connection to my AdHoc through my Laptop. It's essential for me.
And and "Virtual server" and "Connectify" -> I've tried that 2 weeks ago without success. I can't be AP I think. I've got Lenovo Thinkpad R61 15,4''.
Edit:
Ok. There was a problem in between chair and the computer... I was trying to edit wpa_supplicant [system/bin], not wpa_supplicant.conf [system/etc/wifi].
Well but the end is still the same.
I tried: copying 2/3 different kinds of wpa_supplicant [system/bin] files that are on this forum. The first one, that is correct with my version 5.6.x - wifi don't even start... Second one, 6.0.x - wifi started on the second try but can't scan anything. There is error and it's repeating to disconnect.
So I put there the original wpa_supplicant [system/bin] and I tried to modify the [wpa_supplicant.conf system/etc/wifi] and... without succes.
I was trying to edit it many times and -every time- the same notification when I was trying to connect to the AdHoc on my ntb... "Android don't support ad-hoc ... bla bla".
I'm at the end of .... I don't know what to do more...
My last spark in the night is that I'll try the Cyanogen rom 3.2 / 3.3. I read there is implanted AdHoc support...
Please, if you can, help me. Ask anything, I'll try to answer and I'll try anything that will help it to work.
Thanks.

SonGokussj4 said:
Hello, I'm reading this forum for a month now and I've learned very much...
But I've got problem with connecting my rooted x10 Mini pro 20i firmware .24 to my laptop's AdHoc. It's still saying that "android isn't able to connect to adhoc" or something like that...
I wanted to modify wpa_supplicant.conf but I'm using windows 7 and after almost 1,5 day of googling I just can't find a way to edit the file....
I've got no experiences with Linux and in win apps I can't edit it...
It's looking like this in PsPad: songokussj4.abonas.com/screeny/2011-04-17_132913.png
Please, help me with the correct way to enable the connection to my AdHoc through my Laptop. It's essential for me.
And and "Virtual server" and "Connectify" -> I've tried that 2 weeks ago without success. I can't be AP I think. I've got Lenovo Thinkpad R61 15,4''.
Edit:
Ok. There was a problem in between chair and the computer... I was trying to edit wpa_supplicant [system/bin], not wpa_supplicant.conf [system/etc/wifi].
Well but the end is still the same.
I tried: copying 2/3 different kinds of wpa_supplicant [system/bin] files that are on this forum. The first one, that is correct with my version 5.6.x - wifi don't even start... Second one, 6.0.x - wifi started on the second try but can't scan anything. There is error and it's repeating to disconnect.
So I put there the original wpa_supplicant [system/bin] and I tried to modify the [wpa_supplicant.conf system/etc/wifi] and... without succes.
I was trying to edit it many times and -every time- the same notification when I was trying to connect to the AdHoc on my ntb... "Android don't support ad-hoc ... bla bla".
I'm at the end of .... I don't know what to do more...
My last spark in the night is that I'll try the Cyanogen rom 3.2 / 3.3. I read there is implanted AdHoc support...
Please, if you can, help me. Ask anything, I'll try to answer and I'll try anything that will help it to work.
Thanks.
Click to expand...
Click to collapse
im sitting with the same problem...r u sorted? i read that connectify only works on 2.2 and upwards

Related

Android wifi tether

Hi All,
I wondering if someone can help me out. I rooted my epic and installed the latest android wifi tether and everything seems to be going okay as I am able to start tether and see the normal tether screen displaying Download 0.4kB and Upload of 0.3kB.
However i am not able to see connect correctly on my laptop. In the laptop, under wireless network connections, i see EpicTether (which i choose as the ssid) but the icon (right of the word EpicTether) looks different than the icons from my home wifi router. The EpicTether's icon is three blue boxes in the shape of a triangle where my home wifi shows the normal guage of wifi connectivity strength. I am using windows 7 premium by the way.
I've tried changing the channels on the epic, tried enable access-control under settings to no avail...
can someone please help? thanks.
Android WiFi tether is an Ad-Hoc network (device to device), not an infrastructure network like your home wifi is. That's why the icon is different.
Why it cannot connect could be 1000000 different things. Is the laptop part of a company domain and its possible that policies are preventing connection to an AdHoc type connection?
Thanks for the explanation. so that icon is normal.
My laptop is not a company laptop, it is pretty basic for home surfing use.
juejaimon said:
Thanks for the explanation. so that icon is normal.
My laptop is not a company laptop, it is pretty basic for home surfing use.
Click to expand...
Click to collapse
"pretty basic" to me translates as "should connect" lol. Not sure where you should go from there. I have heard lots of windows 7 ad hoc issues though. Search around google for "Windows 7 cant connect to ad hoc" and see what kind of fixes you see.
Thanks again.... made some success...
i read that the intel drivers for the internal wireless card may need updated drivers for the ad-hoc....
installed the new drivers and am able to connect now!... but will not provide me internet access.
Restart the computer (usually works most times), and or try releasing and renewing I.P address.

[Q] Tethering Adam with a Windows Mobile device Adhoc, usb, or otherwise.

Hey All,
I have been messing with my Adam for a bit. I have been trying to figure a way to tether the device. I know Android 2.3 supports Adhoc networks, but not 2.2.
Although the Adam's kernal seems to be much higher revision than 2.2, the device itself only seems to have native 2.2 config options, with an Adam skin. With that said, I cannot get the Adam to tether/connect to an adhoc network, no matter what I try.
I have a Sprint Touch Pro. I can get it to detect as a 3G Usb modem in windows, and it automatically detects as such when hooked into a linux machine, but sadly does not do anything in Android/The Adam. The adam will pair with it over BT, but will not connect to it, and will not even see it in wifi-tether mode.
Any ideas? Is this something fixable with a settings change? Rooting? An app (on the phone or the adam?)
Any/all help or insight is appreciated.
Edit: I apologize, this was meant for the General Discussion. I don't see a way to move or delete this thread now, either. If the mods can move it, that'd be great. If not, I guess my questions still stand.
Assuming you want to tether to provide a more "mobile" internet connection:
Does your phone have some sort of WiFi tether app for it? If not you could attempt to run Android on your WinMo phone via Haret and then try installing a WiFi tether app and see if it works.
I would imagine to tether over USB Adam would need some type of drivers for mobile devices and that gets tricky. I would first try to tether Adam to a Windows or Linux computer with an Internet connection first, see if you can get that to work. Than go to your phone and try that. If it doesn't work from a computer it probably will not work from a phone.
If you want to tether for other purposes such as transferring files, SSH, SFTP, ADB, logcat, etc there are apps for those.
Correct, tethering for mobile internet.
I've actually tried the XDAndroid 2.2 and the 2.0.6 wifi tether app on my phone, but sadly it seems to create adhoc only, I've been unable to get it to create infrastructure, as well as it sometimes thinks it doesn't have root.
I'd have to get a male/male or female/female USB cable to try tethering to my PC, but i'll see if I can't figure that out.
Honestly, I'd be perfectly fine with Wifi tethering if the adam would detect Adhoc, as the XDA wifi tether android app can do that no problem.
Edit: On the windows mobile side, I've tried PDA net and internet connection sharing. Internet connection sharing supports Bluetooth DUN, but the adam doesn't seem to do anything with it, it'll pair but not connect to it. PDA net also seems to just do adhoc broadcast, which the adam cannot detect.
--removed--
You answered the question before I could post it. (if you have wifi tethering capability on your phone)
Eujin said:
Correct, tethering for mobile internet.
I've actually tried the XDAndroid 2.2 and the 2.0.6 wifi tether app on my phone, but sadly it seems to create adhoc only, I've been unable to get it to create infrastructure, as well as it sometimes thinks it doesn't have root.
I'd have to get a male/male or female/female USB cable to try tethering to my PC, but i'll see if I can't figure that out.
Honestly, I'd be perfectly fine with Wifi tethering if the adam would detect Adhoc, as the XDA wifi tether android app can do that no problem.
Edit: On the windows mobile side, I've tried PDA net and internet connection sharing. Internet connection sharing supports Bluetooth DUN, but the adam doesn't seem to do anything with it, it'll pair but not connect to it. PDA net also seems to just do adhoc broadcast, which the adam cannot detect.
Click to expand...
Click to collapse
So you tried 2.0.6 wifi tether app for WinMo? do you have a link for this app?
Er, no. I tried 2.0.6 wifi tether app for Android, running XDAndroid 2.2 for WM6. Link here to the app
http://code.google.com/p/android-wifi-tether/
I also tried wmwifirouter in windows mobile, link here http://www.wmwifirouter.com/
I had to replace my wpa_supplicant file to get ad-hoc networking working on my Dell Streak. Maybe its similar for Adam.
http://forum.xda-developers.com/showthread.php?p=10514373&highlight=hoc+found#post10514373
http://android.modaco.com/content/d...c-network-connection-for-streak/#entry1381049
http://forum.xda-developers.com/archive/index.php/t-863976.html
http://forum.xda-developers.com/showthread.php?t=754961
I'm trying to get in to modify the wpa_supplicant as mentioned, but I'm starting to think more and more the adam doesn't have superuser/root access like they've said, as all terminal apps I've tried have failed. Thanks for the heads up, though.
If anyone else finds any alternatives in the meantime, let me know.
You would replace the supplicant file on XDAndroid, not on Adam. The supplicant is for the system running wifi tether acting as the hotspot.
Ok, I feel stupid, but ptok's post makes it sounds like he modified the supplicant on his streak so it would see ad-hoc networks.
Wouldn't I want to modify the Adam so it can see ad-hoc, since my phone can already push out ad-hoc even in WinMo?
Eujin said:
Ok, I feel stupid, but ptok's post makes it sounds like he modified the supplicant on his streak so it would see ad-hoc networks.
Wouldn't I want to modify the Adam so it can see ad-hoc, since my phone can already push out ad-hoc even in WinMo?
Click to expand...
Click to collapse
Good luck with that. You're talking about reverse engineering drivers, recompiling kernels, and a lot of time spent for little gain and possibly no gain. It is almost always easier to attempt to get the wifi spewing device to act as an AP than it is to get something else to comprehend ad hoc networks. Besides, security is stronger with the former than the latter.
What about the XDA WiFi Tether from here. Is it any newer, is there an option for WPA? If not thats about all the help I can provide. You are probably going to have to go to XDAndroid forums and ask how to turn the phone into an AP or ask about WPA supplicant info.
Just remembered that some folks on XDA were trying to do the same thing with the Hero I think. They started some stuff and never finished, but did get WiFi Tether to support WPA which is a step in the right direction. You could hunt around the Hero CDMA dev forum and see if anything exists.
Sorry I couldn't help more.
Just read this thread at Notion Ink Hacks that ad hoc should work...
http://notioninkhacks.com/forums/vi...sid=0ee5dff6243da9c4d02433800dd9f4b1&start=60
Sent from my Evo
webs05 said:
Just read this thread at Notion Ink Hacks that ad hoc should work...
http://notioninkhacks.com/forums/vi...sid=0ee5dff6243da9c4d02433800dd9f4b1&start=60
Sent from my Evo
Click to expand...
Click to collapse
I get a "You are not authorised to read this forum" when I try to follow this link. However, I do see that the Notion Ink Hacks update includes Adhoc. Cool.
Tried that on my friend's Adam. It worked.
I can confirm that the NIH updates have enabled ad-hoc tethering, and it works great.
Ad Hoc
What ROM did you use that Ad-Hoc worked on? I am running EdenX and I can connect to an ad-hoc network, but not actually use the internet access through the connection.
[Edit]
I was using WMWifiRouter, which resulted in the scenario identified above. I downloaded the HTC Wifi app that I found in one of the other XDA forums, installed it on my phone and created a hotspot with it and it worked fully. Apparently there is something different in the HTC implementation as compared to the WMWifiRouter app implementation that lets one work fully and the other only to allow a connection, but not access the internet.
WiFi Tethering Adam and Nexus One
Eujin said:
Hey All,
I have been messing with my Adam for a bit. I have been trying to figure a way to tether the device. I know Android 2.3 supports Adhoc networks, but not 2.2.
Click to expand...
Click to collapse
I simply set my Nexus One as a WiFi Hotspot ... configure it with a SSID and WPA2 PSK security and a Password ... then turn on the WiFi on the Adam and enter the Passphrase. Away it goes. That is why I ordered a WiFi only model.

ad hoc for xoom

so with my minimal knowledge of phone stuffs ive kinda learned that when i run the wireless tether for root app on my phone it uses ad hoc to supply other computers with internet... basically im asking, will my evo be able to supply my xoom with internet?
Not at the moment, no support for Ad-Hoc networks in HC, not sure if there ever will be - very annoying.
I'm not sure but I believe there is a new version of Wireless Tether that will allow such a connection. When I first tried the Kindle connecting to my DX, it wouldn't connect. With the new version, it does.
Sent from my DROIDX using XDA App
My Xoom connects to my DX with no problems.
Go download Wireless Tether from the website. The experimental one is called Wifi Tether now. Works like a charm for infrastructure mode so that the Xoom can tether with your phone. Also Bluetooth seems to work fine as well.
Sent from my DROIDX using Tapatalk
Is the Wireless tether for the phone or the Xoom (or both)? I need an option for the iPhone in case the steps posted here won't work!
is this an app that enables ad-hoc detection on the Xoom,
or
does it just provide a full wifi hotspot tethering feature for Android devices?
I also use an iPhone which supplies an ad-hoc hotspot connection that I need my Xoom to recognize and connect to.
So does that mean you got it to work that way? Is the app available through the Market?
No its not available in the market. Google wireless tether and look for wifi tether. The new app sends the signal via infrastructure mode. I think it applies to certain phone like Droid X and EVO.
Sent from my DROIDX using Tapatalk
The Wireless Tether app is ran on the host phone wanting to be turned into a wifi hotspot. There are certain phones that run in Ad-Hoc mode in default (aka Droid 1) and the only option to tether the Xoom to them is via bluetooth. As others have said, the new version "WiFi Tether" is apparently enabling infrastructure mode rather than Ad-hoc mode, something that the Xoom can actually connect to.
There is no app that you install on the Xoom. When the WiFi Tether is ran on the host device, the Xoom just connects to it as a WiFi router and works just fine (or bluetooth if thats what you're doing).
So OP, if you can't get the new version of WiFi tether to work for you and your Xoom, try the Bluetooth tethering option, it's been shown in detail in a thread here how to do it, and it should work just fine.
funnycreature said:
Is the Wireless tether for the phone or the Xoom (or both)? I need an option for the iPhone in case the steps posted here won't work!
Click to expand...
Click to collapse
The app is for android, and for the host device not the Xoom, so you'll need to Bluetooth tether your iPhone.
wpa_supplicant
I understand exactly what the OP is talking about, as i'm trying to do the same thing. What makes matters worse, is that ad-hoc connections ARE possible in android. Meaning android can connect to ad-hoc networks, but it requires swapping out the wpa_suppplicant file in system/bin with a modified one that doesn't filter out ad-hoc networks.
i've even tested this on my EVO, and it connects to other android phones incapable of broadcasting in infrastructure mode, it even connects to my ubuntu netbook broadcasting in ad-hoc...
(if you want to see what i'm talking, just search the forums for wpa_supplicant, something will turn up )
I've tried doing the same "fix" with my xoom, but it doesn't take. Using ADB or root explorer, i've replaced the orignal (making sure to save a copy just in case) and fixed permissions to 775, but it doesn't take. The wifi antenna will turn on, but it doesn't find anything once being replaced, not even saved networks or access points. I can get wifi back by restoring my backup, but i'm at a loss as to why it doesn't work on the xoom (3.0) but does with my evo (2.3).
as a side note, i'm using the right replacement for the wpa version returned by entering
"wpa_supplicant -v" in a terminal emulator or adb. It returns version v0.6.10 and there is a working, modified, v0.6.10 that should make things work, but doesn't....
anyway, if anyone has any input, i would love to hear it!
I am in the same boat. Regardless of whatever permission settings I have tried (mentioned in the dev forums that I can't yet post in), I still get a dead wifi with the new supplicant file.
Ah, I feel better now. It must have been the supplicant file, as I found this other one and it worked without permission modifications first time out.
You will have to google "xoom supplicant" and use the file found on the first response (android.net)-I can't post the link- the downside to attitude having, overlord type forums is inability for new users to provide any help, or at least with any convenience.
i try connecting my xoom to my computer, and it wouldn't work. i have the "Intel My Wifi Technology" but each time i set up a connection, the xoom finds it, but will take like a minute trying to connect and all i see on the xoom is "Obtaining IP address". it shows on my computer that a new device is connected. maybe this only works computer to computer. cuz i have had success with another laptop connecting to my computer with no problem.
I am using the Launchpad kernel and the WPASupplicant file and am connected to my phone's ad-Hoc network now. I used the beta Wi-Fi Tether and it worked great, but crashed my Samsung Galaxy S at least twice a day. So I installed the WPA file without setting any special permissions, just used Root Explorer to copy it an it worked fine.
Is there a way to connect on a ad-hoc hostet by a laptop (win7) yet?
That would be interesting, cause if it work this way, it will work for every phone or something else!
Hey Guys,
i am having a little problem. i am using the Intel My Wifi Technology. and i don't know if i am doiing something wrong or this is just not possible. but i try connecting my xoom to my laptop, and it is not working or connecting. i get a message on the xoom that say's Obtaining IP address", but nothing happen on the xoom. is this not yet possible on the xoom. i don't know if this is consider ad-hoc network or not, cuz i am new to all this.
but here is the link to intel website for the program i am using as a wifi hotspot.
http://www.intel.com/products/wireless/mywifi.htm
and here is a video of what the program does.
http://www.youtube.com/watch?v=AuAQjR76A68
anyone with knowlwdge on this please help me understand what i am doing wrong or not doing. or even if this is a possibility.
If you're not opposed to rooting your Xoom, here's another option. I just unlocked and rooted my WiFi-only Xoom yesterday, and inserted the supplicant file in this thread: http://forum.xda-developers.com/showthread.php?t=1033314
It works like a charm! I'm running a WinMo Touch Pro 2 with WMWiFiRouter, and the Xoom now sees and properly connects to Ad Hoc networks. And, it still works with all other networks.
I don't know which way you prefer to attack the problem (from the Xoom or the phone), but I've been thrilled ever since I got all this done yesterday. Everything else on the Xoom is great, and now I've got the working SD card as well.
supremecream06 said:
Hey Guys,
i am having a little problem. i am using the Intel My Wifi Technology. and i don't know if i am doiing something wrong or this is just not possible. but i try connecting my xoom to my laptop, and it is not working or connecting. i get a message on the xoom that say's Obtaining IP address", but nothing happen on the xoom. is this not yet possible on the xoom. i don't know if this is consider ad-hoc network or not, cuz i am new to all this.
but here is the link to intel website for the program i am using as a wifi hotspot.
http://www.intel.com/products/wireless/mywifi.htm
and here is a video of what the program does.
http://www.youtube.com/watch?v=AuAQjR76A68
anyone with knowlwdge on this please help me understand what i am doing wrong or not doing. or even if this is a possibility.
Click to expand...
Click to collapse
Is it right that you host a Wifi on your computer and tether internet to you tablet? I think its the usual problem android and ad-hoch, witch not work!

[Q] adhoc and vpn does not work after dexter 1.4

I just got my A7 a few days ago. I did the elocity firmware, the latest dexter mod and the adhoc fix.
1. I cannot get the vpn to work. I am trying to get it to connect to my Cisco ASA at work and no matter if I try ip or dns name, it fails immediately. The connection never leaves the A7.
2. I rooted my Motorola Droid and put Barnacle on it. My laptop can wifi tether to the adhoc network off the phone with no problems. My A7 can see the adhoc, tries to obtain ip address over and over and just doesn't connect. It doesn't matter if I use proper wep or non matching wep key, same results. This is frustrating.
I have re wiped, re firmwared, re dextered several times. Out of ideas. Going on vacation i a few weeks and need to be able to tether.
Help!!!!
hi I had to do this to my samsung intercept running barnacle to make it connect. mabey it will help you.
http://androidforums.com/samsung-intercept-sprint/194068-barnacle-wont-run.html
I use the legacy version of barnacle. I think its available on authors site if not on market
scroll down page a little to see instructions for the fix in the link
Try installing googles wifi tether and run it without wep or wpa and see if you can connect that way.If you can connect then enable the Access control and set a ringtone to let you know when there is a connection,that way you can set it up to where you are the only one that can use it and know if there are any other connections besides you. Go to the link below to get the latest download and be sure to read up on it.This is what I use all the time with 0 problems.If you have any problems with it pm me and I will try to help you with it as much as I can.
http://code.google.com/p/android-wifi-tether/downloads/list
Update
I did as suggested with both Barnacle and Google Wifi Tethering with wep turned off. And it works. Why is that? If I create a wep key in either Barnacle as ascii or hex, it doesn't work whether I use ascii or hex equivalent on the eLocity. With the Wifi Tethering app, it only has ascii option and still no luck. Until a new Dexter comes out that may fix this problem (at least for me), I will probably just use Barnacle with max 3 connections and by default new clients gets no nat. I will manually allow nat from the phone to control access.
What sucks is I cannot use my buddy's jail broken iphone for wifi tethering either. My velocity has the same problem passing passwords to ad-hoc networks.
As far as Ive read and been told Android will not connect with wep but what you said you were going to do will work just fine,that's basically what I do,but when Im going to be in one place for a while I will use Google's wired usb connection (link below) to connect to my laptop and then just share its internet connection with other laptops,phones, game systems etc.Either way I think its a good idea to have both the wireless and wired installed just in case and there free so what the hell.
I hope some of this will help you out. Good luck and have a good vacation.
http://code.google.com/p/android-wired-tether/

[Q] acer iconia wifi tether with pdanet iphone 3gs

ok, I'm a total noob. I chose to buy the iconia because it had ports which the ipad doesnt have. I would like to teher with my iphone 3gs running pdanet. I read your forums. I rooted the iconia(thank you very much btw) n installed the new wpa supplicant. I also installed root explorer as per the instructions. I couldnt get the iconia to see the wifi hotspot eventhough I could see it on my laptop. I noticed that in the system/bin I had 2 wpa supplicant I removed the original one and after that the wifi woulndt work all I would get was an error. Even after I put it back it wouldn't work. Anyway to make a long story short I fiddle with the permissions on the original n got my wifi working again. Howeverr I still can't get the iconia to see the iphone hotspot. If you have any solutions I would greatly appreciate it. Also if u have a solution please consider that I'm a noob n would appreciate some sort of tutorial. Thank you very much.
domnoob said:
ok, I'm a total noob. I chose to buy the iconia because it had ports which the ipad doesnt have. I would like to teher with my iphone 3gs running pdanet. I read your forums. I rooted the iconia(thank you very much btw) n installed the newIt is not possible to have two files in the same place with the same name wpa supplicant. I also installed root explorer as per the instructions. I couldnt get the iconia to see the wifi hotspot eventhough I could see it on my laptop. I noticed that in the system/bin I had 2 wpa supplicant I removed the original one and after that the wifi woulndt work all I would get was an error. Even after I put it back it wouldn't work. Anyway to make a long story short I fiddle with the permissions on the original n got my wifi working again. Howeverr I still can't get the iconia to see the iphone hotspot. If you have any solutions I would greatly appreciate it. Also if u have a solution please consider that I'm a noob n would appreciate some sort of tutorial. Thank you very much.
Click to expand...
Click to collapse
It is not possible to have two files in the same place with the same name. Remember to put the tablet into airplane mode first. Then just rename the original to wpa_supplicant.bak, copy in the new one (make sure name is wpa_supplicant), and edit permissions on the new file to have execute for all. Turn off airplane. Copy the .bak to somewhere safe. That should be all you have to do.
Thank you for your answer. I moved the original file n put it on my sd card. Left the new wpa_supplicant_a500_wifi_adhoc in the system/ bin n changed the permissions but still got wifi error. Maybe I have the permissions wrong is it all check on read, first two check on write n 3 checks on execute?? N the special no checks ??
Moved as not development, please read the rules and post in the correct section ONLY.
I would like to do this as well. Right now, I have PDAnet on my iphone 3gs (jailbroken) and set it up as a wifi hotspot, but this is tedious and drains the battery. Bluetooth or hard tether would be preferable, but I think I'm just going to get an android phone and be done with this iOS crap.
I think android phones have the same issue. Read the forums if the wifi connection is an adhoc such as pdanet android os stick isn't designed to see it, which to me seems like a huge oversight.
I agree, it seems stupid that there is no native support for adhoc stuff. One should not have to root their phone for that functionality.
It like these manufacturers want you to buy their product, but are hell bent on preventing you from using it as anything but a expensive web browser. Just look at the list of all the stuff you can't do without "bending the rules" and rooting/hacking something.
There is no good reason for it!
Has anyone tried tethering via MyWi off Cydia? I just installed it to try out the trial but will not be able to test it out until later today. I'll give you guys and update, but I believe it also creates an adhoc network.
MyWi works, but has anyone been able to establish an L2TP over IPSEC connection over this kind of adhoc network tethering?
I took a look at the logs on the VPN server and looks like it never gets a response after the initial contact and just closes the connection because it declares the peer dead.
ipigi said:
Has anyone tried tethering via MyWi off Cydia? I just installed it to try out the trial but will not be able to test it out until later today. I'll give you guys and update, but I believe it also creates an adhoc network.
Click to expand...
Click to collapse
I tried to get MyWi to work, and it just doesn't. The wifi tethering hotspot seems to work (with the correct wpa_supplicant file), but PDAnet already does this for free. I was interested in either the hard wired or bluetooth functionality.
Simply put, bluetooth and USB tethering does not currently work on Honeycomb 3.1. I wish someone would prove me wrong, but everything I've read indicates that the support isn't there. I've seen a few people claim that they've gotten it to work, but they've never been able to back it up by explaining how.
Bluetooth tethering needs a specific profile, which does not appear in the settings window under the device when your iphone is paired. This should show up under "profiles" when you click the little wrench icon, but it doesn't appear to be there. Looks like you can pair with the iphone, but you cannot connect, which is the required step to get the profiles to show up. If you try to "connect" from the iphone side, it says A500 is not supported.
Furthermore, Honeycomb seems to have no embedded support for USB tethering. Hopefully someone can create an app which will allow an android tablet to be a USB tethering client.
Cheers,
-PW

Categories

Resources