[Q] [Request] [Mod] wpa_supplicant ad-hoc - Samsung Galaxy Nexus

Hello guys,
i asked this questions before with no luck, i did my research this time, and brought an example from Galaxy s2 forums. http://forum.xda-developers.com/showthread.php?t=1252619
this mod enable us to connect to wireless networks, created on laptop so we use that laptop internet connection, as my wireless router is far away and its hard for me to connect to it.
Please find a solution for us.

Up up up up up up up

NoEnd said:
Up up up up up up up
Click to expand...
Click to collapse
Hmm strangely enough this is what i need too. I'm celebrating christmas at my mother in law's, and they only have one computer which have wired internet.

Yeah I've been hoping for this as well. I had CM on my OG Droid just to get ad-hoc working on it. Where I work is a cell black hole for all services and if I want my battery to last for more than a few hours I either have to disable data or connect to the ad-hoc connection I have set up.

Up up up up up up up

Up up up up up up up

no replies at all

bumping this.

Still nothing?
This would be great - if it was possible.

Popup-ch said:
Still nothing?
This would be great - if it was possible.
Click to expand...
Click to collapse
It can be solved If you have bluetooth on the computer you want to share the net with.
Sent from my Galaxy Nexus using Tapatalk

would love to have this too! ^^
many many thanks!

much needed! bump!

Any more info on this? I think its very strange that the phone doesn't support ad-hoc out of the box and I'd love to be able to connect to ad-hoc networks
Also I heard that it's going to be added in a feature ICS update?

Related

Full settings app? VPN?

Hi,
Great to have a super-cheap Android Tablet now I've got Google apps and Market working, however the standard Amazon settings app leaves out a lot of the goodness, where can I get the 'standard' settings app?
Also has VPN support been removed from the Fire? (1vpn doesn't work) Is it possible to restore it?
I believe its missing tap/tun. At least thats what it tells me when I install OpenVPN.
spyz88 said:
I believe its missing tap/tun. At least thats what it tells me when I install OpenVPN.
Click to expand...
Click to collapse
tun.ko is missing. when we get kernels going we'll be okay
death2all110 said:
tun.ko is missing. when we get kernels going we'll be okay
Click to expand...
Click to collapse
Cool. I'm in Australia, and due to a locked router I can't get VPN through my home wireless to fool Amazon into thinking I'm in the US. Not sure where to go from here... a cheap USB wireless dongle and set-up an ad-hoc wireless connection with VPN on my PC?
mclad said:
Cool. I'm in Australia, and due to a locked router I can't get VPN through my home wireless to fool Amazon into thinking I'm in the US. Not sure where to go from here... a cheap USB wireless dongle and set-up an ad-hoc wireless connection with VPN on my PC?
Click to expand...
Click to collapse
I honestly don't see why that couldn't work.
You can use http://unblock-us.com/ to get you around that issue.
death2all110 said:
tun.ko is missing. when we get kernels going we'll be okay
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=19645614
If anybody wants to play around with it, there you go.
Sent from my Kindle Fire using xda premium
death2all110 said:
I honestly don't see why that couldn't work.
Click to expand...
Click to collapse
It does work - I've used my iPhone with PPTP (and LPTP), and then enabled hotspot. Turn off location services though, some sites seem to be able to pick your real location if you don't.
death2all110 said:
I honestly don't see why that couldn't work.
Click to expand...
Click to collapse
Thanks - it should work but apparently android (or at least 2.3 which the kindle is based off) is set to ignore adhoc wireless networks. I know, as I've tried with a USB wireless transmitter on my PC and my laptop's wireless, the Fire doesn't see the networks but my phone, running cyanogenmod, does. There are some files that need modded but I haven't been able to get it working.
If anyone can help in the threads below it would be appreciated
[Q] Will Adhoc WIFI be possible with software patching?
[Q] Kindle won't pickup adhoc wireless my phone will??
Wifi tethering to Kindle fire
ajq said:
http://forum.xda-developers.com/showthread.php?p=19645614
If anybody wants to play around with it, there you go.
Sent from my Kindle Fire using xda premium
Click to expand...
Click to collapse
No progress in that thread yet, a couple of people have tried the tun.ko file.
There is another thread in general about VPN: How to access android.net.vpn.SETTINGS?
Both those threads need some Dev's working on them, not just noobs like me in the General forum - VPN is very important for anyone travelling or residing outside the US!!
bump. need VPN
just tried to share my PC's VPN (HMA pro) using connectify.me which makes a wireless hotspot rather than an adhoc network, but for some reason connectify drops out when the VPN is active, dammit.
VPN on the Fire itself would be so much easier...
spyz88 said:
You can use http://unblock-us.com/ to get you around that issue.
Click to expand...
Click to collapse
How to use it ? Can you guide us ?

Configure Wi-Fi Direct?

Anyone noticed the option for wi-fi direct ?
cant find any way to configure it
It's under more i believe.
yes but thats just a tick box to turn it on :S .. no way to configure it like the galaxy s 2
What is wifi direct?
Sent from my Galaxy Nexus using Tapatalk
aindow said:
What is wifi direct?
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Wi-Fi Direct "is a certification mark for devices supporting a game-changing new technology enabling Wi-Fi devices to connect directly, making it simple and convenient to do things like print, share, synch and display. Products bearing the Wi-Fi Direct certification mark can connect to one another without joining a traditional home, office or hotspot network."
Sounds good to me!
yeh its great used it with GS2 to send music file in seconds .. its so fast
just want to know how to configure and use it with the nexus
Just an update.. after some digging it turns out that wifi direct in ics is just an api atm so app developers need to make use of this seemingly overlooked feature
lolittle said:
Just an update.. after some digging it turns out that wifi direct in ics is just an api atm so app developers need to make use of this seemingly overlooked feature
Click to expand...
Click to collapse
Hmm, I wonder if Android beam uses it?
No pure NFC with NDEF messages ... next semester at university i will be doing android develpoment .. if nothing is out by then i will have a go at making an app but it doesnt look to hard i would expect someone to have done one soon
Wi-Fi Direct
Android now supports Wi-Fi Direct for peer-to-peer (P2P) connections between Android-powered devices and other device types without a hotspot or Internet connection. The Android framework provides a set of Wi-Fi P2P APIs that allow you to discover and connect to other devices when each device supports Wi-Fi Direct, then communicate over a speedy connection across distances much longer than a Bluetooth connection.
A new package, android.net.wifi.p2p, contains all the APIs for performing peer-to-peer connections with Wi-Fi. The primary class you need to work with is WifiP2pManager, which you can acquire by calling getSystemService(WIFI_P2P_SERVICE). The WifiP2pManager includes APIs that allow you to:
Initialize your application for P2P connections by calling initialize()
Discover nearby devices by calling discoverPeers()
Start a P2P connection by calling connect()
And more
Click to expand...
Click to collapse
WiFi direct work like this
Turn it on
Thats easy
Ok
Now go to your laptop open up wirless networks and do a scan
and hello there is a Phone now showing up click connect
now on your phone a message will pop up saying a computer is tring to connect and asking you to say ok or cancel
say ok
Now your laptop is connected
Now open up xplorer on your laptop click networks and you will have two showing and your phone will be one of them double click on the phone this open up the phone just like in mass storage mode
Now to go the other way eg phone to pc that is the tricky bit
as the stock brouser sucks on android
You need es file exploer and do a lan scan and the laptop will show as a name click it and a message will show on the laptop or it will just open up the shared folders section
It only works on windows 7
for all its the old Ad hoc idea made simple
Northern, that didn't work for me, but my PC doesn't has got WiFi direct, so that might be a problem.
Anyways, I tried to use WiFi direct with my bother's SGS2, and we weren't being able to get it working properly. I tried the Android WiFi direct demo app, which was able to connect using WiFi direct, but I wasn't being able to send photo's. The S2 had an extra menu for configuring WiFi direct(TouchWiz)
Anyone that has got WiFi direct working on his Galaxy Nexus?
Is there any apps based on wi-fi direct?
neolee said:
Is there any apps based on wi-fi direct?
Click to expand...
Click to collapse
Not yet, working on it
same problem ...
Sent from my Samsung GNexus <3
It is very sad, that Google didn't finished it yet Is it so hard to make it work for us ? From my point of view we have been cheated
U HAVE TO USE 3TH PARTY APPS
FileExpert on the market does it
Inviato dal mio Galaxy Nexus con Tapatalk 2
Well file expert needs an access point in order to transfer files and the phone that you want to transfer file must have file expert too.. which is just wireless sharing not wifi direct though..
My Sony Bravia got WIFI Direct too. I tried to connect my GN with it. TV did find the phone. Connected too. But then just kept dropping off the connection.
Did anybody tried it out with a TV?
I noticed it on my sister's GS2, tried it out, her phone can see mine, but i can't seem to find the wifi direct settings for my gnex.
xXQuakeXx said:
Well file expert needs an access point in order to transfer files and the phone that you want to transfer file must have file expert too.. which is just wireless sharing not wifi direct though..
Click to expand...
Click to collapse
yes.... no wifi direct on file expert...
maverickrulz said:
My Sony Bravia got WIFI Direct too. I tried to connect my GN with it. TV did find the phone. Connected too. But then just kept dropping off the connection.
Did anybody tried it out with a TV?
Click to expand...
Click to collapse
Mach3.2 said:
I noticed it on my sister's GS2, tried it out, her phone can see mine, but i can't seem to find the wifi direct settings for my gnex.
Click to expand...
Click to collapse
as you can see, google/android gave us the api, but not the interface to manage this...
but released a piece o code to compile a demo app 'wifi direct'.... i do not have other wifi direct enabled device... and i don't tryied this yet... but, here is the sample:
https://www.box.com/s/728c598a466c6822cc94
let me know if it work (p.s. not compiled by me... i only found it on the web )

ad-hoc support

Hi guys,
As the title suggest , is there an ad-hoc support for the gn?
Sent from my Galaxy Nexus using xda premium
any answer????
Openen Hotspot with Connectify
-Nokia E51 connects (with and without encryption)
-Samsung Galaxy Nexus doesn't even show the hotspot.
adding the network manually is not working either
ramrod2k said:
Openen Hotspot with Connectify
-Nokia E51 connects (with and without encryption)
-Samsung Galaxy Nexus doesn't even show the hotspot.
adding the network manually is not working either
Click to expand...
Click to collapse
i tired every app and method available with no luck
i think the solution is to add ad-hoc support
I think the default wpa-supplicant doesn't support adhoc. We need to replace it with one that supports. I don't know if someone has made/fixed it yet. Still waiting for it as well.
Ad.Hoc
did you manage to connect through Ad.Hoc? I cannot find Adhoc in my Galaxy Note!! Can we enable AdHoc on Note?
Also need to use adhoc but my Nexus doesn't detect any...
i will try tonight,as i has my laptop at my GF's house.and wont be there until tonight .
but yha. if nobody has posted til than.
than be sure to watch out for my post
Btw,did any one of you guys try wifi direct?
im kinda unsure what it really does.
Did some search in Google and previous NEXUS had the same problem some users were telling to change wpa_supplicant in /system/bin but I think the one they where providing its not compatible with SGN.
As someone already said, I am not even able to see the an adhoc wifi network with my Galaxy Nexus.
My device is rooted but so far I did not find an easy solution to enable adhoc wifi.
However the same adhoc network works perfectly with an EEEpad transformer, so apparently the wifi client is already modified in the Asus tablet.
Has there been any update to this? Been searching this site and others and it doesn't seem like a wpa-supplicant file that can see Ad-hoc networks has been created yet.
I use Connectify - works pefectly.
Supposedly the 4.0.2 update should bring ad-hoc support.
I'm eagerly awaiting the roll-out... (Should have happened ages ago, but somehow it's taking quite a while to propagate everywhere.)
I suppose you could always go ahead and flash your own ROM, but personally I prefer to wait for the official OTA update.
I'm using a 4.0.3 ROM and before that had stock 4.0.2 and no ad hoc support was/is available. There is Wifi Direct which acts like ad hoc but that only works with other Wifi Direct devices.
Sent from my Galaxy Nexus using Tapatalk
solarus2011 said:
I'm using a 4.0.3 ROM and before that had stock 4.0.2 and no ad hoc support was/is available. There is Wifi Direct which acts like ad hoc but that only works with other Wifi Direct devices.
Click to expand...
Click to collapse
Oh, Bother!
I was betting on 4.0.2 to solve this, but as you say, it appears that it's only the wifi-direct that frequently gets billed as 'ad-hoc-like' connection.
Is there any other way to enable ad-hoc connections?
Apparently on other devices there exist modified wpa_supplicant files that enable ad-hoc, but so far I haven't seen anything for the GN.
asheg said:
I use Connectify - works pefectly.
Click to expand...
Click to collapse
Unfortunately I'm running XP (yeah I know ) here at the office so Connectify won't work - no access point connections on XP.
any possible solution?
Use bluetooth to connect to your computer and share your internet connection with your phone.
I've tried it on windows xp.
Sent from my Galaxy Nexus using Tapatalk
Herman76 said:
Use bluetooth to connect to your computer and share your internet connection with your phone.
I've tried it on windows xp.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Unfortunately no bluetooth on my laptop either...double yeah I know ;-) It really is a POS!
I found the application Wifi Ad Hoc Enabler on the market, it require Root and it works grate for me, now i can see and connect to any ad hoc connection.

Bluetooth tether to tablet

Sorry if this has been brought up already but for some reaskn i cannot do a search on the forums. Trying to Bluetooth tether to my transformer tablet to share the internet connection from my epic touch.. I am on caulkins el29 from. I get them both paired but the two never connect, just says paired but not connected. Is there a way to do this to get it to work or is this something sprint disabled?
Not sure about bluetooth but why not use the regular hotspot if you're just using it for internet access?
nobrakes said:
Not sure about bluetooth but why not use the regular hotspot if you're just using it for internet access?
Click to expand...
Click to collapse
nobrakes said:
Not sure about bluetooth but why not use the regular hotspot if you're just using it for internet access?
Click to expand...
Click to collapse
Guess I figured the Bluetooth might be harder for sprint to track but I suppose the experts here at xda have taken care of that with the hot spot mod.
jhcomputerguy said:
Guess I figured the Bluetooth might be harder for sprint to track but I suppose the experts here at xda have taken care of that with the hot spot mod.
Click to expand...
Click to collapse
yeah, but, if you want to be extra sure use the 'wifi tether' app....
....but I wouldn't worry about it either way.
I didn't know Android devices could connect as a BT-DUN client....I know you can be the server with certain apps, but, the client thing is news to me...not that I ever looked into it, lol.

Is it possible to share wifi connection using Galaxy Nexus?

There is wifi network, but only 1 device can use it.
Suppose I connect my Galaxy Nexus to that wifi, is it possible to share that to other phones?
I know that I can share 3g connection to other phones via wifi, but is it possible to share wifi via wifi?
It is possible using pc though http://www.virtualwifirouter.com/
uhhh don't think that'd be possible. You can see that if you're on WiFi and try to turn on WiFi Hotspot, it disables your WiFi.
what kinda stupid network are you connecting to that only lets one device connect?
Are you able to allow more connections by changing settings in your router?
bow chicka wow wow.
gogol said:
There is wifi network, but only 1 device can use it.
Suppose I connect my Galaxy Nexus to that wifi, is it possible to share that to other phones?
I know that I can share 3g connection to other phones via wifi, but is it possible to share wifi via wifi?
It is possible using pc though http://www.virtualwifirouter.com/
Click to expand...
Click to collapse
I've just thought of this off the top of my head so don't blame me if it doesn't work but it would seem feasible if;
1) First phone set to share/tether via bluetooth to 2nd phone
2) 2nd phone turns on Wifi tether
3) other devices connect to 2nd phone.
Let us know if this works as I'm not about to collect all the phones in the house to test this out hahaha.
moe6 said:
I've just thought of this off the top of my head so don't blame me if it doesn't work but it would seem feasible if;
1) First phone set to share/tether via bluetooth to 2nd phone
2) 2nd phone turns on Wifi tether
3) other devices connect to 2nd phone.
Let us know if this works as I'm not about to collect all the phones in the house to test this out hahaha.
Click to expand...
Click to collapse
Yes, this works. Thanks
First phone connect to the wifi
First phone enable bluetooth tetehering
Pair both phones via blutooth
All phones are able to access the wifi
Hahah nice. Android, it just works?
gogol said:
Yes, this works. Thanks
First phone connect to the wifi
First phone enable bluetooth tetehering
Pair both phones via blutooth
All phones are able to access the wifi
Click to expand...
Click to collapse
This would be useful for connecting to hotel Internet that only allow a single connection at a time kinda cool lol
Sent from my Galaxy Nexus using Tapatalk 2

Categories

Resources