Obsolete
Status Update
Comments
mo...@gmail.com <mo...@gmail.com> #2
+Chris/Adam
mi...@gmail.com <mi...@gmail.com> #3
This is in fact an important problem for ActionBarCompat.
One cannot add any other action item when SearchView is included in always-expanded mode.
Having attribute app:showAsAction="always|collapseActionView" for searchView and calling MenuItem.expandActionView() in code as a workaround doesn't really have the same effect.
Please review its priority.
Forcing the user to use SearchView with 2 taps decreases the quality of user experience on our part.
One cannot add any other action item when SearchView is included in always-expanded mode.
Having attribute app:showAsAction="always|collapseActionView" for searchView and calling MenuItem.expandActionView() in code as a workaround doesn't really have the same effect.
Please review its priority.
Forcing the user to use SearchView with 2 taps decreases the quality of user experience on our part.
he...@gmail.com <he...@gmail.com> #4
I agree with #4.
sj...@gmail.com <sj...@gmail.com> #5
[Comment deleted]
al...@gmail.com <al...@gmail.com> #6
[Comment deleted]
al...@gmail.com <al...@gmail.com> #7
Additional information that can be useful:
The issue only happens when SearchView is included in ActionBar menu.xml and setIconifiedByDefault(false) is applied.
SearchView item definition from menu.xml:
<item android:id="@+id/menuSearch"
app:actionViewClass="android.support.v7.widget.SearchView"
app:showAsAction="always"
android:title="Search">
</item>
Including SearchView as custom view works correctly, like in this scenario:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
SearchView searchView = new SearchView(this);
searchView.setIconifiedByDefault(false);
getActionBar().setCustomView(searchView);
getActionBar().setDisplayShowCustomEnabled(true);
}
The issue only happens when SearchView is included in ActionBar menu.xml and setIconifiedByDefault(false) is applied.
SearchView item definition from menu.xml:
<item android:id="@+id/menuSearch"
app:actionViewClass="android.support.v7.widget.SearchView"
app:showAsAction="always"
android:title="Search">
</item>
Including SearchView as custom view works correctly, like in this scenario:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
SearchView searchView = new SearchView(this);
searchView.setIconifiedByDefault(false);
getActionBar().setCustomView(searchView);
getActionBar().setDisplayShowCustomEnabled(true);
}
al...@gmail.com <al...@gmail.com> #8
It's the same for ActionBar not only ActionBarCompat.
al...@gmail.com <al...@gmail.com> #9
Ditto this is an ugly bug. It prevents this use case:
- search is done via a REST API whenever someone types a character in
- search takes a while to happen so we should display a progress indicator to user so they don't kill the app because it's not responsive
2nd step is impossible :-(
- search is done via a REST API whenever someone types a character in
- search takes a while to happen so we should display a progress indicator to user so they don't kill the app because it's not responsive
2nd step is impossible :-(
de...@jraven.com <de...@jraven.com> #10
This does seem semi-important as it could be the basis for some differentiate apps.
dr...@gmail.com <dr...@gmail.com> #11
I have submitted a patch to the master branch for adding Adhoc Wifi support. The
patch only provides the ability to programatically add or connect to a Wifi Network.
It does not modify the Settings App to take advantage of that. However, the
settings app could easily be modified to use the code. I may submit a patch for that
soon as well.
Link is here:
https://review.source.android.com/9714
patch only provides the ability to programatically add or connect to a Wifi Network.
It does not modify the Settings App to take advantage of that. However, the
settings app could easily be modified to use the code. I may submit a patch for that
soon as well.
Link is here:
to...@gmail.com <to...@gmail.com> #12
option to share 3G connection to a PC using ad-hock would be awesome and realy a hit
for business users, connect your laptop and phone on teh go wirelessly over wifi
for business users, connect your laptop and phone on teh go wirelessly over wifi
ko...@gmail.com <ko...@gmail.com> #13
anyone knows the current status of this?
ma...@gmail.com <ma...@gmail.com> #14
So, I have the same question as koliaskostas... Ad hoc support will be very useful and
seems to be very easy to implement. I don't want to root my phone but without ad hoc
support I'll do it probably.
seems to be very easy to implement. I don't want to root my phone but without ad hoc
support I'll do it probably.
jp...@gmail.com <jp...@gmail.com> #15
Please add support for adhoc networks. I want to connect to internet through my laptop
shared lan connection.
shared lan connection.
d....@gmail.com <d....@gmail.com> #16
And how do I Edit that file to enable as hoc on my Magic.
ch...@gmail.com <ch...@gmail.com> #17
[Comment deleted]
gr...@gmail.com <gr...@gmail.com> #18
You CAN connect your HTC Hero to an ad-hoc network. I've done it with mine.
The process is a bit complicated, but it's explained on the internet. Basically, you
have to root your Hero and edit 2 wifi configuration files in order to manually add
your wifi ad-hoc network.
It should be done with care, though, because wrong settings can remove the wifi
functionnality from the phone. You would then had to do a factory reset to get it back.
So back up your phone before doing this tweak.
The process is a bit complicated, but it's explained on the internet. Basically, you
have to root your Hero and edit 2 wifi configuration files in order to manually add
your wifi ad-hoc network.
It should be done with care, though, because wrong settings can remove the wifi
functionnality from the phone. You would then had to do a factory reset to get it back.
So back up your phone before doing this tweak.
ch...@gmail.com <ch...@gmail.com> #19
[Comment deleted]
gr...@gmail.com <gr...@gmail.com> #20
Sent you an email.
To other people with the same issue :
Basically followed that :
http://blog.joint.net/2009/07/connecting-android-phone-through-adhoc.html
But changed some things as my adb shell has no root rights by default, so I couldn't
do the adb push commands.
Had to copy the files on the sd card, and get then back to their place using dd
command + chown and chmod.
To other people with the same issue :
Basically followed that :
But changed some things as my adb shell has no root rights by default, so I couldn't
do the adb push commands.
Had to copy the files on the sd card, and get then back to their place using dd
command + chown and chmod.
sn...@gmail.com <sn...@gmail.com> #21
We should be able to do this without rooting the phone. It doesn't make sense! When you
root your mobile phone you can share files on bluetooth too, Android is supposed to be
open-source so they should see these applications and add these functionalities faster
but I guess we will not have Bluetooth file transfer on 1.6 either :( I paid a lot of
money for my Hero but I keep using my Nokia 6630 since it can connect to my pc over
bluetooth and also it can share files on bluetooh...
root your mobile phone you can share files on bluetooth too, Android is supposed to be
open-source so they should see these applications and add these functionalities faster
but I guess we will not have Bluetooth file transfer on 1.6 either :( I paid a lot of
money for my Hero but I keep using my Nokia 6630 since it can connect to my pc over
bluetooth and also it can share files on bluetooh...
st...@gmail.com <st...@gmail.com> #22
we bought this hero for such a thing and now we find its not possible, that sucks bad.
vn...@gmail.com <vn...@gmail.com> #23
How long does it take to allow users to change three config lines? Apparently at
least 21 months (and still counting)
least 21 months (and still counting)
il...@gmail.com <il...@gmail.com> #24
Our application needs this functionality, because its core service is to connect people
around. In WinMobile we have already implemented this connectivity and would like to
make the app crossplatform.
around. In WinMobile we have already implemented this connectivity and would like to
make the app crossplatform.
br...@gmail.com <br...@gmail.com> #25
Our studio would also find this useful for a game we're developing. Keeping my
fingers crossed that it gets official support.
fingers crossed that it gets official support.
vi...@gmail.com <vi...@gmail.com> #26
So I see people talking about adhoc where mobile connects to a laptop. Can a adhoc
network be formed between mobiles, say 4 friends want to chat without using wifi AP.
I read that sdk does not provide adhoc capability to the application developer !!
network be formed between mobiles, say 4 friends want to chat without using wifi AP.
I read that sdk does not provide adhoc capability to the application developer !!
[Deleted User] <[Deleted User]> #27
You might want to look at Issue 36905835 and also Wi-Fi Direct, neither of which are
currently supported.
currently supported.
jw...@gmail.com <jw...@gmail.com> #28
I dont know if it´s useful for you, but for me it worked fine.
There is a Software called Connectifyhttp://www.connectify.me/ wich is using a
feature of Windows 7 that can provide an Infrastructure WLAN from a normal PC or
especially a Notebook.
That works fine even it´s Beta!
Hope I can help you
There is a Software called Connectify
feature of Windows 7 that can provide an Infrastructure WLAN from a normal PC or
especially a Notebook.
That works fine even it´s Beta!
Hope I can help you
sn...@gmail.com <sn...@gmail.com> #29
Unfortunately it does not support many network adapters. And I have Intel 4965!
http://www.connectify.me/docs/index.html
bw...@gmail.com <bw...@gmail.com> #30
This sucks. connectify doesn't work with 99% of intel wifi cards. Please add adhoc
networking support :)
networking support :)
kk...@googlemail.com <kk...@googlemail.com> #31
[Comment deleted]
kk...@googlemail.com <kk...@googlemail.com> #32
I am supporting a free-for-everyone wireless mesh operating in adhoc-mode...but my G1
cannot connect easily to it. Annoying!
cannot connect easily to it. Annoying!
od...@gmail.com <od...@gmail.com> #34
It is reported from 2008 Jan, and now it is 2010 Jan. Anyone know what the hell is
going on? I don't want to root my milestonn!!
going on? I don't want to root my milestonn!!
th...@gmail.com <th...@gmail.com> #35
as happy as i am with android 2.01 there are little things like this that bug me to
the point where i'm considering rooting my droid. I've seen enough apps that can be
controlled via sms that makes me worried about granting super user priveliges, but
it looks to me that i can't rely on an update to get these trivial tasks completed.
2 years is too long to wait for parameter changes. guess i got no choice but to
void my warranty and put my handset in a weakened state of security
the point where i'm considering rooting my droid. I've seen enough apps that can be
controlled via sms that makes me worried about granting super user priveliges, but
it looks to me that i can't rely on an update to get these trivial tasks completed.
2 years is too long to wait for parameter changes. guess i got no choice but to
void my warranty and put my handset in a weakened state of security
la...@gmail.com <la...@gmail.com> #36
[Comment deleted]
la...@gmail.com <la...@gmail.com> #37
I have been trying to get Google to apply this into their branch, and while they at
first said this would certainly be added soon, they are now ignoring the issue
completely. Technically the changes are very very very very MINOR, and they could
have added it immediately if they wanted to. They don't want to. They are afraid.
Afraid operators will complain and withdraw their support, but don't care what
customers say, operators are more important.
first said this would certainly be added soon, they are now ignoring the issue
completely. Technically the changes are very very very very MINOR, and they could
have added it immediately if they wanted to. They don't want to. They are afraid.
Afraid operators will complain and withdraw their support, but don't care what
customers say, operators are more important.
ne...@gmail.com <ne...@gmail.com> #38
The benefit of an open source system is that we can provide much of the work to fix
these bugs, and fix them in our own systems if we want to.
I see discussion from Google engineers of problems with the one patch noted above by
drew.jacobs:
https://review.source.android.com/#change,9714
but it seems that no one followed thru and fixed the patch.
lanilsson, can you point to any relevant patches you've proposed, archives of
discussions etc.?
I see some folks having success on rooted phones here:
Connect G1 to Ad-hoc network:http://modmygphone.com/forums/showthread.php?t=22681
Has anyone deployed a patched system that resolves this bug? I note requests for
cyanogen to do so here:
http://forum.xda-developers.com/showpost.php?s=b9f683bc4fc1403a7d078a1afbe7f1d5&p=4864323&postcount=4007
these bugs, and fix them in our own systems if we want to.
I see discussion from Google engineers of problems with the one patch noted above by
drew.jacobs:
but it seems that no one followed thru and fixed the patch.
lanilsson, can you point to any relevant patches you've proposed, archives of
discussions etc.?
I see some folks having success on rooted phones here:
Connect G1 to Ad-hoc network:
Has anyone deployed a patched system that resolves this bug? I note requests for
cyanogen to do so here:
fp...@gmail.com <fp...@gmail.com> #39
I suppose that developer could revise UI in order to include wifi TTLS/PAP with
certificate option. It is a very important issue, at least in almost all European university and enterprise environments, as you can see in ID 1386.
Its very easy to develop because linux already has it, its only a change in
wpasupplicant.conf, (its already possible using wifihelper app but we need to root
device to use it and so voiding warranty).
I assure it is a very important fault repeating an iphone initial fault. (I think it
is a USA centric problem... because we in Europe use open encryption standards (non
MS centered) and cisco rooters)
certificate option. It is a very important issue, at least in almost all European university and enterprise environments, as you can see in ID 1386.
Its very easy to develop because linux already has it, its only a change in
wpasupplicant.conf, (its already possible using wifihelper app but we need to root
device to use it and so voiding warranty).
I assure it is a very important fault repeating an iphone initial fault. (I think it
is a USA centric problem... because we in Europe use open encryption standards (non
MS centered) and cisco rooters)
br...@gmail.com <br...@gmail.com> #40
Please add ad-hoc mode. This enables some very interesting and unique use cases for
Android devices such as group coordination in places with no network infrastructure
of any kind. Very useful to university research groups.
Android devices such as group coordination in places with no network infrastructure
of any kind. Very useful to university research groups.
am...@gmail.com <am...@gmail.com> #41
Interesting - I put Wireless tethering on my Android G1. My friend's iPod Touch can
connect to it, but a non-hacked Android phone cant :-(
connect to it, but a non-hacked Android phone cant :-(
no...@gmail.com <no...@gmail.com> #42
Since you were discussing it, there's a new 1.1 version of Connectify that supports a
lot more Intel cards (like the 5100 and 5300... maybe more).www.connectify.me
lot more Intel cards (like the 5100 and 5300... maybe more).
rs...@gmail.com <rs...@gmail.com> #43
I'm trying to create an application that talks to a wifi device. Without the adhoc feature I can't create this
application. I am trying to develop an Android version. There are already iPhone versions so apparently, the
iPhone supports adhoc wifi mode. SO WHY DOESN'T ANDROID? Can we please get some idea of the status of
this? It been pending for 2 years!!!
application. I am trying to develop an Android version. There are already iPhone versions so apparently, the
iPhone supports adhoc wifi mode. SO WHY DOESN'T ANDROID? Can we please get some idea of the status of
this? It been pending for 2 years!!!
kk...@googlemail.com <kk...@googlemail.com> #44
How funny...googling "android adhoc network" brings this issue up as first result.
Developers, do you hear the bells ringing?
Developers, do you hear the bells ringing?
mf...@gmail.com <mf...@gmail.com> #45
Similar to rsbrodie50, I am also trying to write an app that will use a wifi device.
The device in question uses adhoc wifi. There is an app available for the iPhone to
work with this device. I know there are android users who want to use similar
devices. I would also like to see an updated status from the Engineers.
The device in question uses adhoc wifi. There is an app available for the iPhone to
work with this device. I know there are android users who want to use similar
devices. I would also like to see an updated status from the Engineers.
li...@gmail.com <li...@gmail.com> #46
[Comment deleted]
la...@gmail.com <la...@gmail.com> #47
limassol, thats windows 7, not Android. Windows and Windows Mobile already has decent
support for ad hoc networking, as has already been pointed out. Android don't, and
that's what we are requesting.
Also, IPhones can connect to an ad hoc network, such as a laptop in ad hoc mode, but
can not set up the network itself.
support for ad hoc networking, as has already been pointed out. Android don't, and
that's what we are requesting.
Also, IPhones can connect to an ad hoc network, such as a laptop in ad hoc mode, but
can not set up the network itself.
dr...@gmail.com <dr...@gmail.com> #48
I have composed two new patches to handle some of the issues requested here. The
patches can be applied to the master branch. If anyone uses them, please let me know
how they work and what needs to be accounted for so that I can improve the
functionality. The patches are as follows:
Adhoc Connection Changes:
https://review.source.android.com/13291
Changes to Settings App:
https://review.source.android.com/13292
patches can be applied to the master branch. If anyone uses them, please let me know
how they work and what needs to be accounted for so that I can improve the
functionality. The patches are as follows:
Adhoc Connection Changes:
Changes to Settings App:
rs...@gmail.com <rs...@gmail.com> #49
Drew, I appreciate your efforts in creating these patches! For me, accessing an
adhoc networking programmatically is all that I need to communicate with the device
for which I want to develop an app. In fact, I would prefer it that way so as not to
require the user to have to go to Settings to connect to the device. That is a
requirement on the iPhone, but I think it would be more user friendly to be able to
handle it programmatically. The device uses a static IP so that is not an issue for me.
While I understand, I should be able to accomplish this by rooting the phone, I
certainly prefer not to and since I’m trying to develop a sellable app, I can’t
imagine that would go over well with people wanting to use the app.
Forgive my ignorance, but are the patches something I can apply to the SDK myself
(assuming that’s where they belong) to test this out or do I have to wait for someone
at Google to apply these.
Can someone at Google provide some information about this, please? I would be
interested in helping to test this. I’ve already invested in the hardware to develop
this app and now I’m stuck with having spent the money for nothing as well as it’s
preventing me from potential income from the app. It never occurred to me that
Android would not support the device. There are already 3 iPhone apps that support
this device and there is definitely an interest to have an Android version.
adhoc networking programmatically is all that I need to communicate with the device
for which I want to develop an app. In fact, I would prefer it that way so as not to
require the user to have to go to Settings to connect to the device. That is a
requirement on the iPhone, but I think it would be more user friendly to be able to
handle it programmatically. The device uses a static IP so that is not an issue for me.
While I understand, I should be able to accomplish this by rooting the phone, I
certainly prefer not to and since I’m trying to develop a sellable app, I can’t
imagine that would go over well with people wanting to use the app.
Forgive my ignorance, but are the patches something I can apply to the SDK myself
(assuming that’s where they belong) to test this out or do I have to wait for someone
at Google to apply these.
Can someone at Google provide some information about this, please? I would be
interested in helping to test this. I’ve already invested in the hardware to develop
this app and now I’m stuck with having spent the money for nothing as well as it’s
preventing me from potential income from the app. It never occurred to me that
Android would not support the device. There are already 3 iPhone apps that support
this device and there is definitely an interest to have an Android version.
dr...@gmail.com <dr...@gmail.com> #50
rsbrodie50,
If you want to access Adhoc wifi programmatically, you will need to apply patch
13291. The Settings App changes are not necessary to access the functionality via
other programs. However, you cannot just apply this patch to the SDK. You have to
apply the patch to the open source OS master branch and recompile the OS. After
doing so, you can flash the OS onto your devices and use the new functionality. My
hope is that after review and tweaking, these patches can be applied to the OS in a
released version so that it is available to everyone and not just those who can
compile the OS themselves.
I hope that helps.
- Drew
If you want to access Adhoc wifi programmatically, you will need to apply patch
13291. The Settings App changes are not necessary to access the functionality via
other programs. However, you cannot just apply this patch to the SDK. You have to
apply the patch to the open source OS master branch and recompile the OS. After
doing so, you can flash the OS onto your devices and use the new functionality. My
hope is that after review and tweaking, these patches can be applied to the OS in a
released version so that it is available to everyone and not just those who can
compile the OS themselves.
I hope that helps.
- Drew
mf...@gmail.com <mf...@gmail.com> #51
Drew,
Thank you for doing this so quickly. Is there any way for us to track the status of
this? Specifically, how will we know if these patches are going to be applied in a
release?
Thanks!
Thank you for doing this so quickly. Is there any way for us to track the status of
this? Specifically, how will we know if these patches are going to be applied in a
release?
Thanks!
dr...@gmail.com <dr...@gmail.com> #52
mfmjos,
You can track the status of the tickets during the review process through the links I provided before. Updates
will be placed there if/when google engineers review the tickets. This will also tell you when they get merged
into the open source branch. Beyond that, I don't know of a good way to tell if a specific android device
release will carry the changes. I will also try to update this ticket if I make any changes to the patches or hear
any news on the topic.
- Drew
You can track the status of the tickets during the review process through the links I provided before. Updates
will be placed there if/when google engineers review the tickets. This will also tell you when they get merged
into the open source branch. Beyond that, I don't know of a good way to tell if a specific android device
release will carry the changes. I will also try to update this ticket if I make any changes to the patches or hear
any news on the topic.
- Drew
ne...@gmail.com <ne...@gmail.com> #53
Thanks for coming back with more patches, Drew! Have you tested them? On real
hardware? Is an image available for testing, e.g based onhttp://www.cyanogenmod.com/
hardware? Is an image available for testing, e.g based on
dr...@gmail.com <dr...@gmail.com> #54
nealmcb,
The patches were testing using ADP1 devices. I don't have an image built, but you can build one yourself
following the instructions for building/installing for the ADP1 onsource.android.com .
- Drew
The patches were testing using ADP1 devices. I don't have an image built, but you can build one yourself
following the instructions for building/installing for the ADP1 on
- Drew
rs...@gmail.com <rs...@gmail.com> #55
Drew,
Should these patches be able to run on the ADP2 as well? (I'm trying to decide if I should buy an ADP.) Also, any
ideas on how we communicate with and/or encourage Google engineers to review and implement the patches? I
would love to develop an app that communicates with a particular adhoc wifi device, but it would be necessary
for your patches to be released for the publishing of the app to be feasible. Thanks.
Bob
Should these patches be able to run on the ADP2 as well? (I'm trying to decide if I should buy an ADP.) Also, any
ideas on how we communicate with and/or encourage Google engineers to review and implement the patches? I
would love to develop an app that communicates with a particular adhoc wifi device, but it would be necessary
for your patches to be released for the publishing of the app to be feasible. Thanks.
Bob
pr...@gmail.com <pr...@gmail.com> #56
i hope the process could be more effective, because a lot of people are counting on
it!
it!
dr...@gmail.com <dr...@gmail.com> #57
rsbrodie50,
I don't see why the patches wouldn't work for the ADP2. There aren't any hardware specific changes that should
cause it to not work. I assume since the ADP1 supports adhoc wifi on the chipset and wifi driver, that ADP2
would also support that feature. If so, the usage should be the same.
- Drew
I don't see why the patches wouldn't work for the ADP2. There aren't any hardware specific changes that should
cause it to not work. I assume since the ADP1 supports adhoc wifi on the chipset and wifi driver, that ADP2
would also support that feature. If so, the usage should be the same.
- Drew
gt...@gmail.com <gt...@gmail.com> #58
this is great and all but i can't afford to root my phone and flash images onto it.
is there a way i can access adhoc networks? T-Mobile voids your warrentee on the
phone and if it fails i need that warentee
is there a way i can access adhoc networks? T-Mobile voids your warrentee on the
phone and if it fails i need that warentee
ig...@gmail.com <ig...@gmail.com> #59
Connectifyme IT IS REALLY COOL PROGRAM !!! I tried everything to connect my nexus one
to my laptop, but wlan card does not support access point mode, but nexus one does not
allow connect to AD-HOC. Connectifyme create an access point at my laptop and nexus one
can connect to it.
Thanx developer!
to my laptop, but wlan card does not support access point mode, but nexus one does not
allow connect to AD-HOC. Connectifyme create an access point at my laptop and nexus one
can connect to it.
Thanx developer!
ar...@gmail.com <ar...@gmail.com> #60
Hi Drew,
Thanks for providing the patch for the Ad Hoc mode setting. I am trying out the
patch ( 13291 && 13292 )with my mobile phone. I need a clarification for the same in
setting the phone in Ad Hoc programmatically. After I boot the mobile phone,I try to
get into Ad-hoc mode through the following steps. 1. "iwconfig <interface> mode
ad-hoc" 2. "iwconfig <interface> essid <ssid_name>". 3. "iwconfig <interface> channel
<channel_number>" 4. "ifconfig <interface> <IP_ADDR>.
The other way is through GUI APP where we prompt for the User to set these
values. I tried out the patch. But there was no prompt as such in
Settings->Wifi_sub_menu. Is my understanding right??
Regards,
Arjun
Thanks for providing the patch for the Ad Hoc mode setting. I am trying out the
patch ( 13291 && 13292 )with my mobile phone. I need a clarification for the same in
setting the phone in Ad Hoc programmatically. After I boot the mobile phone,I try to
get into Ad-hoc mode through the following steps. 1. "iwconfig <interface> mode
ad-hoc" 2. "iwconfig <interface> essid <ssid_name>". 3. "iwconfig <interface> channel
<channel_number>" 4. "ifconfig <interface> <IP_ADDR>.
The other way is through GUI APP where we prompt for the User to set these
values. I tried out the patch. But there was no prompt as such in
Settings->Wifi_sub_menu. Is my understanding right??
Regards,
Arjun
dr...@gmail.com <dr...@gmail.com> #61
Hi Arjun,
The patches don't require you to make any changes using iwconfig. The patches work in the following way(s):
1) When an adhoc signal is in range, you will see it in the signals list in the Wifi Settings. All you have to do to
connect is select the signal and it will connect to the signal. The WifiConfiguration for the signal will be
marked as adhoc, but the Settings App will not show any signal as adhoc (nor do I have it configured to allow
you to create an adhoc signal that doesn't exist, that has to be done programmatically).
2) To programmatically start an adhoc connection, you must create a WifiConfiguration object, set it's adhoc
property to true, use WifiService to save & enable the signal, then set the WifiService adhoc mode to true
(otherwise it won't set AP_SCAN=2 and can't connect). The final step is to call WifiService.reconnect() and
other devices will now see and be able to connect to your adhoc signal. One thing to note though, if you are
the originator of the adhoc signal, you won't show up as connected until another device connects to you. This
is because you are technically not connected to anything without another node. Also, no device is running
DHCP server, your device will disconnect because it fails to obtain an IP Address. The way around this is to set
a static IP address either programmatically or via the Wifi Settings App. Set the DNS to a reachable address
and the connection will stay.
Also, if anyone has any good ideas for solving some of the caveats I mentioned in this post, please let me
know and I will make changes to the patches to the best of my ability.
- Drew
The patches don't require you to make any changes using iwconfig. The patches work in the following way(s):
1) When an adhoc signal is in range, you will see it in the signals list in the Wifi Settings. All you have to do to
connect is select the signal and it will connect to the signal. The WifiConfiguration for the signal will be
marked as adhoc, but the Settings App will not show any signal as adhoc (nor do I have it configured to allow
you to create an adhoc signal that doesn't exist, that has to be done programmatically).
2) To programmatically start an adhoc connection, you must create a WifiConfiguration object, set it's adhoc
property to true, use WifiService to save & enable the signal, then set the WifiService adhoc mode to true
(otherwise it won't set AP_SCAN=2 and can't connect). The final step is to call WifiService.reconnect() and
other devices will now see and be able to connect to your adhoc signal. One thing to note though, if you are
the originator of the adhoc signal, you won't show up as connected until another device connects to you. This
is because you are technically not connected to anything without another node. Also, no device is running
DHCP server, your device will disconnect because it fails to obtain an IP Address. The way around this is to set
a static IP address either programmatically or via the Wifi Settings App. Set the DNS to a reachable address
and the connection will stay.
Also, if anyone has any good ideas for solving some of the caveats I mentioned in this post, please let me
know and I will make changes to the patches to the best of my ability.
- Drew
hr...@gmail.com <hr...@gmail.com> #62
Hello,
I would like to try out Drew's two patches (13291 & 13292). I was wondering if one
of you could help me out with my approach. I would prefer to focus my attention on
application development using the SDK, rather than modifying the SDK, but I would
really like to test adhoc mode support in a wifi application that I have. I have
setup a Ubuntu system, downloaded the tools for getting and building the Android
source, performed a repo sync, and performed a make. How do I add the patch files to
the baseline that I downloaded? Do I simply issue the repo/git commands referenced
on the patch pages? If anyone has gone through this procedure and could help me out,
I would really appreciate it.
Thank you much!
Dan
I would like to try out Drew's two patches (13291 & 13292). I was wondering if one
of you could help me out with my approach. I would prefer to focus my attention on
application development using the SDK, rather than modifying the SDK, but I would
really like to test adhoc mode support in a wifi application that I have. I have
setup a Ubuntu system, downloaded the tools for getting and building the Android
source, performed a repo sync, and performed a make. How do I add the patch files to
the baseline that I downloaded? Do I simply issue the repo/git commands referenced
on the patch pages? If anyone has gone through this procedure and could help me out,
I would really appreciate it.
Thank you much!
Dan
an...@gmail.com <an...@gmail.com> #63
So guys, is here any chance to get this functionality without rooting|hacking device?
What actually means status "Received", was it assigned to somebody, is it in
progress now? The milestones?
What's the official position of Google Android team about that problem?
Eventually the device costs over 500 bucks and totally internet oriented!
A lot of question, i know, but i didn't find answers reading posts...
Regards,
AG
What actually means status "Received", was it assigned to somebody, is it in
progress now? The milestones?
What's the official position of Google Android team about that problem?
Eventually the device costs over 500 bucks and totally internet oriented!
A lot of question, i know, but i didn't find answers reading posts...
Regards,
AG
hr...@gmail.com <hr...@gmail.com> #64
AG,
I am wondering the same thing. I am trying to figure out if I can test this
functionality with rooting the device. I have pulled the Eclair branch, applied the
two patches that Drew checked in. Now I am trying to find out if I can load the
patched baseline onto a Nexus One. I can't seem to get an answer of the forums or
mailing lists as to whether this is possible or not.
Dan
I am wondering the same thing. I am trying to figure out if I can test this
functionality with rooting the device. I have pulled the Eclair branch, applied the
two patches that Drew checked in. Now I am trying to find out if I can load the
patched baseline onto a Nexus One. I can't seem to get an answer of the forums or
mailing lists as to whether this is possible or not.
Dan
me...@gmail.com <me...@gmail.com> #65
I think the problem is that the developers simply don't have enough time to deal with
issues that don't get big publicity. Looking at the patches submitted for this issue
and the communication between patch-submitter and developers, either the submitter
didn't reply soon enough, or the developers didn't look at the patch quick enough, and
so when trying to apply the patch later it broke things. It's annoying, but that is
what we have to live with I suppose. Unless, of course, you spend enough time to get
commit rights for yourself and can integrate this sort of thing yourself :-).
A++
issues that don't get big publicity. Looking at the patches submitted for this issue
and the communication between patch-submitter and developers, either the submitter
didn't reply soon enough, or the developers didn't look at the patch quick enough, and
so when trying to apply the patch later it broke things. It's annoying, but that is
what we have to live with I suppose. Unless, of course, you spend enough time to get
commit rights for yourself and can integrate this sort of thing yourself :-).
A++
ed...@gmail.com <ed...@gmail.com> #66
[Comment deleted]
ar...@gmail.com <ar...@gmail.com> #67
Hi Drew,
Thanks for the clarification. Now, Adhoc Mode works if there is a Adhoc signal
is in the range. About IP addressing, Static IP Address assignment through App ->
Advanced Setting should be sufficient. This is already exisiting and is a good
solution for Adhoc mode.
But there is an issue referring to the point 2 provided in comment 64. Every
time I need to configure my laptop in Ad hoc mode, only then my mobile phone latches
on to the signal and displays the corresponding network in App. What if I need to
talk to another mobile? in this scenario it will not be possible as both the phones(
assuming they are Android mobiles and have the same fix) will be trying to latch on
to a Adhoc signal which is not existing. This is a popular Use Case which many people
go through where many don't use Laptops to get their mobile in Ad hoc mode.
So, a better fix would be to enable a Adhoc signal programmatically and get
connected only when another mobile device is in the range. Let me know your comments.
Regards,
Arjun
Thanks for the clarification. Now, Adhoc Mode works if there is a Adhoc signal
is in the range. About IP addressing, Static IP Address assignment through App ->
Advanced Setting should be sufficient. This is already exisiting and is a good
solution for Adhoc mode.
But there is an issue referring to the point 2 provided in comment 64. Every
time I need to configure my laptop in Ad hoc mode, only then my mobile phone latches
on to the signal and displays the corresponding network in App. What if I need to
talk to another mobile? in this scenario it will not be possible as both the phones(
assuming they are Android mobiles and have the same fix) will be trying to latch on
to a Adhoc signal which is not existing. This is a popular Use Case which many people
go through where many don't use Laptops to get their mobile in Ad hoc mode.
So, a better fix would be to enable a Adhoc signal programmatically and get
connected only when another mobile device is in the range. Let me know your comments.
Regards,
Arjun
hr...@gmail.com <hr...@gmail.com> #68
Success!
I added the patches to sapphire and flashed my ADP2. I programmatically created an
adhoc network using an application with the updated SDK. I monitored the network and
saw the 802.11 probes being broadcasted with the SSID that I specified in the
WifiConfiguration. While I am still testing the functionality, it appears that the
setting of the frequency in the WifiConfiguration is not changing the channel of the
network. I have changed the frequency to channels 1-5 and I only see the channel
ultimately set to 11. I'll keep testing the functionality, but so far it looks
great! Now we need it approved into a release baseline!
Dan
I added the patches to sapphire and flashed my ADP2. I programmatically created an
adhoc network using an application with the updated SDK. I monitored the network and
saw the 802.11 probes being broadcasted with the SSID that I specified in the
WifiConfiguration. While I am still testing the functionality, it appears that the
setting of the frequency in the WifiConfiguration is not changing the channel of the
network. I have changed the frequency to channels 1-5 and I only see the channel
ultimately set to 11. I'll keep testing the functionality, but so far it looks
great! Now we need it approved into a release baseline!
Dan
ar...@gmail.com <ar...@gmail.com> #69
Hi Dan,
Could you please share us the patch you have made to programmatically create an
Adhoc network ??
Regards,
Arjun
Could you please share us the patch you have made to programmatically create an
Adhoc network ??
Regards,
Arjun
yh...@gmail.com <yh...@gmail.com> #70
Hi Drew,
When will your patches release with the OTA update? I desire it and I really don't
want void the warranty by rooting my nexus one. Hope you can drive this feature to
public.
Thanks
Leo
When will your patches release with the OTA update? I desire it and I really don't
want void the warranty by rooting my nexus one. Hope you can drive this feature to
public.
Thanks
Leo
bl...@gmail.com <bl...@gmail.com> #71
Hi Drew,
I have the same question with yhliao1977, Do you have a plan to public these two
patches? I do not want to void the warranty.
Thanks
Bluishssky
I have the same question with yhliao1977, Do you have a plan to public these two
patches? I do not want to void the warranty.
Thanks
Bluishssky
le...@gmail.com <le...@gmail.com> #72
我认为这确实是一个问题
首先,Android在默认情况下无法自动搜索到Ad-Hoc类型的连接;
第二,如果通过修改配置文件以达到目的,方便性和安全性上暂且不提,它可能会造成无法连接某
些AP,在我的环境中是这样的;
第三,其似乎还不能支持带WEP和其他类型安全设置的Ad-Hoc连接,它的配置实在是有些繁琐。
所以,希望google能够在今后的FM版本中加入对Ad-Hoc无线网络的支持。
首先,Android在默认情况下无法自动搜索到Ad-Hoc类型的连接;
第二,如果通过修改配置文件以达到目的,方便性和安全性上暂且不提,它可能会造成无法连接某
些AP,在我的环境中是这样的;
第三,其似乎还不能支持带WEP和其他类型安全设置的Ad-Hoc连接,它的配置实在是有些繁琐。
所以,希望google能够在今后的FM版本中加入对Ad-Hoc无线网络的支持。
ja...@gmail.com <ja...@gmail.com> #73
LeavesCoffee, 如果你用中文,大部分的人不會懂你的意思.在這裡請用英文.
la...@gmail.com <la...@gmail.com> #74
This is a forum in english only! Please use english.
st...@google.com <st...@google.com> #75
Hm, it would be handy if google translate worked on code.google.com like it does on
gmail. Here's what it says for LeavesCoffee's message:
-------------------------
I think this is a problem first of all, Android by default does not automatically
search for Ad-Hoc type connection;
Second, if by modifying the configuration file to achieve the purpose, convenience
and safety of the put aside, it may cause can not connect to certain AP, in my
environment is so;
Thirdly, its seems to not support with WEP and other types of security settings of
the Ad-Hoc connection, its configuration is somewhat cumbersome.
So I hope that google be able in future to add on the FM version of the Ad-Hoc
wireless network support.
--------------------
Is it true the patch doesn't support WEP over ad-hoc networks? That seems like a
valid complaint.
gmail. Here's what it says for LeavesCoffee's message:
-------------------------
I think this is a problem first of all, Android by default does not automatically
search for Ad-Hoc type connection;
Second, if by modifying the configuration file to achieve the purpose, convenience
and safety of the put aside, it may cause can not connect to certain AP, in my
environment is so;
Thirdly, its seems to not support with WEP and other types of security settings of
the Ad-Hoc connection, its configuration is somewhat cumbersome.
So I hope that google be able in future to add on the FM version of the Ad-Hoc
wireless network support.
--------------------
Is it true the patch doesn't support WEP over ad-hoc networks? That seems like a
valid complaint.
ja...@gmail.com <ja...@gmail.com> #76
Sorry, ironically, forgot to translate my own. Translation: "If you use Chinese most
people won't understand. Please use English."
people won't understand. Please use English."
dr...@gmail.com <dr...@gmail.com> #77
Hrnytd,
Its good to see your success using the patches. The bug with frequency is one that I am seeing myself as well.
I have set the frequency value and called (what I think is) the correct methods to have the frequency written
into the wpa_supplicant.conf. However, when I check the file after the call, frequency is not written. Because
of that, it defaults to channel 11 when running. I will keep you updated if I can track down the problem of why
it is not writing or saving the frequency value.
Arjun,
Glad to see you have had some success with the patches I provided. Your problem of mobile devices not
broadcasting their Adhoc SSID for connection shouldn't be a problem if you correctly create the
WifiConfiguration object with Adhoc mode set, then save the configuration and call reconnect(). I have
successfully been connecting multiple phones together without using a laptop to initiate the signal.
yhliao1977, bluishssky -
I am not in control of when/if the patches I submitted are placed in an actual release build. Once my patches
are submitted, I have to wait for google to respond with accept/deny/change requests for those patches. I'll
do my best to address any requirements google might have for those patches once they have reviewed them.
Lets keep up this discussion! The more we work and test things, the more likely Google will review these
patches and we can all have Adhoc functionality.
- Drew
Its good to see your success using the patches. The bug with frequency is one that I am seeing myself as well.
I have set the frequency value and called (what I think is) the correct methods to have the frequency written
into the wpa_supplicant.conf. However, when I check the file after the call, frequency is not written. Because
of that, it defaults to channel 11 when running. I will keep you updated if I can track down the problem of why
it is not writing or saving the frequency value.
Arjun,
Glad to see you have had some success with the patches I provided. Your problem of mobile devices not
broadcasting their Adhoc SSID for connection shouldn't be a problem if you correctly create the
WifiConfiguration object with Adhoc mode set, then save the configuration and call reconnect(). I have
successfully been connecting multiple phones together without using a laptop to initiate the signal.
yhliao1977, bluishssky -
I am not in control of when/if the patches I submitted are placed in an actual release build. Once my patches
are submitted, I have to wait for google to respond with accept/deny/change requests for those patches. I'll
do my best to address any requirements google might have for those patches once they have reviewed them.
Lets keep up this discussion! The more we work and test things, the more likely Google will review these
patches and we can all have Adhoc functionality.
- Drew
ju...@gmail.com <ju...@gmail.com> #78
You are doing a great job. I hope this patches get included into the official Nexus One
software in the next OTA update. I really need this feature
software in the next OTA update. I really need this feature
me...@gmail.com <me...@gmail.com> #79
To anyone following this and wanting it to get fixed, I suggest you search for an
appropriate android mailing list that one of the google devs write on (JBQ is
probably best) and ask when they will look at the fix. As I have mentioned, unless
you get a google dev to look at the fix in the near future, when they get around to
it it will no longer work with the code. So ask politely on an appropriate list and
one of the devs might look at it while it is still a good patch!
Cheers
Anton
appropriate android mailing list that one of the google devs write on (JBQ is
probably best) and ask when they will look at the fix. As I have mentioned, unless
you get a google dev to look at the fix in the near future, when they get around to
it it will no longer work with the code. So ask politely on an appropriate list and
one of the devs might look at it while it is still a good patch!
Cheers
Anton
ma...@gmail.com <ma...@gmail.com> #80
@melser.anton,
Hi mate,
Can you advise of an Android mailing list to use as I would really like to mail a
dev about this. A specific link would be great.
Cheers,
Mark
Hi mate,
Can you advise of an Android mailing list to use as I would really like to mail a
dev about this. A specific link would be great.
Cheers,
Mark
c0...@gmail.com <c0...@gmail.com> #81
Every day I get a little more disappointed by all the things this phone should be
able to do, but can't. Connecting via Ad-hoc is just another one of those things.
Thanks to everyone working on this, I wish I could help.
able to do, but can't. Connecting via Ad-hoc is just another one of those things.
Thanks to everyone working on this, I wish I could help.
gd...@gmail.com <gd...@gmail.com> #82
If nexus provide adhoc mode, we can use it for academic use
er...@gmail.com <er...@gmail.com> #83
adhoc is very important for travelers .....pls herry up "fix" this issue
ho...@gmail.com <ho...@gmail.com> #84
Yes, adhoc is veeeeeeeery important function for me, which should be to save my
money, and improve the access internet speed in some locations, ASAP give us the FIX
pls, thx.
money, and improve the access internet speed in some locations, ASAP give us the FIX
pls, thx.
ta...@gmail.com <ta...@gmail.com> #85
Yes, please add this in next fix.
li...@gmail.com <li...@gmail.com> #86
i need adhoc
fl...@gmail.com <fl...@gmail.com> #87
Instead of leaving pointless "me too :(" comments, just star (favorite) this issue
number (82). You will be notified by email of any updates to the situation, just like
I am. Those notifications, incidentally, include one for each pointless comment like
the last five before this one.
number (82). You will be notified by email of any updates to the situation, just like
I am. Those notifications, incidentally, include one for each pointless comment like
the last five before this one.
as...@gmail.com <as...@gmail.com> #88
I second FlamingSpinach. By stars this issue ranks as 26th. By adding your star you
will help to raise the ranking of this issue. BTW even though there are twenty-five
issues with more stars, this issue is the oldest of them. Older than Arabic language
support and app storage on the SD card. -hgb
flamingspinach wrote:
>Instead of leaving pointless "me too :(" comments, just star (favorite) this issue
>number (82). You will be notified by email of any updates to the situation, just
like
>I am. Those notifications, incidentally, include one for each pointless comment like
>the last five before this one.
will help to raise the ranking of this issue. BTW even though there are twenty-five
issues with more stars, this issue is the oldest of them. Older than Arabic language
support and app storage on the SD card. -hgb
flamingspinach wrote:
>Instead of leaving pointless "me too :(" comments, just star (favorite) this issue
>number (82). You will be notified by email of any updates to the situation, just
like
>I am. Those notifications, incidentally, include one for each pointless comment like
>the last five before this one.
ls...@gmail.com <ls...@gmail.com> #89
Adhoc is so essential, why it is still not supported on nexus one till now?
di...@gmail.com <di...@gmail.com> #90
I'm using Nexus one and I need ad-hoc to share my laptop's internet for it
as...@gmail.com <as...@gmail.com> #91
Ding Hui wrote:
> I'm using Nexus one and I need ad-hoc to share my laptop's internet for it
You don't need Ad Hoc wifi to do that. You can use the USB.
To tether your Android, visit:
http://www.softsailor.com/how-to/mobile-how-to/15567-3-simple-ways-to-tether-an-
android.html
http://mobile-stream.com/easytether/android.html
Please don't use this forum to discuss USB tethering. Take those questions elsewhere.
I would like to known the status of the Drew Jacobs's patches described in comment
#51
http://code.google.com/p/android/issues/detail?id=82#c51
> I'm using Nexus one and I need ad-hoc to share my laptop's internet for it
You don't need Ad Hoc wifi to do that. You can use the USB.
To tether your Android, visit:
android.html
Please don't use this forum to discuss USB tethering. Take those questions elsewhere.
I would like to known the status of the Drew Jacobs's patches described in comment
#51
yh...@gmail.com <yh...@gmail.com> #92
asicwizard, You misunderstand the topic of this Issue. It's not tethering, instead,
it is sharing the laptop's internet to Nexus one.
it is sharing the laptop's internet to Nexus one.
su...@gmail.com <su...@gmail.com> #93
Need support ad hoc networking.
xi...@gmail.com <xi...@gmail.com> #94
Pls. support ad hoc
ir...@gmail.com <ir...@gmail.com> #95
ding wugui
xi...@gmail.com <xi...@gmail.com> #96
pls.....support ad hoc.......it's a VIP thing for me
ka...@gmail.com <ka...@gmail.com> #97
Seems no progress on this issue. But it is very useful functionality. What is a pity
that the IPhone of my friend could work with my laptop, but my nexus one didn't.
Hope google can have patch on it very soon.
Thanks.
that the IPhone of my friend could work with my laptop, but my nexus one didn't.
Hope google can have patch on it very soon.
Thanks.
ju...@gmail.com <ju...@gmail.com> #98
i'm looking forward to this function rolling out.
zo...@gmail.com <zo...@gmail.com> #99
please add this standard features to Android ! and also publish an api to create and
configure (wep key, priority, ip configuration...) an adhoc network.
We want to add great apps on Android !
Thx in advance.
Franck
configure (wep key, priority, ip configuration...) an adhoc network.
We want to add great apps on Android !
Thx in advance.
Franck
lo...@gmail.com <lo...@gmail.com> #100
I need adhoc support for multiplayers game developpment...
please help
Thanks
please help
Thanks
lo...@gmail.com <lo...@gmail.com> #101
when i used android 1.5, i hacked its tiwlan.ini and then i could share the internet
with my laptop.
but it failed with my android 2.1.
what a pity!!!
with my laptop.
but it failed with my android 2.1.
what a pity!!!
du...@gmail.com <du...@gmail.com> #102
I need adhoc support for multiplayers game developpment...
please help
Thanks
please help
Thanks
ru...@gmail.com <ru...@gmail.com> #103
非常有必要加入该功能!
s2...@gmail.com <s2...@gmail.com> #104
I use tether with hero from wireless. My iPhone can get it and browser internet, but my
N1 could not find out the SSID. So I wish Google can release adhoc function.TKS
N1 could not find out the SSID. So I wish Google can release adhoc function.TKS
ze...@gmail.com <ze...@gmail.com> #105
Thanks to Drew, Hrnytd and the discussions from many others in this thread, I have
successfully applied the patches and flashed my phones. Right now I am still testing
the ad hoc wifi functionality (in a programming way) between two phones.
My question is: is the multi-hop ad hoc mode also supported? In Drew's description,
it seems that first one phone creates an ad hoc network, then the other phones
connect to this network and talk to the network-creator directly. So they form a star
topology? Is the mesh mode supported here?
successfully applied the patches and flashed my phones. Right now I am still testing
the ad hoc wifi functionality (in a programming way) between two phones.
My question is: is the multi-hop ad hoc mode also supported? In Drew's description,
it seems that first one phone creates an ad hoc network, then the other phones
connect to this network and talk to the network-creator directly. So they form a star
topology? Is the mesh mode supported here?
ze...@gmail.com <ze...@gmail.com> #106
[Comment deleted]
ji...@gmail.com <ji...@gmail.com> #107
ugly for the patch in the next update !
63...@gmail.com <63...@gmail.com> #108
I need ad-hoc to share my laptop's internet
ed...@gmail.com <ed...@gmail.com> #109
I need ad-hoc to share my laptop's internet too
xi...@gmail.com <xi...@gmail.com> #110
hope i can use this function with next nexus one update.
ra...@gmail.com <ra...@gmail.com> #111
hope i can use this function with next nexus one update too
ch...@gmail.com <ch...@gmail.com> #112
I think the adhoc is very usefull, please add this function to Android.
wy...@gmail.com <wy...@gmail.com> #113
PLease Add Adhoc Mode!!!
I need it!!
I need it!!
ze...@gmail.com <ze...@gmail.com> #114
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #115
iPhone has had this ability for nearly 3 years, since it was first released. Winmo
has had it for some time now, too.
Why is this one issue such a problem for Android? It seems like such a minor issue,
and a selling point (or non-selling point) for a lot of users.
What exactly is the hold up? Can't one engineer spend one day on this? Why should
users be spending a year and a half hacking their way through this, when someone at
Google surely know sthe fix?!
GOOGLE, WAKE UP
cheers ;)
has had it for some time now, too.
Why is this one issue such a problem for Android? It seems like such a minor issue,
and a selling point (or non-selling point) for a lot of users.
What exactly is the hold up? Can't one engineer spend one day on this? Why should
users be spending a year and a half hacking their way through this, when someone at
Google surely know sthe fix?!
GOOGLE, WAKE UP
cheers ;)
si...@gmail.com <si...@gmail.com> #116
when will be ad hoc mode...thanks
ev...@gmail.com <ev...@gmail.com> #117
i guess they don't care..!
xi...@gmail.com <xi...@gmail.com> #118
i hope nexus one will support wifi ad hoc
th...@gmail.com <th...@gmail.com> #119
need it so much!!!
sp...@gmail.com <sp...@gmail.com> #120
need it now! it is very important!!!
ha...@gmail.com <ha...@gmail.com> #121
need it now! it is very important!!!
ze...@gmail.com <ze...@gmail.com> #122
[Comment deleted]
bu...@gmail.com <bu...@gmail.com> #123
I was provided with this link
http://blog.joint.net/2009/07/connecting-android-phone-through-adhoc.html
seems to be possible to modify two files and from there to connect to adhoc networks
seems to be possible to modify two files and from there to connect to adhoc networks
zo...@gmail.com <zo...@gmail.com> #124
Business traveler here with the same issue. Just provide the fix asap, please. Flood of
messages should be annoying enough for any responsible Google engineer. Just get it
done or provide another feasible workaround.
messages should be annoying enough for any responsible Google engineer. Just get it
done or provide another feasible workaround.
wi...@gmail.com <wi...@gmail.com> #125
hope i can use this function with next nexus one update.
ki...@gmail.com <ki...@gmail.com> #126
27 Months and still no go! What is going on Google??
ar...@gmail.com <ar...@gmail.com> #127
Was expecting this to be available. 27 months.....
gs...@gmail.com <gs...@gmail.com> #128
hope i can use this function with next nexus one update too
ga...@gmail.com <ga...@gmail.com> #129
I have a data contract with gigabytes of allowance a month, yet I can't use my Nexus as a Bluetooth
modem or wireless router. This just sucks, my N95 is better connected in this regard
modem or wireless router. This just sucks, my N95 is better connected in this regard
le...@gmail.com <le...@gmail.com> #130
hope i can use this function with next nexus one update too
mc...@gmail.com <mc...@gmail.com> #131
I am so embarrassed! I buy a Nexus 1 and rant on all my iphone groupie friends about
the glories of open-source. Then I find out you can't copy and paste from an email or
use ad-hoc networking unless you HACK YOUR OWN PHONE!
I'm so embarrassed.
the glories of open-source. Then I find out you can't copy and paste from an email or
use ad-hoc networking unless you HACK YOUR OWN PHONE!
I'm so embarrassed.
fm...@gmail.com <fm...@gmail.com> #132
I would hate to root my N1 to be able to share my 3G internet connection with my
laptop on the go (over WiFi). Looking forward for it on the next Android update.
laptop on the go (over WiFi). Looking forward for it on the next Android update.
pd...@gmail.com <pd...@gmail.com> #133
Ad hoc Wifi: what's really missing is the ability to disciver and connect to
existing ad-hoc Wifi networks...
existing ad-hoc Wifi networks...
dm...@gmail.com <dm...@gmail.com> #134
This would allow reverse tethering - using wired connection of the laptop though
ad-hoc wifi network.
ad-hoc wifi network.
fa...@gmail.com <fa...@gmail.com> #135
I also need ad hoc wifi connexion for professional reasons, as well as support for
wifi proxy. This exists on other phones...
wifi proxy. This exists on other phones...
lz...@gmail.com <lz...@gmail.com> #136
I need ad hoc wifi connection just like other phones
fr...@gmx.net <fr...@gmx.net> #137
As Adhoc is part of 802.11 this should be also done on Android properly.
ma...@gmail.com <ma...@gmail.com> #138
Please add ad-hoc to release!
[Deleted User] <[Deleted User]> #139
Come on, Google, this is pathetic. It's not like Linux can't handle an ad-hoc network
connection. I have a tablet which can run Android, but Android can't tether via my
cellphone with Bluetooth or ad-hoc wifi; how the heck am I meant to get it online?
Sheesh.
connection. I have a tablet which can run Android, but Android can't tether via my
cellphone with Bluetooth or ad-hoc wifi; how the heck am I meant to get it online?
Sheesh.
ze...@gmail.com <ze...@gmail.com> #140
Please!Please!Please! add ad-hoc to release
le...@gmail.com <le...@gmail.com> #141
This bug is a eternal, and looks more like a business bug.
em...@gmail.com <em...@gmail.com> #142
Oh, I think it's bad. I don't want to root my phone.
Ad hoc network connection is useful and avoid users to spend a lot of money.
If many people ask for, there could be a reason.
So, what about this ?
This issue is like a neverending story, as I can read.
Google can you kindly tell us if you are interesting in solve it ?
Ad hoc network connection is useful and avoid users to spend a lot of money.
If many people ask for, there could be a reason.
So, what about this ?
This issue is like a neverending story, as I can read.
Google can you kindly tell us if you are interesting in solve it ?
so...@gmail.com <so...@gmail.com> #143
I have just received my Nexus One and am SHOCKED that it won't support ad-hoc
networks!!! What!!?
Come on Google, this is insane, you've crippled my phone!
Anyway, I came here to see if there was any progress and it seems there are people
who have been asking for this for over two years! How can it take two years to change
a few lines of code?
I have been using Nokias for ages, and they suck, but at least I can connect it to my
ad-hoc network. I was really looking forward to getting this Nexus and thought Google
would do a great job, but like I said, they seem to think it wise to cripple the
phone! I'm baffled.
Luckily, I have a seven day cooling off period and the Nexus is already in the mail
being returned for a refund, I am not prepared to wait another two years to get, what
is a very, very basic and standard facility.
I can't tell you how disappointed I am with Google, now where's that N97?
:( :( :(
networks!!! What!!?
Come on Google, this is insane, you've crippled my phone!
Anyway, I came here to see if there was any progress and it seems there are people
who have been asking for this for over two years! How can it take two years to change
a few lines of code?
I have been using Nokias for ages, and they suck, but at least I can connect it to my
ad-hoc network. I was really looking forward to getting this Nexus and thought Google
would do a great job, but like I said, they seem to think it wise to cripple the
phone! I'm baffled.
Luckily, I have a seven day cooling off period and the Nexus is already in the mail
being returned for a refund, I am not prepared to wait another two years to get, what
is a very, very basic and standard facility.
I can't tell you how disappointed I am with Google, now where's that N97?
:( :( :(
nf...@gmail.com <nf...@gmail.com> #144
need support for connecting to ad-hoc networks. just like everyone else.
ja...@gmail.com <ja...@gmail.com> #145
Seriously, this is a simple request; I guess rooting my phone is going to be the only
option.
option.
re...@gmail.com <re...@gmail.com> #146
gogogo
ni...@gmail.com <ni...@gmail.com> #147
also confused why this isn't in yet - ad hoc should be an option
la...@gmail.com <la...@gmail.com> #148
I really don't understand why they haven't added it yet. I have a couple of apps that
use the ad hoc mode, and it works really well. But, I need to be root activate it,
and thats the ONLY reason i rooted the phone. Doesnt make any sense. I also have apps
for IPhone, Symbian, Windows Mobile etc and there ad hoc works. Come on Google, what
are you doing?
use the ad hoc mode, and it works really well. But, I need to be root activate it,
and thats the ONLY reason i rooted the phone. Doesnt make any sense. I also have apps
for IPhone, Symbian, Windows Mobile etc and there ad hoc works. Come on Google, what
are you doing?
[Deleted User] <[Deleted User]> #150
lanilsson: well, I hope so. But note that the 2.2 announcements only deal with it
*the other way around*: the Android device creating the ad-hoc network, rather than
connecting to an ad-hoc network created by another device. You'd hope both would
work, but you never know...
*the other way around*: the Android device creating the ad-hoc network, rather than
connecting to an ad-hoc network created by another device. You'd hope both would
work, but you never know...
kl...@gmail.com <kl...@gmail.com> #151
There are other use scenarios that would greatly benefit Ad-Hoc capabilities. One of
which is the possible development of an app to interface with this device.
http://www.innovatemotorsports.com/products/ot2.php
According to the developers of this product, it uses Ad-Hoc network abilities only
and is the reason why they currently only support Iphones and Ipod Touchs and not the
Android OS... this was a deal breaker for me.
which is the possible development of an app to interface with this device.
According to the developers of this product, it uses Ad-Hoc network abilities only
and is the reason why they currently only support Iphones and Ipod Touchs and not the
Android OS... this was a deal breaker for me.
va...@gmail.com <va...@gmail.com> #152
this is so frustrating...
er...@gmail.com <er...@gmail.com> #153
Just tried connecting to an ad-hoc network with 2.2; didn't work :-|
ps...@gmail.com <ps...@gmail.com> #154
Beyond ad hoc, clustering technology can be enabling. Clustering can allow for many very useful and
interesting apps.
interesting apps.
ee...@gmail.com <ee...@gmail.com> #155
What happen if I rooted the nexus one? No void in software update or maintenance by HTC
, right?
, right?
tn...@gmail.com <tn...@gmail.com> #156
wow no ad-hoc network support for 2.2?? It makes no sense why something this simple wasn't added.
wi...@gmail.com <wi...@gmail.com> #157
oh...2.2 still can't support ad-hoc WIFI?
This is a frustrating result...
Please add this simple feature.
Thanks
This is a frustrating result...
Please add this simple feature.
Thanks
ch...@gmail.com <ch...@gmail.com> #158
I went bought a wireless card (that supports adhoc) for my home PC to allow my nexus
one to wirelessly connect and i cant.. How annoying.
Im running froyo, and although tethering is available - i want reverse tethering!
one to wirelessly connect and i cant.. How annoying.
Im running froyo, and although tethering is available - i want reverse tethering!
br...@gmail.com <br...@gmail.com> #159
I need reverse tethering too.
el...@gmail.com <el...@gmail.com> #160
i just want a goddamn cookie
jl...@gmail.com <jl...@gmail.com> #161
Has anyone figured out how to enable connecting to an ad hoc network on 2.2?
ed...@gmail.com <ed...@gmail.com> #162
Please enable ad-hoc wifi connections!!
or...@gmail.com <or...@gmail.com> #163
or...@gmail.com <or...@gmail.com> #164
la...@gmail.com <la...@gmail.com> #165
orkru666: You need to ROOT your phone to do that. That solution has been known
forever, and is not a workable solution for the standard user.
No ad hoc networking in 2.2? BAD Google. Isn't tethering using the ad hoc mode?
Anyway, the patch set by Drew Jacobs that add these features to the source tree was
rejected by Google on the grounds that it was conflicting by their internal ad hoc
implementation. That means that the google internal tree has these features in the
pipe, and we should at least eventually receive these features.
forever, and is not a workable solution for the standard user.
No ad hoc networking in 2.2? BAD Google. Isn't tethering using the ad hoc mode?
Anyway, the patch set by Drew Jacobs that add these features to the source tree was
rejected by Google on the grounds that it was conflicting by their internal ad hoc
implementation. That means that the google internal tree has these features in the
pipe, and we should at least eventually receive these features.
mf...@gmail.com <mf...@gmail.com> #166
I was hopeful about 2.2 as well. This is a another disappointment. The comment on
the patch that Drew Jabobs submitted states: "We have an ongoing internal ad hoc
implementation that will conflict with this patch." They are looking at the patch.
Are they looking at this issue? I see that it is moving up in rank. Perhaps Irfan
Sheriff could chime in to let us know if there is a plan to enable the internal ad
hoc implementation.
the patch that Drew Jabobs submitted states: "We have an ongoing internal ad hoc
implementation that will conflict with this patch." They are looking at the patch.
Are they looking at this issue? I see that it is moving up in rank. Perhaps Irfan
Sheriff could chime in to let us know if there is a plan to enable the internal ad
hoc implementation.
pe...@gmail.com <pe...@gmail.com> #167
Really surprised to see this thread, been working on my motodroid for weeks, rooted and
followed those common guide(even stated in here) and glad to see I'm alone, just ONE
more VOTE from me, please implement this feature... soon, or maybe a third party
developer should make this and it'll probably become one of the most popular apps in
the android market... if they let you... like the guy who made wifi analyzer here
http://sites.google.com/site/farproc/wifi-analyzer what he said about the future about
his app to be able to connect to ad hoc... if anyone who make this first, he'll
probabaly be famous....
followed those common guide(even stated in here) and glad to see I'm alone, just ONE
more VOTE from me, please implement this feature... soon, or maybe a third party
developer should make this and it'll probably become one of the most popular apps in
the android market... if they let you... like the guy who made wifi analyzer here
his app to be able to connect to ad hoc... if anyone who make this first, he'll
probabaly be famous....
la...@gmail.com <la...@gmail.com> #168
penthoy: You can not write an app that modifies system settings without using the
official APIs. The official APIs do not currently have the option to set the device
hardware into ad hoc mode. This is what we are asking for here. In order to write an
app that puts you into ad hoc mode, you need to be ROOT. Its very very easy, but
again, you need to be ROOT. I have two apps that do just that, and there are several
other apps out there for you.
official APIs. The official APIs do not currently have the option to set the device
hardware into ad hoc mode. This is what we are asking for here. In order to write an
app that puts you into ad hoc mode, you need to be ROOT. Its very very easy, but
again, you need to be ROOT. I have two apps that do just that, and there are several
other apps out there for you.
pe...@gmail.com <pe...@gmail.com> #169
lanilsson: thanks for the reply, so does that mean if you have root, you can install
these programs that connects to ad hoc? if so they should still make them! because
there are many apps in android market that only given to rooted users, although I'm
rooted, I'm still having many difficulties making the droid to work with ad hoc, while
rooting takes me few hours to figure out, trying to make it connect to ad hoc takes me
3 weeks, and still counting, hope I didn't misunderstand you. I'm not a developer, but
I do know how to follow instructions and find them... if they are available...
these programs that connects to ad hoc? if so they should still make them! because
there are many apps in android market that only given to rooted users, although I'm
rooted, I'm still having many difficulties making the droid to work with ad hoc, while
rooting takes me few hours to figure out, trying to make it connect to ad hoc takes me
3 weeks, and still counting, hope I didn't misunderstand you. I'm not a developer, but
I do know how to follow instructions and find them... if they are available...
ku...@gmail.com <ku...@gmail.com> #170
Please enable ad-hoc wifi connections!!
me...@gmail.com <me...@gmail.com> #171
Necessarily need Ad-Hoc connection.
at...@gmail.com <at...@gmail.com> #172
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
la...@gmail.com <la...@gmail.com> #173
penthoy: When I was saying it was really easy, I wasn't referring to rooting the phone. I agree some users may find that part difficult, and although I found it easy I am also an engineer. On my G1/ADPs, and the Magic, you only need to change one single flag in tiwlan.ini and restart wifi to be in ad hoc mode. You still need to setup an IP address on both of the devices that wants to connect, and make sure they are on the same subnet. But that's all I do, and nothing else. I would could that really easy.
The main issue here is that you need to be ROOT to change tiwlan.ini.
The main issue here is that you need to be ROOT to change tiwlan.ini.
ja...@gmail.com <ja...@gmail.com> #174
Hey Google, I just paid a bunch of money for a phone that can't see an ad hoc network? Are you kidding me? I'm traveling overseas and I just laid out $700 for a Nexus One. Why do you hate your customers so much!? I'm in a hotel with no wifi and my computer is on a LAN cable.
Seriously, this phone would be so much better with ad hoc support (or an ethernet port).
Seriously, this phone would be so much better with ad hoc support (or an ethernet port).
eu...@gmail.com <eu...@gmail.com> #175
FUCKING GOGLE!!!!
ku...@gmail.com <ku...@gmail.com> #176
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
Please enable ad-hoc .
io...@gmail.com <io...@gmail.com> #177
Hi All
Can someone give me a basic explanation of ad-hoc connectivity via wifi and reverse tethering? I need to create an app that allows a number of mobile users to create an ad-hoc network, though I have only just started on android - an explanation would be really useful.
Thanks :)
(I have voted this issue).
Can someone give me a basic explanation of ad-hoc connectivity via wifi and reverse tethering? I need to create an app that allows a number of mobile users to create an ad-hoc network, though I have only just started on android - an explanation would be really useful.
Thanks :)
(I have voted this issue).
pe...@gmail.com <pe...@gmail.com> #178
lanilsson: that's why I said Root isn't a problem because look at the market, there's many many apps I can find that's exclusive to Root users! it would be nice if someone can write an app for ad hoc management that's exclusively for Root users, so that they don't have to manually modify the files inside those system directories, and the problem I see with many people including me is that even after they got Root, they still have permission issues on modifying those 2 files, I don't think I'm alone in this, Thanks.
kh...@gmail.com <kh...@gmail.com> #179
This is pretty rough. No reason to not get this pushed out the door, or otherwise get a patch that will enable it. the tiwlan.ini edit trick doesn't work for newer devices (nexus one, evo, etc...) so we can't even fix it with root while we're waiting for the official fix.
ko...@gmail.com <ko...@gmail.com> #180
I'm working on developing an app that will require ad hoc wifi to be implemented using the APIs to even be a viable app. How can such a supposedly simple problem go unsolved for so long? In a world that doesn't, apparently, Droid does not. Please fix this, Google. Please don't make me envy the iPhone.
zh...@gmail.com <zh...@gmail.com> #181
Research on Nexus one in the area of mobile p2p network won't be possible for experiment if Nexus one devices couldn't form an ad-hoc network.
pe...@gmail.com <pe...@gmail.com> #182
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #183
btw isn't there a program call hoccer that's already using ad hoc in the android? are they really using ad hoc? or it's fake? like using blue tooth in actual?? and thanks Khidr9 for the info do you know if enabling ad hoc for the droid is possible? thanks
ku...@gmail.com <ku...@gmail.com> #184
Still no official answer from Google.. sigh..
ku...@gmail.com <ku...@gmail.com> #185
Come on Google 2.5 years and still nothing on this. Kinda regret buying Nexus One should have opt for iPhone 4 if I know Google soooooo unresponsive.
su...@gmail.com <su...@gmail.com> #186
I think google need this support!
na...@gmail.com <na...@gmail.com> #187
need it too!
fa...@ukr.net <fa...@ukr.net> #188
This is So annoying Enable Ad hoc Please !!!
de...@gmail.com <de...@gmail.com> #189
Yes, we need ad-hoc networking, please.
yv...@gmail.com <yv...@gmail.com> #190
Why is this so difficult ?!
th...@gmail.com <th...@gmail.com> #191
I need ad-hoc too, please.
le...@gmail.com <le...@gmail.com> #192
Even Nokia phones support ad-hoc connections. Come on, this is some very basic.
xo...@gmail.com <xo...@gmail.com> #193
Me three! Can't do this without!
fl...@gmail.com <fl...@gmail.com> #194
Google another way of living...fuck...their system has nothing...but nothing, why we are using this shit? People are so easy ... android is frustrating...I'm sorry that I did;t read nothing before SE XPERIA X10 before FUCKKKKKKK. Not even a basic connection for a most related internet connection. You need internet for GPS???? they are crazy
ac...@gmail.com <ac...@gmail.com> #195
please allow andoid sys to see ad hoc networks in next update or any application..
on...@gmail.com <on...@gmail.com> #196
my milesstone can't too,very angry
jv...@gmail.com <jv...@gmail.com> #197
I just got an HTC Legend and want to reverse tether... google, why cant you make this happen?
da...@gmail.com <da...@gmail.com> #198
this is really frustrating even with a new nexus one preloaded with froyo 2.2.
PLEASE ADD THE ADHOC CONNECTION SUPPORT!!
PLEASE ADD THE ADHOC CONNECTION SUPPORT!!
lh...@gmail.com <lh...@gmail.com> #199
PLZ slove this problem!
d....@gmail.com <d....@gmail.com> #200
This is getting more and more urgent considering upcoming toys such as the Parrot AR.Drone, which needs ad-hoc wifi. They seem to have stopped developing for Android due to the lack of ad-hoc wifi, thus focusing on iPhone development. Kind of disappointing.
https://projects.ardrone.org/boards/1/topics/show/234
jo...@gmail.com <jo...@gmail.com> #201
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #202
After a couple of very frustrating days of trying to solve this (no adhoc) problem, I finally found this web site. I just persuaded my company to spend $500+ for a Nexus One so that we could look into using it to replace a bunch of applications that currently require dedicated PC's.
After reading through this list, I CAN NOT BELIEVE how shortsighted Google is being. Presumably Google has the resources to JUST FIX IT. There are lord knows how many people wasting time writing comments here because of something which I suspect a decent engineer could knock out in a day or two. That's not to mention the people who gave up, after wasting a couple of days, and never even saw this page.
My work does not allow WAPs for security reasons(we do a lot of Gov work). We paid the big bucks for this N1 so that we would not have to sign up for a service, which we would not use in any case. We got this for evaluation. I need to be able access the Internet through my pc.
Apologies to everyone on this mailing list for the long-winded rant, but you all know where I'm coming from.
I'm now going to root my 2-day-old Nexus to try to get this going so that I can get back to real work.
After reading through this list, I CAN NOT BELIEVE how shortsighted Google is being. Presumably Google has the resources to JUST FIX IT. There are lord knows how many people wasting time writing comments here because of something which I suspect a decent engineer could knock out in a day or two. That's not to mention the people who gave up, after wasting a couple of days, and never even saw this page.
My work does not allow WAPs for security reasons(we do a lot of Gov work). We paid the big bucks for this N1 so that we would not have to sign up for a service, which we would not use in any case. We got this for evaluation. I need to be able access the Internet through my pc.
Apologies to everyone on this mailing list for the long-winded rant, but you all know where I'm coming from.
I'm now going to root my 2-day-old Nexus to try to get this going so that I can get back to real work.
an...@gmail.com <an...@gmail.com> #203
[Comment deleted]
an...@gmail.com <an...@gmail.com> #204
Hello and i hope someone can help, i have a HTC EVO that has the hotspot, I can connect my acer netbook and my compaq laptop to it with no problem. The problems lies with my APad Irobot tablet, it has a android 1.6 and the EVO is also a Android OS, but the built in network finder on the APad will not pick up the wifi from the phone. I downloaded an app from the market call wifi finder and it finds the EVO wifi but will not connect being it saids it a ibss encryption and its not its a open wifi so it will not connect being i do not have a password for the ibss encryption. Please help............... and thank you for your time in advance.......
gi...@gmail.com <gi...@gmail.com> #205
Please get on with fixing this extremely annoying deficiency. Very dissappointed by the lack of this functionality in the nexus one.
k1...@gmail.com <k1...@gmail.com> #206
I'm in this case now - only wired network access and my PC. Adhoc network works fine for my iPod and iPad, but can't connect using my Android. This is an ANCIENT problem, widely reported, with fixes. Is rooting the phone the only answer? Pathetic.
ph...@gmail.com <ph...@gmail.com> #207
Ok, there has to be some type of conspiracy going on here. Obviously we all know that Google CAN implement ad hoc wifi connections since everyone who roots can do it easily, but apparently there is a blatant disregard for doing it. Think about it... Cell Phone company A sells a family plan with 3 lines (e.g. Two adults, and a child). Each smartphone (In this case Android) requires it's own "unlimited" data plan to be purchased for it to have 3g/Edge internet access. If the software allowed for wifi ad hoc mode, and thus, wifi router capability, the Parents would not get the data plan for the child, since he/she will most likely be with the Parents while using the data services (at home, in the car, out to dinner, etc...). Maybe these cell phone companies are stifling Google from administering these capabilities so easily. Please tell me this is not the case, Google. I admire you so for having such steel balls in other situations, don't let me down here. Give us our wifi ad hoc capability. Please?
jo...@gmail.com <jo...@gmail.com> #208
You know what official froyo OTA frf83 still can't find adhoc network. F**K google
jo...@gmail.com <jo...@gmail.com> #209
definitely conspiracy with telco or google programmer just too stupid to make this function, if that so please hire Cyanogen.
cx...@gmail.com <cx...@gmail.com> #210
It's really embarrassing for google not to sovle so simple problem so long time, i bought a nexus one just for convenience ,but it really let me down.....
ch...@gmail.com <ch...@gmail.com> #211
I tried "connectify"on my laptop with Windows 7 Ultimate,My wireless lan card is Atheros AR 5007EG.Driver version is 9.0.0.173.
The software shows that this card could work.
Maybe it is.I could connect my G3 to the computer but the speed was too slow and always drop line per 20 seconds.I let another computer with Windows Vista to connect to my laptop,than it shows an error
I think there are two ways to solve this problem.
One is buy a USB wireless card which could use Soft AP mode....But most of them don't support Win7.As far as I know,the realtek chips could use.
The other one is use Intel Wireless Link 5000 series.They have a software to support a AP mode.
I also hope the developers could solve this problem
The software shows that this card could work.
Maybe it is.I could connect my G3 to the computer but the speed was too slow and always drop line per 20 seconds.I let another computer with Windows Vista to connect to my laptop,than it shows an error
I think there are two ways to solve this problem.
One is buy a USB wireless card which could use Soft AP mode....But most of them don't support Win7.As far as I know,the realtek chips could use.
The other one is use Intel Wireless Link 5000 series.They have a software to support a AP mode.
I also hope the developers could solve this problem
ch...@gmail.com <ch...@gmail.com> #212
I tried "connectify"on my laptop with Windows 7 Ultimate,My wireless lan card is Atheros AR 5007EG.Driver version is 9.0.0.173.
The software shows that this card could work.
Maybe it is.I could connect my G3 to the computer but the speed was too slow and always drop line per 20 seconds.I let another computer with Windows Vista to connect to my laptop,than it shows an error
I think there are two ways to solve this problem.
One is buy a USB wireless card which could use Soft AP mode....But most of them don't support Win7.As far as I know,the realtek chips could use.
The other one is use Intel Wireless Link 5000 series.They have a software to support a AP mode.
I also hope the developers could solve this problem
The software shows that this card could work.
Maybe it is.I could connect my G3 to the computer but the speed was too slow and always drop line per 20 seconds.I let another computer with Windows Vista to connect to my laptop,than it shows an error
I think there are two ways to solve this problem.
One is buy a USB wireless card which could use Soft AP mode....But most of them don't support Win7.As far as I know,the realtek chips could use.
The other one is use Intel Wireless Link 5000 series.They have a software to support a AP mode.
I also hope the developers could solve this problem
ni...@gmail.com <ni...@gmail.com> #213
Fuck, we really need this!
ha...@gmail.com <ha...@gmail.com> #214
It is a highly needed feature, which was supposed to be added in FroYo. But it wasn't. Not fair. I HAVE A STRONG NEED IN IT! And not only me, but loads of people.
ed...@gmail.com <ed...@gmail.com> #215
please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! we need adhoc networking support!!!!!!!!!!!!!!!
lu...@gmail.com <lu...@gmail.com> #216
please googler, we need ad'hoc feature !
da...@gmail.com <da...@gmail.com> #217
I'm currently traveling out of the United States with a Motorola Droid. Obviously, I disabled my normal phone network and 3g services (Verizon.)
I figured it would be a quick and easy thing to install an ad-hoc chat client to communicate with my wife's Droid in the event that we got split up around major monuments while traveling. To my great disappointment, I find that this is currently a near impossibility. Even finding a bluetooth chat application is a difficult thing, not to mention the range is nowhere near as far as what I could be getting if ad-hoc was enabled.
Being a fairly competent user, I have a rooted phone with the latest Froyo build FRF84B. I went through the steps outlined in several of the G1 guides to get ad-hoc to work. I edited both the tiwlan.ini and wpa_supplicant.conf files and successfully copied them back to the phone. Unfortunately, I still wasn't able to connect to my network.
Google engineers and independent developers, please do something to fix this issue. Thank you.
I figured it would be a quick and easy thing to install an ad-hoc chat client to communicate with my wife's Droid in the event that we got split up around major monuments while traveling. To my great disappointment, I find that this is currently a near impossibility. Even finding a bluetooth chat application is a difficult thing, not to mention the range is nowhere near as far as what I could be getting if ad-hoc was enabled.
Being a fairly competent user, I have a rooted phone with the latest Froyo build FRF84B. I went through the steps outlined in several of the G1 guides to get ad-hoc to work. I edited both the tiwlan.ini and wpa_supplicant.conf files and successfully copied them back to the phone. Unfortunately, I still wasn't able to connect to my network.
Google engineers and independent developers, please do something to fix this issue. Thank you.
kl...@gmail.com <kl...@gmail.com> #218
PLEASE add Adhoc because it will make it easyer to connect over PC..
li...@gmail.com <li...@gmail.com> #219
Please add ad-hoc mode for android
ol...@gmail.com <ol...@gmail.com> #220
unbelievable omission, please add.
ja...@gmail.com <ja...@gmail.com> #221
Please add this feature...
se...@gmail.com <se...@gmail.com> #222
Please add this feature...
re...@gmail.com <re...@gmail.com> #223
Look at the issue status. It has been "reviewed". I don't think they are bothered to look into this anymore.
ha...@gmail.com <ha...@gmail.com> #224
morrildl, Jan 25, 2008
This Issue has been reviewed and accepted.
An engineer will be assigned to work on it according to its priority.
Priority = number of stars.
This Issue has been reviewed and accepted.
An engineer will be assigned to work on it according to its priority.
Priority = number of stars.
fo...@gmail.com <fo...@gmail.com> #225
our big german Community Wifi Network "Freifunk" only works with Adhoc. So please add Adhoc Mode.
zh...@gmail.com <zh...@gmail.com> #226
have one patch for this issue?
br...@gmail.com <br...@gmail.com> #227
I am in the process of switching from an iPhone and I came across this issue. I am trying to connect to an ad hoc network but I can't see it from my android phone. I can't believe this isn't supported or offered as an unsupported feature. For the sake of discussion let's say this is fixed in 2.3 and 2.3 is finalized Aug 1st. I now have to wait 6-9 months for the official release to be pushed to my phone if it comes at all. I am expecting 2.1 sometime in August. When was that released from google? Jan 2010! At this rate I would be lucky to see it by April 2011. I expect more from Google than this. I am going to cross my fingers and hope 2.1 addresses this problem but I am not optimistic from the information I have seen thus far.
pb...@gmail.com <pb...@gmail.com> #228
hi,
I modified the tiwlan.ini long back to connect to AdHoc network. Now I'm not able to update my Hero to 2.1 due to checksum problem in file tiwlan.ini. Can anyone please send the tiwlan.ini file which comes with HTC Hero(Firmware version 1.5)?
I modified the tiwlan.ini long back to connect to AdHoc network. Now I'm not able to update my Hero to 2.1 due to checksum problem in file tiwlan.ini. Can anyone please send the tiwlan.ini file which comes with HTC Hero(Firmware version 1.5)?
po...@gmail.com <po...@gmail.com> #229
I'm amazed this ad-hoc capability is not in Android 2.1. Apparently I will never be able to run 2.2 on my GSM HTC Hero, and I have no desire to root it. Very very disappointing.
pi...@gmail.com <pi...@gmail.com> #230
I just want see and connect to a "STANDARD" mode that a wifi network could be have.
there isn't any good developer that could create an app with a siply botton:
enable/disable ad-hoc mode???
there isn't any good developer that could create an app with a siply botton:
enable/disable ad-hoc mode???
an...@gmail.com <an...@gmail.com> #231
Hi guys, do you know if this is ever fixed, would a patch or app for older versions be available? My device will never see anything higher than 1.6 I suspect, still its a great device made possible with android. This feature would just add to the awesome list.
te...@gmail.com <te...@gmail.com> #232
Clicked the star at the top :)
Of course google will not wish to upset the operators to much, it has to play softly softly. You will notice how all the fryo WiFi features only enable the phone to be the access point, thus channel data via the network. Should they implement this feature, it would do the opposite which is of course what we all want, but stands a good chance of alienating the operators.
Of course the operators could no doubt disable the ability, but still at a cost, it would be most likely considered a hostile act by google, who would have encombered extra work upon teh operators to pull the functionality, which they would most certainty do, im sure.
Until google have enough traction in the market, they are probably treading carefully with what they release. Its a sick world, the telecos market contains some of the most evil capitalists out there, they do not care about humanity, just your behaviour and buying habits and ensuring maximum profitability at any human cost, like the oil companies and the drugs companies.
Google need to get there OS out there and the operators are the gatekeeper to this goal, google cannot do android without the buy in of the operators, so they need to pay lip service and kiss some ass. Google need to be careful about implementing functions that take considerable revenue away from the operators, likewise however, operators need to get with the times and be less sick money grabbing evil scum. That will happen around the same time they start selling ice picks in hell. Catch 22. difficult one.
Of course google will not wish to upset the operators to much, it has to play softly softly. You will notice how all the fryo WiFi features only enable the phone to be the access point, thus channel data via the network. Should they implement this feature, it would do the opposite which is of course what we all want, but stands a good chance of alienating the operators.
Of course the operators could no doubt disable the ability, but still at a cost, it would be most likely considered a hostile act by google, who would have encombered extra work upon teh operators to pull the functionality, which they would most certainty do, im sure.
Until google have enough traction in the market, they are probably treading carefully with what they release. Its a sick world, the telecos market contains some of the most evil capitalists out there, they do not care about humanity, just your behaviour and buying habits and ensuring maximum profitability at any human cost, like the oil companies and the drugs companies.
Google need to get there OS out there and the operators are the gatekeeper to this goal, google cannot do android without the buy in of the operators, so they need to pay lip service and kiss some ass. Google need to be careful about implementing functions that take considerable revenue away from the operators, likewise however, operators need to get with the times and be less sick money grabbing evil scum. That will happen around the same time they start selling ice picks in hell. Catch 22. difficult one.
te...@gmail.com <te...@gmail.com> #233
If you know anyone with a face book group with many users. Submit this to it and ask everyone with a google account to STAR it, also all your contacts. All they need to do is click the STAR .
re...@gmail.com <re...@gmail.com> #234
Status: Reviewed
Owner: ----
Type-Enhancement
Priority-Medium
Component-Device
Subcomponent-Wifi
I would say this is a defection rather than an enhancement.
And, enhancement type of issues are in lowest priority queue.
Owner: ----
Type-Enhancement
Priority-Medium
Component-Device
Subcomponent-Wifi
I would say this is a defection rather than an enhancement.
And, enhancement type of issues are in lowest priority queue.
we...@gmail.com <we...@gmail.com> #235
My JoikuSpot for Symbian S60 are acting as AdHoc wifi AP which won't be recognized by 1.6 (SE X10) or 2.1 (HTC Desire). The Anriod phone I am using is a company phone which does not have data plan. I have my S60 (E71) personal phone with JoikuSpot AdHoc AP which can not be recognized by any Andriod.
From what I understand, AdHoc is not supportted on WM either. This is a big let down on Android as iPhone and my previous Nokia N900 (debian) has no problem supporting AdHoc network.
Google, please enable it to make it perfect.
From what I understand, AdHoc is not supportted on WM either. This is a big let down on Android as iPhone and my previous Nokia N900 (debian) has no problem supporting AdHoc network.
Google, please enable it to make it perfect.
xo...@gmail.com <xo...@gmail.com> #236
I'm wondering if this issue has been resolved for the Nexus One. It's been so long.
ve...@yahoo.com <ve...@yahoo.com> #237
[a] Does anyone have this working on Froyo 2.2? From what I'm reading, this was supposed to be included in Froyo as of May 20, 2010.
[b] Looking at the SDK javadocs, I don't really see anything in the WifiConfiguration object that relates to ad-hoc. If anyone does have this running, are you able to perform a switch from infrastructure mode to ad-hoc mode programatically?
Thanks.
[b] Looking at the SDK javadocs, I don't really see anything in the WifiConfiguration object that relates to ad-hoc. If anyone does have this running, are you able to perform a switch from infrastructure mode to ad-hoc mode programatically?
Thanks.
er...@gmail.com <er...@gmail.com> #238
I tried this on Froyo, and it still didn't work :-|
so...@gmail.com <so...@gmail.com> #239
Jesus! I've been waiting for ad hoc for months, the nexus sucks without it!
I've has enough now, I just installed 2.2 and still no ad hoc support, I am going to sell the N1 and, against my will, get an iPhone. I will sell the N1 through Ebay.
I'm sorry Google, this is stupid and I don't appreciate being taken for a mug.
I'm gone.... won't be back!
I've has enough now, I just installed 2.2 and still no ad hoc support, I am going to sell the N1 and, against my will, get an iPhone. I will sell the N1 through Ebay.
I'm sorry Google, this is stupid and I don't appreciate being taken for a mug.
I'm gone.... won't be back!
jo...@gmail.com <jo...@gmail.com> #240
I think this feature is important. I hope it can work ASAP.
jo...@gmail.com <jo...@gmail.com> #241
I think this feature is important. I hope it can work ASAP.
je...@gmail.com <je...@gmail.com> #242
i still only have edge data and with only limited data plans to select from, i could really use a non mobile data option for my phone when wifi isn't present...
to...@gmail.com <to...@gmail.com> #243
It is quite surprising that the iPhone can do it but Android cannot.
Further more, it is very disturbing that a mobile communication device ignores such an important communication method. Where are the priorities?
As mentioned, the Ar-drone and further items that come out really revolutionize the use of smartphones. I am certain this will boost iPhone even further. Does Google want to miss that?
Is it not important enough because google does not profit from it directly in ad revenue and user data as compared to other products?
very, very, very disappointed.
Further more, it is very disturbing that a mobile communication device ignores such an important communication method. Where are the priorities?
As mentioned, the Ar-drone and further items that come out really revolutionize the use of smartphones. I am certain this will boost iPhone even further. Does Google want to miss that?
Is it not important enough because google does not profit from it directly in ad revenue and user data as compared to other products?
very, very, very disappointed.
ed...@gmail.com <ed...@gmail.com> #244
friends, remember to click on the star(top left of the page) to push up the ranking of this issue so the google guys would look into it, seriously! i'm eager to see it implemented in next update!!!
ba...@gmail.com <ba...@gmail.com> #245
this is a shame that froyo still doesn't support adhoc. come on Google is it that hard?
ni...@gmail.com <ni...@gmail.com> #246
I wish someone would fix this. I just got my phone, but I don't have a wireless network at home atm and no dataplan either as I'm currently switching operators. Ad-hoc and internet through usb is what android is missing.
wk...@gmail.com <wk...@gmail.com> #247
Just upgraded to 2.2 and still DISAPPOINTED that ad-hoc mode remains MISSING!
Now, the trick by modifying "/system/etc/wifi/tiwlan.ini" is a bit of a puzzle as this file does not even exist on my phone. No eth0.ini either.
And this is only a Medium priority issue....
Now, the trick by modifying "/system/etc/wifi/tiwlan.ini" is a bit of a puzzle as this file does not even exist on my phone. No eth0.ini either.
And this is only a Medium priority issue....
co...@gmail.com <co...@gmail.com> #248
(starred the issue)
This is so lame. Iphone supports Ad-Hoc but Android does not! After being reported for 2 years now. If i knew this i wouldn't have been in a hurry to buy an android phone. :(
This is so lame. Iphone supports Ad-Hoc but Android does not! After being reported for 2 years now. If i knew this i wouldn't have been in a hurry to buy an android phone. :(
wi...@gmail.com <wi...@gmail.com> #249
omg. I have disappointed at this unbelievable fact. Nexus-one shuld be patched to get wifi ad-hoc ability!
ya...@gmail.com <ya...@gmail.com> #250
hurry
de...@gmail.com <de...@gmail.com> #251
I would buy an android phone, but this issue is to important for me. So I have to stay at Windows Mobile...
mm...@gmail.com <mm...@gmail.com> #252
Hurry, everyone I know that has an new iphone figured out that they CAN do something my android doesn't. This should be simple, and you think Google would consider ease of internet connection more than a medium priority on the only mobile platform they have.
el...@gmail.com <el...@gmail.com> #253
I have EVO and really need AD-HOC...PLEASE Google/Android:(
x....@gmail.com <x....@gmail.com> #254
guess what? my intel pro wifi 4965AGN doesn't suport virtual ap, and i don't have any other wifi adapter or an access point. so i have no internet access but a crappy 2g network.
what is happening? this isn't supposed to have an easy solution?
hope this problem get a solution very soon...
what is happening? this isn't supposed to have an easy solution?
hope this problem get a solution very soon...
sn...@gmail.com <sn...@gmail.com> #255
I really need AD-HOC......
ra...@gmail.com <ra...@gmail.com> #256
I bought a new htc wildfire mobile and I am not able to connect to the adhoc network enabled through wifi on my laptop. Please help
ze...@gmail.com <ze...@gmail.com> #257
what is android rooting i dont even know this. I bought mytouch in january 2010. almost 7 months have passed but still no update on adhoc wifi support. google proved that it really sucks and they have failed. i was using iphone 3g never faced any problem. even jailbreak was so easy. m gonna throw this android piece of crap and buy 3gs and enjoy 200k apps/games.
f u android and google :@
f u android and google :@
ah...@gmail.com <ah...@gmail.com> #258
I really wish to emphasize that this is a bother for me too. The last bunch of phones I've had have ALL had this feature, and I got really baffled when I tore my hair out to figure out why it couldn't connect through my laptops Ad-Hoc network when my fianceés iPhone worked right away.
Disappointed!
Disappointed!
ir...@gmail.com <ir...@gmail.com> #259
I would really appreciate the ad-hoc feature for HTC Hero so I can get internet connection from my laptop
ha...@gmail.com <ha...@gmail.com> #260
More than 200 people voted this issue for the last month.
That shows how IMPORTANT this feature is.
Please, change the priority to HIGH and start creating the solution.
That shows how IMPORTANT this feature is.
Please, change the priority to HIGH and start creating the solution.
ra...@gmail.com <ra...@gmail.com> #261
Very surprised when I found out that the android os doesn't support ad hoc connections. Like many people, I assumed this was standard since other phones do it, why not android. Please add this feature...
mi...@gmail.com <mi...@gmail.com> #262
pleaaaaase
I need it too !!!
Two years from the first request !
I need it too !!!
Two years from the first request !
br...@gmail.com <br...@gmail.com> #263
it would be good if this is provided
ds...@gmail.com <ds...@gmail.com> #264
I don't own an Android phone yet, but this issue is nearly a deal breaker for me. Please provide it!
sa...@gmail.com <sa...@gmail.com> #265
I bought galaxy S and thought I would get 3G in my android thro ad-hoc connectivity.
Its was a rude shock to me when I learnt android doesnt support ad-hoc networking. Im left with this stupid pathetic money-eating EDGE/GPRS. Come on guys... Plzzzzz dont make me spend more to get a 3G wifi router as I have a wireless USB modem as my internet solution.
will you wake up android?
Its was a rude shock to me when I learnt android doesnt support ad-hoc networking. Im left with this stupid pathetic money-eating EDGE/GPRS. Come on guys... Plzzzzz dont make me spend more to get a 3G wifi router as I have a wireless USB modem as my internet solution.
will you wake up android?
ar...@gmail.com <ar...@gmail.com> #266
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #267
It's really important for android devices (especially for coming tablets!!!) We need ad-hoc connection feature!!!
al...@gmail.com <al...@gmail.com> #268
yes i need it too. every smartphone without android does have ad-hoc connection, why no android?
am...@gmail.com <am...@gmail.com> #269
to me, that's really embarrassing for android "smartphones".... I urgently need that feature on my desire.... pls help !!
ms...@gmail.com <ms...@gmail.com> #270
this is seriously stupid. why dont they add adhoc support already like they said they would in froyo?
id hate to think of the amount of man hours ive spent stuffing around with this thing so i can get it up and running. the really sad thing is now that froyos out i cant see it being fixed until gingerbread is released which is not scheduled until the end of the year!
why would you get and android whaen you can get an iphone4 that works straight away?
pull your finger out google!!!
id hate to think of the amount of man hours ive spent stuffing around with this thing so i can get it up and running. the really sad thing is now that froyos out i cant see it being fixed until gingerbread is released which is not scheduled until the end of the year!
why would you get and android whaen you can get an iphone4 that works straight away?
pull your finger out google!!!
la...@gmail.com <la...@gmail.com> #271
Just fix it!
sa...@gmail.com <sa...@gmail.com> #272
plz...plzzz... give us the adhoc support.
Im n a downtrodden country where mobile data plans are very expensive and can share only PC internet. and EDGE/GPRS speeds suck too.
plz enable adhoc networking.
Samsung galaxy s. Eclair 2.1
Im n a downtrodden country where mobile data plans are very expensive and can share only PC internet. and EDGE/GPRS speeds suck too.
plz enable adhoc networking.
Samsung galaxy s. Eclair 2.1
al...@gmail.com <al...@gmail.com> #273
come on it's been 2 years and half, if it's still not fixed it's because you don't want to fix it! it's ridiculous that iOS can do something android can't.
mi...@gmail.com <mi...@gmail.com> #274
What was about that "issue of don't be evil"?
mi...@gmail.com <mi...@gmail.com> #275
What was about that "issue of don't be evil"?
mi...@gmail.com <mi...@gmail.com> #276
Please don't be ev..
wo...@gmail.com <wo...@gmail.com> #277
If rooting my N1 was the only resolution to this problem, when all other smartphone platforms give users ad-hoc connectivity out-of the-box, I've got nothing more to add than: google doesn't give a f@ck about their customers asking for simple feature for almost 3 years.
You guys are no better than oracle or microsoft.
You guys are no better than oracle or microsoft.
ar...@googlemail.com <ar...@googlemail.com> #278
yup - just to re-iterate above. I have a great need for this too.
It looks like google/android continually shoot themselves in the foot. This is supposed to be an apple beating platform. ..... I don't think so.
It looks like google/android continually shoot themselves in the foot. This is supposed to be an apple beating platform. ..... I don't think so.
jh...@gmail.com <jh...@gmail.com> #279
I have an OBDII car sensor reader that uses an ad-hoc network to communicate with a mobile app. I was using this fine with my iphone but my Android phone will not connect to the ad-hoc network. This is very frustrating that I now have a worthless piece of hardware that would work perfectly with the addition of such a basic feature.
de...@gmail.com <de...@gmail.com> #280
I really like my N1 Froyo's ability to create a wifi infrastructure hotspot, but it would be nice to connect to an ad hoc network too.
ma...@gmail.com <ma...@gmail.com> #281
Seems that the original patch in android has been abandoned.
Could someone remove the Reviewed status if the original dev is not working on this anymore?
Could someone remove the Reviewed status if the original dev is not working on this anymore?
la...@gmail.com <la...@gmail.com> #282
[Comment deleted]
la...@gmail.com <la...@gmail.com> #283
It should also be pointed out to the readers of this page that the hardware of every android phone on the market today supports ad hoc networks, and that android natively supports this mode. Google has made a choice to not let you use it.
ma...@gmail.com <ma...@gmail.com> #284
Pls, my dear Google. I just run out of credit because the HSDPA is toooooooo fast.
Enabling the Ad-hoc on android devices can really do many people a favour.
I tried to root the phone and modified the 2 files in /system/etc/wifi/, but it seems doesn't work. although the phone can discover the ah-hoc hotspot, but can't connect.
Thanks!
Enabling the Ad-hoc on android devices can really do many people a favour.
I tried to root the phone and modified the 2 files in /system/etc/wifi/, but it seems doesn't work. although the phone can discover the ah-hoc hotspot, but can't connect.
Thanks!
gr...@gmail.com <gr...@gmail.com> #285
here something that you might need http://forum.xda-developers.com/showthread.php?t=754961 . it works on htc desire and N1... maybe others, i don't know
xo...@gmail.com <xo...@gmail.com> #286
I can confirm that the above link worked perfectly! You have to be rooted but it WORKS! (Nexus One, 2.2 Cyanogen 6 RC2)
ju...@gmail.com <ju...@gmail.com> #287
Come on Google, give us an update on this patch please. Ad-hoc networking is such a simple and widely used thing, we want and need support for it, and you've already been submitted code to make this happen.
nb...@gmail.com <nb...@gmail.com> #288
Android needs that!
mu...@gmail.com <mu...@gmail.com> #289
I really wish there was support for connecting with ad-hoc networks. I don't operate a wireless network in my home right now, and I've been wanting to connect my phone for various purposes (mainly the RemoteDroid app).
q3...@gmail.com <q3...@gmail.com> #290
really need this function
bu...@gmail.com <bu...@gmail.com> #291
Android needs that!
gc...@gmail.com <gc...@gmail.com> #292
Yesterday I was in an airport offering free access to an adhoc network - could see the network listed as other AP however could not connect to it - "adhoc not yet supported by Android" or something like that ... Would be a big plus really - I'm using Froyo...
vt...@gmail.com <vt...@gmail.com> #293
At my work, some of our buildings only have a ad-hoc network available for use.
I am running Droid on 2.2 (Froyo). I see the ad-hoc networks but cannot connect to them. Having this capability would be so nice.
Give us ad hoc network connectivity Google!!
I am running Droid on 2.2 (Froyo). I see the ad-hoc networks but cannot connect to them. Having this capability would be so nice.
Give us ad hoc network connectivity Google!!
la...@gmail.com <la...@gmail.com> #294
Android already supports ad hoc. The issue is that Google has chosen to disable it.
ni...@gmail.com <ni...@gmail.com> #295
is there anyway to hack into the code - this is a silly shortcoming and renders the android almost useless for people that dont have access to "proper" wifi and/or a data plan. how are we supposed to update weather, stocks, facebook status' etc
bad design google!
bad design google!
ti...@gmail.com <ti...@gmail.com> #296
This needs to be fixed ASAP. I'm a student that bought a used droid to practice developing with a real test machine. I was under the assumption that it would work with any wireless network like the iPhone/iPod touch, but much to my dismay adhoc networks are unsupported..
ha...@gmail.com <ha...@gmail.com> #297
300 Comments
1265 votes
2,5 years
And still no ad-hoc support...
1265 votes
2,5 years
And still no ad-hoc support...
da...@gmail.com <da...@gmail.com> #299
Having this WiFi issue with my new Droid 2. Won't stay connected to WiFi. Have to keep going back into settings, then it connects. Also...connecting at dreadful signal strength. My vx6800 NEVER had this problem on exactly the same router, same set-up, same proximity to router. I used to get 3Mbps. Now I'm getting as low as 49Kbps!!! Shouldn't have to change entire home network and router just for one bloody cell phone!!That's utterly ridiculous!!
tg...@gmail.com <tg...@gmail.com> #300
my school wifi just can't do lots of things, I need Ad Hoc!!
mv...@gmail.com <mv...@gmail.com> #301
That would be great.
WE WANT AD-HOC !
WE WANT AD-HOC !
wo...@gmail.com <wo...@gmail.com> #302
yes, AD Hoc Support is must....!!!
ri...@gmail.com <ri...@gmail.com> #303
frustrating as hell
mc...@gmail.com <mc...@gmail.com> #304
I am completely disgusted with Google! I have an N1 and cannot believe
that this issue was not resolved in FROYO. I have to sit next to my
iPhone-totin co-workers and watch them connect - It's embarrassing!
that this issue was not resolved in FROYO. I have to sit next to my
iPhone-totin co-workers and watch them connect - It's embarrassing!
rb...@gmx.net <rb...@gmx.net> #305
Bought a HTC Desire last week, and already miss ad-hoc wifi internet, internet over USB at my work and Windows Mobile Outlook sync over Bluetooth!
al...@gmail.com <al...@gmail.com> #306
[Comment deleted]
al...@gmail.com <al...@gmail.com> #307
@rbloemberg72 tha htc desire can connect to wifi ad-hoc networks. look 8-20 posts above
ja...@googlemail.com <ja...@googlemail.com> #308
Hej google,
since yesterday I've Samsung Spica i5700. Unfortunately without the ability of connecting to adhoc networks! It would be sooo nice to implement this feature.
since yesterday I've Samsung Spica i5700. Unfortunately without the ability of connecting to adhoc networks! It would be sooo nice to implement this feature.
ma...@gmail.com <ma...@gmail.com> #309
Sitting in a hotel with no wifi, wired internet only on a laptop. My son's iphone and my other son's ipod can use the ad hoc network on the laptop, my brand new samsung captivate running android 2.1 can't see it! Wow, this really sucks!
pu...@gmail.com <pu...@gmail.com> #310
Necessarily need Ad-Hoc connection.
Necessarily need Ad-Hoc connection.
Necessarily need Ad-Hoc connection.
Necessarily need Ad-Hoc connection.
Necessarily need Ad-Hoc connection.
si...@gmail.com <si...@gmail.com> #311
yes
we really need it
we really need it
el...@gmail.com <el...@gmail.com> #312
Still no AD_HOC...PLEASE help!!!!!!!!
st...@gmail.com <st...@gmail.com> #313
Please fix it !!!
EVERYONE REMEMBER TO STAR THIS BUG !!!
EVERYONE REMEMBER TO STAR THIS BUG !!!
ju...@gmail.com <ju...@gmail.com> #314
Would like to use ad-hoc to connect to a VNC server on a system that is not on the network. I don't want to root my EVO if I don't have to.
uq...@gmail.com <uq...@gmail.com> #315
this is a much needed feature. Please add this as an update to Froyo.
al...@gmail.com <al...@gmail.com> #316
we want it in froyo
co...@gmail.com <co...@gmail.com> #317
Absolutely, critically need this, using ad hoc mode is standard use case for most people in every day life (eg tethering an android tablet to your ad hoc phone/laptop AP). Also for mesh networks which use adhoc, Android phones aren't going to be able to connect to them? Ridiculous, I'm probably going to have a flash to a fork and then google loses control over the code
go...@gmail.com <go...@gmail.com> #318
Please, add ad hoc functionallity. Or everyone people will root Android in the future...
sh...@gmail.com <sh...@gmail.com> #319
Seriously? I've been messing with my brand new phone for days and only found out about this now! I'm even more shocked that this topic/issue is 2 years old and still not fixed!! This just makes me mad.
I do not dare to root my new phone (only a week old) cause it seems a lot more complicated than jailbreaking my iPod touch (1st generation, and I only jailbreaked it a month ago cause my home button broke). So the fact that I'm already forced to do something with my phone which isn't supported, that really sucks!
I doubt that Google will even bother listening to anyone of us here. My next phone won't be an android phone if this doesn't get fixed =/
I do not dare to root my new phone (only a week old) cause it seems a lot more complicated than jailbreaking my iPod touch (1st generation, and I only jailbreaked it a month ago cause my home button broke). So the fact that I'm already forced to do something with my phone which isn't supported, that really sucks!
I doubt that Google will even bother listening to anyone of us here. My next phone won't be an android phone if this doesn't get fixed =/
du...@gmail.com <du...@gmail.com> #320
I want to buy an HTC phone with Android, but without ad-hoc, it will probably give a iPhone4.
vm...@gmail.com <vm...@gmail.com> #321
Yo también necesito conectar mi HTC Bravo por wifi en in servidor Ad-Hoc, gracias.
mu...@gmail.com <mu...@gmail.com> #322
(:Problem solved:)
1. No root needed
2. Nothing to install on mobile device
3. You must have Windows 7
.
.
.
just install Connetify on your PC
.
.
connect through your Android wi-fi enabled device.
da...@gmail.com <da...@gmail.com> #323
I dont think google personally cares if you root your phone, its the phone companies and cell service providers who dont want it because it makes you be able to add wifi tethering (a service sprint charges 30$ a month for its HTC Evo, and something is very intensive on your cell chip, which could burn it out if you use it too much.) but, I could be wrong. I know how much you guys hate people who just chime in, but dang, for an open source program I've never seen an issue like this completely ignored. and tho those talking about connectify.me , we get it there is a workaround we can do to make reverse tethering work, but that still doesnt make ad-hoc networking work. things like local multiplayer gaming, and different types of "local" networking. PLEASE GOOGLE! Fix this issue, I personally dont care if you add this to an updated version of your OS (2.3+) or as a patch to any other versions you already have, just please. please. please get this fix integrated.
la...@gmail.com <la...@gmail.com> #324
muhammadwajeeh007, your solution solves nothing. This issue is about adding ad hoc networking functionality to android, not connecting to access points. Everyone here already knows how to do that. Turning your laptop into access point is NOT fixing ad hoc networking. Go somewhere else with your b(#¤s#it marketing.
ca...@gmail.com <ca...@gmail.com> #325
access to internet via usb should be included!!!
mu...@gmail.com <mu...@gmail.com> #326
lanlilsson, K my fault sorry.
la...@gmail.com <la...@gmail.com> #327
muhammadwajeeh007: no worries. Sorry for being a bit intense. I really want ad hoc networking for android.
kl...@gmail.com <kl...@gmail.com> #328
I would like to connect my desire VIA USB and/or adhoc because i cannot get a stable connection via Connectify (virtual acces point)
PLEASE!!
mfg
(it seems like every "normal" Phone can do that but not on ANDROID.. ?
(and i don'T want to ROOT my phone..
PLEASE!!
mfg
(it seems like every "normal" Phone can do that but not on ANDROID.. ?
(and i don'T want to ROOT my phone..
lc...@gmail.com <lc...@gmail.com> #329
Please Google people to enable ad hoc feature on Andriod 2.2.
I got the setting to enable ad hoc mode on my HTC Desire.
But it seems all settings only for Andriod 2.1.(Ex:AP_SCAN=2)
My HTC Desire w/ Andriod 2.2 can not work.
It seems Google engineer change or modify some kernel for WLAN.
I don't why so many people need this feature, but Google engineer seems hide the feature and don't let others to enable it again on Andriod 2.2 even my Desire rooted.
Anyway, please Google people can enable ad hoc mode by default.
I got the setting to enable ad hoc mode on my HTC Desire.
But it seems all settings only for Andriod 2.1.(Ex:AP_SCAN=2)
My HTC Desire w/ Andriod 2.2 can not work.
It seems Google engineer change or modify some kernel for WLAN.
I don't why so many people need this feature, but Google engineer seems hide the feature and don't let others to enable it again on Andriod 2.2 even my Desire rooted.
Anyway, please Google people can enable ad hoc mode by default.
ma...@gmail.com <ma...@gmail.com> #330
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #331
Google, please add ad-hoc support!!
ak...@gmail.com <ak...@gmail.com> #332
Dear Google, please add ad-hoc
LG GT540
LG GT540
ba...@gmail.com <ba...@gmail.com> #333
Dear Google,
we need ad-hoc, Please enable this feature.
thanks.
we need ad-hoc, Please enable this feature.
thanks.
an...@gtempaccount.com <an...@gtempaccount.com> #334
Dear Google, please add ad-hoc
HTC WildFire
HTC WildFire
pe...@gmail.com <pe...@gmail.com> #335
Please add ad-hoc, much appreciated
Samsung Galaxy I9000.
Samsung Galaxy I9000.
da...@gmail.com <da...@gmail.com> #336
How can Android not have ad-hoc?!
el...@gmail.com <el...@gmail.com> #337
AMAZING NO...AD-HOC on HTC EVO and 2.2 Froyo????????????? Why...please add before next month and I switch to Apple (.)
[Deleted User] <[Deleted User]> #338
Google, please enable add the ability to connect to adhoc networks! I love my Android phone but this limitation is a major bummer.
we...@gmail.com <we...@gmail.com> #339
Mind-boggling, it never occurred to me that AdHoc wouldn't be available on Android !
Even my crappy ePod WinCE 2.0 "internet appliance" device had it in 2001 ! So much for dissing Microsoft and Apple, eh? Besides it makes no sense to kill AdHoc, killing tethering I could understand (there is a free app that does it in the Market though), but this has to take the cake for the most ridiculous decision made by Google...that and Wave I guess, but let's stick to the topic.
I've rooted my Milestone and have all the tools ready to go to fix that problem, unfortunately none of the existing methods seems to work on the Milestone :
-http://modmymobile.com/forums/491-jailbreak-root-access/544146-connect-g1-ad-hoc-network-solved.html
-http://www.wissamidrissi.com/2010/02/how-to-connect-android-phone-to-your-ad.html
Even my crappy ePod WinCE 2.0 "internet appliance" device had it in 2001 ! So much for dissing Microsoft and Apple, eh? Besides it makes no sense to kill AdHoc, killing tethering I could understand (there is a free app that does it in the Market though), but this has to take the cake for the most ridiculous decision made by Google...that and Wave I guess, but let's stick to the topic.
I've rooted my Milestone and have all the tools ready to go to fix that problem, unfortunately none of the existing methods seems to work on the Milestone :
-
-
st...@gmail.com <st...@gmail.com> #340
I need AdHoc on my GT540...
vi...@gmail.com <vi...@gmail.com> #341
so many people want it! get it already!!
tr...@gmail.com <tr...@gmail.com> #342
I just want to view files from my laptop on my Hero. BT won't work, probably because it's poorly programmed on the laptop (XP) side.
Ironically, it seems sharing files is HARDER than sharing an internet connection (which can be done already on my rooted phone).
Do I have to buy an old CE device, or is there some other way to view files on my laptop from my Android phone?
Ironically, it seems sharing files is HARDER than sharing an internet connection (which can be done already on my rooted phone).
Do I have to buy an old CE device, or is there some other way to view files on my laptop from my Android phone?
ro...@gmail.com <ro...@gmail.com> #343
Dear Google, please add ad-hoc
HTC Desire
HTC Desire
se...@gmail.com <se...@gmail.com> #344
Sadly , I found that my android , can't connect to ad-hoc,
please add this support!
please add this support!
rp...@gmail.com <rp...@gmail.com> #345
I would like ad-hoc for the Nexus One as well.
mm...@gmail.com <mm...@gmail.com> #346
I am very disappointed, because I could normally use USB connection with my Windows Mobile and access the internet. Now I see that there is NO WAY to use PC connection on Android phone. For me this typically means that when I travel abroad I need to pay huge roaming charges for data in order to have e-mails on my mobile.
io...@gmail.com <io...@gmail.com> #347
Ad-hoc and internet through usb is what android is missing.
And I need it yesterday.
Status: Reviewed
Owner: ----
Type-Enhancement
Priority-Medium
Component-Device
Subcomponent-Wifi
Are you "crazy" Medium? It is HIGH. My SPV C500 had internet through usb in the '80.
And I need it yesterday.
Status: Reviewed
Owner: ----
Type-Enhancement
Priority-Medium
Component-Device
Subcomponent-Wifi
Are you "crazy" Medium? It is HIGH. My SPV C500 had internet through usb in the '80.
jo...@gmail.com <jo...@gmail.com> #348
I don't think needing it yesterday is helpful.
da...@gmail.com <da...@gmail.com> #349
Dear Google, please add ad-hoc
Google Nexus One
Google Nexus One
wo...@gmail.com <wo...@gmail.com> #350
Hi Guys,
User Virtual Router on your PC/Notebook.
Latest wifi cards are supported.
http://virtualrouter.codeplex.com/
User Virtual Router on your PC/Notebook.
Latest wifi cards are supported.
ta...@gmail.com <ta...@gmail.com> #351
I wish i had a zillion stars to click .. i would quite happily click em off to get this feature on my Eclair .... hope google still is listenin to 'real' needs ...
ru...@gmail.com <ru...@gmail.com> #352
[Comment deleted]
am...@gmail.com <am...@gmail.com> #353
Dear Google, please add ad-hoc
Google Nexus One
Google Nexus One
ra...@gmail.com <ra...@gmail.com> #354
Dear Google, please add ad-hoc
Htc desire user.
thank you
Htc desire user.
thank you
ja...@gmail.com <ja...@gmail.com> #355
please add ad-hoc support. Thank you.
Samsung Captivate User
Samsung Captivate User
el...@gmail.com <el...@gmail.com> #356
New update for my EVO yesterday and still NO AD-HOC.............WHY>>>>>>>>>>>>>>>>>>>?
zo...@gmail.com <zo...@gmail.com> #357
Dear Google, please add ad-hoc
Google Nexus One
Google Nexus One
hi...@gmail.com <hi...@gmail.com> #358
well its a shame not having ad-hoc or something like activesync, on android.
I was shocked when i first knew about it.
2 yrs from android origin and still no fix for it ?
Plz solve this problem at the earliest.
I was shocked when i first knew about it.
2 yrs from android origin and still no fix for it ?
Plz solve this problem at the earliest.
s....@gmail.com <s....@gmail.com> #359
Ironically, the recent update to 2.2 made the wpa_supplicant on Moto Droid not able to create ad-hoc networks any more. Need to use wireless extensions which have really poor support in the TI driver.
I know, we could blame TI, but seriously...
I know, we could blame TI, but seriously...
cl...@gmail.com <cl...@gmail.com> #360
Please add ad-hoc support.
There are some hardware manufacturers that deploy app only for iPhone for that, because Android doesn't support ad-hoc wifi. An example, the Parrot AR-Drone.
There are some hardware manufacturers that deploy app only for iPhone for that, because Android doesn't support ad-hoc wifi. An example, the Parrot AR-Drone.
we...@gmail.com <we...@gmail.com> #361
I finally got my rooted Milestone to connect to an AdHoc network, using the tiwlan.ini and wpa_supplicant trick, but NOT to teh AdHoc networks created on my iPad or iPhone and I understand a friend has the same problem with his MAC. Could it be that there is a "bug" in Android which would explain why Google have not activated AdHoc networks yet, just a thought...
Anyway it sucks, especially since I like my Milestone but the way it's going it's
I went out and got the Novatel MiFi but that's one more device to carry around and its got terrible battery life (2/3 hours) so if you're out for the day it's not manageable.
Did I say it sucks ? Well it does !
Anyway it sucks, especially since I like my Milestone but the way it's going it's
I went out and got the Novatel MiFi but that's one more device to carry around and its got terrible battery life (2/3 hours) so if you're out for the day it's not manageable.
Did I say it sucks ? Well it does !
he...@gmail.com <he...@gmail.com> #362
Want adhoc for Galaxy 3
tm...@gmail.com <tm...@gmail.com> #363
There are so many use cases for this: quick file exchange between laptop and phone, using the phone as a storage device, sharing the laptop's wired and paid-for hotel connection while traveling internationally, multiplayer gaming, controlling mobile robots, etc.
tc...@gmail.com <tc...@gmail.com> #364
DID SOMEONE ALREADY SOLVED THIS ISSUE?
STRANGE MY SONYERRICSON C905 CAN FIND AD-HOC FROM MY LAPTOP.
THE ONLY THING MY SAMSUNG GALAXY S DOESN'T SUPPORT THIS AD-HOC SO STUPID!
IS THERE ANY PATCH CAN WE DOWNLOAD AND FIX THIS ISSUE?
STRANGE MY SONYERRICSON C905 CAN FIND AD-HOC FROM MY LAPTOP.
THE ONLY THING MY SAMSUNG GALAXY S DOESN'T SUPPORT THIS AD-HOC SO STUPID!
IS THERE ANY PATCH CAN WE DOWNLOAD AND FIX THIS ISSUE?
da...@gmail.com <da...@gmail.com> #365
if good didn;t fix it i am gona throw my phone in some ones head at google office
ri...@gmail.com <ri...@gmail.com> #366
This is unbelievable, Google will definitly NOT listen to customers. Obviously providers are more important.
So I threw my Pulse away, bought an iPhone and am luckily controlling my AR-DRONE.
I was a supporter of Android since I knew it - but now the open Source ideas is deeply questioned!!
Avera disappointed ex-android user!
So I threw my Pulse away, bought an iPhone and am luckily controlling my AR-DRONE.
I was a supporter of Android since I knew it - but now the open Source ideas is deeply questioned!!
Avera disappointed ex-android user!
ab...@gmail.com <ab...@gmail.com> #367
support ad hoc
pe...@gmail.com <pe...@gmail.com> #368
I could use this very much!
dr...@gmail.com <dr...@gmail.com> #369
please add this support
tc...@gmail.com <tc...@gmail.com> #370
I don't think google/android listen this issue anymore. Do they give any responsed? or replied?
we...@gmail.com <we...@gmail.com> #371
ok, there is a fix on XDA-Dev http://forum.xda-developers.com/showthread.php?t=754961 but only for Android 2.2.
Can anyone here take a look and compile a patched wpa_supplicant for Android 2.1 ?
Here is the wpa_supplicant of the Milestone :http://dl.dropbox.com/u/904989/wpa_supplicant
Thanks !
Can anyone here take a look and compile a patched wpa_supplicant for Android 2.1 ?
Here is the wpa_supplicant of the Milestone :
Thanks !
ni...@gmail.com <ni...@gmail.com> #372
I would like to see support for adhoc networks for enabling mobile adhoc networks.
sp...@gmail.com <sp...@gmail.com> #373
Please enable adhoc!
sc...@gmail.com <sc...@gmail.com> #374
I can't believe Android doesn't support Ad-Hoc networking. I just got a new Xperia X10 a few days ago and today tried connect it to the Internet through my laptop. I couldn't figure out why I couldn't see the network, so I tried on my iPod Touch, and sure enough it found the network and connected with zero problems. I was already having trouble adjusting to Android from iPhone OS and now I am extremely disappointed to find out that this new phone doesn't even support something so simple as Ad-Hoc networks.
ca...@gmail.com <ca...@gmail.com> #375
I really need this application for my connection to Internet, as I do not have an flat rate and no wifi on office. I need to connect via USB.
tr...@gmail.com <tr...@gmail.com> #376
i need ad hoc for academic work. phone to phone. It will be a new world of possibilities.
ha...@gmail.com <ha...@gmail.com> #377
Hello habrahabr!
sh...@gmail.com <sh...@gmail.com> #378
Enable it Please
p....@gmail.com <p....@gmail.com> #379
This Issue has been reviewed and accepted.
An engineer will be assigned to work on it according to its priority.
An engineer will be assigned to work on it according to its priority.
ra...@gmail.com <ra...@gmail.com> #380
Support for ad hoc networks, even with WEP-13 support would be greatly appreciated and useful. I have recently set up an ad hoc network to share USB mobile broadband in my office using my vista PC which means I can monitor what the other users are doing on the Internet and also share the net in a cheaper manner than get a relatively expensive USB to wifi router. I hate using my data on my phone while I have this network available just because I can't connect to it. I know softwares like connectify are available but having a feature built in, or embedded in the kernel is just better.
el...@gmail.com <el...@gmail.com> #381
Thank you P.slant...make it happen!!! HTC EVO and Android 4 life!! I was going to dispose of my android device this weekend maybe Ill wait a few more weeks! NEED AD-HOC!
pa...@gmail.com <pa...@gmail.com> #382
Enable ad-hoc please!!!
ge...@gmail.com <ge...@gmail.com> #383
I also vote for ad-hoc support!
fl...@gmail.com <fl...@gmail.com> #384
I also vote for this! Ad-hoc for the win!
ra...@gmail.com <ra...@gmail.com> #385
Enable Ad Hoc please.
br...@gmail.com <br...@gmail.com> #386
Please enable Ad Hoc networking for WiFi.
... and don't forget bluetooth :)
... and don't forget bluetooth :)
mo...@gmail.com <mo...@gmail.com> #387
I'm writing a social chat application but i need ad-hoc wireless for it too work! Please add support!
4l...@gmail.com <4l...@gmail.com> #388
one more voice to get this going.
ze...@gmail.com <ze...@gmail.com> #389
Can't believe this:
"Comment 1 by project member morrildl, Jan 25, 2008
This Issue has been reviewed and accepted.
An engineer will be assigned to work on it according to its priority."
So in aproximately 3 months it will be 3 years someone has reported this and Google still hasn't done anything about it?
Of course there are workarounds out there, but those unconfortable or not willing to root their devices should get some kind of response from Google!
"Comment 1 by project member morrildl, Jan 25, 2008
This Issue has been reviewed and accepted.
An engineer will be assigned to work on it according to its priority."
So in aproximately 3 months it will be 3 years someone has reported this and Google still hasn't done anything about it?
Of course there are workarounds out there, but those unconfortable or not willing to root their devices should get some kind of response from Google!
jr...@gmail.com <jr...@gmail.com> #390
I would VERY much like to see ad-hoc networks over Wi-Fi with the Android OS!
My mate and me have implemented AODV in Java and are eager to use it for implementing various peer-to-peer applications!
Our bachelor thesis:
http://code.google.com/p/adhoc-on-android/
My mate and me have implemented AODV in Java and are eager to use it for implementing various peer-to-peer applications!
Our bachelor thesis:
ke...@gmail.com <ke...@gmail.com> #391
I would like to ask the AD-HOC function really important in this century.
Many smart phone already can be support AD-HOC but NEXUS ONE still standing at start.
This is very dis-appointed like this.....
Why the orgnial Google phone like this....
Please face this problem!!!!
Many smart phone already can be support AD-HOC but NEXUS ONE still standing at start.
This is very dis-appointed like this.....
Why the orgnial Google phone like this....
Please face this problem!!!!
ke...@gmail.com <ke...@gmail.com> #392
I would like to ask the AD-HOC function really important in this century.
Many smart phone already can be support AD-HOC but NEXUS ONE still standing at start.
This is very dis-appointed like this.....
Why the orgnial Google phone like this....
Please face this problem!!!!
Many smart phone already can be support AD-HOC but NEXUS ONE still standing at start.
This is very dis-appointed like this.....
Why the orgnial Google phone like this....
Please face this problem!!!!
da...@gmail.com <da...@gmail.com> #393
AD-HOC is a need for a lot of users, I had to root y device in order to access to adhoc networks!
ko...@gmail.com <ko...@gmail.com> #394
This feature is quite important for many users who has limited data plan with Operators... Please take our demand seriously !!!
jm...@gmail.com <jm...@gmail.com> #395
So I got excited when I figured out how to set up an ad-hoc network. Connected to it from my iTouch and it worked great! Then I sat back to do the same on my new Samsung Galaxy S... and OH NO.. it's not supported?? after 3 days of playing around with this first Android phone of mine, I have found the first real drawback. I swear by this phone and OS for everything else so far though!
Common now lets get this one over with ;D
Common now lets get this one over with ;D
c....@gmail.com <c....@gmail.com> #396
Ad-hoc! Nowwwww!
me...@gmail.com <me...@gmail.com> #397
what are u doing google...since Jan 24, 2008..
ma...@gmail.com <ma...@gmail.com> #398
the real advantage of ad-hoc networking is the ability to share ideas as well as data in real time. it am frank flabbergasted that android has not included this feature as of yet.
ow...@gmail.com <ow...@gmail.com> #399
i have 2 android evices now a small netbook type thing from ebay and my htc hero i can make an adhoc network with my hero but then nothing why not come on google please for 2.3/3.0
ow...@gmail.com <ow...@gmail.com> #400
i have 2 android devices now a small netbook type thing from ebay and my htc hero i can make an adhoc network with my hero but then nothing why not come on google please for 2.3/3.0
se...@gmail.com <se...@gmail.com> #401
i have an android HTC Hero and laptop acer 5720g, and i can't connect it by wi-fi. The reason of this is that android doesnt support ad-hoc network. Please make it work. 度も有賀と
sa...@gmail.com <sa...@gmail.com> #402
Ad-hoc!
er...@gmail.com <er...@gmail.com> #403
AD hoc for LG optimus, please.
le...@gmail.com <le...@gmail.com> #404
I'm really disappointed. Ad-hoc, please.
al...@gmail.com <al...@gmail.com> #405
[Comment deleted]
az...@gmail.com <az...@gmail.com> #406
We need Ad-hoc, no other way to connect to laptop and share internet connection ...
a....@gmail.com <a....@gmail.com> #407
It appears that we are not being listened to for as long as people keep buying Android phones.
ju...@gmail.com <ju...@gmail.com> #408
please implement adhoc !!
er...@gmail.com <er...@gmail.com> #409
reviewed almost 3 years ago and still not implemented?!? this is very needed for a platform that is very useless without data services.
az...@gmail.com <az...@gmail.com> #410
We want it in Gingerbread!
ch...@gmail.com <ch...@gmail.com> #411
I wanted to develop an application which exploits this functionality, but it seems I need to drop it. :(
Seeing this BUG(!) wasn't solved since 2 years now, I doubt it will manage to be solved in Gingerbread.
Sh*t... it thought Android is a good choice, but seems the marketing guys are powerful here as in Apple. Strange, Apple were still managed to do the ad-hoc feature.
Please, fix this issue as soon as possible. This is a bad joke!
Seeing this BUG(!) wasn't solved since 2 years now, I doubt it will manage to be solved in Gingerbread.
Sh*t... it thought Android is a good choice, but seems the marketing guys are powerful here as in Apple. Strange, Apple were still managed to do the ad-hoc feature.
Please, fix this issue as soon as possible. This is a bad joke!
ma...@gmail.com <ma...@gmail.com> #412
please, implement adhoc !!! I really need it!
bj...@gmail.com <bj...@gmail.com> #413
I just spent 45 minutes, thinking it was my Laptop and not my phone. Silly Google.
ta...@gmail.com <ta...@gmail.com> #414
Yeah..plz google. work on it
uh...@gmail.com <uh...@gmail.com> #415
пожалуйста сделайте это!!!
please, do it!!!
امانه
please, do it!!!
امانه
se...@googlemail.com <se...@googlemail.com> #416
As a new android user I just spent 2 hours trying to understand why my phone could not see my ad-hoc network. This seems such obvious functionality - whats the problem ?
It will stop me buying android devices for my kids as they will not be able to share my 3g bandwidth and there is no way they are getting data sims.
It will stop me buying android devices for my kids as they will not be able to share my 3g bandwidth and there is no way they are getting data sims.
to...@gmail.com <to...@gmail.com> #417
Even Android 2.2 does not support ad-hoc mode wifi?
Any worksaround?
Thanks in advance!
Any worksaround?
Thanks in advance!
ka...@gmail.com <ka...@gmail.com> #418
[Comment deleted]
[Deleted User] <[Deleted User]> #419
Guys!!! NEED AD HOC mode!!!!
ja...@gmail.com <ja...@gmail.com> #420
Android will not be the best OS until it support AD HOC
ma...@gmail.com <ma...@gmail.com> #421
Still cannot control AR.Drone with my Droid due to lack of ad-hoc wireless capability.
kb...@gmail.com <kb...@gmail.com> #422
This is awesome.Why not connect windows xp ad hoc wifi its is awful.
2.2.1 and still no
2.2.1 and still no
av...@gmail.com <av...@gmail.com> #423
please add adhoc!!!
vm...@gmail.com <vm...@gmail.com> #424
ad-hoc mode for us pls
m....@gmail.com <m....@gmail.com> #425
Please Add Ad-hoc!!!
ft...@googlemail.com <ft...@googlemail.com> #426
Please add "Ad-Hoc"!
Bitte unbedingt "Ad-Hoc" hinzufügen!
Bitte unbedingt "Ad-Hoc" hinzufügen!
ra...@gmail.com <ra...@gmail.com> #427
I've just spent some time trying to set up an ad-hoc network between my PC (Windows XP) and new Android Phone (HTC Desire) which I bought last week. Stumbled across this website and it now dawns on me why I have been unable to get it to work. Come on Google please sort it out
gl...@gmail.com <gl...@gmail.com> #428
Ad-Hoc mode would be really great.
pr...@gmail.com <pr...@gmail.com> #429
Please add "Ad-Hoc"
te...@gmail.com <te...@gmail.com> #430
I'm so bummed, I had planned to use my Android Evo as a wireless midi controller (just like my iphone friends do), I am now realizing I can't, I need Ad-hoc support. Many venues I perform at don't have open wifi networks.
I am very sad and disappointed now. I pray this gets addressed soon :-(
I am very sad and disappointed now. I pray this gets addressed soon :-(
Et...@hotmail.com <Et...@hotmail.com> #432
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #433
Please add ad-hoc, we need it to drive Parrot Ar Drone just like iphone users!
se...@gmail.com <se...@gmail.com> #434
wo...@gmail.com <wo...@gmail.com> #435
It is really important to add ad-hoc support in Android because I am using a 3G ipad MyWi to provide wireless network access.
el...@gmail.com <el...@gmail.com> #436
Thanks Android/Google...4 not listening for nearly three (3) years on this issue.
gi...@gmail.com <gi...@gmail.com> #437
Just one more in this long list, please fix this. Please add ad-hoc support to Android. Either as a patch for 2.2 or as a feature in 2.3.
li...@gmail.com <li...@gmail.com> #438
Adhoc pls!!! Thanks!
ad...@googlemail.com <ad...@googlemail.com> #439
I need ad-hoc to connect to freifunk.net mesh nodes
re...@gmail.com <re...@gmail.com> #440
Please add this
ni...@gmail.com <ni...@gmail.com> #441
I just spent 2 days trying to get my Galaxy Pad to connect to my cell phone's adhac wifi. All this time I was making fun of my wife's iPad but now I find that it has more capabilities. I do not have a data plan on my Galaxy Pad because I thought I could use my cell phone when I was away from Wifi.
Is there a workaround? can I tether my Android device over Bluetooth? I can't find any thing on this either.
Is there a workaround? can I tether my Android device over Bluetooth? I can't find any thing on this either.
as...@gmail.com <as...@gmail.com> #442
After updating my X10i i am still unable to get adhoc usability. Anybody can suggest the solution for the same?
thanks in advance
thanks in advance
lv...@gmail.com <lv...@gmail.com> #443
When I got my Galaxy S, I was really shocked since it could not find the ad hoc of my laptop. It is such a simple and useful function. I have been using this function for years with my Windows Mobile phone. This is really important for me. Please add it.
ha...@gmail.com <ha...@gmail.com> #444
Please add this ASAP, very need it
d....@gmail.com <d....@gmail.com> #445
Yes, very need!
co...@gmail.com <co...@gmail.com> #446
Waiting for Google adds Ad-Hoc support.
sa...@gmail.com <sa...@gmail.com> #447
Ridiculous. At least when Apple gives users the finger they do it publicly. Shame on you, Google.
he...@gmail.com <he...@gmail.com> #448
It's ridiculous that even Apple allows their users to connect wireless lan via ad-hoc mode. This is the key reason that I may use 3rd party customized rom like cm-mod.
Please add it asap.
Please add it asap.
gi...@gmail.com <gi...@gmail.com> #449
Ridiculous. An essential function missed! Not so good, Google!
tr...@gmail.com <tr...@gmail.com> #450
Could we Please have Ad-Hoc support? This caused a lot of trouble for me at work.
ib...@gmail.com <ib...@gmail.com> #451
Hi, everybody
Can any one say to me a method to make my HTC Wildfire connect to ad hoc network?
Please.
Can any one say to me a method to make my HTC Wildfire connect to ad hoc network?
Please.
ju...@gmail.com <ju...@gmail.com> #452
Please have Ad-Hoc support
mi...@gmail.com <mi...@gmail.com> #453
Why Google hide this feature? Really not good :(
ju...@gmail.com <ju...@gmail.com> #454
Just wasted tons of IT support time trying to get an ad hoc connection working. Why on earth are they not supported?
si...@gmail.com <si...@gmail.com> #455
"+1 Me too!"
si...@gmail.com <si...@gmail.com> #457
If Google enabled Ad-hoc feature,
that means allow developer to write Multiplayer WLAN ad-hoc local video games
(eg, like: Chess, Mortal Kombat, or even BattleField (with 64 players) on the Gphone itself:-).
That's very good feature and improve the advance of human civilization a lot :-)
that means allow developer to write Multiplayer WLAN ad-hoc local video games
(eg, like: Chess, Mortal Kombat, or even BattleField (with 64 players) on the Gphone itself:-).
That's very good feature and improve the advance of human civilization a lot :-)
xi...@gmail.com <xi...@gmail.com> #458
I think it's big problem. And I can't understand why google doesn't support ad-hoc. Ad-hoc is so convenient.
sk...@gmail.com <sk...@gmail.com> #459
didn't use ad-hoc
av...@gmail.com <av...@gmail.com> #460
This is crazy! I have had an iPhone for one yr and absolutely love it! I purchased a android tablet just to see what the big fuss about android was and let me tell you I am NOT impressed. You pay 400$ for a tablet and I can not connect to an ad hoc network? The iPad and iPod see my network just fine... I should have gotten an iPad!!! Actually I have 90days to return my tablet... If this is not working in 90 days I'm returning and getting an iPad!
This was sent from my daughters iPod
Which is connected via adhoc to my iPhone.
This was sent from my daughters iPod
Which is connected via adhoc to my iPhone.
la...@gmail.com <la...@gmail.com> #461
Add this please
de...@gmail.com <de...@gmail.com> #462
one more vote, NOOOOOOOOOOOOOOOOOK can't see my phone!
mf...@gmail.com <mf...@gmail.com> #463
就是啊,怎么用不了AD HOC呢,赶紧发个软件支持一下吧!
sa...@gmail.com <sa...@gmail.com> #464
I have designed a wifi enabled hardware device. To minimize costs the wifi module that I used only supports adhoc and infrastructure mode and WILL NOT function as an access point. Yhe upshot is that my user base is now limited to iPhones and iPads. Am I supposed to require potential Android users to root there device?!!!
Thanks a lot Google.
Thanks a lot Google.
ta...@gmail.com <ta...@gmail.com> #465
Add this
I need adhoc in my phone
I need adhoc in my phone
n8...@gmail.com <n8...@gmail.com> #466
Need Ad-hoc for so many things!
n8...@gmail.com <n8...@gmail.com> #467
Need Ad-hoc for so many things!
gu...@gmail.com <gu...@gmail.com> #468
I'm surprised that this post has been initiated for almost 3 yrs, got google's reponse at the next day of post, and still left unsolved till now. What a speed for google.
pw...@googlemail.com <pw...@googlemail.com> #469
Please add support for Adhoc Networking. What I don't understand is, that the Linux Kernel should already support this, so adding it to Android shouldn't be a drama. And rooting a phone is not an option for me.
ol...@gmail.com <ol...@gmail.com> #470
I hope that google be able in future to add on the FM version of the Ad-Hoc
wireless network support
wireless network support
ol...@gmail.com <ol...@gmail.com> #471
I hope that google be able in future to add on the FM version of the Ad-Hoc
wireless network support
wireless network support
ol...@gmail.com <ol...@gmail.com> #472
I hope that google be able in future to add on the FM version of the Ad-Hoc
wireless network support
wireless network support
ol...@gmail.com <ol...@gmail.com> #473
Another voice to express support for Ad-Hoc networking. I travel a lot internationally and have a USB dongle for data on my laptop (XP, corporate). However I can't share the connection because my HTC Desire won't support ad-hoc... but my iPad and iPhone friends can. Shame. Hope this can be enabled in Gingerbread... as am not sure why it would not be?
ha...@gmail.com <ha...@gmail.com> #474
[Comment deleted]
ki...@gmail.com <ki...@gmail.com> #475
Please add support for Ad-hoc.. Im beginning to hate android for this.
sr...@gmail.com <sr...@gmail.com> #476
Please add Wi-fi ad-hoc support as well as wired internet sharing from PC to Phone via USB.
Thanks
Thanks
bi...@gmail.com <bi...@gmail.com> #477
Gingerbread 2.3 is out and still no adhoc support. That's so easy to do for you guys, please add this feature !
bi...@gmail.com <bi...@gmail.com> #478
I was really hoping that Gingerbread would bring us wifi ad-hoc connectivity, but as it turns out we still have to wait.. shame
al...@gmail.com <al...@gmail.com> #479
[Comment deleted]
al...@gmail.com <al...@gmail.com> #480
how do you know that? do you have gingerbread on your phone?
cp...@gmail.com <cp...@gmail.com> #481
This is so so silly we need ad-hoc networking! like windows mobile
an...@telhoc.se <an...@telhoc.se> #482
[Comment deleted]
la...@gmail.com <la...@gmail.com> #483
I think you guys should be aware that the issue is NOT for Google to ADD support for ad hoc networking, but to REMOVE their code that block the use of ad hoc networking. The support is there, but Google do not want you to use it. Removing these blocks, and you again have support for ad hoc networking. That is why you see so many references here about being able to use ad hoc networking on android devices.
la...@gmail.com <la...@gmail.com> #484
[Comment deleted]
iv...@gmail.com <iv...@gmail.com> #485
really need this function
ga...@gmail.com <ga...@gmail.com> #486
Google please switch on adhoc network sharing on android. I feel strange
Google is known for consumer friendliness but on this issue we feel deserted by Google.
Google is known for consumer friendliness but on this issue we feel deserted by Google.
pk...@gmail.com <pk...@gmail.com> #487
[Comment deleted]
pk...@gmail.com <pk...@gmail.com> #488
(sorry for repost - got my addition subtraction wrong)
Wow. This thread is now almost THREE years old.
That's incredible customer responsiveness. Google must be hardily congratulated on their disposition towards corporate nimbleness and delivering what their customers want.
Wow. This thread is now almost THREE years old.
That's incredible customer responsiveness. Google must be hardily congratulated on their disposition towards corporate nimbleness and delivering what their customers want.
cp...@gmail.com <cp...@gmail.com> #489
But why block the use of function. That makes no sense!
an...@telhoc.se <an...@telhoc.se> #490
Internet sharing is already supported with the Mobile WiFi Hotspot option. This is not ad hoc networking, and is unrelated to this issue. Please do not post comments requesting this already existing feature.
sz...@gmail.com <sz...@gmail.com> #491
Android's lack of support for ad-hoc is rather annoying (iPhone has no problems).
There are workarounds (all require root access):
- patching WifiManager (like some custom Samsung ROMs)
- patching wpa_supplicant to fool Android's WifiManager (http://szym.net/2010/12/adhoc-wifi-in-android/ )
- controlling wpa_supplicant directly (http://www.olsr.org/?q=olsr_on_android )
Sadly, since eclair or so, the last option went away as wpa_supplicant is pretty much useless for ad-hoc due to a tiny change:
http://android.git.kernel.org/?p=platform/external/wpa_supplicant_6.git;a=commit;h=2d41ad0543d71f2ff78e0dd31f3a82fceb94d1d8
There's no way to put wpa_supplicant in WPA_COMPLETE without connecting to an AP, so there's no way to change AP_SCAN to 2.
There are workarounds (all require root access):
- patching WifiManager (like some custom Samsung ROMs)
- patching wpa_supplicant to fool Android's WifiManager (
- controlling wpa_supplicant directly (
Sadly, since eclair or so, the last option went away as wpa_supplicant is pretty much useless for ad-hoc due to a tiny change:
There's no way to put wpa_supplicant in WPA_COMPLETE without connecting to an AP, so there's no way to change AP_SCAN to 2.
fl...@gmail.com <fl...@gmail.com> #492
[Comment deleted]
sz...@gmail.com <sz...@gmail.com> #493
Or we could use a custom ROM like CyanogenMod...
Here's an idea: merge the CyanogenMod patch (by havlenapetr) that added ad-hoc support into AOSP. It's not that big:
https://github.com/CyanogenMod/android_frameworks_base/commit/adeeb14b4865b6173db1be1179da67bbbceaea9a
Here's an idea: merge the CyanogenMod patch (by havlenapetr) that added ad-hoc support into AOSP. It's not that big:
ru...@gmail.com <ru...@gmail.com> #494
An obvious must
br...@gmail.com <br...@gmail.com> #495
I would love to see it on my android phone.
sz...@gmail.com <sz...@gmail.com> #496
[Comment deleted]
cn...@gmail.com <cn...@gmail.com> #497
It is very useful,i am looking forward to the solution.
ok...@gmail.com <ok...@gmail.com> #498
Please put reverse tethering in the next update, its been a long time.
ad hoc needed. do not want to root my phone,
I have used my vote
ad hoc needed. do not want to root my phone,
I have used my vote
pl...@gmail.com <pl...@gmail.com> #499
At least tell us why it's taking so long! What are the problems in having this available?
ed...@gmail.com <ed...@gmail.com> #500
When roaming I use a Nokia N6 with JoikuSpot installed and a local SIM card. With my old iPod touch I could connect to the Nokia ad hoc and avoid paying data roaming. Sadly this doesn't work on the Android because of this stupid block on connecting to ad hoc networks. So now I have to swap out the SIM card in my Android which means all my Kindle books lose their bookmarks and I have to reauthenticate everything. Basically annoying. Please enable ad hoc.
bc...@gmail.com <bc...@gmail.com> #501
Urgently needed and required in non-wifi allowed situations.
bu...@gmail.com <bu...@gmail.com> #502
po...@gmail.com <po...@gmail.com> #503
Do it!!!!
fa...@gmail.com <fa...@gmail.com> #504
As I software developer, I used to support open source thingy and look donw on those giant software company thatlimited the developer from doing what we capable to do.
To my big surprise, reading the thread started from Jan 24, 2008 until today, we have nothing to fix the problem. Not a patch, or neither in the new version release.
As a supporter for open source community, I feel really shame to find out that, this is not because we have technical difficulty, nor unwillingness to solve this issue.
From all the workaround mentioned in previous posts, it shows that the platform itself was supporting this, even on version 2.1. The shame is, from version 2.2, it was REMOVED.
!!! We are prevented from using a platform supported feature in an OPEN SOURCE project. !!!
Next time, how are we going to laught on Apple and WinCE user?
To my big surprise, reading the thread started from Jan 24, 2008 until today, we have nothing to fix the problem. Not a patch, or neither in the new version release.
As a supporter for open source community, I feel really shame to find out that, this is not because we have technical difficulty, nor unwillingness to solve this issue.
From all the workaround mentioned in previous posts, it shows that the platform itself was supporting this, even on version 2.1. The shame is, from version 2.2, it was REMOVED.
!!! We are prevented from using a platform supported feature in an OPEN SOURCE project. !!!
Next time, how are we going to laught on Apple and WinCE user?
ai...@gmail.com <ai...@gmail.com> #505
We need Arabic Language Support
ni...@gmail.com <ni...@gmail.com> #506
this thing is killing me i need to connect to the internet and i dont want to buy a new router.
pppoe not working
ad hoc networks problems
i think you should make this a priority when, the most basic thing for users is internet connection!
pppoe not working
ad hoc networks problems
i think you should make this a priority when, the most basic thing for users is internet connection!
pu...@gmail.com <pu...@gmail.com> #507
Please add support for Add-hoc, I badly need it. It's must....
se...@gmail.com <se...@gmail.com> #508
Please Please Please add support for Add-hoc
this thing is killing me i need to connect to the internet and i dont want to buy a new router
this thing is killing me i need to connect to the internet and i dont want to buy a new router
sv...@gmail.com <sv...@gmail.com> #509
Its about time Google got theyr head out of theyr ass and supports adhoc networking.
Im considering a lawsuit against them for not delivering the functions as promised.
Anybody that think that would get them moving?
Im considering a lawsuit against them for not delivering the functions as promised.
Anybody that think that would get them moving?
bm...@gmail.com <bm...@gmail.com> #510
[Comment deleted]
bm...@gmail.com <bm...@gmail.com> #511
Yeah, this is not great that I could get the internet from usb or ad-hoc connection. =((
th...@gmail.com <th...@gmail.com> #512
Such a simple thing to patch, and nothing has been done for some 2 years. This is tragic.
yo...@gmail.com <yo...@gmail.com> #513
Amazing! Issue raised on Jan 24, 2008 and still not a peep from Google! Awesome!
al...@gmail.com <al...@gmail.com> #514
[Comment deleted]
te...@gmail.com <te...@gmail.com> #515
It's been two years ! Why is the priority still on just Medium ? My freakin SE Elm could connect to ad-hoc, Nokia Symbian can connect, but Android can't ??? That's a disgrace !
ja...@gmail.com <ja...@gmail.com> #516
No support for connecting to ad-hoc network?? Is it a bad joke?
I'm thinking about throwing my Optimus One to trash bin!! No, wait only the parody-to-linux-operating-system Android.
I'm thinking about throwing my Optimus One to trash bin!! No, wait only the parody-to-linux-operating-system Android.
ma...@gmail.com <ma...@gmail.com> #517
Need a ad hoc. Newer buy a router for one device. But I have already 2 ad hoc usb stick to share internet on book.
ma...@gmail.com <ma...@gmail.com> #518
Need a ad hoc. Newer buy a router for one device. But I have already 2 ad hoc usb stick to share internet on book.
ea...@gmail.com <ea...@gmail.com> #519
This is indeed pathetic support from google considering... makes me miss apple. Say what you want about them but the support cant and isnt this bad. And now i feel dirty...
rr...@researchut.com <rr...@researchut.com> #520
I was doing it at home today.
* Configured Windows XP with Ad-Hoc Mode.
* Configured my Windows 7 Professional client to connect to the network. No issues.
* Configured my old iPhone 2G to connect to the Ad-Hoc network. No issues.
* Fired up my Samsung Galaxy S with Froyo. And wow. Doesn't show the ESSID at all. My first impression was that something might be wrong with Froyo. See.... That's an impression difficult to build. But android as built it.
* Configured Windows XP with Ad-Hoc Mode.
* Configured my Windows 7 Professional client to connect to the network. No issues.
* Configured my old iPhone 2G to connect to the Ad-Hoc network. No issues.
* Fired up my Samsung Galaxy S with Froyo. And wow. Doesn't show the ESSID at all. My first impression was that something might be wrong with Froyo. See.... That's an impression difficult to build. But android as built it.
gu...@gmail.com <gu...@gmail.com> #521
I use 2 Laptops with my nokia 5800 with ad-hoc Joikuspot, perfect, no problems.
I have buyed one Archos 70 with Froyo, and I cannot connect it, I don´t see the wifi network.
I have 10 days to return the Archos to the shop, I´m think it.
I have buyed one Archos 70 with Froyo, and I cannot connect it, I don´t see the wifi network.
I have 10 days to return the Archos to the shop, I´m think it.
ju...@gmail.com <ju...@gmail.com> #522
this is my biggest disappointment with android, i never thought that all other systems will beat android in such important issue as internet sharing...what should i do now? buy a wifi router because of your inability to include crucial features?? :/ :'(
ra...@gmail.com <ra...@gmail.com> #523
I am also dissappointed by not being able to share internet
ri...@gmail.com <ri...@gmail.com> #524
I agree. We need this now! I'm lucky that my android tablet has a Lan port but even that cannot always be used (since I can't use that to tether to my mobile) Please put up a fix and incorporate it into Honeycomb!
mo...@gmail.com <mo...@gmail.com> #525
This stinks! However, is it Google or the manufacturers of our devices? I have a new archos 70 tablet and can't connect to my phone. It's useless. Grrrrrr.
ed...@gmail.com <ed...@gmail.com> #526
Still nothing for the nexus one?
lu...@gmail.com <lu...@gmail.com> #527
I am also dissappointed by not being able to share internet
lu...@gmail.com <lu...@gmail.com> #528
I am also dissappointed by not being able to share internet
el...@gmail.com <el...@gmail.com> #529
not being able to use PC's internet connection when connected via USB is THE ONLY REASON why I don't own an Android phone yet... It shouldn't be that problem for a company that is the most innovative one in most areas they enter.
hu...@gmail.com <hu...@gmail.com> #530
[Comment deleted]
an...@gmail.com <an...@gmail.com> #531
One more vote. That is for sure really important.
jr...@gmail.com <jr...@gmail.com> #532
I need to connect to an ad hoc network!
co...@gmail.com <co...@gmail.com> #533
Ad hoc will open a new realm of phone usage. Please add the support for it :)
cl...@gmail.com <cl...@gmail.com> #534
I would love this feature, because i don't have a wifi but only a network nternet access
mg...@gmail.com <mg...@gmail.com> #535
I think this feature it's really important.
cm...@gmail.com <cm...@gmail.com> #536
Every other WiFi phone in the world can do this. Disappointing for google not having this.
ar...@gmail.com <ar...@gmail.com> #537
even the android on my acer netbook can't see the ad hoc on my main computer. really bad. however i heard that it can see it when Connectify is used to set up an ad hoc. haven't tried it though
cu...@gmail.com <cu...@gmail.com> #538
One more vote. Come on
as...@gmail.com <as...@gmail.com> #539
When will this be implemented?
li...@gmail.com <li...@gmail.com> #540
Please add support for Ad-hoc
mi...@gmail.com <mi...@gmail.com> #541
I will also appriciate this functionality. Why this still doesnt was implemented. Pls, do it.
du...@gmail.com <du...@gmail.com> #542
keep up the good working
je...@gmail.com <je...@gmail.com> #543
I would like to have the possibility to do it
fr...@gmail.com <fr...@gmail.com> #544
Seems like Google willfully prevents wifi ad hoc support. Same with bluetooth ad hoc capacity: 2 years of complaints by end users and developers alike, and no go.
+1 for wifi ad hoc support
+1 for wifi ad hoc support
li...@gmail.com <li...@gmail.com> #545
И ни одного русского коментария. Как же так!
Да, ad hoc нужен!
Да, ad hoc нужен!
ju...@gmail.com <ju...@gmail.com> #546
I'd really like to be able to do this too
7a...@gmail.com <7a...@gmail.com> #547
I just bought my second Android device thinking I would be able to connect them via ad-hoc. To my dissappointment, ad-hoc networks can't be seen. Both devices are going back to the store.
ci...@gmail.com <ci...@gmail.com> #548
I can connect to internet on my Windows PDA (4 years old) via the USB cable ... but I cannot do this using my new Android phone!
Why is this such a problem to code?
li...@gmail.com <li...@gmail.com> #549
Hey,
I can't make my 2.2 android tablet connect to ad-hoc network.
I've tried many workarounds without sucess.
Google! please add ad-hoc support, this is piece of cake and so many people are waiting for that.
Liron
Israel
I can't make my 2.2 android tablet connect to ad-hoc network.
I've tried many workarounds without sucess.
Google! please add ad-hoc support, this is piece of cake and so many people are waiting for that.
Liron
Israel
va...@gmail.com <va...@gmail.com> #550
BE IT Wi-Fi USB or Blutooth
GET THE DAAAMNED "AD HOC SUPPORT" ON ANDROID.... GOOGLE!!!!!!, THIS IS GETTING RIDICULOUS !!!!! ITS BEEN 2 DAMN YEARS GOOGLE!!!!
I can't believe how could an INTERNET GIANT like GOOGLE, ignore such a crucial feature,
SO much for OPEN SOURCE... HUH!!!!!!
GET THE DAAAMNED "AD HOC SUPPORT" ON ANDROID.... GOOGLE!!!!!!, THIS IS GETTING RIDICULOUS !!!!! ITS BEEN 2 DAMN YEARS GOOGLE!!!!
I can't believe how could an INTERNET GIANT like GOOGLE, ignore such a crucial feature,
SO much for OPEN SOURCE... HUH!!!!!!
cp...@gmail.com <cp...@gmail.com> #551
2 years would be ridiculous but it been 3 years an i have been waiting for almost all of them. Rooted my last handset and don't relay want to have to do that again! Come on why withhold this function?
kn...@gmail.com <kn...@gmail.com> #552
GOOGLE...I need ad-hoc for my tablet...when is comining... this is a really bull shit
y4...@gmail.com <y4...@gmail.com> #553
Still no ad hoc? If I were a bird who used android, I would be a sad hawk :(
dl...@gmail.com <dl...@gmail.com> #554
Wow, this is soo disappointing! I can even connect to an adhoc network with my 2 years old Nokia with Symbian, but I cannot with my brand new Samsung Galaxy S :-( I also tried the Samsung Wave with Bada and guess what? Yes, it works...
bo...@gmail.com <bo...@gmail.com> #555
Today I sold my HTC Desire and buyed an E7..don`t like symbian but connects to ad-hoc..
ha...@gmail.com <ha...@gmail.com> #557
Hello Google Folks!
Please provide fix ASAP.
Please provide fix ASAP.
ed...@gmail.com <ed...@gmail.com> #558
Just returned two tablets because this functionality is missing. Now looking at Windows or Apple alternatives for a BIG work order (50 units or so).
jo...@gmail.com <jo...@gmail.com> #559
need this please listen google.
ww...@gmail.com <ww...@gmail.com> #560
I need this feature! It's ridiculous in 2011 year phone without Adhoc support, even chinese phones for 50$ can do this!
Странно и нелепо не хотеть добавить такой функционал в телефон, ведь это ровным счетом ничего не стоит!
Мне нужна эта функция, как и всем кто купил телефон на андроиде.
Странно и нелепо не хотеть добавить такой функционал в телефон, ведь это ровным счетом ничего не стоит!
Мне нужна эта функция, как и всем кто купил телефон на андроиде.
cc...@gmail.com <cc...@gmail.com> #561
Google please fix this crap!!!!!!!!!!!!!!!!!!!!!!!!!!
an...@gmail.com <an...@gmail.com> #562
I've bought one smartphone clone from china and it was dual os, but I flashed to Android only because of the appeal of the system and the availability of use of any language on the phone, that WM don't. All my system is in japanese and it's awesome! But ad hoc is so commom.
So developers: please don't make me flash my phone to WM again!
So developers: please don't make me flash my phone to WM again!
wj...@gmail.com <wj...@gmail.com> #563
Google engineers and independent developers, please do something to fix this issue. Thank you.
an...@gmail.com <an...@gmail.com> #564
This should be checked as "Highest priority" IMHO))
sa...@icloud.com <sa...@icloud.com> #565
Indeed, the lack of this feature is ridiculous.
It's one of several that are pushing me back to a Nokia Business device, in which everything I need is there, even if it isn't as shiny and stylish.
It's one of several that are pushing me back to a Nokia Business device, in which everything I need is there, even if it isn't as shiny and stylish.
mi...@gmail.com <mi...@gmail.com> #566
I have got android phone. Not bad, but why it does not allow ancient USB internet connection. Well known on WM an Symbian.
[Deleted User] <[Deleted User]> #567
mo...@gmail.com <mo...@gmail.com> #568
Add ad hoc ability to Android !!!
la...@gmail.com <la...@gmail.com> #569
Regarding http://www.servalproject.org/ . Looks really cool, but they rely on rooted android devices and does nothing to solve this issue.
pa...@gmail.com <pa...@gmail.com> #570
We need to have the possibility to share internet with the phone..
ni...@gmail.com <ni...@gmail.com> #571
We need that, so please Google, pimp my android...
jo...@gmail.com <jo...@gmail.com> #572
Unbelievably necessary to me! Connectivity in any situation should be a priority for any phone, specially an open sistem like android is marketing to be!
ar...@gmail.com <ar...@gmail.com> #573
Too many people waiting, when you add Ad hoc ability to Android!
Is it so hard to you???
Is it so hard to you???
sh...@gmail.com <sh...@gmail.com> #574
This should be checked as "Highest priority"
fr...@gmail.com <fr...@gmail.com> #575
Do you really want to make me buy an iphone?
Come on, get it done!
Come on, get it done!
yo...@gmail.com <yo...@gmail.com> #576
so many request for this issue ...
but nothing action on the android developer.
i get some email from GOOGLE it say "sorry ad-hoc do not support ever and forever"
so skip all your request ....
throw away your ANDROID machine (phone, tablet, or other),
buy another gadget with support ad-hoc connection.
regards.
GOOGLE.COM
but nothing action on the android developer.
i get some email from GOOGLE it say "sorry ad-hoc do not support ever and forever"
so skip all your request ....
throw away your ANDROID machine (phone, tablet, or other),
buy another gadget with support ad-hoc connection.
regards.
cr...@gmail.com <cr...@gmail.com> #577
I read the websites suggested above,
but I cannot understand the patch thing as I am a newbie to Android device.
I am disappointed with Google first time in my life~
If Google don't add the ad-hoc function,
people would switch for Apple or Nokia products instead
but I cannot understand the patch thing as I am a newbie to Android device.
I am disappointed with Google first time in my life~
If Google don't add the ad-hoc function,
people would switch for Apple or Nokia products instead
mi...@gmail.com <mi...@gmail.com> #578
This would be incredibly useful.
Thank you.
Thank you.
ko...@gmail.com <ko...@gmail.com> #579
Pls. support ad hoc
ja...@gmail.com <ja...@gmail.com> #580
No support for ad-hoc networks + No support for proxy
What kind of "open system" is this?
Please readhttp://en.wikipedia.org/wiki/Open_system_%28computing%29
What kind of "open system" is this?
Please read
mb...@gmail.com <mb...@gmail.com> #581
open system
No support for ad-hoc networks + No support for proxy
What kind of "open system" is this?
No support for ad-hoc networks + No support for proxy
What kind of "open system" is this?
yo...@gmail.com <yo...@gmail.com> #582
just like i say ...
if u want ad-hoc, do not buy android gadget.
if u already have, just sell it on ebay with just $1 bidding.
right ???
if u want ad-hoc, do not buy android gadget.
if u already have, just sell it on ebay with just $1 bidding.
right ???
ar...@gmail.com <ar...@gmail.com> #583
COme on google devs, dont be like other companies, listen to the crowd
ar...@gmail.com <ar...@gmail.com> #584
Please support this in future release....
this is a very good feature for android which i can proudly show this to iPhone guys...
this is what open source does....
this is a very good feature for android which i can proudly show this to iPhone guys...
this is what open source does....
j....@gmail.com <j....@gmail.com> #585
ar...@gmail.com <ar...@gmail.com> #586
GOOGLE is ever and forever do not allow AD-HOC networks.
hope all understand.
if u want ad-hoc,
buy IPAD or NOKIA gadget.
i'll buy all your android gadget, but with under $10.
just call me when u ready to sell.
:D
hope all understand.
if u want ad-hoc,
buy IPAD or NOKIA gadget.
i'll buy all your android gadget, but with under $10.
just call me when u ready to sell.
:D
an...@gmail.com <an...@gmail.com> #587
I have an android phone but because of no ad hoc my next phone will have to be an iphone. F you google. you let us all down.
so...@gmail.com <so...@gmail.com> #588
I don't know why Android not support Ad hoc. Google is crazy.
so...@gmail.com <so...@gmail.com> #589
I don't know why Android not support Ad hoc. Google is crazy.
he...@gmail.com <he...@gmail.com> #590
is there any technical reason for this?
sr...@gmail.com <sr...@gmail.com> #591
after searching on internet about all ways to get adhoc support on android...unbelievable..cant understand why google dont support it...PLEASE LISTEN TO YOUR USERS.
Thanks.
Thanks.
ir...@gmail.com <ir...@gmail.com> #592
Ad-hoc networks need to be supported!
bu...@gmail.com <bu...@gmail.com> #593
ad-hoc and proxy needed!!
nk...@gmail.com <nk...@gmail.com> #594
Ad-hoc networks need to be supported!
an...@gmail.com <an...@gmail.com> #595
Please!!, add the support!
jo...@gmail.com <jo...@gmail.com> #596
I am working on an application for home automation that would benefit greatly from ad-hoc network support on android. I am very suprised that such simple and basic functionality has not been implemented.
sa...@gmail.com <sa...@gmail.com> #597
Yeah! We want this feature.
In...@yandex.ru <In...@yandex.ru> #598
Ad-hoc networks need to be supported!
Please!!, add the support!
Please!!, add the support!
sh...@gmail.com <sh...@gmail.com> #599
Please add the wifi ad hoc!!!
kr...@gmail.com <kr...@gmail.com> #600
Add the support, please. Would be useful for travelers...
cp...@gmail.com <cp...@gmail.com> #601
[Comment deleted]
cp...@gmail.com <cp...@gmail.com> #602
I think that no one from Google actually reads this as its being totally ignored!! Because this is a basic feature that we all need i don't understand the reluctance to allow it to connect. Any one officially like to comment????????? Please
il...@gmail.com <il...@gmail.com> #603
Ad-hoc networks need to be supported!
Please!!, add the support!
Please!!, add the support!
il...@gmail.com <il...@gmail.com> #604
Ad-hoc networks need to be supported!
Please!!, add the support!!!
Please!!, add the support!!!
ra...@gmail.com <ra...@gmail.com> #605
I need ad-hoc networking support in Android. Please add it.
na...@gmail.com <na...@gmail.com> #606
I´m not going to buy an android telephone until there will be an Ad-hoc networks support!
in...@gmail.com <in...@gmail.com> #607
Still not supported in Honeycomb (judging from the fact that my Xoom can't be tethered via my phone - it just doesn't see the network).
in...@gmail.com <in...@gmail.com> #608
Still not supported in Honeycomb (judging from the fact that my Xoom can't be tethered via my phone - it just doesn't see the network).
The WTF of the situation is that you cannot WiFi-tether an Android tablet through an Android phone.
The WTF of the situation is that you cannot WiFi-tether an Android tablet through an Android phone.
pb...@gmail.com <pb...@gmail.com> #609
As I travel a lot occasionally I can connect my laptop to a wired network and would like to be able to share the internet connection with my Dell Streak to save on my limited AT&T data plan.
Thank You,
pbr35586
Thank You,
pbr35586
ju...@gmail.com <ju...@gmail.com> #610
We really need Ad-hoc feature - I'm disappointing with my HTC Desire HD because it keeps losing wifi connection.
be...@gmail.com <be...@gmail.com> #611
The reason they have not released it is becuase they have not developed it yet for their OS. This type of feature is toooo useful for the consumer and google has not found a way to make cash out of it yet. MAC can do it since they use all the same type of wifi chips where android uses many different types. That can be a little tricky to develop it..
s....@gmail.com <s....@gmail.com> #612
Ad-hoc networks need to be supported! Please add the support!
li...@gmail.com <li...@gmail.com> #613
i need this ad hoc function,because my friend's nokia mobile can only set ad hoc wifi AP .and i neet to use the internet through his mobile.
tc...@gmail.com <tc...@gmail.com> #614
How many people have to beg for google to respond?
he...@gmail.com <he...@gmail.com> #615
I recently started porting an iPhone application used to control a hardware device to Android. When I tried to connect I was quite surprised to learn that Android does not support connecting to an ad hoc network. Bummer, I guess we'll have to stick to ios.
ca...@yahoo.com.hk <ca...@yahoo.com.hk> #616
大部份wifi 都用到....不過也有用不到...希望改進
de...@gmail.com <de...@gmail.com> #617
How can you launch Android into the tablet market without supporting ad-hoc?
Please, add ad-hoc to Android.
Please, add ad-hoc to Android.
bi...@gmail.com <bi...@gmail.com> #618
Please add Ad-hoc networks support!
dr...@gmail.com <dr...@gmail.com> #619
This is still very silly, no adhoc connect support? my phone can make but can't connect, C'mon guys make this happen already. Add Adhoc Support.
al...@gmail.com <al...@gmail.com> #620
I need adhoc as well.
ai...@gmail.com <ai...@gmail.com> #621
Ad-Hoc please. I do not want to root my phone just for this function that should be implemented already.
ga...@gmail.com <ga...@gmail.com> #622
It's kind a lame that iOS is supporting this out of box and even 2.2 you have to root hack for it. Please make this available. For case scenario: it's weekend and my AP is broke down and I use my laptop to create ad-hoc with internet connection sharing in W7. iPhone is connecting without any problem. HTC Desire on 2.2 not even detecting the ad-hoc. So please,please,please......
an...@gmail.com <an...@gmail.com> #623
Ad hoooooooooooc
mo...@gmail.com <mo...@gmail.com> #624
Typing this on an old first gen iPhone connected to adhoc network created on my Android phone. Sadly I cannot connect to same adhoc network from my Android tablet. This is lame as lame gets. This is an old phone my parents gave me. I never would have considered anything but open source before. All my computers have Linux Ubuntu which can connect to adhoc. This makes no sense. My android app wifi analyzer sees Barnacle ad hoc but cannot connect. I need adhoc. I pay too much for cell phone service not to be able to use it. I wonder of webos can connect to ad hoc. That will be my next tablet If it can.
sk...@gmail.com <sk...@gmail.com> #625
I was stunned to find that my Android Tablet didn't support ad hoc connections. What is this madness. All linux builds support it so it must have been removed at an early stage of development.
I was much more shocked to find out about it as not one review on not one tablet has ever mentioned this. For me it means that the tablet is going back. So got to buy a stupid Ipad and look like I am a retard.
Make sure 3.0 has Ad Hoc and I will be back
I was much more shocked to find out about it as not one review on not one tablet has ever mentioned this. For me it means that the tablet is going back. So got to buy a stupid Ipad and look like I am a retard.
Make sure 3.0 has Ad Hoc and I will be back
sk...@gmail.com <sk...@gmail.com> #626
I was stunned to find that my Android Tablet didn't support ad hoc connections. What is this madness. All linux builds support it so it must have been removed at an early stage of development.
I was much more shocked to find out about it as not one review on not one tablet has ever mentioned this. For me it means that the tablet is going back. So got to buy a stupid Ipad and look like I am a retard.
Make sure 3.0 has Ad Hoc and I will be back
I was much more shocked to find out about it as not one review on not one tablet has ever mentioned this. For me it means that the tablet is going back. So got to buy a stupid Ipad and look like I am a retard.
Make sure 3.0 has Ad Hoc and I will be back
ma...@gmail.com <ma...@gmail.com> #627
ma che ca%%o di scelte sono queste? Possibile che un sistema operativo per cellulare come dovrebbe essere android non supporti TUTTE le modalità possibili del wifi?
ma datevi una regolata va!!
ma datevi una regolata va!!
ra...@gmail.com <ra...@gmail.com> #628
This is my first time to buy an Android phone and I am outright frustrated. Isn't it stup*d and funny? I have wired connection to my laptop at home (the only place I can use the internet freely) and I cannot even access Android Market because you don't even allow ad-hoc!!!
ni...@gmail.com <ni...@gmail.com> #629
Please add Ad-hoc networks support!
sp...@gmail.com <sp...@gmail.com> #630
need to use my laptop`s internet on my mobile Samsung galaxy i5700
jo...@gmail.com <jo...@gmail.com> #631
Another vote for ad-hoc support. Honeycomb, you are so robust. Why can't you find my ad-hoc wifi android device?
ly...@gmail.com <ly...@gmail.com> #632
Yes, we need ad-hoc!
tr...@gmail.com <tr...@gmail.com> #633
Yes, we need it. Is it really that hard???
ch...@gmail.com <ch...@gmail.com> #634
Need to use PC internet connection on my Android phone. Please.
ar...@gmail.com <ar...@gmail.com> #635
I want to connect the internet for Android Phone Please!!!
bs...@gmail.com <bs...@gmail.com> #636
I'd like to be able to transfer files to/from my Xoom & Laptop and/or Droid via wifi without a router.
Bluetooth file transfer is painfully slow & .
I'd like this in Android 3.0 specifically.
Bluetooth file transfer is painfully slow & .
I'd like this in Android 3.0 specifically.
fb...@gmail.com <fb...@gmail.com> #637
guys, what's the matter? ad hoc, please!!!
ra...@gmail.com <ra...@gmail.com> #638
what a shame google. you're evil.
we...@gmail.com <we...@gmail.com> #640
I hate that type of person to be all E/N, but I find it depressing that the iPhone, of all people, *natively* supports this now, without third party apps, and is leaving you in the dust. I really thought Google was better than that.
td...@gmail.com <td...@gmail.com> #641
need this for my thesis, all hacking attempts to hack my samsung galaxy tab and galaxy s phone have failed.. 4 weeks to go and this is really holding up the project :(
jm...@gmail.com <jm...@gmail.com> #642
Hmm this has got to be the most "non-open source" open source I have ever seen. A feature as common as this should of already been installed, for god sake it was requested back in '08. Why do I get the feeling Google is folding to the carrier's bidding and not adding features that they will disable anyways, and don't think the android community hasn't taken notice (the lack of feature additions has been noted last night even by the androidcentral.com podcast on the march 9th.)FAIL GOOGLE!!!!
ar...@gmail.com <ar...@gmail.com> #643
over 3 years and nothing... buuuuuuu
td...@gmail.com <td...@gmail.com> #644
specifically I working on a app for my thesis and need it to speak to a 3rd party device. That device broadcast in adhoc so i need to connect to it. I downloaded versions of wpa_supplicant from various sites so I can now see adhoc networks but I still cannot connect to them successfully.
It just loops at "obtaining ip address" anyone have any hints let me know. I am using eclipse to build my app and working with the samsung galaxy S tablet sprint version.
It just loops at "obtaining ip address" anyone have any hints let me know. I am using eclipse to build my app and working with the samsung galaxy S tablet sprint version.
co...@gmail.com <co...@gmail.com> #645
This is ridiculous ...
[Deleted User] <[Deleted User]> #646
This is why I won't buy an android tab. I need working adhoc connection so I'll get an Ipad instead. Even though i hate Apple. Next phone I get will also have adhoc. If android dosn't have it I'll buy a stupid iphone as well. How difficult is it to arrange, really? How about raising the priority level?
ra...@gmail.com <ra...@gmail.com> #647
Ad hoc support.. finally in gingerbread.
so...@gmail.com <so...@gmail.com> #648
If I know this before, I will never use Android. Is this open source, Mr Google ??? Are you crazy?????
ji...@gmail.com <ji...@gmail.com> #649
Android doesn't support Ad-hock...????
pi...@gmail.com <pi...@gmail.com> #650
I'm on ginger 2.3.3 and no adhoc support. Shame on you google. My last android phone
ap...@gmail.com <ap...@gmail.com> #651
I need ad hoc too! I bought Joikuspot on my E71x and N95 but Nexus One cannot find wireless APs created by Joikuspot.
wa...@gmail.com <wa...@gmail.com> #652
2011-3-12 �W��6:22 �� <android@googlecode.com> �g�D�G
sh...@gmail.com <sh...@gmail.com> #653
Need adhoc support like 2 years ago....
36...@gmail.com <36...@gmail.com> #654
Пишите на русском. Ни фига не понятно же.
do...@gmail.com <do...@gmail.com> #655
WARNING WARNING WARNING, I just got my new Samsung Galaxy Tab 7 inch, tried to connect to my Wifi, the tab won't connect, because ANDROID DOES NOT SUPPORT CONNECTING TO AD-HOC (IBSS) TYPE NETWORKS, what a piece of shit this is, my 2006 Dell Inspiron 1501 Laptop connects and runs perfectly with this Wifi signal, so does my friends Verizon ipad. WTF WTF
jh...@gmail.com <jh...@gmail.com> #656
Just bought two Android-devices. They would love to share the internet. Please add ad-hoc support.. Please!
rm...@gmail.com <rm...@gmail.com> #657
I actually don't believe this I'm returning this phone. what the fuck is this Microsoft or something?
he...@gmail.com <he...@gmail.com> #658
I'd really like to be able to do this too
pr...@gmail.com <pr...@gmail.com> #659
its like without ad hoc support internet on mobile is of no use!!!
cz...@gmail.com <cz...@gmail.com> #660
please add adhoc support...
gu...@gmail.com <gu...@gmail.com> #661
Please !!!! ad-hoc!!!
ya...@gmail.com <ya...@gmail.com> #662
ad-hoc is very important for users!!!! Please hurry!!!
vo...@gmail.com <vo...@gmail.com> #663
Ad-hoc! You are my only hope!
Please! Add adhoc!
Please! Add adhoc!
ca...@gmail.com <ca...@gmail.com> #664
3 years in the to do list, wow thats poor. Rooting a phone should never be an option to connect to such a simple network. Does anyone from google actualy look at these issues!! All these android 'issues' and no solutions.
mu...@gmail.com <mu...@gmail.com> #665
This feature is badly needed to implement batman. See http://www.open-mesh.org/
ws...@gmail.com <ws...@gmail.com> #666
We need this to support the Parrot AR.Drone in the Catroid project (http://code.google.com/p/catroid/ ). We cannot expect our users (children) to root their phones just for this feature. It works fine with rooted phones, so why not in the unrooted version, after so much time and demand?!? Even the old iPhone supports it. Pleaseeee.
jo...@gmail.com <jo...@gmail.com> #667
another use case; joikuspot for symbian smartphones can only produce an ad-hoc access point, which i can't tether my android tablet to.
we...@gmail.com <we...@gmail.com> #668
I think Ad-hoc is a basic feature,and I know iphone do it well.
ke...@gmail.com <ke...@gmail.com> #669
Same here using joikuspot with symbian smartphones to produce an ad-hoc access point for my tablet, and now i can't tether my android tablet to.
If I know that b4, I should have gone for ipad.
Google, you really disappointed me this time!
If I know that b4, I should have gone for ipad.
Google, you really disappointed me this time!
ma...@gmail.com <ma...@gmail.com> #670
BAD Google.
Don't be evil!
Don't be evil!
mi...@gmail.com <mi...@gmail.com> #671
This should have a "HIGHEST, SUPER TURBO DEVELOPMENT" priority.
I mean, with Android on tablets the need for this simple feature is a no brainer.
Don't be evil--amen!
I mean, with Android on tablets the need for this simple feature is a no brainer.
Don't be evil--amen!
ma...@gmail.com <ma...@gmail.com> #672
I'm new to Android. Just bought a Xoom on Sunday. Spent over $600 on a device that doesn't support ad-hoc? Meh... Hopefully someone at XDA will fix it because it looks as though Google isn't.
C'mon Google...
C'mon Google...
rg...@gmail.com <rg...@gmail.com> #673
I just bought a Coby Kryos tablet, the Wal-mart of tablets, and even it doesn't have adhoc. Ridiculous.
C'mon Google...
C'mon Google...
ma...@gmail.com <ma...@gmail.com> #674
I cannot connect wifi wireless to my xoon wifi only tablet. I also have tried Tether & Barnacle to no avail. My rooted Sprint HTC Hero will connect with either program to 2 different laptops, my desktop, and my new Ipad 2 no problem. I prefer not to connect via BT which I know is available on Tether. As requested by glamba is there a work around for infrastructure mode or has anyone developed an app that will work? Thanks
Sprint HTC Hero 200 rooted
Android 2.3.3
baseband 2.42.02.10.29
Kernal 2.6.29..6-Cyanogenmod
Mod ver Cyangenmod 7-03282011-nightly-heroc
Sprint HTC Hero 200 rooted
Android 2.3.3
baseband 2.42.02.10.29
Kernal 2.6.29..6-Cyanogenmod
Mod ver Cyangenmod 7-03282011-nightly-heroc
ma...@gmail.com <ma...@gmail.com> #675
[Comment deleted]
il...@gmail.com <il...@gmail.com> #676
With the proliferation of tablet devices in addition to smartphones, AD-HOC support has become crucial. There are many Wi-Fi tethering applications available for smartphones and NOT supporting AD-HOC is a detriment to the end user experience when using Android.
I got my Motorola Xoom tablet today and I was flabbergasted to discover that I can not get the tablet connected to an AD-HOC WI-FI node. At first, I thought that this is a joke, but apparently it is NOT.
If there are any reasonable Google developers reading this post, just search for the hacks on the XDA developers website and apply the patch for the fix in the main Honeycomb code branch. I am sure that the effort is minimal including the QA time.
Expecting users to root their brand new tablets in order to muck around with WPA_supplicants is plain unacceptable.
Get it right Google ... Follow your own credo ... don't be evil ...
I got my Motorola Xoom tablet today and I was flabbergasted to discover that I can not get the tablet connected to an AD-HOC WI-FI node. At first, I thought that this is a joke, but apparently it is NOT.
If there are any reasonable Google developers reading this post, just search for the hacks on the XDA developers website and apply the patch for the fix in the main Honeycomb code branch. I am sure that the effort is minimal including the QA time.
Expecting users to root their brand new tablets in order to muck around with WPA_supplicants is plain unacceptable.
Get it right Google ... Follow your own credo ... don't be evil ...
as...@gmail.com <as...@gmail.com> #677
What a hell GOOGLE?
Surprised to see so many people complaining about it for over 3 years and absolutely no reply from google or anyone involved who could shed some light into the issue. at least explain whats the crack. not doing anything about it is one thing but keeping people in the dark is another. Are we going to see an ad-hoc enabled android device any time soon? or is it just a company's policy to keep it as is. if so then why???
Surprised to see so many people complaining about it for over 3 years and absolutely no reply from google or anyone involved who could shed some light into the issue. at least explain whats the crack. not doing anything about it is one thing but keeping people in the dark is another. Are we going to see an ad-hoc enabled android device any time soon? or is it just a company's policy to keep it as is. if so then why???
ga...@gmail.com <ga...@gmail.com> #678
Would really like to see this added. Do they want us to root? Seems like a pretty
simple request and since the code is out there why not add it to an update.
Clean the glasses off please Google.
bt...@gmail.com <bt...@gmail.com> #679
As a developer of Android Apps - this is a very important feature for me.
as...@gmail.com <as...@gmail.com> #680
Bought a Galaxy S , rooted it because someone mentioned that it could then see ad hoc networks. After that , edited the wpa_supplicant...Voided my warranty , got screwed...Used the phone for a week and then it was bricked..unusable..hanging every 10 seconds. And google still doesnt do anything to fix this single problem of so many friggin' users worldwide..Why is such a basic feature missing from Android ...isnt it THE NEXT BIG THING ?...
fr...@gmail.com <fr...@gmail.com> #681
Any Update from Google when Android is capable to connect to ad-hoc wireless networks?
[Deleted User] <[Deleted User]> #682
Yes, whatever the last 684 people said..
pa...@gmail.com <pa...@gmail.com> #683
I really do not understand Google doing nothing about it. Not even a response...too bad !
Would love to have it on Android, maybe it comes with Honeycomb (first real Android version for internet tablet). Anyone with details here ?
Would love to have it on Android, maybe it comes with Honeycomb (first real Android version for internet tablet). Anyone with details here ?
wd...@gmail.com <wd...@gmail.com> #684
The new Motorola R2 D2 phone can see Ad Hoc Environment. My peicer incredible can not it pisses me off! maybe someone can rip up the Motorola to figure out a good app that makes it possible?
wd...@gmail.com <wd...@gmail.com> #685
[Comment deleted]
vi...@gmail.com <vi...@gmail.com> #686
Please enable ad-hoc wifi connections!!!
wo...@gmail.com <wo...@gmail.com> #687
Pls add ad-hoc support to android.
Best regads,
Best regads,
j3...@gmail.com <j3...@gmail.com> #688
Ad-hoc is something a modern device can not do without!!! Without it Android sucks!!! Guess the xoom is going back to the store and my order for a I pad will be my only option. Have legit tethering why can I not use it? Screw HC oh and BT is not going to cut it! Fix this!
ru...@gmail.com <ru...@gmail.com> #689
[Comment deleted]
ms...@gmail.com <ms...@gmail.com> #690
Google, Please add ad-hoc wifi capability on Android... this is really ridiculous!
sn...@gmail.com <sn...@gmail.com> #691
There are countless valid use cases that call for AdHoc WiFi functionality. Ironically, I've been using Android (first a G1, then DX) as an AdHoc hotspot for other devices (iPad, netbook, etc) - but just realized (courtesy of the Xoom) that even Honeycomb still lacks this capability, from a client perspective.
Can we get this issue escalated to the point that someone is at least LOOKING at it?
Thanks.
Can we get this issue escalated to the point that someone is at least LOOKING at it?
Thanks.
ja...@gmail.com <ja...@gmail.com> #692
its been 2 yrs......
ka...@gmail.com <ka...@gmail.com> #693
hey google this is true that your android does not support ad-hoc network, but at least give the date when you gonna make it work to your and now my android, and it should be in form that can work with existing user..........
ka...@gmail.com <ka...@gmail.com> #694
hey google this is true that your android does not support ad-hoc network, but at least give the date when you gonna make it work to your and now my android, and it should be in form that can work with existing user..........
i2...@gmail.com <i2...@gmail.com> #695
Trying to control my PC through hd-hoc networking and Splashtop Desktop, but sadly I find here that it's impossible :(
j....@gmail.com <j....@gmail.com> #696
Please gawd enable ad-hoc wifi connectivity! PLEASE! I bought a Xoom and I run adblock but I don't filter the Google ads because they're so unobtrusive. If I can do that for you surely you can enable ad-hoc? And don't say, "...and stop calling me Shirley!".
zh...@gmail.com <zh...@gmail.com> #697
Eto prosto PIZDETS!!!
zh...@gmail.com <zh...@gmail.com> #698
Eto prosto PIZDETS!!!
wr...@gmail.com <wr...@gmail.com> #699
Please add ad-hoc support. Thanks!
ad...@gmail.com <ad...@gmail.com> #700
Do no evil...
ae...@gmail.com <ae...@gmail.com> #701
Please enable ad-hoc support.
sr...@gmail.com <sr...@gmail.com> #702
nu i nx
vi...@gmail.com <vi...@gmail.com> #703
With all of the WIFI devices coming out in the next few months this really needs to be addressed. One would almost think it is on purpose ...
fs...@gmail.com <fs...@gmail.com> #704
Well I personally am a App Developer.
We develop a android application which is capable of controlling Parrot's AR.Drone (Androne Freeflight.AR).
I think the AdHoc-Limitation is just a limitation for not being able to act as a hotspot.
So why not even allow us to conenct to AdHoc Networks?
Please gogle at least allow connecting to such networkes even if you can't create some.
We develop a android application which is capable of controlling Parrot's AR.Drone (Androne Freeflight.AR).
I think the AdHoc-Limitation is just a limitation for not being able to act as a hotspot.
So why not even allow us to conenct to AdHoc Networks?
Please gogle at least allow connecting to such networkes even if you can't create some.
sa...@gmail.com <sa...@gmail.com> #705
I'm just going to say the same as all the others, but it needs to be made clear that it is a REAL issue with MANY people.
Android should be able to connect to ad hoc wifi networks.
Not having it, is a major downside.
Also, it is ridiculous and backward in view of the (already massive and growing) number of solutions on the market that do support it.
It is not credible that this is at all a hardware or fundamental software limitation.
GOOGLE, SOLVE THIS, please :)
Android should be able to connect to ad hoc wifi networks.
Not having it, is a major downside.
Also, it is ridiculous and backward in view of the (already massive and growing) number of solutions on the market that do support it.
It is not credible that this is at all a hardware or fundamental software limitation.
GOOGLE, SOLVE THIS, please :)
ja...@doogue.net <ja...@doogue.net> #706
I cannot believe that this is not fixed, given how easy and straight forward it is.
The whole point of Android is to be "open" unlike iOS...
What happened to not being evil?
The whole point of Android is to be "open" unlike iOS...
What happened to not being evil?
ki...@gmail.com <ki...@gmail.com> #707
Please please please!!!!!!!!!!!!!!!!!!!!!!!!!!
I love htc sense, the only reason i need to go for CM is for this issue.
I love htc sense, the only reason i need to go for CM is for this issue.
je...@gmail.com <je...@gmail.com> #708
I really want to be able to use new technology such as the eye-fi mobile SD card, which utilizes an ad hoc network. Come on google! I bought your snazzy new honeycomb tablet and I doesn't have a basic capability!
ac...@gmail.com <ac...@gmail.com> #709
Well, one more reason not to use Android any more... Sad but true...
aj...@gmail.com <aj...@gmail.com> #710
There must be a political reason for not implementing this as there is not a technical one.
I work in a company without wi-fi, with very poor phone network signals and I want a way to sync my phone with cloud services. I want to use my laptop internet connection but cannot due to this bizarre restriction.
Please fix this or at least explain why you are not doing so. Much of the frustration is that it could be fixed quickly if some focus was applied.
Thanks.
I work in a company without wi-fi, with very poor phone network signals and I want a way to sync my phone with cloud services. I want to use my laptop internet connection but cannot due to this bizarre restriction.
Please fix this or at least explain why you are not doing so. Much of the frustration is that it could be fixed quickly if some focus was applied.
Thanks.
vo...@gmail.com <vo...@gmail.com> #711
Quite dissapointed by this issue.
da...@gmail.com <da...@gmail.com> #712
Dear Google please allow ad hoc for Honeycomb. Even Apple allows this!!!!!!!!! -xoom user
da...@gmail.com <da...@gmail.com> #713
Dear Google please allow ad hoc for Honeycomb. Even Apple allows this!!!!!!!!! -xoom user
gr...@gmail.com <gr...@gmail.com> #714
Google, please we need to share PC internet connection to Android phone
Thanks
Thanks
bm...@gmail.com <bm...@gmail.com> #715
Please include this ability to make Android truly a "smartphone" OS.
rs...@gmail.com <rs...@gmail.com> #716
Please add ad-hoc
HTC Gratia
HTC Gratia
ak...@gmail.com <ak...@gmail.com> #717
Fuck this. I bought this pad for nothing.
ga...@gmail.com <ga...@gmail.com> #718
It's a disaster that ad hoc networking capability is not considered as a must.
It means i should use my neighbors wi fi when i am at home because i don't use router.
Dear google project managers and developers and marketing please add the capability to connect to internet via ad hoc networks.
It means i should use my neighbors wi fi when i am at home because i don't use router.
Dear google project managers and developers and marketing please add the capability to connect to internet via ad hoc networks.
hm...@gmail.com <hm...@gmail.com> #719
[Comment deleted]
an...@gmail.com <an...@gmail.com> #720
Borrowed an Android phone from a pal 2 years ago. Found out it won't support ad-hoc which I need. Googled around, found this thread. Decided against buying an Android device (for ahwile, till the issue is fixed).
Started musing about upgrading my phone yesterday. Googled around only to find out the issue is not resolved yet. 3 years, 3K votes, 10K comments, and still no progress.
OK, I understand it: greedy carriers might want the people don't tether via WiFi. However, as seen on forums, the feature is already here, you just got to hack your configs (and pray you got everything right). I just wonder: why not publish some venerable and properly tested app on the Market that just does this hack?
Started musing about upgrading my phone yesterday. Googled around only to find out the issue is not resolved yet. 3 years, 3K votes, 10K comments, and still no progress.
OK, I understand it: greedy carriers might want the people don't tether via WiFi. However, as seen on forums, the feature is already here, you just got to hack your configs (and pray you got everything right). I just wonder: why not publish some venerable and properly tested app on the Market that just does this hack?
an...@gmail.com <an...@gmail.com> #721
I need it so much!
be...@gmail.com <be...@gmail.com> #722
After being told over and over while researching before I purchased my AR Drone, I was told I'd be able to use an android based phone with it. When it arrived, I discovered that I needed to use a rooted phone to do so. I don't want to root my phone because it's a lot of work, and it's risk if Google decides to block rooted phones. The only alternative is for Google to add the functionality to connect android to an ad-hoc wifi network.
Please google, I've waited (and saved up) for ages to get my hands on one of these, and now I have one I can't use it. Please add this functionality.
Please google, I've waited (and saved up) for ages to get my hands on one of these, and now I have one I can't use it. Please add this functionality.
bu...@gmail.com <bu...@gmail.com> #723
Oh man. This sure is a EPIC FAIL from open source Android. I feel like a fool recommending Android to everyone... Sort this out as I am the last straw for you Android/Google... You have a week and then the balance is tipped and you will spiral down... seriously.
in...@gmail.com <in...@gmail.com> #724
come on google!!! (rant)
ri...@gmail.com <ri...@gmail.com> #725
Love my Android. Hate this restrictions. Starring and hoping for a fix.
kn...@gmail.com <kn...@gmail.com> #726
please fix it and add usb reverse tethering.
[Deleted User] <[Deleted User]> #727
Agreed. This does need a patch.
aa...@gmail.com <aa...@gmail.com> #728
i'm with it
wi...@gmail.com <wi...@gmail.com> #729
Please add, it is very useful feature
lu...@gmail.com <lu...@gmail.com> #730
The galaxy Tab without this function is a shame. The apple stuffs conect easily.
ni...@gmail.com <ni...@gmail.com> #731
Please finally add ad-hoc support! It's so easy and will make so many people happy!
c....@gmail.com <c....@gmail.com> #732
nokia, iphone, win mobile rocks. Android is just an amature os.
ja...@gmail.com <ja...@gmail.com> #733
Please fix this issue! It's been way to long.
to...@gmail.com <to...@gmail.com> #734
Ad-Hoc WIFI Please.
sa...@gmail.com <sa...@gmail.com> #735
Apple on The outside...Worm on The inside.
ANDROID inside ... No Connection to outside.
ADD ADHOC SUPPORT NOW
ANDROID inside ... No Connection to outside.
ADD ADHOC SUPPORT NOW
jm...@gmail.com <jm...@gmail.com> #736
Well, i am a new user with this issue, why the ad hoc isn't fixed yet?
i hope it could resolve soon, i just bought a Xoom tablet and didn't know about
this problem.
regards.
i hope it could resolve soon, i just bought a Xoom tablet and didn't know about
this problem.
regards.
pm...@gmail.com <pm...@gmail.com> #737
i just a HTC wilfire and didnt know about adhoc problem!please ad this feature on the update!!!we really need this ... and make a update to 2.3 for wildfire too
ni...@gmail.com <ni...@gmail.com> #738
Pfffft, 3 YEARS YOUVE BEEN HOLDING OUT ON THIS?
One refurbished Xoom coming your way, between the weak wifi range, the bugginess and the fact that, ost embeded flash
One refurbished Xoom coming your way, between the weak wifi range, the bugginess and the fact that, ost embeded flash
js...@gmail.com <js...@gmail.com> #739
ADHOC support must be the top priority with the introduction of Honeycomb tablets. This feature will be expected. My new Acer will be returned in favor of ipad2.
ma...@gmail.com <ma...@gmail.com> #740
do not ask google anymore for adding features like ad hoc wifi access or proxy... is not obvious their interest to keep close these features? google is internet carrier for all giant mobile operators... stop begging and complaining... you have to options... 1. buy google products and modify them if you do not like them out of the box or 2. buy products from their competitors. i will mod my galaxy s right the way... google, shame on you!
lu...@gmail.com <lu...@gmail.com> #741
Umbilivable Google didn't include ad-hoc cabability!!!
to...@gmail.com <to...@gmail.com> #742
Please fix this issue! It's been way to long.
he...@gmail.com <he...@gmail.com> #743
It could make android-devices more useful!
mi...@gmail.com <mi...@gmail.com> #744
please kindly add this feature
ro...@gmail.com <ro...@gmail.com> #745
WE need it
ro...@gmail.com <ro...@gmail.com> #746
WE need it
ro...@gmail.com <ro...@gmail.com> #747
WE need it
ro...@gmail.com <ro...@gmail.com> #748
WE need it
wb...@gmail.com <wb...@gmail.com> #749
I want to fly a Parrot AR-Drone, I'm so frustrated and disappointed. waste of money, time and health. (no proxy and no ad-hoc... why don't magazines point that out? The annoying adds for the HTC supposed to be the #1, ha! I feel cheated.
my...@gmail.com <my...@gmail.com> #750
google really irrates a lot of ppl on this issure and yet we can see that google DOES not CARE!
mb...@gmail.com <mb...@gmail.com> #751
Wasted enough of my time with Android, 48 hours with Xoom and going to return it. If I have to use a closed env. I prefer to go with the Apple flow or stick to Maemo and wait for me Meego.
This is a mandatory feature when you release a wifi product ! !!!
This is a mandatory feature when you release a wifi product ! !!!
da...@gmail.com <da...@gmail.com> #752
The lack of the feature is annoying. The lack of consideration for users and customers borders offensiveness.
ke...@googlemail.com <ke...@googlemail.com> #753
please make ad-hoc use possible!
li...@gmail.com <li...@gmail.com> #754
as far as I see, google don't even listen/care to their customers. it must be over 2 years from the day people requests this feature. Sadly, no answer from the android teams.
ya...@gmail.com <ya...@gmail.com> #755
it's is very sad android does not see ad hoc networks while iphone does.
da...@hotmail.com <da...@hotmail.com> #756
Too bad I had not researched this be4 buying the xoom. First and last android tablet... useless
ju...@gmail.com <ju...@gmail.com> #758
Bad Google!
Need ad-hoc like 760 comments (or THREE YEARS) ago!!
Come on big G, I don't wanna root my brand new Xoom... remember no evil??
Need ad-hoc like 760 comments (or THREE YEARS) ago!!
Come on big G, I don't wanna root my brand new Xoom... remember no evil??
ta...@gmail.com <ta...@gmail.com> #759
i need p2p addhoc
ar...@gmail.com <ar...@gmail.com> #760
access to internet via usb should be included!!!
aj...@gmail.com <aj...@gmail.com> #761
Please provide this capability.
ka...@gmail.com <ka...@gmail.com> #762
It is really surprising that android doesnt yet have this very basic needed feature.
We have gone like 3 years till 2.3. Still no ad-hoc out of the box.
My Arc looks like a defeated smartphone
We have gone like 3 years till 2.3. Still no ad-hoc out of the box.
My Arc looks like a defeated smartphone
dj...@gmail.com <dj...@gmail.com> #763
This one will have me clinging to my Windows powered netbook, or maybe even consider the iPad instead of an Android tablet...
re...@gmail.com <re...@gmail.com> #764
Does anyone have any feedback on the HTC Thunderbolt? Does it support ad hoc?
mb...@gmail.com <mb...@gmail.com> #765
When the feature will be available?
I think three years is too much for a basic functionality like this.
I hope will be resolved very soon!
I think three years is too much for a basic functionality like this.
I hope will be resolved very soon!
le...@gmail.com <le...@gmail.com> #766
Just have to add my irritation to the list. It's beyond lame that this isn't supported
da...@gmail.com <da...@gmail.com> #767
I can't understand why google can't include the updated wpa_supclient from xda-developers.
da...@gmail.com <da...@gmail.com> #768
[Comment deleted]
co...@googlemail.com <co...@googlemail.com> #769
Great looks like i'm going back to the store today to switch it for an iPhone...
I use my phone at home, and I have an ad-hoc connection (which is then connected to my PC via Lan) shame i cannot connect to it :(
I use my phone at home, and I have an ad-hoc connection (which is then connected to my PC via Lan) shame i cannot connect to it :(
ga...@googlemail.com <ga...@googlemail.com> #770
nooooo ad hoc incredibly dissapointed, next time i pad 2 or 3
sl...@gmail.com <sl...@gmail.com> #771
access to internet via usb should be included!!!
ky...@gmail.com <ky...@gmail.com> #772
Really need to access ad-hoc networks! Please support it as soon as possible.
cn...@gmail.com <cn...@gmail.com> #773
I need Ad-Hoc support for Galaxy Tab and HTC desire. Please note that IPhone iOS4 is supporting Ad-Hoc by default.
si...@gmail.com <si...@gmail.com> #774
I really think this feature should be included!
ad...@gmail.com <ad...@gmail.com> #775
need ad-hoc pleaseee
vi...@gmail.com <vi...@gmail.com> #776
779 comments...3245 times starred... etc.
How about we all somehow get some publicity over on this issue. It's pointless to add comments - "need ad-hoc please" when we know google isn't listening/reading this list.
If anyone can get this issue attention on tech sites like zdnet or cnet, and other such sites, it may make a difference - a large part of the tech community would be included. Whatever the individual reason, situation, and device, from the above ~800 comments we can see that ad-hoc is necessary. The wpa_supplicant file from xda does not work for all people, and not everyone has a rooted phone, and the expertise to patch the system, and then too it might not work (it didn't for me). However, if google adds this directly, via update or atleast android 2.1, 2.2 and onwards, the user base would arguably increase. So please spread this issue to your friends/colleagues/contacts/etc on popular tech sites and try to make this issue widespread enough so that it comes to google's notice and there is pressure on them to fix this. Thanks. (and try to contribute, instead of just "i need this" or "please fix it" or "me too", please). Let's start an organized attempt to bring this out!
How about we all somehow get some publicity over on this issue. It's pointless to add comments - "need ad-hoc please" when we know google isn't listening/reading this list.
If anyone can get this issue attention on tech sites like zdnet or cnet, and other such sites, it may make a difference - a large part of the tech community would be included. Whatever the individual reason, situation, and device, from the above ~800 comments we can see that ad-hoc is necessary. The wpa_supplicant file from xda does not work for all people, and not everyone has a rooted phone, and the expertise to patch the system, and then too it might not work (it didn't for me). However, if google adds this directly, via update or atleast android 2.1, 2.2 and onwards, the user base would arguably increase. So please spread this issue to your friends/colleagues/contacts/etc on popular tech sites and try to make this issue widespread enough so that it comes to google's notice and there is pressure on them to fix this. Thanks. (and try to contribute, instead of just "i need this" or "please fix it" or "me too", please). Let's start an organized attempt to bring this out!
ia...@hotmail.it <ia...@hotmail.it> #777
It's a shame.
os...@gmail.com <os...@gmail.com> #779
I am becoming mad just trying to add ad hoc in my Samsung Galaxy POP for a project.
I am a big big fan of Google & also Android.
I read all the comments above...around 800!
But no response from Google...so irresponsible.
It is very urgent. Please help (F1! F1!).
I am a big big fan of Google & also Android.
I read all the comments above...around 800!
But no response from Google...so irresponsible.
It is very urgent. Please help (F1! F1!).
ge...@gmail.com <ge...@gmail.com> #780
This is a MUCH NEEDED inclusion and I really hope you guys do something about it ASAP.
I tried replacing wpa_supplicant file with ones provided in xda-devs for my Moto Defy but it all went to hell.
I tried replacing wpa_supplicant file with ones provided in xda-devs for my Moto Defy but it all went to hell.
ma...@gmail.com <ma...@gmail.com> #781
Updates?
mu...@gmail.com <mu...@gmail.com> #782
Please can someone provide an easy fix.
mi...@gmail.com <mi...@gmail.com> #783
I want to use my tablet at work which is hardwired only. I could resolve this by connecting to my computer via an ad-hoc connection and shared Internet connection. Additionally, having a connection to my laptop gives me remote access to many other items and makes my tablet more like a real computer than just a toy.
sa...@gmail.com <sa...@gmail.com> #784
I own both a Xoom and a IPad, and just found out about the failure to provide support for adhoc networks when I tried to use splashtop to connect to and control my presentation laptop. Works great on the IPad...and NOT AT ALL on the Xoom/Android. Non functional micro-SD card, incomplete support for WiFi networking, hmmm now I wonder what else does not work... sigh guess an Android tablet was a mistake.
pa...@gmail.com <pa...@gmail.com> #786
wow over 2 years and about 800 comments and Google is not willing to provide with a solution! What is it going to take Google entente?
jo...@gmail.com <jo...@gmail.com> #787
I regret buying this m xoom just because of this ridiculous restriction, im feeling damaged by google since i took decision to buy one without 3g just because of my hotspot cell, now im with a tablet that costed me u$$1200 in brazil, yea, thats the price here , and i cant even use my mobile internet... i feel like im going to procon to sue this ridiculous company in 1 month or less if android 3.1 dont fix this piece of shit.
jo...@gmail.com <jo...@gmail.com> #788
I regret buying this m xoom just because of this ridiculous restriction, im feeling damaged by google since i took decision to buy one without 3g just because of my hotspot cell, now im with a tablet that costed me u$$1200 in brazil, yea, thats the price here , and i cant even use my mobile internet... i feel like im going to procon to sue this ridiculous company in 1 month or less if android 3.1 dont fix this piece of shit.
af...@gmail.com <af...@gmail.com> #789
Bought a Acer Iconiatab that runs Android...now I see Google doesn't support Ad Hoc connections...????? Its so basic! We need it Google! Please add Ad Hoc feature....
jw...@gmail.com <jw...@gmail.com> #790
I bought Motorola Xoom rather than I pad.....wish I had't bothered as this issue is doesn't occur with apple!
al...@gmail.com <al...@gmail.com> #791
Why androis doesnt support connecting to ad-hoc ?? :(
Please we are all need it ...
Please we are all need it ...
pe...@gmail.com <pe...@gmail.com> #792
I can't believe this. Am i supposed to root my new phone or return it? Either way, I get f*cked... Why is this still not removed?
jo...@gmail.com <jo...@gmail.com> #793
Wow google. Well done! *note sarcasm*
ae...@gmail.com <ae...@gmail.com> #794
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #795
Por favor solucionen este problema que utilisaré con mi motorola xoom WiFi
????
????
jo...@gmail.com <jo...@gmail.com> #796
[Comment deleted]
mi...@coffeys.net <mi...@coffeys.net> #797
Please support adhoc networking.
kk...@gmail.com <kk...@gmail.com> #798
[Comment deleted]
kk...@gmail.com <kk...@gmail.com> #799
Well Google, this is where you fail -- really embarrasing, to c my co-workers with iPhone connecting seemlessly to Ad Hoc. Wake UP!!!!
ad...@gmail.com <ad...@gmail.com> #800
Xoom needs ad hoc support. ipad2 has it, a significant advantage!
pe...@gmail.com <pe...@gmail.com> #801
need ad-hoc
ae...@gmail.com <ae...@gmail.com> #802
This issue lasts for 3 years, and nothing has been done. Security issues ? No more than public Wifi !
Ad hoc is the basic functionnality for a mobile device.
Ad hoc is the basic functionnality for a mobile device.
kh...@gmail.com <kh...@gmail.com> #803
PLEASE !!!!!!!
da...@gmail.com <da...@gmail.com> #804
Come on Google have a heart Ad Hoc please. Thank you!
la...@gmail.com <la...@gmail.com> #805
It's a real shame you still haven't fixed this yet.
PLEASE ADD ADHOC networks connectivity in the next updates!!!!
PLEASE ADD ADHOC networks connectivity in the next updates!!!!
an...@gmail.com <an...@gmail.com> #806
Simply unbelievable!!!!
mi...@gmail.com <mi...@gmail.com> #807
I need this to connect to my AR drone. Please Google, add ad-hoc support!
mv...@gmail.com <mv...@gmail.com> #808
PLEASE DEVELOP AD-HOC network for ANDROID
ra...@gmail.com <ra...@gmail.com> #809
My dear Google,
Please add ad-hoc support to Android!
Please add ad-hoc support to Android!
r1...@gmail.com <r1...@gmail.com> #810
I need this to overcome my task in college. Please add ad-hoc support to Android!
ti...@gmail.com <ti...@gmail.com> #811
I bought my first and last android device yesterday (A500). WTF? No ad hoc connectivity? Open source that doesn't fix an issue this big in 3 years? You can keep your crap google. I'll wait for something useful (MeeGo).
me...@spencerthayer.com <me...@spencerthayer.com> #812
Are you kidding? People have been asking for this for three years? It's such an active topic and nothing has been done? What the F Google?
ch...@gmail.com <ch...@gmail.com> #813
I'm not buying before it supports Ad-hoc un-rooted.
de...@gmail.com <de...@gmail.com> #814
Well. I'll try to conect my new bq DaVinci throught JoikuSpot and use my 3G data plan. After hours searching on Google I sadly discover something calling "Ad-Hoc" and that is the reason that I can't use the tablet out of my home or work.
Please, how much difficult is to resolve the problem?
3 Years, 817 Comments in this post (and more that simply boring search and found nothing about the issue) and a friend whith a iPad making jokes.
P.d: English isn't my native english, sorry for the wrong expressions above.
Please, how much difficult is to resolve the problem?
3 Years, 817 Comments in this post (and more that simply boring search and found nothing about the issue) and a friend whith a iPad making jokes.
P.d: English isn't my native english, sorry for the wrong expressions above.
ki...@gmail.com <ki...@gmail.com> #815
@Comment325
This works for me! Connectify allows you to share your machine as an Access Point, not in Ad Hoc mode. So kudos to 'muhammadwajeeh007' for that one!
http://www.connectify.me/
This works for me! Connectify allows you to share your machine as an Access Point, not in Ad Hoc mode. So kudos to 'muhammadwajeeh007' for that one!
ki...@gmail.com <ki...@gmail.com> #816
Although it would be nice if the droid supported this without the need to root!
hv...@gmail.com <hv...@gmail.com> #817
Please add Ad-Hoc support for Android3.0 (using on my Wifi Tablet)!! I want to use my Nokia E63 Phone as a Joiku Access point for connecting to the Internet.
vi...@gmail.com <vi...@gmail.com> #818
Definitely needing adhoc if goog wants my app on their platform.
hb...@gmail.com <hb...@gmail.com> #819
I bought an asus transformer because i wanted android honeycomb on my tablet...what disappointment when i discovered wifi ad hoc was disabbled by Google...it's a shame. please add it otherwise you will lose a lot of customers...
ca...@gmail.com <ca...@gmail.com> #820
being using ad-hoc for work development. This makes android tablets unusable for our clients.
mc...@gmail.com <mc...@gmail.com> #821
you have a flash support and can't support AD HOC, came on google, even on ipod touch is supported! what a shame.
ob...@gmail.com <ob...@gmail.com> #822
3.5 years, 800 comments later.... any idea what decade this will be fixed in?
je...@gmail.com <je...@gmail.com> #823
I don't think google notices our concerns guys. I am truly disappointed with this,. I bought my Acer iconia tab hoping it would be better or at least the same as the I pad 2. Well, guess not. Not yet I hope.
er...@gmail.com <er...@gmail.com> #824
Google, please find a way to add ad-hoc wifi support. I like the USB support that was added.
bo...@gmail.com <bo...@gmail.com> #825
Russia wants to Ad-Hoc! :)
uk...@gmail.com <uk...@gmail.com> #826
Ukraine for Ad-Hoc (: !!!
ha...@gmail.com <ha...@gmail.com> #827
wtf no ad-hoc support in Android 2.3 either
SAD!
SAD!
ja...@gmail.com <ja...@gmail.com> #828
españa también quiere y necesita conexión a redes ad-hoc!!!!!!
al...@googlemail.com <al...@googlemail.com> #829
Taking my asus back and buying ipad because of this
si...@gmail.com <si...@gmail.com> #830
Wifi ad-hoc please...!!
to...@gmail.com <to...@gmail.com> #831
yesterday i buy asus with honey but tomorrow i sell it and i buy ipad 2 for ad-hoc connection !!!
ma...@yahoo.com <ma...@yahoo.com> #832
I love my new android powered Acer iconia 10 inch tablet but the lack of ad hoc wifi capabilities will force me to trade back to the apple products. It suckx not having that capability especially when apple I pads and I touches does. I like the android better than the IOS on the I pads but this might be a deal breaker
br...@gmail.com <br...@gmail.com> #833
include me in the overwhelming demand for this very important feature. I used to have this in my windows mobile phone; now, I'm regretting that I moved to android.
who has an HTC HD2? swap my Samsung Galaxy Ace with it, pls!
who has an HTC HD2? swap my Samsung Galaxy Ace with it, pls!
ti...@gmail.com <ti...@gmail.com> #834
@Comment325
This worked for me! Had to restart computer, but then it worked straight away. My HTC Legend found the network almost instantly. This worked great!!!
http://www.connectify.me/
This worked for me! Had to restart computer, but then it worked straight away. My HTC Legend found the network almost instantly. This worked great!!!
we...@gmail.com <we...@gmail.com> #835
I also bought Acer iconia 10 inch tablet but the lack of ad hoc wifi capabilities will force me to trade back to the apple products because I cant use it with my Windows Mobile phone connection (HTC HD2 + standard Wifi router...)
:-(
:-(
ra...@gmail.com <ra...@gmail.com> #836
adhoc please
[Deleted User] <[Deleted User]> #837
Переходя с яблок, думал гемора будет меньше.... Как же я ошибался!!!
ch...@gmail.com <ch...@gmail.com> #838
Google..... PLEASE ADD AD HOC SUPPORT for android...!!!!
It has been over 3 years with this issue and Google just doesnt care enough!!!
Wat a Shame!!!!!!! Makes people think now that is Android really open source??
It has been over 3 years with this issue and Google just doesnt care enough!!!
Wat a Shame!!!!!!! Makes people think now that is Android really open source??
ch...@gmail.com <ch...@gmail.com> #839
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #840
[Comment deleted]
vi...@gmail.com <vi...@gmail.com> #841
truth of the decade: Google means only WEB SEARCH and nothing more...
ga...@gmail.com <ga...@gmail.com> #842
Please please put in adhoc mode.
ka...@gmail.com <ka...@gmail.com> #843
i want to connect my htc desire through my laptop's ad-hoc network. i mean this is pathetic for having spent so much and what u got the very basic functionality is missing :(
st...@gmail.com <st...@gmail.com> #844
[Comment deleted]
st...@gmail.com <st...@gmail.com> #845
I also ran into this issue... My Droid is rooted and running Barnacle WiFi which works great with my iPad but I need Android because my web site uses flash and I need a tablet for demos. All of this started because Jobs doesn't like Flash / Adobe... I found this article, which configures the device to allow your SID as an ad-hoc network. See comment #5 .
http://stackoverflow.com/questions/1932150/can-android-do-peer-to-peer-ad-hoc-networking
Good luck!
Good luck!
fr...@gmail.com <fr...@gmail.com> #846
After i installed he app "WiFinder" on my acer iconia A500 i could see my ad-hoc network in the scanned list. But as soon as i tried to connet to this network, i got the message "unable to connect". So if you can see the network, doesn,t mean you can connect to it. Please enable the ad-hoc protocol. Oh almost forgot, my Netbook with "Windows 7 starter" did connect with without any problems, i think i made the wrong dissision and should have bought the ICONIA W500.
ev...@gmail.com <ev...@gmail.com> #847
I am very surprised to find this feature was locked down. Please add support for adhoc networks!
-Evo 4g
-Evo 4g
da...@gmail.com <da...@gmail.com> #848
Please add ad hoc support, it is really necesary
ch...@gmail.com <ch...@gmail.com> #849
Please Add ad hoc support to Android HoneyComb!!!!!!!!!!!
su...@gmail.com <su...@gmail.com> #850
anybody know why android doesn't support ad hoc??
that very dissapointing
that very dissapointing
jc...@gmail.com <jc...@gmail.com> #851
Come on, if just rooting the phone can give you access to this it can't possibly be that difficult to implement, can it?
[Deleted User] <[Deleted User]> #852
Please add ad-hoc.
er...@immersion-training.com <er...@immersion-training.com> #853
we have had it! It was working fine on my droid x I upgrade to the htc thunderbolt - no more ad-hoc! Okay, let's try the xoom...nada! I M forced to keep my ipad to fly my a r drone. I could use my wife's droid x.....it still works! right like she's gonna let me use her phone to fly my toy
ct...@gmail.com <ct...@gmail.com> #854
Perhaps Google is conducting a global case study to determine how long it takes for the mass populace to become complacent... :P
in...@alemas.it <in...@alemas.it> #855
i need ad hoc connection, please
yu...@gmail.com <yu...@gmail.com> #856
Google -yes it will nice to have this feature- please add it.
hu...@gmail.com <hu...@gmail.com> #857
Dear Google,
we need ad-hoc, Please enable this feature.please,please!
thanks.
we need ad-hoc, Please enable this feature.please,please!
thanks.
sa...@gmail.com <sa...@gmail.com> #858
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #859
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #860
Hello Google please provide ad-hoc feature as i need it in one of the project and im stuck cant do anything....:-(
lr...@gmail.com <lr...@gmail.com> #861
PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I need this feature . ♥♥♥ I love my Galaxy ♥♥♥ but is the only way to use it to my work .
I need this feature . ♥♥♥ I love my Galaxy ♥♥♥ but is the only way to use it to my work .
ro...@gmail.com <ro...@gmail.com> #862
Motorola Defy (2.2.2) now supports adhoc.
I know it is more difficult to manage adhoc networks than infrastructure but motorola has a good approach: Hide it a little and notify the user that adhoc consumes more energy.
Ad-hoc is a key feature for many apps. Please support it!!
I know it is more difficult to manage adhoc networks than infrastructure but motorola has a good approach: Hide it a little and notify the user that adhoc consumes more energy.
Ad-hoc is a key feature for many apps. Please support it!!
r....@gmail.com <r....@gmail.com> #863
We all wish ad-hoc support!!!
sh...@gmail.com <sh...@gmail.com> #864
Please support adhoc networking.
lx...@gmail.com <lx...@gmail.com> #865
Pls i need support adhoc on my galaxytab
[Deleted User] <[Deleted User]> #866
Why did I buy a gingerbread tablet that can't conect to my work HTC hd2? Now a useful tool will get lost down the back of the couch, seeing it is "tethered" to my home network.
li...@gmail.com <li...@gmail.com> #867
Priority: High!
jk...@gmail.com <jk...@gmail.com> #868
Please add support for:
- Connectivity to ad hoc networks
- Connectivity/Internet via USB connection to the PC
- Connectivity to ad hoc networks
- Connectivity/Internet via USB connection to the PC
ri...@gmail.com <ri...@gmail.com> #869
[Comment deleted]
ri...@gmail.com <ri...@gmail.com> #870
Ten more votes for ad-hoc.
I want to do OLSR or BATMAN meshing.
I want to do OLSR or BATMAN meshing.
se...@gmail.com <se...@gmail.com> #871
This topic is black hole, I think?
ev...@gmail.com <ev...@gmail.com> #872
Ad-Hoc ????????
ma...@gmail.com <ma...@gmail.com> #873
Google Android sucks.
al...@gmail.com <al...@gmail.com> #874
I vote for Ad-hoc connectivity on Android 2.2 and up
si...@gmail.com <si...@gmail.com> #875
comment 878
why no adhoc connectiivty
(or) when adhoc connectivity
why no adhoc connectiivty
(or) when adhoc connectivity
kn...@gmail.com <kn...@gmail.com> #876
You guys can get a router for around 60 dollars or something; and yet you are talking about throwing your 300 USD plus android device away and spend another 300 and get a new one? Have you all gone nuts? Get a router!! I tried to browse internet on my Nexus 1 and since it didn't work, i'm gonna have to get a router.. Which is again, cheaper than any android device...
wi...@gmail.com <wi...@gmail.com> #877
give us ad hoc support!!!!
da...@gmail.com <da...@gmail.com> #878
Please support ad hoc connectivity.
Xoom user.
Xoom user.
pi...@gmail.com <pi...@gmail.com> #879
Count on me as well, Thread started two years ago and still not even an official answer!
pi...@gmail.com <pi...@gmail.com> #880
Count on me as well, Thread started two years ago and still not even an official answer!
ru...@gmail.com <ru...@gmail.com> #881
pleaseee I neeed Ad Hoc!
ro...@gmail.com <ro...@gmail.com> #882
Please support ad hoc connectivity.
Gallaxy s 2.2 froyo user.
Thank you.
Gallaxy s 2.2 froyo user.
Thank you.
fo...@playmos.it <fo...@playmos.it> #883
what a shame
ad...@gmail.com <ad...@gmail.com> #884
Please support ad-hoc connectifity For my Androin Galaxy Mini 2.2 froyo...
Pleaseeeee.....
Pleaseeeee.....
be...@gmail.com <be...@gmail.com> #885
WE REALLY NEED AD-HOC!!
10...@gmail.com <10...@gmail.com> #886
pretty sure 2.3 has adhoc functionality. I can connect to my computer's adhoc network easily.
HTC Desire
2.3.4 gingerbread
GingerVillain 2.5
HTC Desire
2.3.4 gingerbread
GingerVillain 2.5
ab...@gmail.com <ab...@gmail.com> #887
Need ad hoc..........it is very necessary
ra...@gmail.com <ra...@gmail.com> #888
Please,please,please adhoc support please
ra...@gmail.com <ra...@gmail.com> #889
I am in shock where's the brains in this outfit some needs to be kicked in the bum for not allowing adhoc I'm changing back to apple
vi...@gmail.com <vi...@gmail.com> #890
Android Tablets without 3G (so many) and 'ad hoc' wifi (phone teeth) are useless.
If I need to stay at home to be connected with my 'regular wifi', I can just use my desktop or lap-top.
Everyone know that Android has the pottential to support (patches was released) but it is incredible that the developpers doesn't want to work to give us this. I'm considering to buy an iPad and throw my ZTE out!
If I need to stay at home to be connected with my 'regular wifi', I can just use my desktop or lap-top.
Everyone know that Android has the pottential to support (patches was released) but it is incredible that the developpers doesn't want to work to give us this. I'm considering to buy an iPad and throw my ZTE out!
ad...@gmail.com <ad...@gmail.com> #891
hi, is this issue closed?
really?
adhoc should be a nice thing for games you know...
really?
adhoc should be a nice thing for games you know...
ad...@gmail.com <ad...@gmail.com> #892
ah sorry, so it is in gingerbread? haven't read the comments above...
ad...@gmail.com <ad...@gmail.com> #893
ah sorry, so it is in gingerbread? haven't read the comments above...
ni...@gmail.com <ni...@gmail.com> #894
Could really use an ad hoc feature! This is first time I have considered other hardware since finding this issue! :(
[Deleted User] <[Deleted User]> #895
Geeze - my ipad supports it...but its not a phone. My phone is more important that my ipad - it needs to support ad hoc.
el...@gmail.com <el...@gmail.com> #896
U lost another customer due to this issue...I now purchased Ipod 4th Gen and Ipad that recognize my HTC touch pro2 data connection via ad-hoc for free.
[Deleted User] <[Deleted User]> #897
It appears this is entirely a configuration issue as a workaround seems to exist, but only if you're willing to root your phone and tinker with the OS config files.
http://hydtechblog.com/2009/09/14/how-to-connect-to-ad-hoc-networks-using-tmobile-g1-android/
http://stackoverflow.com/questions/1932150/can-android-do-peer-to-peer-ad-hoc-networking
ra...@gmail.com <ra...@gmail.com> #898
AD HOC PLEASE PLEASE
st...@gmail.com <st...@gmail.com> #899
Don't ignore our need!
ti...@googlemail.com <ti...@googlemail.com> #900
We are also requiring Ad-hoc connections without having to root devices for our developments. This is a serious disability in Android compared to new IoSes. We might be losing out here people unless Google changes this.
ca...@gmail.com <ca...@gmail.com> #902
Xoom android 3.1 doesn't support ad hoc. I,m disappointed!!! I can't beleve it. Don't buy xoom will be an efectiv protest.
dm...@gmail.com <dm...@gmail.com> #903
Please, *NO* adhoc! They ruin the world's networks. Enable hot-spot if you need to do p2p or things like that.
rb...@gmail.com <rb...@gmail.com> #904
Having an Android Nexus without a data plan while roaming means WiFi is the ONLY way to get access to the net. In many/most hotels across China WiFi is generally unavailable so the ability to set up one's own WiFi hotspot would be the only solution. Setting up an ad-hoc WiFi hotspot is fairly painless on a Mac or Vista PC and if you've only got one wired ethernet connection and a room full of internet-starved users, you can quickly turn your laptop into a wireless hot spot without any extra software. I checked out a CNET TV video tutorial that demonstrates how you can turn Windows Vista, Windows XP, and Mac OS X laptops into wireless broadcasting hot spots. CNET even shows how you can add security to the wireless signal to keep intruders out. The process is painless in Vista and OS X, but requires a few steps in XP. Great I thought. At last I can go to a hotel in another part of China and set up my laptop with WEP to broadcast to my Nexus. Wishful thinking. The Nexus SAW the new hotspot by refused to connect giving an error message saying it did not support ad-hoc connects. Please Google, if you are even looking, sort this out.
sa...@gmail.com <sa...@gmail.com> #905
AD HOC PLEASE PLEASE
eg...@gmail.com <eg...@gmail.com> #907
Need adhoc purchased iconia tablet disappointed! My ipad does connect to adhoc
he...@gmail.com <he...@gmail.com> #908
please google activate adhoc in my galaxy S, because I very Important for us
mi...@gmail.com <mi...@gmail.com> #909
What a shame! My Xoom is unable to connect ad hoc. My old Nokia N80 does. That's the new moto: "Droid doesn't."
an...@googlemail.com <an...@googlemail.com> #910
Google singled out Ubuntu in this link http://code.google.com/p/android-wifi-tether/wiki/FAQ for adhoc networks. GOOGLE, atleast UBUNTU SUPPORTS SOMETHING!!! You guys still don't have ad-hoc support . The posts here are 2 years old. Shame on you google!!!!!!!!!!!
sn...@gmail.com <sn...@gmail.com> #911
There is no way to use wifi network via notebook!! The more, it's old time request! And it was not done till now... Great disappointment from google.
ie...@gmail.com <ie...@gmail.com> #912
can't believe it doesn't support ad-hoc... Cmon, tell me it's a joke... Ad-hoc please
ku...@gmail.com <ku...@gmail.com> #913
Please include this functionality.
I have a PC, with no wireless networking, which is connected via ethernet cable. I would like to share it's internet connection on my android device.
I have a PC, with no wireless networking, which is connected via ethernet cable. I would like to share it's internet connection on my android device.
ma...@gmail.com <ma...@gmail.com> #914
We need ad-hoc for all Android Wifi Tablet.
ma...@gmail.com <ma...@gmail.com> #921
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #922
Why is this still not possible? Is there work being done on this?
si...@gmail.com <si...@gmail.com> #923
Dear Santa Clause,
It's been more than two years since we've last wished for ad-hoc networking. Please give us ad-hoc networking for Christmas; it will surely make us kids happy.
Thanks Santa!
[ simon.cpu ]
It's been more than two years since we've last wished for ad-hoc networking. Please give us ad-hoc networking for Christmas; it will surely make us kids happy.
Thanks Santa!
[ simon.cpu ]
an...@gmail.com <an...@gmail.com> #924
Need ad hoc connection... please add this features in Android Ice Cream.
vo...@gmail.com <vo...@gmail.com> #925
Need adhoc
sl...@gmail.com <sl...@gmail.com> #926
someone may have mentioned this before me, but I will repeat it one more time: we want adhoc! Why there is no support for it? At least give us answer if you're going to add this or NOT and close this useless issue cause it didn't changed anything since 2 last years.
re...@gmail.com <re...@gmail.com> #927
funny thing is that it's so easy to turn on the support for ad-hoc, because it's already working on other distros, even on hacked android, but they don't even bother to reply after few years and 929 comments...
da...@gmail.com <da...@gmail.com> #928
pleas fix this it's more then 2 years now
Or just stop calling it open source android
Or just stop calling it open source android
ke...@gmail.com <ke...@gmail.com> #929
Some time ago I also asked for Ad Hoc support. I just received a notification about the merged issues, so this reminded me...
Starting from Android 2.2 you can use your device as a Wifi hotspot, which is even better. So if you need this badly: upgrade your phone. There are enough tutorials out there that tell you how to do this for your device. People that have upgraded even noticed better performance.
Hope this helps.
Starting from Android 2.2 you can use your device as a Wifi hotspot, which is even better. So if you need this badly: upgrade your phone. There are enough tutorials out there that tell you how to do this for your device. People that have upgraded even noticed better performance.
Hope this helps.
rr...@gmail.com <rr...@gmail.com> #930
I also received merged messages, which reminded me:
The lack of support for adhoc networks in Android has prevented me from buying any Android device and pushing me to Apple instead. I already have a 3gs that I purchased before Android was available in a phone and the Broadcom chipset in a 3gs can only create an adhoc network (apparently a 4G can do infrastructure). When I went to purchase a tablet, I wanted an android tablet, but had to buy a tablet that could connect to an adhoc, so I was stuck buying an iPad even though I didn't really want one. Please address this as it's costing you sales.
The lack of support for adhoc networks in Android has prevented me from buying any Android device and pushing me to Apple instead. I already have a 3gs that I purchased before Android was available in a phone and the Broadcom chipset in a 3gs can only create an adhoc network (apparently a 4G can do infrastructure). When I went to purchase a tablet, I wanted an android tablet, but had to buy a tablet that could connect to an adhoc, so I was stuck buying an iPad even though I didn't really want one. Please address this as it's costing you sales.
rr...@gmail.com <rr...@gmail.com> #931
Heh, there are only two items higher in terms of customer priority based on 'stars' than this. And this ticket has been around for 3.5 years. WTF Google?!?
ac...@gmail.com <ac...@gmail.com> #932
realy need ad-hoc
de...@gmail.com <de...@gmail.com> #933
Need AdHoc WIFI support on Android device.
OKKKK. Maybe Google have good(and secret) reasons against adhoc Wifi support on android devices. But....i like the system of star rating that they have on the Market.
And i want to use it on Google now, after 3 years and +900 messages here without an answer.
GOOGLE SUPPORT = * (1/5 STAR).
Good day, Google. And, don't be evil.
OKKKK. Maybe Google have good(and secret) reasons against adhoc Wifi support on android devices. But....i like the system of star rating that they have on the Market.
And i want to use it on Google now, after 3 years and +900 messages here without an answer.
GOOGLE SUPPORT = * (1/5 STAR).
Good day, Google. And, don't be evil.
el...@gmail.com <el...@gmail.com> #934
GOOGLE DEV TEAM:
Could your community please get a POSTED response on this thread?
I was one of two tech leads at Intel for a team of over 400 developers,
and have worked with over 60 huge multinational corporations. I KNOW
your team is aware of these posts by the android community, yet you
have failed to respond to our pleas.
This is not an appropriate operational measure for a professional
organization, or one that wants to be seen as professional, regardless
of size or past success. As fast as an organization is able to rise
in this age of super communications, it can also fall.
Again, we ask you to please respond is SOME fashion to your community
of users and would-be admirers.
Thanks, and God Bless.
Could your community please get a POSTED response on this thread?
I was one of two tech leads at Intel for a team of over 400 developers,
and have worked with over 60 huge multinational corporations. I KNOW
your team is aware of these posts by the android community, yet you
have failed to respond to our pleas.
This is not an appropriate operational measure for a professional
organization, or one that wants to be seen as professional, regardless
of size or past success. As fast as an organization is able to rise
in this age of super communications, it can also fall.
Again, we ask you to please respond is SOME fashion to your community
of users and would-be admirers.
Thanks, and God Bless.
el...@gmail.com <el...@gmail.com> #935
BTW, despite some posts above arguing adhoc is not necessary, there are times and
places where it is the ONLY way possible. It IS necessary, and should be provided
as an option. The way of governments (ie: WE know better than YOU what you need),
is NOT the way of a free market, capitalistic system. If Google does not provide
what people want, someone else eventually will. I already have adhoc connectivity
working on my two 2.2 Galaxy S's, but I'd like to see Android to be made MORE
capable, not less. Please don't try to think for your users, Google...just
do as they ask.
places where it is the ONLY way possible. It IS necessary, and should be provided
as an option. The way of governments (ie: WE know better than YOU what you need),
is NOT the way of a free market, capitalistic system. If Google does not provide
what people want, someone else eventually will. I already have adhoc connectivity
working on my two 2.2 Galaxy S's, but I'd like to see Android to be made MORE
capable, not less. Please don't try to think for your users, Google...just
do as they ask.
ch...@gmail.com <ch...@gmail.com> #936
Really need Ad-hoc mode.. please respond
wa...@gmail.com <wa...@gmail.com> #937
Ad-hoc is critical for application. Need Android support.
go...@gmail.com <go...@gmail.com> #938
Ad-hoc support is much desired.
go...@gmail.com <go...@gmail.com> #939
Ad-hoc support is much desired.
ka...@gmail.com <ka...@gmail.com> #940
android must support ad-hoc network. if Symbian can then why not android. :(
fr...@gmail.com <fr...@gmail.com> #941
Android support for ad hoc networks is much needed for us developers!
p....@gmail.com <p....@gmail.com> #942
ASUS Transformer with Android 3.1 useless without ad hoc!
sk...@gmail.com <sk...@gmail.com> #943
Well GOOGLE thanks for the email reminding me that you have done two thirds of F** all on this issue. Over 900 people have managed to find this thread and add their request that you do ad-hoc wifi. Are you so arrogant that you think you can ignore your potential customers. I say potential as you must be losing sales to Apple because of this single issue.
So stop being doofusses and sort this out.
So stop being doofusses and sort this out.
ia...@gmail.com <ia...@gmail.com> #944
This totally needs sorting STAT.
lc...@gmail.com <lc...@gmail.com> #945
Ad- hoc seem to be a simple thing that every pc out have and supported. I thinkmandroid will add it soon cause even apple still supported adhoc wifi, and i donthink that android will be better than apple.
sh...@gmail.com <sh...@gmail.com> #946
Making me return this tablet.....I guess I will be taking a bite of the Apple after all.
ad...@manoderecha.mx <ad...@manoderecha.mx> #947
I love android, can't believe the iPad has ad hoc and xoom don't.
af...@gmail.com <af...@gmail.com> #948
Very dissapointed about this. Was relying on it when I brought my Asus transformer.
fm...@gmail.com <fm...@gmail.com> #949
I cannot believe that you don't support adhoc. My evo view tablet is useless.
ra...@gmail.com <ra...@gmail.com> #950
Please add ad-hoc functionality.
an...@gmail.com <an...@gmail.com> #951
I can use HTC Flyer to join HTC Inspire's ad hoc network. I guess it depends on the maker of the device...
cl...@gmail.com <cl...@gmail.com> #952
We really need the ad-hoc support on our Android tablets. I use Asus EEE pad Transformer and i can't connect to my Nokia E71 tethering network!!! I need this when i'm not in the office or home. Please add the feature...
b....@gmail.com <b....@gmail.com> #953
Please add ad-hoc functionality!
I'm living with 2 friends. Both of them have iphones. We share internet over ad hoc networking from PC. And they are always kidding me that have an android. My galaxy 2 is useless. :-(
I'm living with 2 friends. Both of them have iphones. We share internet over ad hoc networking from PC. And they are always kidding me that have an android. My galaxy 2 is useless. :-(
b....@gmail.com <b....@gmail.com> #954
Please add ad-hoc functionality!
I'm living with 2 friends. Both of them have iphones. We share internet over ad hoc networking from PC. And they are always kidding me that have an android. My galaxy 2 is useless. :-(
I'm living with 2 friends. Both of them have iphones. We share internet over ad hoc networking from PC. And they are always kidding me that have an android. My galaxy 2 is useless. :-(
ia...@gmail.com <ia...@gmail.com> #955
I understand there were reasons why you did that.. but it's very-very disappointing.
mi...@missagia.org <mi...@missagia.org> #956
Hey google guys, have a look at xda forum. It's not that difficult. lol... You can do it.
fa...@gmail.com <fa...@gmail.com> #957
Asus transformer is us less without adhoc...add it pleaseeee
le...@gmail.com <le...@gmail.com> #958
I need very connect my Andoid (2.2) Galaxy 3 to AdHoc networks. Please!!!
tg...@gmail.com <tg...@gmail.com> #959
Gingerbread on my DroidX can see my Vista's ad-hoc network but cannot obtain and IP address. It connects, displays the "Waiting for IP address" message, then gives up. I've tried it with open, WEP, and WPA2 security without success.
Perhaps they're getting closer? Or perhaps it's a Vista problem?
Perhaps they're getting closer? Or perhaps it's a Vista problem?
ma...@gmail.com <ma...@gmail.com> #960
After years using my great old N95, I finally decided to "upgrade" to an android phone. If I had known about this outrageous issue, I probably wouldn't have bought it. I really hope this gets fixed soon.
je...@gmail.com <je...@gmail.com> #961
I would like to connect my Android phone (Samsung Galaxy 551) and tablet (Samsung Galaxy Tab 10.1) to the Internet with the adhoc wifi created with Nokia E71 and Joiku Spot. I am really amazed that this basic feature is not working with Android 2.2. Please add ASAP. Otherwise I will change to Apple iPhone/iPad fan. Thanks!
an...@gmail.com <an...@gmail.com> #962
Strangely even beeing linux based, android keep having these strange issues, really a shame to Google do not solve a problem so simple.
wu...@gmail.com <wu...@gmail.com> #963
I've tried a wpa_supplicant patch on my GT i9100 and it succeed connecting to a ad-hoc network.But there is something wrong that is when I leave the range of the network ,the wifi disconnect when i come back it still disconnect until i restart wifi.
气死我也,就算打了补丁也不能完美解决。
气死我也,就算打了补丁也不能完美解决。
el...@googlemail.com <el...@googlemail.com> #964
Hi,
now try to get internet over my mobile since weeks.
Have an Asus transformer with 3.1 and need adhoc...
add it pleaseeee
now try to get internet over my mobile since weeks.
Have an Asus transformer with 3.1 and need adhoc...
add it pleaseeee
bo...@gmail.com <bo...@gmail.com> #966
Adhoc really should beupported by now. At the very least it should be available on my wifi only XOOM.
jo...@gmail.com <jo...@gmail.com> #967
I managed to get ad-hoc almost working with my new Galaxy Tab. It recognized the network, but would not connect.
Chances are that its a problem with my PC, since I was using a Verizon cellular card.
I'm sure that once I root my GT, I won't have problems.
Chances are that its a problem with my PC, since I was using a Verizon cellular card.
I'm sure that once I root my GT, I won't have problems.
tm...@gmail.com <tm...@gmail.com> #968
[Comment deleted]
tm...@gmail.com <tm...@gmail.com> #969
Makes the wifi only tablets crippled. I need adhoc to use my tablet. Would not of bought it if I had known adhoc was not supported
be...@gmail.com <be...@gmail.com> #970
[Comment deleted]
be...@gmail.com <be...@gmail.com> #971
[Comment deleted]
be...@gmail.com <be...@gmail.com> #972
After 3 years since the creation of this issue report there is still no support for ad hoc connectivity. This is my first android experience (EVO 3D) and I must say that I'm considering returning the phone and get a phone that supports it... I doubt in Google's faith toward the users. 3 years and no solution is pretty weak.
[Deleted User] <[Deleted User]> #973
Ad hoc support is needed. Please google fix this.
iv...@gmail.com <iv...@gmail.com> #974
blin, ya o4en' razocharovan 4to ne mogu podklu4it adhoc... please reshite problemu i vam ceni ne budet, a to poka poyavilas'))) :D
ji...@gmail.com <ji...@gmail.com> #975
After three long years just to allow simple ad-hoc support... using 2.3.3 and still.. very hard to believe google is avoiding this many users request.
Please add this feature asap
Please add this feature asap
le...@gmail.com <le...@gmail.com> #976
After 3 years since the creation of this issue report there is still no support for ad hoc connectivity. 3 years and no solution is pretty weak.
dh...@gmail.com <dh...@gmail.com> #977
i'll never ever buy an android device again...
mi...@googlemail.com <mi...@googlemail.com> #978
i just bought a Asus tablet and will be taking it back in the morning. didn't know about this problem.
[Deleted User] <[Deleted User]> #979
Please add this feature. Its making certain things very hard to implement, as internet connection is not always possible for my needs
te...@gmail.com <te...@gmail.com> #980
do I have to root my phone to enable ad hoc on android ??
ti...@gmail.com <ti...@gmail.com> #981
Is this so hard to correct? Why is it taking do long?
ca...@gmail.com <ca...@gmail.com> #982
Making Android work with ad hoc networks would make a lot of people very happy...
Is someone from google actually reading these comments?
Is someone from google actually reading these comments?
me...@gmail.com <me...@gmail.com> #983
It is kind of shamefull not to have this basic feature right away...
nu...@bk.ru <nu...@bk.ru> #984
Pizdec nado I net from nokia x6
mi...@gmail.com <mi...@gmail.com> #985
I also just bought an Asus Transformer tablet and disappointed by the lack of ad hoc network support out of the box. I am contemplating returning it.
jo...@gmail.com <jo...@gmail.com> #986
I'm also waiting for the ad-hoc feature in order to control my AR Drone
ma...@gmail.com <ma...@gmail.com> #987
Would anyone on this thread be up for a legal class action against Google for false advertising? I bought my HTC desire and xoom wifi beleiving them to be wifi compliant. They (Google and all device manufacturers using android) should legally declare in all advertising that the operating system is NOT wifi compliant?
ka...@gmail.com <ka...@gmail.com> #988
Come on Google.! What the hell?
ma...@gmail.com <ma...@gmail.com> #989
Seriously, any litigious layers out there want to make a name for themselves taking on Google/android for falsely advertising wifi complience in a UK court? For a start, I'm happy to sue for being duped into buying an HTC desire + contract (₤199) a Motorolla xoom 10.1 (₤475) and an ardrone, based on an ardrone app existing in the android store (₤275). I can see the TV add, "have you bought an android device advertising wifi? Call 1800 NOADHOC
mr...@gmail.com <mr...@gmail.com> #990
I'm dissapointed with you guys, I need AdHoc supported!
al...@gmail.com <al...@gmail.com> #991
?wth google
jo...@gmail.com <jo...@gmail.com> #992
Bought a Xoom a couple of days ago so I won't have to lug my laptop around on business trips, but I'm seriously considering returning it because of lack of ad hoc support.
ri...@gmail.com <ri...@gmail.com> #993
Need this feature, ad-hoc wifi! Asap...
st...@gmail.com <st...@gmail.com> #994
I bought an android tablet to hopeing to replace my iPod touch. But guess what I kinda didn't replace it because it dosent support ad hoc and that's how I use wifi with my house Im on my iPod touch right now. It pretty sad that I spent all this money on this tablet and it docent support ad hoc. Well at least my IPOD/APPLE DOSE!!! my tablet just sits on my deck don't even use it much.
lu...@gmail.com <lu...@gmail.com> #995
so annoying. *reaches for ipod touch*
ne...@casinfosystems.com <ne...@casinfosystems.com> #996
Just thought that I'd add my voice to the thread. Sometimes in the field when you need to share files with someone ad-hoc is a very handy way to do so, it is a very important feature.
xi...@gmail.com <xi...@gmail.com> #997
This function is very useful and very important, it should be add in this OS.
Please.
Please.
ra...@gmail.com <ra...@gmail.com> #998
im searching the internet from 2 long days,last i got that google sucks it does not support ad-hoc support over usb
sa...@gmail.com <sa...@gmail.com> #999
I've been waiting a year that Android will support ad-hoc wifi.
Come on Google!
PLEASE
Come on Google!
PLEASE
sp...@gmail.com <sp...@gmail.com> #1000
Come guys how far? Ad-Hoc is needed for Jokuspot!!!!! Did not buy 3g version because it does not work outside the USA, thought i could use my phone as a wifi router!!! Need Ad-hoc!!!!
sa...@gmail.com <sa...@gmail.com> #1001
An Ad Hoc connection ability is a must for android. In which version should we expect this feature?
ph...@gmail.com <ph...@gmail.com> #1002
I'm wanting this.
jk...@gmail.com <jk...@gmail.com> #1003
I bought a Toshiba Thrive yesterday and found that Honeycomb does not even see my phone's wifi hotspot (which is adhoc), so I'm returning the tablet today and buying myself an IPAD2, which does support adhoc networks. What a waste of my time trying to figure out why I couldn't connect.
ra...@cm4msaa7.com <ra...@cm4msaa7.com> #1004
This is obviously some sort of political problem. Stop that nonsense and focus on making the product better--you know it's true. Don't be like Sony.
d....@gmail.com <d....@gmail.com> #1005
I wonder how Android Developers missed this feature. It's very important and highly needed. This is big disappointment from Android.
j....@gmail.com <j....@gmail.com> #1006
WTF!!!!!
j....@gmail.com <j....@gmail.com> #1007
With Honeycomb this issue becomes even more pressing. Not all tablets have 3G.
vl...@gmail.com <vl...@gmail.com> #1008
Простите уважаемая компания Google хоть я вас и уважаю как и других компаний за их вклад в IT-индустрию,но телефон на OS Android мой первый и последний телефон на вашей OS,лучше я отдам теже деньги за телефон от Стива Джобса и лешусь тех функций что я использовал на самой лучшей и поныне мертвой OS Symbian с которой я ушел на Android из-за вранья компании Nokia в отношении поддержки её,но из-за таких погрешностей я отказываюсь от OS Android временно,а может и навсегда,мне лучше переплатить за Iphone 4 который официально продается за 1200$ у меня в России и при этом прикупить себе Nokia N8 в знак открытости
Просто меня заколебала эта проблема с Ad-hoc чтобы её активировать в моем устройстве и с бесконнечным уведомлением о том чо
<android не поддерживает подключение к сетям типа Ad-Hoc(IBSS) решите эту проблему а то мало верится что Android так много активируется,обгоняет iOS в бизнес сегменте,да и еще 45% приложений для смартфонов отвратительно работают и на планшетах тоже.
Просто меня заколебала эта проблема с Ad-hoc чтобы её активировать в моем устройстве и с бесконнечным уведомлением о том чо
<android не поддерживает подключение к сетям типа Ad-Hoc(IBSS) решите эту проблему а то мало верится что Android так много активируется,обгоняет iOS в бизнес сегменте,да и еще 45% приложений для смартфонов отвратительно работают и на планшетах тоже.
vl...@gmail.com <vl...@gmail.com> #1009
Простите уважаемая компания Google хоть я вас и уважаю как и других компаний за их вклад в IT-индустрию,но телефон на OS Android мой первый и последний телефон на вашей OS,лучше я отдам теже деньги за телефон от Стива Джобса и лешусь тех функций что я использовал на самой лучшей и поныне мертвой OS Symbian с которой я ушел на Android из-за вранья компании Nokia в отношении поддержки её,но из-за таких погрешностей я отказываюсь от OS Android временно,а может и навсегда,мне лучше переплатить за Iphone 4 который официально продается за 1200$ у меня в России и при этом прикупить себе Nokia N8 в знак открытости
Просто меня заколебала эта проблема с Ad-hoc чтобы её активировать в моем устройстве и с бесконнечным уведомлением о том чо
<android не поддерживает подключение к сетям типа Ad-Hoc(IBSS) решите эту проблему а то мало верится что Android так много активируется,обгоняет iOS в бизнес сегменте,да и еще 45% приложений для смартфонов отвратительно работают и на планшетах тоже.
Просто меня заколебала эта проблема с Ad-hoc чтобы её активировать в моем устройстве и с бесконнечным уведомлением о том чо
<android не поддерживает подключение к сетям типа Ad-Hoc(IBSS) решите эту проблему а то мало верится что Android так много активируется,обгоняет iOS в бизнес сегменте,да и еще 45% приложений для смартфонов отвратительно работают и на планшетах тоже.
ch...@gmail.com <ch...@gmail.com> #1010
Asus Transformer. Very disappointed it does not support Ad Hoc...... Lame for Android in general.
tw...@ecmtuning.com <tw...@ecmtuning.com> #1011
*PLEASE* enable ad hoc networking. The lack of adhoc networking on Droids is a HUGE drain on development of new Wifi devices.
si...@gmail.com <si...@gmail.com> #1012
For the love of God please provide adhoc support in next update.
Asus Transformer user
Asus Transformer user
si...@gmail.com <si...@gmail.com> #1013
[Comment deleted]
si...@gmail.com <si...@gmail.com> #1014
[Comment deleted]
si...@gmail.com <si...@gmail.com> #1015
[Comment deleted]
si...@gmail.com <si...@gmail.com> #1016
[Comment deleted]
si...@gmail.com <si...@gmail.com> #1017
[Comment deleted]
si...@gmail.com <si...@gmail.com> #1018
[Comment deleted]
il...@gmail.com <il...@gmail.com> #1019
I also need this function.
va...@gmail.com <va...@gmail.com> #1020
Almost all people need this function:)
sr...@gmail.com <sr...@gmail.com> #1021
I need this function! +1 too
ca...@gmail.com <ca...@gmail.com> #1022
I bought an asus transformer and I was counting that this type of conection will works. Please google fix this problem. I need ad hoc conection.
me...@gmail.com <me...@gmail.com> #1023
I just want to know the reason why they dont WANT to add this simple functionality. Just WHY!!!
[Deleted User] <[Deleted User]> #1024
I cannot believe that this is Medium Priority issue!
Maybe I am wrong but WiFi (ad hoc) connectivity for a portable device should be essential!
Maybe I am wrong but WiFi (ad hoc) connectivity for a portable device should be essential!
ka...@gmail.com <ka...@gmail.com> #1025
extremely annoyed, have found any response on this matter what so ever from google android :( i think guys we should stop buying android :(
in...@googlemail.com <in...@googlemail.com> #1026
Guys please fix it.
se...@gmail.com <se...@gmail.com> #1027
Одним словом ПОЗОР!!!!!!!!!!!!
ab...@gmail.com <ab...@gmail.com> #1028
its the most (asshole) device i ever seen
am gonna back 2 my n97 mine
galaxy fuck
am gonna back 2 my n97 mine
galaxy fuck
km...@gmail.com <km...@gmail.com> #1029
+1 to request to enable ad-hoc networking its critial in a tablet. Or at least tell us why you wont. My lenovo k1 can se them in a wifi app from the market, but wont connect to them so obviously it was a choice to disable them. Why? I thi k we at least deserve an explanation...
sa...@gmail.com <sa...@gmail.com> #1030
It's very important and highly needed, big disappointment from Android
ba...@gmail.com <ba...@gmail.com> #1031
Please add ad-hoc networking, my tablet cannot connect to them.
Thx Jos
Thx Jos
he...@gmail.com <he...@gmail.com> #1032
Yes, the WiFi has stopped working on my HTC desire, so it would be great if I could still get a fast connection through my laptop.
Thanks
Thanks
sa...@gmail.com <sa...@gmail.com> #1033
Please add ad-hoc support
y4...@gmail.com <y4...@gmail.com> #1034
Is there some sort of political reason why this essential feature is not implemented? I can't understand...
ar...@gmail.com <ar...@gmail.com> #1035
Well this means I have to change my design for my program.
ar...@mail.ru <ar...@mail.ru> #1036
ok one week with acer a500 tablet, now i will change to an ipad. Who needs an tablet wich can't connect to my phone?
ar...@mail.ru <ar...@mail.ru> #1037
ok one week with acer a500 tablet, now i will change to an ipad. Who needs an tablet wich can't connect to my phone?
mt...@gmail.com <mt...@gmail.com> #1038
Really?!? I really need to go out and buy a wireless router to carry around in my back pocket so that I can connect my Droid to my laptop? Get on the ball, Google! Fix this problem!!! Give me the ability to connect via Ad hoc network.
il...@gmail.com <il...@gmail.com> #1039
I solved the issue by installing connectify on windows 7 laptop, and my phone connected to it.
gr...@gmail.com <gr...@gmail.com> #1040
I'm one more user with this problem.
ma...@gmail.com <ma...@gmail.com> #1041
Very disappointed that my Moto Xoom won't connect to my phone via ad hoc. I'm returning the tablet.
dr...@degendt.com <dr...@degendt.com> #1042
Very dissapointed that a lot of people want this, but google is keeping it's eyes closed. It's sometimes possible on rooted phones, why can't you just support it?
gl...@gmail.com <gl...@gmail.com> #1043
Three YEARS and counting?
Obviously Google can't keep up with windows or Ubuntu. You get what you pay for? Oh wait! Ubuntu is FREE. Guess Google dev isn't as smart as Microsoft dev. Only explanation for this.
Obviously Google can't keep up with windows or Ubuntu. You get what you pay for? Oh wait! Ubuntu is FREE. Guess Google dev isn't as smart as Microsoft dev. Only explanation for this.
2m...@gmail.com <2m...@gmail.com> #1044
GOOGLE PLEAZ!
g....@gmail.com <g....@gmail.com> #1045
No ad-hoc network??? I thougt this was impossible today, til I've bought a android tablet (Acer A500). This US so poor Form Google! I cAn't believe IT. I demand thid feature Now!
gl...@gmail.com <gl...@gmail.com> #1046
THREE years and no fix. Wake up people! Google isn't smart enough to do it or they don't care that issue EIGHTY-TWO has gotten ZERO attention. What are we up to? Issues in the 11,000's?? Obviously this will NEVER happen. Return your Android device and buy an Apple product. Way to sell Apple products guys!! They love you!! Thrive is going back tomorrow to be replaced by an iPad2 for twenty bucks more. Liked the expandability but need a tethered network more. Google... you suck!!
gl...@gmail.com <gl...@gmail.com> #1047
I really don't want to return this if possible. I have seen postings on how to update wpa_supplicant.conf on other devices to get ad-hoc recognized. Need to know two things. Example config files. They're located in /etc/wifi on a Toshiba thrive and howto chmod to update the read-only file after making a backup. I think this can be done. Google either doesn't care or doesn't know how. Anybody smarter than the idiots at Google know what to change?
we...@mebanesoccer.us <we...@mebanesoccer.us> #1048
New Asus Tablet user who is very happy so far with all that it can do - but the inability to connect to an Ad-Hoc network seems like a huge shortcoming. Please enable this useful feature, even if defaulted off and requires advanced settings change to enable (like Windows has done for years)
th...@gmail.com <th...@gmail.com> #1049
Омг, такая очевидная функция и не поддерживается. Планируется ли добавить поддержку Ad-Hoc в ближайших обновлениях?
--
OMG, this an obvious function and is not supported. Do you plan to add support for Ad-Hoc in the next update?
--
OMG, this an obvious function and is not supported. Do you plan to add support for Ad-Hoc in the next update?
pr...@gmail.com <pr...@gmail.com> #1050
My Motorola Droid allows me to make a hotspot my buddy's iPad1 can see it. But my Motorola xoom tablet cannot. This make android less than apple -....this is a must fix
en...@gmail.com <en...@gmail.com> #1051
shit
ca...@gmail.com <ca...@gmail.com> #1052
Still nothing? wtf is google doing?
ro...@gmail.com <ro...@gmail.com> #1053
Damn, I could really use this feature now. I don't want to root my phone to do it.
e....@gmail.com <e....@gmail.com> #1054
Parece ser un tema AMPLIA y LARGAMENTE discutido.. y sin embargo no hay solucion ni voz alguna departe de Google.
Esta claro que no les interesa cambiar esta caracteristica en Android.
Esta claro que no les interesa cambiar esta caracteristica en Android.
ty...@gmail.com <ty...@gmail.com> #1055
I agree this would help me to get my school work done. I didnt know this would be an issue before i bought this. I am now thinking about taking it back
br...@gmail.com <br...@gmail.com> #1056
I am amazed that this wasn't included out of the box. I really would like to be using this feature. Push it up the list.
su...@gmail.com <su...@gmail.com> #1057
Without Adhoc support, android is incomplete. Thinking of getting back to windows mobile.
pa...@gmail.com <pa...@gmail.com> #1058
I have some serious issues because of this not included feature. Nearly every automotive Wireless Device supports only Ad-Hoc/Infrastructure connections. This really is a disadvantage of Android. So we have to move to another platform :(
mi...@coffeys.net <mi...@coffeys.net> #1059
Please include adhoc. Want to be able to connect to wifi printer without having to have a wireless router setup.
er...@gmail.com <er...@gmail.com> #1060
Please add one more vote to the list for implementing ad hoc networking. Thanks.
ha...@gmail.com <ha...@gmail.com> #1061
Please include adhoc..
gr...@gmail.com <gr...@gmail.com> #1062
yes, please support it, we are using "smartphone" ...
ma...@gmail.com <ma...@gmail.com> #1063
WE NEED ADHOC!
ma...@gmail.com <ma...@gmail.com> #1064
WE NEED ADHOC!
ht...@gmail.com <ht...@gmail.com> #1065
Need AD-HOC
at...@gmail.com <at...@gmail.com> #1066
need this too
ni...@gmail.com <ni...@gmail.com> #1067
I needed for internet from my cellphone to my tablet. When is going to be enable?
la...@gmail.com <la...@gmail.com> #1068
FAIL !!! My Android 3.1 don't connect to Ad hoc hotspot Wifi network!! grgrgr!! Windows 8 yes!!
la...@gmail.com <la...@gmail.com> #1069
[Comment deleted]
ak...@gmail.com <ak...@gmail.com> #1070
Ad hoc нужен, как без него то???
go...@gmail.com <go...@gmail.com> #1071
I installed a RadioThermostats.com wifi thermostat. It provides ad-hoc wifi to commission. I thought I would use my android froyo phone. WiFi Analyzer showed the signal, but NO AD-HOC support to connect!!! iPod Touch can do it, but not android? Doh!!!
ma...@gmail.com <ma...@gmail.com> #1072
Come on Google, this is obviously a major issue for a lot of people.......
At least let us know when Ad Hoc will be supported, or maybe a reason why you seem to be refusing to include such an important feature.
At least let us know when Ad Hoc will be supported, or maybe a reason why you seem to be refusing to include such an important feature.
jt...@gmail.com <jt...@gmail.com> #1073
So this explains why my 2011 Android phone on Gingerbread can't see my jurassic 4 yr old WM6 wifi no matter what configuration I do! It is unsupported! This is so so surprising for an advanced modern mobile OS!
an...@yahoo.com <an...@yahoo.com> #1074
Nice asssicosin the wifi it wow greaty
an...@gmail.com <an...@gmail.com> #1075
this is so frustating... come on man..... let us know when this is going to be available, so i don't have to root my android device to get this functionality...
pi...@gmail.com <pi...@gmail.com> #1076
Ihan oikeesti Google. Ostin just Asus Transformerin ja olen liemessä ilman ad hockia. Voisitteko edes vastata ihmisille, onko tämä jokin periaatteellinen päätös ettei ad hockia tule vai mikä tässä on takana?
ju...@gmail.com <ju...@gmail.com> #1077
needed also here, I just don't see the point of having to root my phone for this, even thought I'm a programmer, I don't want to use my phone as just another thing I HAVE to program myself to have it working
sc...@gmail.com <sc...@gmail.com> #1078
why doesn't android support ad hoc??? I got mywifi tablet expecting it to be able to tether to my android phone! I'm very disappointed!
pa...@gmail.com <pa...@gmail.com> #1079
Needed here as well.
ni...@gmail.com <ni...@gmail.com> #1080
这问题要赶快解决啊,我们网费很贵的……
还有些同志们说中国的山寨机支持Ad-hoc,我的亲身经历是好像到现在我还没看见一个人能用这种网络类型上网的,不过安卓不支持就很不应该了啊,你要是塞班这种性质的系统我没话说…
还有些同志们说中国的山寨机支持Ad-hoc,我的亲身经历是好像到现在我还没看见一个人能用这种网络类型上网的,不过安卓不支持就很不应该了啊,你要是塞班这种性质的系统我没话说…
si...@gmail.com <si...@gmail.com> #1081
Add it addit Please add it !!!!!
sa...@gmail.com <sa...@gmail.com> #1082
i need adhost service!!! а ктото на eeepad сталкивался с такой проблемой, может ктото решыл?
sa...@gmail.com <sa...@gmail.com> #1083
dont forget to press the star on the beginning at lefr side)))) i forgot to do that)))
блин ну сделайте доступ к этим сетям
блин ну сделайте доступ к этим сетям
[Deleted User] <[Deleted User]> #1084
Its really high time that Google add this feature!!
ch...@gmail.com <ch...@gmail.com> #1085
Add ad hoc ability to Android !!! Pleaseeeeeee ...
la...@gmail.com <la...@gmail.com> #1087
What a dissapointment! Just bought a android tablet without 3g expecting to connect via my phone. Android was such an intresting choice but this one feature lacking i have to forget it abd return y tablet.
la...@gmail.com <la...@gmail.com> #1088
[Comment deleted]
da...@gmail.com <da...@gmail.com> #1089
Still no update for issue? Really, Google?
yu...@gmail.com <yu...@gmail.com> #1090
Where is adhoc? The core believers of your OS are losing patience. If not fixed soon I will be upgrading to Win Phone. Its an unbelievably necessary feature and the lack of response is pathetic.
bo...@gmail.com <bo...@gmail.com> #1091
THIS FEATURE IS A MUST AND SHOULDN'T BE LEFT OUT OF WHAT THE BEAUTY OF ANDROID CAN DO. PLEASE FIX AND GOD BLESS YOU.
ch...@gmail.com <ch...@gmail.com> #1092
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #1093
GOOGLE please I exchanged my Windows mobile for an Android. If I had known this I wouldn't have. Dont make me regret. Please support Adhoc asap!
ma...@gmail.com <ma...@gmail.com> #1094
I just bought an ASUS Transformer based on Android 3.2 ... No Adhoc networking !? Please Google... I'm another one who is now waiting for this feature to be added.
ma...@gmail.com <ma...@gmail.com> #1095
Yesterday, I bought an ASUS Transformer specifically to be used with my mobile phone wi-fi sharing.
Today, I found to my astonishment, no support for ad-hoc networks so it is 90% useless for me (10% for the games).
Tomorrow, I am going back to the store to swap it for and iPad.
What a shame.
Today, I found to my astonishment, no support for ad-hoc networks so it is 90% useless for me (10% for the games).
Tomorrow, I am going back to the store to swap it for and iPad.
What a shame.
te...@aol.de <te...@aol.de> #1096
Android Add Hoc!!!
pe...@gmail.com <pe...@gmail.com> #1097
pimp us android, adhoc is imported!
cl...@hotmail.com <cl...@hotmail.com> #1098
[Comment deleted]
pi...@gmail.com <pi...@gmail.com> #1099
Please support ad-hoc on android device... :(
ba...@gmail.com <ba...@gmail.com> #1100
What a shame!
ac...@gmail.com <ac...@gmail.com> #1101
ADD AD-HOC Support!
ra...@gmail.com <ra...@gmail.com> #1102
Please add this feature
av...@gmail.com <av...@gmail.com> #1103
it,s really a shame that after so many releases u still don't have adhoc feature for wifi... do add it
co...@gmail.com <co...@gmail.com> #1104
Wanted to tether a tablet to my droid phone at work that has no wi-fi. Please add this functionality!
ar...@gmail.com <ar...@gmail.com> #1105
Please please pleaaaase enable Ad Hoc for Honeycomb and other androids, i have an asus transformer tablet and a samsung galaxy phone both with android. It's a must for working.
pr...@gmail.com <pr...@gmail.com> #1106
Ad-hoc connectivity support should be seen as necessary for Android survival.
I test major websites for desktop browser and mobile compatibility. Without ad-hoc connection support, I'm unable to perform effective pre-live testing on non-public-facing environments using Android. This means that my clients must push their changes live before I can test them with Android, which is very risky. There have been cases of where websites look great at launch for iPhone and iPad, but are broken for weeks while we tackle the Android bugs.
Please add ad-hoc connection support so that I can connect to my cleint's secured dev and staging environments via ad-hoc Wi-Fi or Ethernet-to-USB methods. IF not as a standard feature, then please offer it as part of a toolkit for developers.
I test major websites for desktop browser and mobile compatibility. Without ad-hoc connection support, I'm unable to perform effective pre-live testing on non-public-facing environments using Android. This means that my clients must push their changes live before I can test them with Android, which is very risky. There have been cases of where websites look great at launch for iPhone and iPad, but are broken for weeks while we tackle the Android bugs.
Please add ad-hoc connection support so that I can connect to my cleint's secured dev and staging environments via ad-hoc Wi-Fi or Ethernet-to-USB methods. IF not as a standard feature, then please offer it as part of a toolkit for developers.
ro...@gmail.com <ro...@gmail.com> #1107
please add ad hoc networking
kk...@gmail.com <kk...@gmail.com> #1108
Please support adhoc and proxy.
an...@gmail.com <an...@gmail.com> #1109
NEED AD-HOC!!!
ot...@gmail.com <ot...@gmail.com> #1110
IPhone doesn't support SPP profile with bluetooth, Android doesn't support AdHoc Wifi ... you'r all loosers.
Number of consumer electronics gadget use AdHoc wifi to connect, you don't support it, you'r out of the scope!
Even a junior dev could enable it, and you need more than 2 years with all your billions? Google is nothing but crap to me...
Signed : a skilled dev, something it seems you don't have at Google ...
Number of consumer electronics gadget use AdHoc wifi to connect, you don't support it, you'r out of the scope!
Even a junior dev could enable it, and you need more than 2 years with all your billions? Google is nothing but crap to me...
Signed : a skilled dev, something it seems you don't have at Google ...
ot...@gmail.com <ot...@gmail.com> #1111
Priority medium? Do you even know what priority is?
Enhancement? No, it's a blocking bug, not an enhancement for a lot of people / projects.
Enhancement? No, it's a blocking bug, not an enhancement for a lot of people / projects.
at...@gmail.com <at...@gmail.com> #1112
Please. Ad hoc ....!!!!!!
xe...@gmail.com <xe...@gmail.com> #1113
An OS focused on mobile devices -most of them for communications- should have adhoc capabilities as a must.
ta...@gmail.com <ta...@gmail.com> #1114
Ad hoc very essential, please try to add
ko...@gmail.com <ko...@gmail.com> #1115
Nokia X6 tether to Asus Transformer
no bluetooth tether:
bluetooth pan not supported on Nokia X6?
no wifi tether:
ad-hoc not supported on Android
infrastructure not supported on Nokia X6
Ad-hoc support for android please.
no bluetooth tether:
bluetooth pan not supported on Nokia X6?
no wifi tether:
ad-hoc not supported on Android
infrastructure not supported on Nokia X6
Ad-hoc support for android please.
xu...@gmail.com <xu...@gmail.com> #1116
i need adhoc feature right now! i don't have a wifi device besides a wireless card. i can only use the expensive and weak 3G signal now!
i can't download apps from the market because of the wifi only! what a cr*p!
i can't download apps from the market because of the wifi only! what a cr*p!
vk...@gmail.com <vk...@gmail.com> #1117
Ad-hoc wanted!
dn...@gmail.com <dn...@gmail.com> #1118
Google developers should consider this issue otherwise competitors could receive additional advantage in devices compatibility...
al...@gmail.com <al...@gmail.com> #1119
It is at least unbielivable that Google Android does not support ad-hoc connection. I am really disappointed by this fact. Come on Google make adhoc connection available. Please we need an upgrade of Honeycomb to support this type of wifi connection.
da...@gmail.com <da...@gmail.com> #1120
We need that support to be added pleas Googl. ad hoc iimportant. Thanks
br...@gmail.com <br...@gmail.com> #1121
how hard can it be to add something as basic as simple ad-hoc support to android?
this should have been added in 1.6 in the latest...
imo this is just lazy :/
either that or add support for mobile broadband dongles since you clearly can't be bothered to fix such a minor issue!
Annoyed customer!
this should have been added in 1.6 in the latest...
imo this is just lazy :/
either that or add support for mobile broadband dongles since you clearly can't be bothered to fix such a minor issue!
Annoyed customer!
ke...@gmail.com <ke...@gmail.com> #1122
We need adhoc networks!
al...@gmail.com <al...@gmail.com> #1123
reAly need it
gh...@gmail.com <gh...@gmail.com> #1124
gingerbread 2.3.4 dos not support it! shame on you. At least explain why not?! becouse of Microsoft License? or you dont know what is ad hoc wireless network?!!!
dz...@gmail.com <dz...@gmail.com> #1125
I'm about to commit to developing an app for droid. My app needs to connect to a device that has no keyboard or any input device but wireless. I need to connect to it via ad-hoc, then configure it to use an AP. Ad-hoc capability is essential, please add it. Otherwise, hello iphone.
ro...@gmail.com <ro...@gmail.com> #1126
C'mom google! It's not a limitation, XDA members have solved it, you just need to do the same!
ro...@gmail.com <ro...@gmail.com> #1127
It's not that. It's because they don't know how to do it. Simple.
lo...@gmail.com <lo...@gmail.com> #1128
Please add this function.
vi...@gmail.com <vi...@gmail.com> #1129
add this functionality please
st...@gmail.com <st...@gmail.com> #1130
Without ad-hoc out of the box, I will root my Nexus S.
Shame on google for this failure.
Shame on google for this failure.
mh...@gmail.com <mh...@gmail.com> #1131
we need adhoc support. without the adhoc networking, my device is really useless.
fr...@gmail.com <fr...@gmail.com> #1132
I need ad-hoc support on my tablet!i will use it to connet to my phone trough joikuspot and share internet connection in mobility!!!i'm italian and i need this support please
ha...@gmail.com <ha...@gmail.com> #1133
I guess we need to root our devices in order to have equivalent function. What a shame.
aa...@gmail.com <aa...@gmail.com> #1134
The world is changing. Many of us have invested in android 3.x tablets and have legitimate use-cases for connecting to ad hoc networks (e.g. to share our notebook's WIRED connection at home without having to invest in a wifi-router, connecting to or meshing with the devices of our friends with other hardware dependencies).
Why should Apple's iOS devices support ad hoc while Android 3.x devices are relegated to second-class connectivity status?
Why should Apple's iOS devices support ad hoc while Android 3.x devices are relegated to second-class connectivity status?
ni...@gmail.com <ni...@gmail.com> #1135
I need adhoc wifi as well for tethering my tablet to the phone. Please implemeent it.
an...@gmail.com <an...@gmail.com> #1136
Adhoc support needed!
The question is - when???!!
The question is - when???!!
as...@gmail.com <as...@gmail.com> #1137
still waiting...
vj...@gmail.com <vj...@gmail.com> #1138
must must must be Adhoc in Android .................
plz Google listen your netizens voice...
plz Google listen your netizens voice...
so...@gmail.com <so...@gmail.com> #1139
This has got to be the least useful aspect of Android yet thought up. What is this noise? No ad hoc networking?!? Is Google practicing to become the next crApple? Strike that, because even crApple has ad hoc for their devices.
Get it together, Google. Allow the Googlemonkeys to put ad hoc into Android, and then maybe we'll even see some impetus towards a Samba, NFS, NTFS, or other form of peer-to-peer network client. That would put Android into the 21st Century as an OS to be respected!
Get it together, Google. Allow the Googlemonkeys to put ad hoc into Android, and then maybe we'll even see some impetus towards a Samba, NFS, NTFS, or other form of peer-to-peer network client. That would put Android into the 21st Century as an OS to be respected!
pa...@gmail.com <pa...@gmail.com> #1140
WTF I spent hours struggling on why I wasn't able to set up an adhoc, blaming my seven or xp.. and then, hell, I found this mantis... cmon I am a happy google evangelist, but this demotivating...
I have to test my flash modules on my jboss server without a company wlan..
And obviously, since Murphy's Law is a LAW and not a theory, our vpn is CISCO (cisco = no mobile phones) phones don't come with ethernet port so without adhoc how am I supposed to reach my jboss??????? I spent HOURS yesterday trying to understand what I was doing wrong with a laptop, a network bridge and my andriod devices....
è__é
I have to test my flash modules on my jboss server without a company wlan..
And obviously, since Murphy's Law is a LAW and not a theory, our vpn is CISCO (cisco = no mobile phones) phones don't come with ethernet port so without adhoc how am I supposed to reach my jboss??????? I spent HOURS yesterday trying to understand what I was doing wrong with a laptop, a network bridge and my andriod devices....
è__é
al...@gmail.com <al...@gmail.com> #1141
I think apple have more resbect for there customers
ni...@gmail.com <ni...@gmail.com> #1142
If there is no Ad-hoc Wi-Fi in Ice Cream Sandwich, then I am selling my SGSII, Motorola Defy, My Xperia X8 and X10 and also my Mom's Nexus S and getting my family Apple's iPhones. Thats it..... and I am a big google + android + linux fan.
that is how fed up I am trying to make an Ad-Hoc connection work for my devices.
that is how fed up I am trying to make an Ad-Hoc connection work for my devices.
wa...@gmail.com <wa...@gmail.com> #1143
please add adhoc support...
hi...@gmail.com <hi...@gmail.com> #1144
My phone does not detect ad-hoc network created by my laptop.Google should work to have this feature It is silly that people can't use their phones to use their laptop broadband connections.
ki...@gmail.com <ki...@gmail.com> #1145
all needs this adhoc support? Why do u guys lag still ?????????
ph...@gmail.com <ph...@gmail.com> #1146
hey.. what's the issue with accessing the ad hoc networking ?
Please.. Please support it.
Please.. Please support it.
ri...@gmail.com <ri...@gmail.com> #1147
Yes, yes, need ad-hoc support too!!!!!!
Dont; have routers here.
Very frustrating also that there is working *code* there to enable it.
(But you have to root your phone to be able to use it)
On the iPad this works just fine.
"Don't be Evil", Google . Add Ad Hoc support tomorrow.
Dont; have routers here.
Very frustrating also that there is working *code* there to enable it.
(But you have to root your phone to be able to use it)
On the iPad this works just fine.
"Don't be Evil", Google . Add Ad Hoc support tomorrow.
ad...@gmail.com <ad...@gmail.com> #1148
I just can't beleive that google is this stupid if I have to say. Every company has it's bugs. Iphone did not alow BT file transfer, google is lacking ad hoc. I mean is there any company that can produce one quality product so everyone can be happy.
sc...@gmail.com <sc...@gmail.com> #1149
My son gave me an android phone to play with....fantistic...but my main purpose. Was to use it with my wi. Fi.
camera in ad hock. Mode....what gives. Well I can't see purchasing anything until this gets straightened out. Good thing I. Didn't have to buy it.
camera in ad hock. Mode....what gives. Well I can't see purchasing anything until this gets straightened out. Good thing I. Didn't have to buy it.
ke...@gmail.com <ke...@gmail.com> #1150
Holy..Is this some sort of a joke??
I just bought my Galaxy S2 to realize I cant use my internet connection at home w/o a router..My service provider takes extra money to use a wifi router..
Now I just want this feature desperately??
I just bought my Galaxy S2 to realize I cant use my internet connection at home w/o a router..My service provider takes extra money to use a wifi router..
Now I just want this feature desperately??
al...@gmail.com <al...@gmail.com> #1151
Some CyanoGenMod 7 Nighlies ROMS support adhoc (for example in ZTE Blade) :)
When an official patch?
When an official patch?
sa...@gmail.com <sa...@gmail.com> #1152
هل اتوجد طريقة لفتح شبكات الواي فاي اللابتوب في الجلاكسي 2؟
ma...@gmail.com <ma...@gmail.com> #1153
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #1154
Good news ! Ad-hoc enabled !
Asus Transformer TF101 +
Android Kernel 2.6.36.3-00003-g9baf8f7
Navigates perfectly connecting with Joikuspot (Ad-hoc!!) running on my Nokia-E72
Asus Transformer TF101 +
Android Kernel 2.6.36.3-00003-g9baf8f7
Navigates perfectly connecting with Joikuspot (Ad-hoc!!) running on my Nokia-E72
sa...@gmail.com <sa...@gmail.com> #1155
Is there any rooting trick to enable HDoC in andiod ????????
sa...@gmail.com <sa...@gmail.com> #1156
i cant see windows 7 adhoc network and iphone wifi hotspot on my phone android 2.3.3.
HTC incredible s s710e :(
HTC incredible s s710e :(
da...@gmail.com <da...@gmail.com> #1157
hey all, looks like google is turning into another microsoft. Leaving you with genaric ass backwards support and locking down everything.
in...@gmail.com <in...@gmail.com> #1158
There is an elegant solution I found WITHOUT ROOT or additional hardware:
This is for anyone using Android who wanted to use Ad Hoc network to connect to internet (Android device connects to PC/laptop which is connected to internet) and couldn't because android doesn't support it ( Not rooted ). Here is a solution that DOESN'T require rooting the phone. I am running Android 2.2.1 and have no knowledge on compatibility despite my 2 days of research and eventual success.
Things you need: Windows 7, Android device and Connecitfy software ( link below... free version works just fine )
1. Update drivers for Ethernet and WiFi adapters in device settings... windows virtual WiFi miniport adapter should show up in the device list
2. Now startup Connectify: Create hotspot and choose password (uses WPA) and then start hotspot.
3. Now on your android device this network name should show up because its not Ad Hoc anymore. Its like a virtual router or hotspot.
4. NOTE: If google services fail on the android device. Go to account and settings and then sync now for your google login. Once synced, try opening android market and if it says authentication failed, try opening market two or three times more and it should eventually accept. If it doesn't... go find a solution and add to this post or create a blog.
5. Enjoy...hey hey wheres my treat!!
Links that helped me:
http://www.connectify.me/ --- The software
http://erratasec.blogspot.com/2009/11/windows-7-includes-soft-ap.html -- Main source for solution
Alternative solution - haven't tried
http://www.techylabs.com/setting-up-a-virtual-router-in-windows-7.html
Collapse this post
This is for anyone using Android who wanted to use Ad Hoc network to connect to internet (Android device connects to PC/laptop which is connected to internet) and couldn't because android doesn't support it ( Not rooted ). Here is a solution that DOESN'T require rooting the phone. I am running Android 2.2.1 and have no knowledge on compatibility despite my 2 days of research and eventual success.
Things you need: Windows 7, Android device and Connecitfy software ( link below... free version works just fine )
1. Update drivers for Ethernet and WiFi adapters in device settings... windows virtual WiFi miniport adapter should show up in the device list
2. Now startup Connectify: Create hotspot and choose password (uses WPA) and then start hotspot.
3. Now on your android device this network name should show up because its not Ad Hoc anymore. Its like a virtual router or hotspot.
4. NOTE: If google services fail on the android device. Go to account and settings and then sync now for your google login. Once synced, try opening android market and if it says authentication failed, try opening market two or three times more and it should eventually accept. If it doesn't... go find a solution and add to this post or create a blog.
5. Enjoy...hey hey wheres my treat!!
Links that helped me:
Alternative solution - haven't tried
Collapse this post
nt...@gmail.com <nt...@gmail.com> #1159
I believe that the source of the problem isn't with Google locking anything down. The device provider has most likely disabled ad hoc by default because that is the probably how the device becomes a mobile hotspot; the local wi-fi is bridged to the 3G/4G data connection. Providers like Verizon, AT&T... charge an extra fee now for the ability to tether by USB or enable wi-fi "hotspotting".
ms...@gmail.com <ms...@gmail.com> #1160
I need this because I use my computer and Xoom a lot for school and we don't have wifi at my building. It would be great if this is implemented soon! I love the android system so please correct this and don't let the iPhone beat you guys.
zy...@gmail.com <zy...@gmail.com> #1161
对于Windows 7 Certified的无线网卡,可以创建Access Point,通过命令行或者用Connectify来启用这种模式。
但是我的笔记本网卡比较老,不支持Access Point模式,只能建立Adhoc网络,于是Android就连不上了....
网上有说法修改:/system/etc/wifi/tiwlan.ini
将wifiadhoc=0修改成wifiadhoc=1
但一直没找到成功的实例和可信的出处,我自己也还没有试过
但是我的笔记本网卡比较老,不支持Access Point模式,只能建立Adhoc网络,于是Android就连不上了....
网上有说法修改:/system/etc/wifi/tiwlan.ini
将wifiadhoc=0修改成wifiadhoc=1
但一直没找到成功的实例和可信的出处,我自己也还没有试过
rt...@gmail.com <rt...@gmail.com> #1162
4 years is only a few months away.
ca...@gmail.com <ca...@gmail.com> #1163
Im need ad-hoc connection too, from my phone to my Iconia, I can't believe google don't let us connect, Idon't undesrstand de logic behind that. I hope all this messages mean something to you.
xt...@gmail.com <xt...@gmail.com> #1164
still waiting for next release with some hope... with ad-hoc support ! hope get some news for my galaxy s 2
ph...@gmail.com <ph...@gmail.com> #1165
The failure of Google to fix this points to their "big brother" mentality. Ad-hoc is a bit more anonymous that connecting to a typical access point - and we all know that Google does not like one to be anonymous. Get this fixed Google - this is nonsense.
er...@gmail.com <er...@gmail.com> #1166
No need to say more. A dissopointment with android not supporting ad-hoc. If I new this issue, I would not by my Acer A500 pad with Android 3.1 on it. I just need to use my Nokia phone with JoikuSpot. My son's Ipod (a toy?) uses it and he luffing at me (I was giveng him a sermon why I did not buy IPad. Open source software, bla, bla).
iv...@gmail.com <iv...@gmail.com> #1167
Ad hoc please!!!I use 3G connection PC side and i need to share it with my galaxy S2.
ha...@gmail.com <ha...@gmail.com> #1168
Use "connectify" on PC, to create wpa wifi hotspot. "Turnoff the firewall"
st...@gmail.com <st...@gmail.com> #1169
Ad hoc support! please!!!
sh...@gmail.com <sh...@gmail.com> #1170
It's a shame it works on iPhones but not android phones!!
lame move Google.
lame move Google.
da...@gmail.com <da...@gmail.com> #1171
I will root my phone to get this connectivity, as I am overseas a lot, and need to be able to set up my computer to get info onto my phone...
If I root, I will go all the way, and get rid of all advertising too...
If I root, I will go all the way, and get rid of all advertising too...
sk...@gmail.com <sk...@gmail.com> #1172
Today I made Best Buy take my galaxy back because of this problem.
I'll guess i have to brake down and get the IPAD.....
I'll guess i have to brake down and get the IPAD.....
ar...@gmail.com <ar...@gmail.com> #1173
GUYS YOU CAN USE CONNECTIFY ME SOFTWARE FROM HERE:
http://www.connectify.me/
I am using my android 1.6 phone to tether via PDAnet through USB. and Connectify Me just creates a hotspot from it, that's it. Don't even bother creating ad-hoc connections and then, rooting your tablets or phones.
I just got my ACER ICONIA A100 and easily connected to Connectify Me hotspot.
ENJOY!!!
Love,
armenic - Edgar
I am using my android 1.6 phone to tether via PDAnet through USB. and Connectify Me just creates a hotspot from it, that's it. Don't even bother creating ad-hoc connections and then, rooting your tablets or phones.
I just got my ACER ICONIA A100 and easily connected to Connectify Me hotspot.
ENJOY!!!
Love,
armenic - Edgar
gi...@gmail.com <gi...@gmail.com> #1174
I really need adhoc wifi too, please!
(Android 2.3.4 on Nexus S)
(Android 2.3.4 on Nexus S)
ar...@gmail.com <ar...@gmail.com> #1175
Why ....I'm a big fan of Google?i think always they r dynamic...isn't?i think when they own Motorola it will be a master...now i think it will be another disaster.shame on you Legend Google!!!!....i throw today my android phone..and never use it again....
su...@gmail.com <su...@gmail.com> #1176
Adhoc wifi needed.
ar...@gmail.com <ar...@gmail.com> #1177
have you all checked this?
http://forum.xda-developers.com/showthread.php?t=754961
it will, fix this problem, at least for a few, since it did not worked for me....
it will, fix this problem, at least for a few, since it did not worked for me....
Ja...@hotmail.com <Ja...@hotmail.com> #1178
We really need ad hoc on android i just change to android and i need to root to do all y resist so lets si if are friends of android help as we are buying their product so make them work good
[Deleted User] <[Deleted User]> #1179
In my company we need ad-hoc WiFi urgently to be able to replace notebook computers with Android smart phones and tablets.
bl...@gmail.com <bl...@gmail.com> #1180
While i can understand ( not accept!) non- adhoc capabilities on the phones as a business decision between telcos and os-manufactures, for a tablet-pc it' a absolute NO-GO! Building ad-hoc networks is commmon practice, and i dont see why adroid shuld not offer this. Same goes for
Every PC and Mac notebook offers better connectivty than android...
I bought an Acer A100 for not having to carry a whole notebook around all the time.
Now, what stays at home is the android tab....
I'm afraid, wtih this limitations more known, android will not last long on tablets.
(if i knew in advance i'll better bought a win-mobile or so)
Sorry guys, this is simply redicoulous!
Every PC and Mac notebook offers better connectivty than android...
I bought an Acer A100 for not having to carry a whole notebook around all the time.
Now, what stays at home is the android tab....
I'm afraid, wtih this limitations more known, android will not last long on tablets.
(if i knew in advance i'll better bought a win-mobile or so)
Sorry guys, this is simply redicoulous!
ca...@gmail.com <ca...@gmail.com> #1181
Connectify works only for some cards, rooting also works sporadically. Why the hell isn't anyone doing anything about this?
ca...@gmail.com <ca...@gmail.com> #1182
please add ad hoc !!! is it hard ?????? we need it....iphone already has it
[Deleted User] <[Deleted User]> #1183
this just Suc.... I need ad hoc connection
ko...@gmail.com <ko...@gmail.com> #1184
add ad hoc please
to...@gmail.com <to...@gmail.com> #1185
Only when TF101 has capability of connecting to Ad-Hoc Wifi will I buy one and become an Android user. My kind regards.
ed...@gmail.com <ed...@gmail.com> #1186
Just don't know why Google does not give it high priority as both Windows/Apple already support ad-hoc network connection in their tablet device.
sl...@gmail.com <sl...@gmail.com> #1187
Second....ad hoc please
al...@gmail.com <al...@gmail.com> #1188
My old Nokia connects the ad-hoc networks and when I bought an Android I was certain that he did this. Disappointing!
ma...@gmail.com <ma...@gmail.com> #1189
Iconia..nice tablet, but why no ad-hoc support? Cmon Google, wanna be like Microsoft? I hope not..
sh...@gmail.com <sh...@gmail.com> #1190
I don't see why i should have to "root" my device for this to work. Absolutely unacceptable especially considering there is a fix out there... Why not just incorporate it into an update??
Any information on the progress of the correction of this issue would be greatly appreciated.
Any information on the progress of the correction of this issue would be greatly appreciated.
ak...@gmail.com <ak...@gmail.com> #1191
Hey Google Team,
You always try to do your best, so why not make this change and make Android support ad-hoc connections?
Would be very useful for a lot of people!!!!
In my opinion this should be one of the basic abilities of Android!!
Hope you will fix that in the near future!!
do...@gmail.com <do...@gmail.com> #1192
Wow. This is really bad as I need to be able to connect to a Ad Hoc network for Work...
Worst thing is that if you create a Shared Network on a MAC, it works perfectly. But not on a Ad Hoc network in Windows.
Bad, bad, bad...
Worst thing is that if you create a Shared Network on a MAC, it works perfectly. But not on a Ad Hoc network in Windows.
Bad, bad, bad...
an...@gmail.com <an...@gmail.com> #1193
AD-HOC AD-HOC WE WANT AD-HOC!!!!!!
nn...@gmail.com <nn...@gmail.com> #1194
add ad hoc please, thx.
mi...@gmail.com <mi...@gmail.com> #1195
It's simply annoying me... about 2 years - and no solution. Is there some big problem??
It's JUST Linux! Please, add an ad-hoc support!!!
It's JUST Linux! Please, add an ad-hoc support!!!
ku...@gmail.com <ku...@gmail.com> #1196
google engineer not as good as apple engineer.. they can't even add ad-hoc support after 3 years.. boooooooooooo
gt...@googlemail.com <gt...@googlemail.com> #1197
Priority-Medium - what a joke! This is mission critical these days!
be...@gmail.com <be...@gmail.com> #1198
How is this still a issue, I refuse to root my device on principle that such a basic feature should not have me voiding warranty and risk turning my tech into a paperweight. All I want is to be able to use 1 of my 2 existing internet accounts that I pay for every month rather than signing up for a 3rd.
How many internet connections does one person need in this day and age.
and no I am not interested in buying a mifi with its own monthly access fees.
I thought google was better than this.
How many internet connections does one person need in this day and age.
and no I am not interested in buying a mifi with its own monthly access fees.
I thought google was better than this.
ma...@gmail.com <ma...@gmail.com> #1199
pls enable ad-hoc network!!!!!
GOOGLE!!!!!!
GOOGLE!!!!!!
sa...@gmail.com <sa...@gmail.com> #1200
Really require ad-hoc ....please consider it as vote...
fr...@gmail.com <fr...@gmail.com> #1201
I would like to add that this is mission critical for me. This will probably mean that a certain amount of devices bought for this project will be iphones and not android devices.
th...@gmail.com <th...@gmail.com> #1202
Please add ad hoc support for android.
ma...@gmail.com <ma...@gmail.com> #1203
Please enable ad-hoc network for android phones & tablets.
sv...@gmail.com <sv...@gmail.com> #1204
What the F*** is the point in not being able to connect to ad-hoc?
sh...@gmail.com <sh...@gmail.com> #1205
Its so disappointing to see google doing absolutely nothing about it. please do something about Ad-hoc.
ro...@gmail.com <ro...@gmail.com> #1206
I want to connect iPhone ad-hoc and mac ad-hoc
gi...@gmail.com <gi...@gmail.com> #1207
Ad hoc please, to enable synchronization with the laptop(when hotels only have rj45), without 3g/roaming... thks
da...@gmail.com <da...@gmail.com> #1208
Ad-hoc would be nice but this is a good workaround to get an internet connection on your phone. it turns your computer into a wi-fi hotspot instead of an ad-hoc hotspot... i am connected and streaming music on my phone.
http://www.blogsdna.com/5506/how-to-setup-virtual-wifi-in-windows-7-without-any-extra-software.htm
***but really google. this is bull.
***but really google. this is bull.
ha...@gmail.com <ha...@gmail.com> #1209
plaes
em...@gmail.com <em...@gmail.com> #1210
Echo this, hugely disappointed not to be able to see ad hoc wifi with my htc tablet. really infuriated when I realised. What is the reason for this? Please add in to next update.
ne...@gmail.com <ne...@gmail.com> #1211
Guys!! i am using motorola defy 2.1.
and the best part is dat adhoc wifi run smooth.. go moto..
and the best part is dat adhoc wifi run smooth.. go moto..
do...@gmail.com <do...@gmail.com> #1212
Wow Toshiba Thrive 3.1 honeycomb and NO ADHOC! This puppy is going back and I gonna get a IPad...sorry google I love android but that AdHoc is the only way some of us connect to the net :+(
je...@gmail.com <je...@gmail.com> #1213
I talked my office into jointly buying an AR Drone. Wow, how embarrassing for myself and the other Android users that we must beg the iPhone owners to use their phones to be able to fly the Drone.
an...@gmail.com <an...@gmail.com> #1214
I don't understand why ad-hoc wasn't there to begin with. Is it because it's hard to implement into android? Or is it because the phone companies won't allow it?
ga...@gmail.com <ga...@gmail.com> #1215
Fck Android. I bought Galaxytab Android 3.1 with no ad-hoc support. Fck this.
Im staying with apple forever. Lets ban ADROID!
Im staying with apple forever. Lets ban ADROID!
ma...@gmail.com <ma...@gmail.com> #1216
What happen whit this application??? Android need to solve this trouble.. Come one....let's help us.
pu...@gmail.com <pu...@gmail.com> #1217
am using connectify.me to create the connection on my pc.. my android is detecting the netwrk bt d cnnctn keeps breaking away
ku...@gmail.com <ku...@gmail.com> #1218
my support , for request of support for ad hoc connectivity
rm...@gmail.com <rm...@gmail.com> #1219
This capability is not only useful but needed
rm...@gmail.com <rm...@gmail.com> #1220
This capability is not only useful but needed
iv...@gmail.com <iv...@gmail.com> #1221
Enable ad-hoc, please...
aa...@gmail.com <aa...@gmail.com> #1222
I can't beleave I've spent so much time reading through all these comments! I started from the start and keep thinking I would find a solution, but no. Why is a problem so small, as in this case, so hard for google the giant to not fix right a way? It too, is hard to beleave how they just ignore this issue.
ge...@gmail.com <ge...@gmail.com> #1223
Debian linux is open source and ad-hoc works fine.
Let's copy some debian code over to android. They are both linux.
Somebody must have ported. Don't wait around for google.... If someone did this already I will report back. If not then here is my next project.
Let's copy some debian code over to android. They are both linux.
Somebody must have ported. Don't wait around for google.... If someone did this already I will report back. If not then here is my next project.
kr...@gmail.com <kr...@gmail.com> #1224
Please enable ad-hoc support.
la...@gmail.com <la...@gmail.com> #1225
очень умоляю
[Deleted User] <[Deleted User]> #1226
Please allow to Connect to adhoc. It is really disappointing..
qi...@gmail.com <qi...@gmail.com> #1227
It really disappointing to see such a great function haven't been implemented. Google, please, give up the full support of ad-hoc network. We can create fantastic staff over it.
ma...@gmail.com <ma...@gmail.com> #1228
Use case : We are building a tablet application where the tablets will installed as panels in a public environment, we need to share data between the devices, probably using one as a server to the others. Bluetooth has been ruled out we need to communicate via Wifi.
ml...@gmail.com <ml...@gmail.com> #1229
>>>>>>>WTF!!!!!!<<<<<<This really sucks.....come on!!!need ad-hoc
ml...@gmail.com <ml...@gmail.com> #1230
>>>>>>>WTF!!!!!!<<<<<<This really sucks.....come on!!!need ad-hoc
fp...@gmail.com <fp...@gmail.com> #1231
i tried every thing to create an addhoc network between my androd and my laptop like Virtual Router etc but it didnt This SUCKS ...
na...@gmail.com <na...@gmail.com> #1232
(T.T) I will cry...
I need to have ad hoc connection with my android ....
I need to have ad hoc connection with my android ....
[Deleted User] <[Deleted User]> #1233
I need ad hoc fir my android!!!!!
to...@gmail.com <to...@gmail.com> #1234
Tried to create an Ad Hoc network. Got irritated. Ran into this thread. Been with gmail and android since the beginning. What a bummer.
to...@gmail.com <to...@gmail.com> #1235
Tried to create an Ad Hoc network. Got irritated. Ran into this thread. Been with gmail and android since the beginning. What a bummer.
br...@gmail.com <br...@gmail.com> #1236
we all need the same thing. I bought an android tablet, thinking my nokia would do it thru Joikuspot, but joiku only creates an ad-hoc connexion, and the droid tab...you know. expensive frustration...
But does anyone at google says something about this issue?
But does anyone at google says something about this issue?
ma...@gmail.com <ma...@gmail.com> #1237
There are same method to support the ad-hoc wifi connection, but are based on modification of configuration file, for example see http://forum.xda-developers.com/showpost.php?p=7716862&postcount=24
Other way is to modify files like this:
file to modify /etc/wifi/wpa_supplicant.conf
ctrl_interface=DIR=/data/system/wpa_supplicant GROUP=wifi
update_config=1
ap_scan=2
network={
ssid=”SSID of your ad-hoc network“
scan_ssid=1
key_mgmt=NONE
mode=1
priority=1
}
network={
ssid=“SSID of your accesspoint“
psk=”Your WPA Key“
key_mgmt=WPA-PSK
priority=2
}
All this must be done with a root access to the Android device, and think to make a backup of the file before work on it (Murphy is always watching ;)
I think is better that the Android Team think to insert a easy way to modify the conf files with an app because too many people are complaining about this lack on the Android OS.
Other way is to modify files like this:
file to modify /etc/wifi/wpa_supplicant.conf
ctrl_interface=DIR=/data/system/wpa_supplicant GROUP=wifi
update_config=1
ap_scan=2
network={
ssid=”SSID of your ad-hoc network“
scan_ssid=1
key_mgmt=NONE
mode=1
priority=1
}
network={
ssid=“SSID of your accesspoint“
psk=”Your WPA Key“
key_mgmt=WPA-PSK
priority=2
}
All this must be done with a root access to the Android device, and think to make a backup of the file before work on it (Murphy is always watching ;)
I think is better that the Android Team think to insert a easy way to modify the conf files with an app because too many people are complaining about this lack on the Android OS.
ke...@gmail.com <ke...@gmail.com> #1238
Please can you add this to the next update
lu...@gmail.com <lu...@gmail.com> #1239
I need it too...don t want to root my s2 :(
bi...@gmail.com <bi...@gmail.com> #1240
PLS ADD AC-HOC
ro...@gmail.com <ro...@gmail.com> #1241
Has there ever been an official statement from a google developer?
I am just wondering, how I can transfer files from my Computer to my Android-Phone without a data-cable and without an AdHoc-Network?!
I am just wondering, how I can transfer files from my Computer to my Android-Phone without a data-cable and without an AdHoc-Network?!
an...@gmail.com <an...@gmail.com> #1242
On Android 2.3 you have the possibility to set your phone up as a Portable hotspot. Settings, Wireless And Network, Tethering and Portable Hotspot, Portable Hotspot Settings.
Then your computer can connect to your phone's network. If you don't want to allow internet access to the other devices, you simply disable mobile data traffic under Setting, Mobile Network Settings, Use Packet Data.
For the people asking to transfer files to/from the phone, they can install a server on the phone, for example SwiFTP or Samba Filesharing.
Note: There is a setting called Wifi-Direct as well, but I haven't figured out how it works.
Then your computer can connect to your phone's network. If you don't want to allow internet access to the other devices, you simply disable mobile data traffic under Setting, Mobile Network Settings, Use Packet Data.
For the people asking to transfer files to/from the phone, they can install a server on the phone, for example SwiFTP or Samba Filesharing.
Note: There is a setting called Wifi-Direct as well, but I haven't figured out how it works.
ma...@gmail.com <ma...@gmail.com> #1243
ADD IT YOU MORONS!
cp...@gmail.com <cp...@gmail.com> #1244
It would be really useful!
ev...@gmail.com <ev...@gmail.com> #1245
Ad-Hoc WIFI Please!!!!!!
su...@googlemail.com <su...@googlemail.com> #1246
For all you Parrot AR.Drone owners there's a solution here:
http://forum.parrot.com/ardrone/en/viewtopic.php?pid=6250#p6250
After upgrading the firmware the drone can be switched to access point mode.
Works with my Android phone (2.2.2)!
After upgrading the firmware the drone can be switched to access point mode.
Works with my Android phone (2.2.2)!
po...@gmail.com <po...@gmail.com> #1247
This is crap don't want to root to fix this proble
ka...@gmail.com <ka...@gmail.com> #1248
please add this feature :(
sh...@gmail.com <sh...@gmail.com> #1249
I tell you this simpler USE CASE (we can look at Airplane friends CASE later): One user is connnected to Ethernet (via lone landline broadband) no WiFi router at home. Other inhabitants of that house have laptops/Android/Windows mobile phones. Now what next....1) The laptop connected to Ethernet creates an Ad-Hoc and shares the Internet connection on it. 2)Windows Mobile user happily connects to Ad-hoc set up on laptop 2) Other lapotop connects to Ad-Hoc and is happy. 3) Andriod mobile user is left sulking :( and has to kill time playing Angry Birds.
sh...@gmail.com <sh...@gmail.com> #1250
An elegant options is Virtual Router...Install on your laptop quick and simple. http://virtualrouter.codeplex.com
Once set up your laptop behaves like a wifi router and can share your ethernet internet conneciton (Just like Ad-Hoc, but Android will also work :D using it for my Galaxy S2 with Windows 7 on laptop)
Once set up your laptop behaves like a wifi router and can share your ethernet internet conneciton (Just like Ad-Hoc, but Android will also work :D using it for my Galaxy S2 with Windows 7 on laptop)
me...@gmail.com <me...@gmail.com> #1251
please, we want only an app with reverse tethering, it is really not a problem to configure this. please think to the many users.
im...@gmail.com <im...@gmail.com> #1252
It would be a fantastic feature. come on android team, support it!
ka...@gmail.com <ka...@gmail.com> #1253
I also need it. Google Please fix it ASAP
st...@gmail.com <st...@gmail.com> #1254
If you use XP and get depressed reading about how Windows 7 "can do it" you may be in luck trying to connect your android device to your pc/laptop if your wifi card uses an Ralink driver (which my Sitecom WL-302 dongle does). The driver utility from Ralink's website has Access Point mode. Now my Galaxy S is wirelessly connected to my XP machine and gets online via my land adsl connection. No more hectic phone bills! No need to upgrade Windows ;-) Read more here. http://smmeyer.com/scribble/?p=119
st...@gmail.com <st...@gmail.com> #1255
c'mon google, why you've never response this issue???
that's why Apple does their sales better than ANDOROID??
that's why Apple does their sales better than ANDOROID??
[Deleted User] <[Deleted User]> #1256
Need adhoc, invested a lot of wasted time in java/android and a Galaxy tablette. Will go elsewhere to get my project up.
gi...@gmail.com <gi...@gmail.com> #1257
WE need it
he...@gmail.com <he...@gmail.com> #1258
Dear all,
I am trying to follow this post to find if there is an answer to this question "can I share data between and iPhone and an Android phone (and viceversa)?"
iOS bluetooth is "closed" and cannot communicate with other OSs. Ad-Hoc network on Android seems to be still only partially implemented. Any suggestion?
I am trying to follow this post to find if there is an answer to this question "can I share data between and iPhone and an Android phone (and viceversa)?"
iOS bluetooth is "closed" and cannot communicate with other OSs. Ad-Hoc network on Android seems to be still only partially implemented. Any suggestion?
ed...@gmail.com <ed...@gmail.com> #1259
The Ad-Hoc works just fine with CyanogenMod, so in low-level the Android starting 2.2 has Ad-Hoc capability. It is just not enabled purely because of politics. Don't ask Google to FIX it, because there's nothing to FIX, it's there - purposefully DISABLED. Google and mobile companies DO NOT want you to be able to create pure Peer-to-Peer apps that don't require mobile data usage. Don't be evil..? Yeah, don't be naive. :D I agree that for simple 2 device connection scenario it is simpler and more energy-efficient to use the Android device in Infrastructure mode, and connect TO it, not FROM it, but it is really pathetic, that my laptop is able to share my Ethernet connection to my Nokia N900 Maemo, old iPod Touch, and modded Google G1 (CyanogenMod), but the latest Nexus S is left behind, not to mention all the fun Peer-to-Peer software that can not be created for normal mortal users who are not going to root their devices. Shame on you, Google, shame!
go...@gmail.com <go...@gmail.com> #1260
very necessary adhoc
kc...@gmail.com <kc...@gmail.com> #1261
Yup ADHOC WiFi is a must. Also one should be able to download APPs to PC from the Android Market. Unless if google has a tie-up with mobile carriers that people with android phones must use 3G or GPRS to download apps... :-(
Also, can't transfer photos from iPad to Samsung Galaxy S2 or vice versa using bluetooth....
Also, can't transfer photos from iPad to Samsung Galaxy S2 or vice versa using bluetooth....
lu...@gmail.com <lu...@gmail.com> #1262
add please
pa...@gmail.com <pa...@gmail.com> #1263
Looks like in ICS we have WiFi Direct that is a an updated Ad-hoc spec. Its interesting though because I though WiFi direct devices are compatible with wifi devices w/o wifi direct support using p2p link. Though this link
http://developer.android.com/sdk/android-4.0.html
states that both devices must support WiFi Direct. Can anyone confirm it?:
"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"
states that both devices must support WiFi Direct. Can anyone confirm it?:
"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"
pa...@gmail.com <pa...@gmail.com> #1264
I have smart modem for hoc but I can not go to internet ...
So baaaaaaad
So baaaaaaad
st...@gmail.com <st...@gmail.com> #1265
Yup ADHOC WiFi is a must. Also one should be able to download APPs to PC from the Android Market. Unless if google has a tie-up with mobile carriers that people with android phones must use 3G or GPRS to download apps... :-(
Also, can't transfer photos from iPad to Samsung Galaxy S2 or vice versa using bluetooth....
Also, can't transfer photos from iPad to Samsung Galaxy S2 or vice versa using bluetooth....
po...@gmail.com <po...@gmail.com> #1266
add ad hoc wifi please
ep...@gmail.com <ep...@gmail.com> #1267
Ad-Hoc Wi-Fi please!
mo...@gmail.com <mo...@gmail.com> #1268
Google upgrade your software(android) to support more connectivity.
Security should not limit development.
Security should not limit development.
ir...@gmail.com <ir...@gmail.com> #1269
AdHoc please...
na...@gmail.com <na...@gmail.com> #1270
Ad-Hoc wi-fi please.......
vi...@gmail.com <vi...@gmail.com> #1271
I need it
ia...@gmail.com <ia...@gmail.com> #1272
Support ad hoc as soon as possible please!!
al...@gmail.com <al...@gmail.com> #1273
Come on google please support AD-hoc mode, whats the issue of not doing it.
vi...@gmail.com <vi...@gmail.com> #1274
Please, enable ad-hoc support!
gs...@gmail.com <gs...@gmail.com> #1275
Please fix ad-hoc mode ASAP. The iPad had it from the begining. ATT, Verizon and others all over Tethering Plans for iPhones so, using Ad Hoc can't really upset your carrier buddies (ha-ha, sorry) since they offer legit products/services to support use of ad hoc on Android.
ti...@gmail.com <ti...@gmail.com> #1276
Please add ad-hoc support!
ta...@gmail.com <ta...@gmail.com> #1277
yeah please add ad-hoc support
ma...@gmail.com <ma...@gmail.com> #1278
My wife bought a Sony S tablet and the pos doesnt connect to her barnacle adhoc connection but her old ipod touch does! wtf.. taking the tablet back and getting an ipad i guess.. they should have a label on the box that say "no adhoc"... you let me down android.. you let me down.. oh and i am not gonna root a 600 dollar tablet and risk it bricking and hence the warranty void.. screw that..
gr...@gmail.com <gr...@gmail.com> #1279
People, it is not a technical issue. It is likely that Google can't add it because they don't want to upset mobile providers who are in the business of making extra cash from their bs "tethering option".
in...@iarcstudio.nl <in...@iarcstudio.nl> #1280
Well, I'm not sure how far this answers the above claims for ad-hoc wireless support, but for those missing wireless internet connection on Android, here it goes: My HTC Incredible S wasn't able to connect to my iMac hotspot in any way since almost a year, neither to my windows one, so I was using the (HTC only) Internet Pass Through cable option with my laptop.
This week I bought an ASUS Eee Pad (great tablet, by the way) and after trying a little bit (following this:http://maketecheasier.com/create-wifi-hotspot-using-mac-os-x/2009/10/20 as simple as it looks) I was surprised to get internet access from the Android tablet through the iMac, and really fast one. Then I tried it again with my HTC IS and... voilá!... it works!. It only seems to work with 128 bit encryption (48 fails to connect) and if no other connection/network plays around (the Macs are really strict with that, so clean ALL the Airport-wireless configurations before trying it). Also it works on Snow Leopard but I read Lyon has a bug (with many others) which prevents the connection (on purpose or not), so Mac users better don't upgrade yet.
I'm not sure if this has something to do with Android, iOS network update from 3 days ago or the ASUS update from yesterday, just after playing around with 3G with the new toy. But it works!:-). And as far as I know, AIR-PORT from Mac is an ad-hoc wireless connection. Please correct me if I'm wrong.
Also I did connect the phone and the tablet creating a hotspot from the first, and it works either.
Within Windows 7, I also did manage to make it work using two different free programs (choose one): "Virtual Router Manager" and "Mhotspot". The only thing is that the Virtual Manager from W7 is still a mess. Coming back from sleep-mode breaks the configuration and it only works after restarting or renewing the network. Also it doesn't help a lot with Microsoft playing around every month or so with networks updates. But those two friends tend to help with it. Search alsoSOURCEFORGE.NET for more solutions.
I didn't try it yet with my LinuxMint, but who knows (first thing tomorrow).
I'm not sure how far I'm right, but I think something has changed in the Android system connectivity. If I'm still wrong, then...
...GOOGLE PLEASE ADD NATIVE AD-HOC SUPPORT TO ANDROID, EVEN IF IT'S JUST BEFORE CHRISTMAS!!
This week I bought an ASUS Eee Pad (great tablet, by the way) and after trying a little bit (following this:
I'm not sure if this has something to do with Android, iOS network update from 3 days ago or the ASUS update from yesterday, just after playing around with 3G with the new toy. But it works!:-). And as far as I know, AIR-PORT from Mac is an ad-hoc wireless connection. Please correct me if I'm wrong.
Also I did connect the phone and the tablet creating a hotspot from the first, and it works either.
Within Windows 7, I also did manage to make it work using two different free programs (choose one): "Virtual Router Manager" and "Mhotspot". The only thing is that the Virtual Manager from W7 is still a mess. Coming back from sleep-mode breaks the configuration and it only works after restarting or renewing the network. Also it doesn't help a lot with Microsoft playing around every month or so with networks updates. But those two friends tend to help with it. Search also
I didn't try it yet with my LinuxMint, but who knows (first thing tomorrow).
I'm not sure how far I'm right, but I think something has changed in the Android system connectivity. If I'm still wrong, then...
...GOOGLE PLEASE ADD NATIVE AD-HOC SUPPORT TO ANDROID, EVEN IF IT'S JUST BEFORE CHRISTMAS!!
bi...@gmail.com <bi...@gmail.com> #1281
I got the ASUS EEE Pad TF101 Transformer today. Connecting to AD Hoc networks was not working. I was about to return it after reading almost 4 years and over a thousand complaints. But before I repackaged everything, I ran the ASUS update and it suddenly found and connected to my iPhone MyWi network.
The guy above also seems to have connected to Ad-Hoc networks after the ASUS update to his EEE Pad Transformer. So the the ASUS seems the way to go if you're getting a non-3G Android tablet or need to connect to a tethered ad-hoc network on the road or abroad.
The guy above also seems to have connected to Ad-Hoc networks after the ASUS update to his EEE Pad Transformer. So the the ASUS seems the way to go if you're getting a non-3G Android tablet or need to connect to a tethered ad-hoc network on the road or abroad.
[Deleted User] <[Deleted User]> #1282
We need this also, to develop apps to communicate with other stuff....!!!
mk...@gmail.com <mk...@gmail.com> #1283
Google, don't be effing evil.
ch...@gmail.com <ch...@gmail.com> #1284
Purchased an android Tablet for the sole purpose of using my cell phone to wireless tether. Now its useless. Have to save up enough for an ipad now. It is a shame, there are some great Android products out there, and I would much prefer one of them
ie...@gmail.com <ie...@gmail.com> #1285
Need ad-hoc support. Thanks.
ni...@gmail.com <ni...@gmail.com> #1286
I need it too!!!!!!
16...@qq.com <16...@qq.com> #1287
I'm a Chiness. I feel Android system is powerful in may ways, but 90% WiFi user need ad-hoc support, without it, Android mobile phone operating system useless than "Symbian" "iOS" "Windows mobile" "BlackBerry" ,without ad-hoc supported, Mobile devices just like a junk toy. if do not improve as soon as possible it will fixout of the market soon.
wo...@gmail.com <wo...@gmail.com> #1288
:) :) There is a solution for Windows 7 and Windows Server 2008 R2 users. Just download and install Virtual Router Manager from here. http://virtualrouter.codeplex.com/
Enter the wifi password, connect your PC to internet and Click on "Start Virtual Router". Your PC will start a wifi which is visible by your Android phone.
I hope we will find android solution soon.
Cheers!
Enter the wifi password, connect your PC to internet and Click on "Start Virtual Router". Your PC will start a wifi which is visible by your Android phone.
I hope we will find android solution soon.
Cheers!
se...@gmail.com <se...@gmail.com> #1289
Please add ad-hoc support!!!!
rj...@gmail.com <rj...@gmail.com> #1290
The think should be added in Android tablet support for Ad-Hoc and Bluetooth PAN.
an...@gmail.com <an...@gmail.com> #1291
Dear Santa Clause,
It's been more than 3 years since we've last wished for ad-hoc networking. Please give us ad-hoc networking for Christmas; it will surely make us kids happy.
It's been more than 3 years since we've last wished for ad-hoc networking. Please give us ad-hoc networking for Christmas; it will surely make us kids happy.
jo...@2hsoftware.com.mx <jo...@2hsoftware.com.mx> #1292
Please, we NEED ad-hoc support!
ko...@gmail.com <ko...@gmail.com> #1293
Ad-hoc support
at...@gmail.com <at...@gmail.com> #1294
[Comment deleted]
at...@gmail.com <at...@gmail.com> #1295
Should have stuck with Windoze. Supports Reverse tethering out-of-the-box.
Far better upgrade support plus found Google even more restrictive than the supposedly narrow cos. like M$, IBM, etc.
Android market restrictions, this reverse tethering restrictions (which should have support out of the box), etc.
And, to think they are using Linux to do all this...
Far better upgrade support plus found Google even more restrictive than the supposedly narrow cos. like M$, IBM, etc.
Android market restrictions, this reverse tethering restrictions (which should have support out of the box), etc.
And, to think they are using Linux to do all this...
ve...@gmail.com <ve...@gmail.com> #1296
Когда будет выполнена поддержка AD-HOC?! Сколько можно издеваться?
hi...@gmail.com <hi...@gmail.com> #1297
I need to access ad-hoc networks, please......
er...@gmail.com <er...@gmail.com> #1298
Strange that Google is not even listening after three years. I have strange thing that my SGS2 can detect the ad-hoc connection created by colleagues but when i try to do it on my laptop with connectify, i can see it (but they can see it and use it with their iPhones)
he...@gmail.com <he...@gmail.com> #1299
Need Ad-hoc WiFi Support!!!
bd...@gmail.com <bd...@gmail.com> #1300
I suspect that Google has agreement with phone companies to prevent this. (sort of evil) There are patches out there so it is possible and simple for them to fix this. Google needs to state there reason for not addressing this.
do...@gmail.com <do...@gmail.com> #1302
This issue shows how crapy development of Android is- crippled java on faulty hardware. Next phone will be WITHOUT Android.
ak...@gmail.com <ak...@gmail.com> #1303
Yeah, kind of ridiculous, pretty sure they can do it but no response!!!
ja...@gmail.com <ja...@gmail.com> #1304
Very bad
kh...@gmail.com <kh...@gmail.com> #1305
Probably the developers are unable to develop support for ad-hoc networking as yet. They can seek help from iOS team ;-)
j....@gmail.com <j....@gmail.com> #1306
I seriously doubt they are unable. I have support for ad-hoc networking in my custom Xoom rom. This feature was put in months ago.
de...@gmail.com <de...@gmail.com> #1307
So, let me understand.
GOOGLE, you are trying to demonstrate how crappy is the Open Source software Vs Closed Source not implementing/resolving this kind of crappy bug? Becouse this is a BUG and not a Feature.
If so, Apple thanks You very much.
GOOGLE, you are trying to demonstrate how crappy is the Open Source software Vs Closed Source not implementing/resolving this kind of crappy bug? Becouse this is a BUG and not a Feature.
If so, Apple thanks You very much.
8f...@gmail.com <8f...@gmail.com> #1308
Humiliating more than 4000 CUSTOMERS who starred this issue, ignoring more than 1300 CUSTOMERS who asked for an explanation, after more than 4 YEARS, by not giving just ONE reason why they are being BETRAYED on his bet on FOSS software from Google can only be defined as EVIL.
Here is a suggested motto for the next company that will grow big after gaining its customers trust: "Don't be Google"
Here is a suggested motto for the next company that will grow big after gaining its customers trust: "Don't be Google"
y....@gmail.com <y....@gmail.com> #1309
Please, add ad-hoc.
ka...@googlemail.com <ka...@googlemail.com> #1310
I am missing the adhoc possibility, too. A pitty, because in all other aspects android seems to be more open and superior to ios. Please fix this soon.
Thanks
Thanks
je...@gmail.com <je...@gmail.com> #1311
Can someone from Google please address the lack of Adhoc networking support with a FAQ, so we can at least understand Google's position. If it is a matter of security, then give users the option of Infrastructure Mode only, Infrastructure Mode and Adhoc, or AdHoc only. Feel free to put a warning on the modes that include Adhoc, but there are too many hacks that allow Adhoc on too many platforms for us to believe that it can't be done. I would venture to say that a large percentage of those hacking their devices are doing so to ad Adhoc Wifi capability. Remove the need to hack for Adhoc and you likely remove a lot of hacked devices.
What will it take to get you to do this, a posting campaign on this site ?
What will it take to get you to do this, a posting campaign on this site ?
mh...@gmail.com <mh...@gmail.com> #1312
Need ad-hoc asap.
ia...@gmail.com <ia...@gmail.com> #1313
yes i want it
ld...@gmail.com <ld...@gmail.com> #1314
Ad-hoc needed, Google do something now!
an...@gmail.com <an...@gmail.com> #1315
yes we need ad hoc support. I will only purchase android when it will come with ad hoc support?
se...@gmail.com <se...@gmail.com> #1316
me too I only buy a new android , when knows that have ad-hoc drive , out of the box.
So not yet in sawndish ?
So not yet in sawndish ?
na...@gmail.com <na...@gmail.com> #1317
I can not believe google u can do like this, shame on you Google.
td...@gmail.com <td...@gmail.com> #1318
Count me in... I wonder what Sprint, Verizon and AT&T had to pay for Google to block that feature? Even better in version 3.2.1 they removed fastboot so can't even root. WOW! that's some really resticted "open source".
Come on Google -- throw us a bone don't bone us.
Come on Google -- throw us a bone don't bone us.
gl...@gmail.com <gl...@gmail.com> #1319
need ad-hoc
ds...@gmail.com <ds...@gmail.com> #1320
PLEASE ADD AD HOC SUPPORT for android...Pleaseeeeeeessssssssssss!!!!
an...@gmail.com <an...@gmail.com> #1321
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1322
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1323
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1324
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1325
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1326
You should write in your specifications not WiFi, but Half of WiFi! Without AdHoc Android loses half of it's usability!
in...@iarcstudio.nl <in...@iarcstudio.nl> #1327
Just for the record: ASUS has 'CRACKED DOWN' Google's awful block to Ad-Hoc native support. HERE SOME UPDATE FROM XDA-DEVELOPERS ABOUT ASUS EEE PAD TRANSFORMER:
"If you are using the official firmware 8.6.5.9 (and obviously above) or any custom ROM based on it, you don't have to do anything described here, because ad-hoc works natively. Thankfully ASUS fixed Googles unintelligible inability to enable connection to ad-hoc networks"
http://forum.xda-developers.com/archive/index.php/t-1093778.html
Also, HTC has done it for mobiles. At least on HTC Incredible S (European Model) it works since last updates (not sure when it did start).
I hope that's the START for the other brands to do the same. Otherwise they are gonna face huge 'unfair markt competition' in the next months. Wake UP Google!
Anyone else finding a change on their device please update the list below at the end of your comment.
--------------------
CONFIRMED OFFICIAL AD-HOC NATIVE SUPPORT DEVICES (NO ROOT):
ASUS EEE PAD Transformer TF101 / Android 3.2.1 / Firmware 8.6.5.19 / Kernel 2.6.36.3 / Wifi V5.2.65
HTC Incredible S / Android 2.3.3 / Firmware 2.30.405.1 / Kernel 2.6.35.9
"If you are using the official firmware 8.6.5.9 (and obviously above) or any custom ROM based on it, you don't have to do anything described here, because ad-hoc works natively. Thankfully ASUS fixed Googles unintelligible inability to enable connection to ad-hoc networks"
Also, HTC has done it for mobiles. At least on HTC Incredible S (European Model) it works since last updates (not sure when it did start).
I hope that's the START for the other brands to do the same. Otherwise they are gonna face huge 'unfair markt competition' in the next months. Wake UP Google!
Anyone else finding a change on their device please update the list below at the end of your comment.
--------------------
CONFIRMED OFFICIAL AD-HOC NATIVE SUPPORT DEVICES (NO ROOT):
ASUS EEE PAD Transformer TF101 / Android 3.2.1 / Firmware 8.6.5.19 / Kernel 2.6.36.3 / Wifi V5.2.65
HTC Incredible S / Android 2.3.3 / Firmware 2.30.405.1 / Kernel 2.6.35.9
de...@gmail.com <de...@gmail.com> #1328
Need Ad-Hoc. Can I manually turn it on?
h0...@gmail.com <h0...@gmail.com> #1329
i exchanged my nokia 5800 with a android phone and now i found how nokia is powerful and how android is ...
nokia supports ad hoc already about 4-5 years
shame on you
nokia supports ad hoc already about 4-5 years
shame on you
ni...@gmail.com <ni...@gmail.com> #1330
Is android ever going to support adhoc network. I changed from nokia to samsung galaxy and now cannot connect to my laptop wirelessly
fe...@gmail.com <fe...@gmail.com> #1331
My dear Google,
Please add ad-hoc support to Android!
Please add ad-hoc support to Android!
si...@gmail.com <si...@gmail.com> #1332
WTF?? Please add AdHoc Support to android!!!
al...@gmail.com <al...@gmail.com> #1333
If you're using Windows 7, Virtual router is a good workaround
[Deleted User] <[Deleted User]> #1334
Ad-hoc mode is necessary to fully support mesh routing daemons.
Community mesh wireless network deployments are rapidly growing in Berlin, Athens, Washington DC, Philadelphia, Champaign-Urbana IL, St. Louis, and more. As long as this feature is not implemented, Android users will miss out on the capacity to allow their devices to join mesh infrastructure and benefit from hyper-local applications.
Google, implement the full WiFi spec in Android.
Community mesh wireless network deployments are rapidly growing in Berlin, Athens, Washington DC, Philadelphia, Champaign-Urbana IL, St. Louis, and more. As long as this feature is not implemented, Android users will miss out on the capacity to allow their devices to join mesh infrastructure and benefit from hyper-local applications.
Google, implement the full WiFi spec in Android.
td...@gmail.com <td...@gmail.com> #1335
I just watch a video of the Google Android Developers Conference on line where you went on and on about how OUR apps should be designed to meet our customer's expectations... well how about you (Google) doing the same.
After over 1300 requests and you continue to ignore YOUR customers.
Enough! Support Ad-hoc
After over 1300 requests and you continue to ignore YOUR customers.
Enough! Support Ad-hoc
su...@gmail.com <su...@gmail.com> #1336
why don't you guys add ad-hoc support ? I don't understand the reson behind this. why ? why ?....
jo...@gmail.com <jo...@gmail.com> #1337
I love how open source / extensible Android has really proven to be... suck it goog
go...@gmail.com <go...@gmail.com> #1338
Ad hoc? Wtf? I need it. Please add it. Meke present for your users
[Deleted User] <[Deleted User]> #1339
[Comment deleted]
mi...@googlemail.com <mi...@googlemail.com> #1340
Please unlock Ad-Hoc Support for Android 4.0 on Galaxy Nexus
lo...@gmail.com <lo...@gmail.com> #1341
Motorola droid2 (milestone2 in Europe) (android 2.2.2) support Ad Hoc mode.
Alcatel 890D (android 2.2.2) doesn't support Ad Hoc mode.
Is it technological discrimination?
Alcatel 890D (android 2.2.2) doesn't support Ad Hoc mode.
Is it technological discrimination?
er...@gmail.com <er...@gmail.com> #1342
unlock Ad-Hoc Support for Galaxy Nexus!
xa...@gmail.com <xa...@gmail.com> #1343
please Add Ad-hoc. I want to use my android 3.2 with Joiku Spot!!!
mi...@gmail.com <mi...@gmail.com> #1344
My company wants to develop an app to run on Android that requires talking ad hoc to another device. Unfortunately they now only have the option to choose iOS for this.
jo...@gmail.com <jo...@gmail.com> #1345
Its a misery for android OS it cannot connect to ad hoc network have they got paranoid not to support this feature which is universal i have a Lava B8 a non branded phone which does not struggle to connect to the wifi adhoc connection only Samsung Galaxy Y 5360 cannot find it or connect to it with other android apps for wifi
[Deleted User] <[Deleted User]> #1346
Ad-hoc please asap
fl...@gmail.com <fl...@gmail.com> #1347
-- Português (Brazil)
Por favor, me deixem conectar o meu smartphone android em meu tablet android utilizando conexão ad-loc (ibss).
Eu já pago conexão 3g e gostaria apenas de usá-la em um aparelho com display maior.
-- English (Google Tradutor)
Please let me connect my smartphone in my tablet android android connection using ad-loc (IBSS).
I already paid 3g connection and would only use it in a unit with larger display.
[]´s Flavio Barbosa
Por favor, me deixem conectar o meu smartphone android em meu tablet android utilizando conexão ad-loc (ibss).
Eu já pago conexão 3g e gostaria apenas de usá-la em um aparelho com display maior.
-- English (Google Tradutor)
Please let me connect my smartphone in my tablet android android connection using ad-loc (IBSS).
I already paid 3g connection and would only use it in a unit with larger display.
[]´s Flavio Barbosa
bo...@gmail.com <bo...@gmail.com> #1348
I bought a android tablet today and took it back in less than 30 mInutes because it doesn't support ad hoc net work . This is a rediculouse length of time wih no response or attempts to fix this.
yu...@gmail.com <yu...@gmail.com> #1349
This is second most solicited featured in android. We are now going to android 4 support and this issue still here.
There are a lot of patch that fix this feature. But any of them was not putted in the main project and the official developers never maked an one.
I really don't understand why this. This is most solicited feature in years and never been puted in the main project even when the solution is already done (the patchs are GPLed and freely distributed by XDA Developers).
There are a lot of patch that fix this feature. But any of them was not putted in the main project and the official developers never maked an one.
I really don't understand why this. This is most solicited feature in years and never been puted in the main project even when the solution is already done (the patchs are GPLed and freely distributed by XDA Developers).
vu...@gmail.com <vu...@gmail.com> #1350
I moved from my trusted Nokia for years to an Android 2.2. Just to realise that I cant access my laptop running vista home to share internet because of Ad Hoc WiFi issues.
wonder if google will ever listen our voices?
the wpa supplicant editing is all for users that know to play around with files. For us the basic users, we have no option but wait endlessly .
Please help us. We need this feature so badly.
wonder if google will ever listen our voices?
the wpa supplicant editing is all for users that know to play around with files. For us the basic users, we have no option but wait endlessly .
Please help us. We need this feature so badly.
lo...@gmail.com <lo...@gmail.com> #1351
Wifi ad-hoc support please !
ba...@gmail.com <ba...@gmail.com> #1352
My dear Google,
Please add ad-hoc support to Android!
Please add ad-hoc support to Android!
al...@gmail.com <al...@gmail.com> #1353
I just got an Android WiFi tab to teather to my Android phone. Apparently not supported! Apple now has my business.
ch...@gmail.com <ch...@gmail.com> #1354
its so easy to put into the system, just please do it !
at least for android 4
at least for android 4
ca...@gmail.com <ca...@gmail.com> #1355
Ad-hoc when???????
am...@gmail.com <am...@gmail.com> #1356
please add ..Ad-hoc support ..........
da...@gmail.com <da...@gmail.com> #1357
You MUST add the Ad-hoc support, bored a lot for these restrictions!
GET A MOVE ON, PLEASE!
GET A MOVE ON, PLEASE!
ko...@gmail.com <ko...@gmail.com> #1358
please, add ad-hoc support!
jd...@gmail.com <jd...@gmail.com> #1359
please, add ad-hoc support!
ex...@gmail.com <ex...@gmail.com> #1360
Please allow to Connect to adhoc. It is really disappointing..
01...@gmail.com <01...@gmail.com> #1361
fucking google add ad-hoc support!
01...@gmail.com <01...@gmail.com> #1362
and open android without root!
me...@gmail.com <me...@gmail.com> #1363
the android device should connect to internet by using computer's via usb cable.
mu...@gmail.com <mu...@gmail.com> #1364
Please add ad hoc
st...@gmail.com <st...@gmail.com> #1365
I bought Galaxy note, but I don't understand why I cannot connect to ad hoc from my laptop.
People any solutions ????
People any solutions ????
pa...@gmail.com <pa...@gmail.com> #1366
add the feature to connect to ad-hocs in android
ya...@gmail.com <ya...@gmail.com> #1367
It seems that 4.0.3 ICE still not support ad-hoc.
Oh, God,
Please, SUPPORT AD_HOC
Oh, God,
Please, SUPPORT AD_HOC
ob...@soin.co.cr <ob...@soin.co.cr> #1368
Please add ad hoc
en...@gmail.com <en...@gmail.com> #1369
Please, add Ad Hoc support for Samsung P1010 WiFi!!!!
Thanks!
Thanks!
ru...@gmail.com <ru...@gmail.com> #1370
Bueno si alguien sabe como compartir el 3g del iphone4 con tablet android 2.3 yo encantado de aprender...
ru...@gmail.com <ru...@gmail.com> #1371
Bueno si alguien sabe como compartir el 3g del iphone4 con tablet android 2.3 yo encantado de aprender...
ja...@gmail.com <ja...@gmail.com> #1372
ad-hoc is needed.
wa...@gmail.com <wa...@gmail.com> #1373
Please add ad hok
zj...@gmail.com <zj...@gmail.com> #1374
we need ad-hoc
ro...@gmail.com <ro...@gmail.com> #1375
Please add adhoc!!!
ca...@gmail.com <ca...@gmail.com> #1376
2012 and no ad hoc please ...
va...@gmail.com <va...@gmail.com> #1377
[Comment deleted]
va...@gmail.com <va...@gmail.com> #1378
Ad-hoc +1. During the day I am at office where laptop has ethernet connection only and I need a possibility to share my "free" internet connection with the phone.
Internet via USB would help as well (besides, it's already implemented in HTC sense).
Please add a flag "Show Ad-Hoc hotspots".
Internet via USB would help as well (besides, it's already implemented in HTC sense).
Please add a flag "Show Ad-Hoc hotspots".
ra...@gmail.com <ra...@gmail.com> #1379
Please add ad-hoc support. It would be a big convenience for us. Thanks.
bs...@gmail.com <bs...@gmail.com> #1380
Please add ad-hoc support to Android!
ur...@gmail.com <ur...@gmail.com> #1381
Ad-hoc should be a must!!
je...@hippotekhni.com <je...@hippotekhni.com> #1382
The inability for the Kindle Fire to support ad-hoc connections, due to the inability of its Gingerbread OS to handle same, is pretty much a device-killer. I returned both kindles and picked up iPads simply because of this issue ... seriously stupid design move by Android and Amazon.
bo...@gmail.com <bo...@gmail.com> #1383
Please add ad-hoc support.This is a very necessary thing.
sa...@gmail.com <sa...@gmail.com> #1384
PLEASE!
I need this feature. I have HTC Wildfire S. You can do it! I belive in you!
I need this feature. I have HTC Wildfire S. You can do it! I belive in you!
ab...@gmail.com <ab...@gmail.com> #1385
plz support ad-hoc
dm...@gmail.com <dm...@gmail.com> #1386
Please add support Ad-hoc! Priorite High! HELP!!!
ro...@gmail.com <ro...@gmail.com> #1387
This is not right - pleas bring ad hoc wifi to my tablet!!! its high priority on all our tablets
ti...@gmail.com <ti...@gmail.com> #1388
Galaxy Note has wi-fi direct which I assume was supposed to be wi-fi ad hoc, but this
does not work.
Google, this is really urgent, please support wi-fi ad hoc NOW.
does not work.
Google, this is really urgent, please support wi-fi ad hoc NOW.
th...@gmail.com <th...@gmail.com> #1389
Why don't let android support ad-hoc?This makes me have to buy a wireless router.
ro...@gmail.com <ro...@gmail.com> #1390
Please support ad-hoc. Please.
mi...@googlemail.com <mi...@googlemail.com> #1391
'Need this to use Connectifiy on my PC
ga...@gmail.com <ga...@gmail.com> #1392
Connectivity to ad hoc networks
32...@gmail.com <32...@gmail.com> #1393
Yet another please. Kinda like the absence of Bluetooth TUN and DUN or USB Internet Connection Sharing support - just silly
fe...@gmail.com <fe...@gmail.com> #1394
We really want ad hoc support, please, make us a present on 2012 ) Happy New Year everyone
gr...@gmail.com <gr...@gmail.com> #1395
Ad Hoc would be nice to have in Android as some industry devices I'm evaluating for work require you to connect to them via Ad Hoc in order to configure them to join a wireless network... these devices have NO OTHER method of connecting to them (i.e. no ether net jack, no serial port, no usb port, etc)
My Android phone SHOULD have been the perfect device in this case as I always have it with me, but alas it was not to be.
PLEASE support AdHoc ASP.
My Android phone SHOULD have been the perfect device in this case as I always have it with me, but alas it was not to be.
PLEASE support AdHoc ASP.
or...@gmail.com <or...@gmail.com> #1396
I received a Toshiba Thrive for Christmas and was excited to experience my first Android device. However, I may have to exchange this for an Ipad. The tablet can not make a wireless connection to the Smartphone Hotspot feature of my HTC HD2. Apparently, something called Ad Hoc networking has not been included in the Android Operating System. "Googling" this issue brought me here.
"Rooting" the Thrive or the HD2 to use the available work around is not an option. I join the chorus of users who have requested the Ad Hoc feature for almost 4 years. Thank you!
"Rooting" the Thrive or the HD2 to use the available work around is not an option. I join the chorus of users who have requested the Ad Hoc feature for almost 4 years. Thank you!
ba...@gmail.com <ba...@gmail.com> #1397
ad hoc to my android please
zo...@gmail.com <zo...@gmail.com> #1398
It's sad to see that google still didn't answer positively to the million of customers around the world asking for ad hoc support 4 years now after the launch of this thread.
ac...@gmail.com <ac...@gmail.com> #1399
ad hoc to my android please
ch...@gmail.com <ch...@gmail.com> #1400
Please Google bring a solution to this issue, ad-hoc wifi support is a very good feature which could open door for developers to play with... Please give a proper solution at the earliest..
al...@gmail.com <al...@gmail.com> #1401
needed!
th...@gmail.com <th...@gmail.com> #1402
Adroid doesn't support ad-hoc,and has pptp bug,this sucks,google sucks.
gi...@gmail.com <gi...@gmail.com> #1403
Shocking.. ad hoc worked just fine under HC on my Asus Prime. Now, in ICS, it has been stripped away and I cannot tether my tablet to my phone to use on the road. Dreadful change, wish I could go back to HC. I know nothing will change and Google will not listen and in the end, we will just have to root our devices and wait for a dev to properly ceate and mess with the wpa_supplicant file
an...@gmail.com <an...@gmail.com> #1404
[Comment deleted]
an...@gmail.com <an...@gmail.com> #1405
Please fix it!!! :(
(Samsung W)
(Samsung W)
i....@gmail.com <i....@gmail.com> #1406
Galaxy Nexus supports it under "Wifi Direct". No stop flaming please.
ja...@gmail.com <ja...@gmail.com> #1407
They listened, but it's only on the Galaxy Nexus. ;-) I'm using it right now.
an...@gmail.com <an...@gmail.com> #1408
Please consider the market relevance of being able to provide to gadgets that can be seen as cell phone or tablet extensions. Happily the well known Parrot drone does work as an access point with a firmware upgrade. But there is for example also the Brookstone Rover robot, which only works with iPhone, iPad and iPod devices.
Providers such as Brookstone can just rule out most of the Android community by only supporting ad-hoc mode to connect to their devices (probably motivated by Apple). I cannot imagine that Google appreciates that!
The world is bigger than just telephone companies! Phones will become the brains of devices yet to come, and the interoperability of your cell will make it survive, or not... This is not about just enabling ad-hoc, this is about enabling as many interfaces to your cell phone as possible, realizing its great potential!
Providers such as Brookstone can just rule out most of the Android community by only supporting ad-hoc mode to connect to their devices (probably motivated by Apple). I cannot imagine that Google appreciates that!
The world is bigger than just telephone companies! Phones will become the brains of devices yet to come, and the interoperability of your cell will make it survive, or not... This is not about just enabling ad-hoc, this is about enabling as many interfaces to your cell phone as possible, realizing its great potential!
ka...@gmail.com <ka...@gmail.com> #1409
does replacing wpa_supplicant file in /system/bin works??
has ne body tried it...?
has ne body tried it...?
sl...@gmail.com <sl...@gmail.com> #1410
It would be nice to connect my phone thru wifi without spending money on a router or a new os
dr...@gmail.com <dr...@gmail.com> #1411
ad hoc to my android please
gr...@gmail.com <gr...@gmail.com> #1412
I've just set up my old Symbian-based Nokia C6 to be a hotspot using JoikuSpot and trying to connect with my HTC Desire S and I can't, 'cause Android doesn't support AdHoc! I thought it's a phone issue, but looks like it's the Android issue. IT'S A JOKE GUYS! One of the newest mobile platforms with such a great potential does not support AdHoc?! And what is the reason for this? Android is Linux-based OS, so it is definitely not basis problem.. so What's wrong guys? I can't see a reason of having no support for it in Android...
It's a real shame on you Google, and a real pain the the a** for us, users. I'm EXTREMLY dissappointed! Even my 1st smartpphone that was Nokia E51 supported AdHoc WiFi! I'm even more frustrated when I learned that even Apple's devices support this!!!
I like the new motto for Android: "Droid doesn't".
GOOGLE - SINCE YOU REVIEWED THE ISSUE - CAN YOU GUYS PLEASE POST SOME REPLY, SOME OFFICIAL STATEMENT WHY IT IS NOT SUPPORTED AND WILL IT EVER BE SUPPORTED?
It's a real shame on you Google, and a real pain the the a** for us, users. I'm EXTREMLY dissappointed! Even my 1st smartpphone that was Nokia E51 supported AdHoc WiFi! I'm even more frustrated when I learned that even Apple's devices support this!!!
I like the new motto for Android: "Droid doesn't".
GOOGLE - SINCE YOU REVIEWED THE ISSUE - CAN YOU GUYS PLEASE POST SOME REPLY, SOME OFFICIAL STATEMENT WHY IT IS NOT SUPPORTED AND WILL IT EVER BE SUPPORTED?
pk...@gmail.com <pk...@gmail.com> #1413
ad hoc please!
I would use Infrastructure Mode broadcasting, but as 1400+ people of current have stated, not everything broadcasts in Infrastructure Mode. We realize ad hoc my not be as secure as Infrastructure Mode, but with so many people requesting it, countless forums lighting up this issue, tons of people rooting their tablets to try and add the ad hoc feature with wavering success.
ADD it already.
A transformer prime forum in XDA-Developers alone has 32 pages of comments and that forum is only 2 weeks old and relates to the newest and most elite android tablet on the market to date. This isn't a single issue. SO many people are requesting Ad Hoc. We know it is implemented because of rooting service. Just turnthe feature on already. Your customer base would be vastly improved!
At least a formal response as to why Google won't would help tide the public over.
I would use Infrastructure Mode broadcasting, but as 1400+ people of current have stated, not everything broadcasts in Infrastructure Mode. We realize ad hoc my not be as secure as Infrastructure Mode, but with so many people requesting it, countless forums lighting up this issue, tons of people rooting their tablets to try and add the ad hoc feature with wavering success.
ADD it already.
A transformer prime forum in XDA-Developers alone has 32 pages of comments and that forum is only 2 weeks old and relates to the newest and most elite android tablet on the market to date. This isn't a single issue. SO many people are requesting Ad Hoc. We know it is implemented because of rooting service. Just turnthe feature on already. Your customer base would be vastly improved!
At least a formal response as to why Google won't would help tide the public over.
me...@gmail.com <me...@gmail.com> #1415
@ 1417, pruthvi... :
Wifi Direct is NOT the same thing as Ad-Hoc. And your page does not say anything about ad-hoc. Do you have any other source to confirm this? Maybe a real life test of the ICS?
Wifi Direct is NOT the same thing as Ad-Hoc. And your page does not say anything about ad-hoc. Do you have any other source to confirm this? Maybe a real life test of the ICS?
an...@googlemail.com <an...@googlemail.com> #1416
Don't ignore our need, please!
xa...@gmail.com <xa...@gmail.com> #1417
ad hoc to my android please
br...@gmail.com <br...@gmail.com> #1418
I´ve recently boutght a Wifi tablet. I thought something was wrong the first time I tried to connect to my G1 tethering network. After a few hours googleing I´ve found this Wall of Shame. WTF?. Every Android device can turn onto a wifi hotspot but you can not connect to it.
I can´t believe it. I have no words to describe how disappointed I am. I am going to return the tablet to the store. I NEED to connect to ad-hoc networks.
THIS IS MY AD-HOC NETWORK AND I CONNECT IT WHENEVER I WANT.
P.S: Any official reason for not implementing this feature?
I can´t believe it. I have no words to describe how disappointed I am. I am going to return the tablet to the store. I NEED to connect to ad-hoc networks.
THIS IS MY AD-HOC NETWORK AND I CONNECT IT WHENEVER I WANT.
P.S: Any official reason for not implementing this feature?
ma...@gmail.com <ma...@gmail.com> #1419
I know its not the ideal solution, but whilst this is being worked on (hopefully) may I suggest that we use a virtual router on the pc...im using: http://virtualrouter.codeplex.com/
and it works fine
(I dont have any connection with this company)
and it works fine
(I dont have any connection with this company)
vi...@gmail.com <vi...@gmail.com> #1420
i am trying to connect my samsung galexy y android base phone to a mobile ad hoc wi fi network.. but it is not connecting.. what should i do.. is there any software by which i connect my phone..
plz help me..
plz help me..
vi...@gmail.com <vi...@gmail.com> #1421
i am trying to connect my samsung galexy y android base phone to a mobile ad hoc wi fi network.. but it is not connecting.. what should i do.. is there any software by which i connect my phone..
plz help me..
plz help me..
ac...@googlemail.com <ac...@googlemail.com> #1422
I fully agree and need to have a simple wifi ad-hoc cdirect connection with my notebook. Please make it available as standard feature.
ba...@googlemail.com <ba...@googlemail.com> #1423
Ad-hoc networking?
je...@gmail.com <je...@gmail.com> #1424
JUST BOUGHT A TRANSFORMER PRIME AND CAN'T SEE AD HOC COM ON !!!!!!!
Wa'nt my prime to say:
NO WIFI ?
NO WORRY ;-)
PS: For dev:http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html
Wa'nt my prime to say:
NO WIFI ?
NO WORRY ;-)
PS: For dev:
sc...@gmail.com <sc...@gmail.com> #1425
My xperia is not connected to the access point wi-fi laptop, it is very bad!
cb...@gmail.com <cb...@gmail.com> #1426
AdHoc networking is working for me on Android OS 4.0.3
fr...@gmail.com <fr...@gmail.com> #1428
plaese ad ad hoc network Tor android
ma...@gmail.com <ma...@gmail.com> #1429
need ad hoc please make it asap :l or i will worship apple
do...@gmail.com <do...@gmail.com> #1430
Hi, I need to connect my android optimus one with ad-hoc network, any help please
de...@gmail.com <de...@gmail.com> #1431
please support ad hoc wifi in ICS
r....@gmail.com <r....@gmail.com> #1432
google cannt configure add-hoc!!! no way its pol shi t i dont think that apple stuff better than goolge stuff but why!!
sr...@gmail.com <sr...@gmail.com> #1433
It's my first android device. Can't believe it.
lo...@gmail.com <lo...@gmail.com> #1434
please support ad hoc wifi in ICS
برجاء دعم الاد هوك فى الايس كريم ساندوتش
برجاء دعم الاد هوك فى الايس كريم ساندوتش
ma...@gmail.com <ma...@gmail.com> #1435
I doubt Google will reply to any of us, but here's my vote anyways. AdHoc please, dont force me to ROOT my phone to get this feature.
ci...@gmail.com <ci...@gmail.com> #1436
Ad Hoc WiFi Support!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ma...@gmail.com <ma...@gmail.com> #1437
We need ad-hoc for all Android Devices.
ka...@gmail.com <ka...@gmail.com> #1438
AD-HOC plzzzzzzzzzzzzzzzzzzzz
av...@gmail.com <av...@gmail.com> #1439
We need toooooooooooooooo :)
ds...@gmail.com <ds...@gmail.com> #1440
WE NEED AD-HOC!!!
sk...@gmail.com <sk...@gmail.com> #1441
I really wanna ad-hoc in my googlephone.
[Deleted User] <[Deleted User]> #1442
[Comment deleted]
me...@hotmail.de <me...@hotmail.de> #1443
Ad Hoc, not now... but YESTERDAY!!!
be...@googlemail.com <be...@googlemail.com> #1444
We need Ad Hoc for Android!
fr...@googlemail.com <fr...@googlemail.com> #1445
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #1446
瘭疽衆阌緈巭緈?
er...@gmail.com <er...@gmail.com> #1447
please add ad hoc feature for android
[Deleted User] <[Deleted User]> #1448
I need an ad-hoc connection to my Samsung galaxy S phone. I have internet conection conected to my personal PC. On my pc i have PCI wifi adaptop. I want to connect my android phone to the internet true this PCI wifi adaptor, adhoc:D
ie...@gmail.com <ie...@gmail.com> #1449
суки сделайте ad-hoc адекватный наконец, что за бялтство
an...@gmail.com <an...@gmail.com> #1450
Any answer by the google engineering?!?!
bi...@gmail.com <bi...@gmail.com> #1451
Need ad hoc for nokia n8 and samsung tab.
ti...@gmail.com <ti...@gmail.com> #1452
4 steps to enable your Andriod devices to support adhoc!
1. hack your phone;
2. replace(or keep it incase it does't work) the file named "wpa_supplicant" at "/symtem/bin/" with mine;
3. enable all the permissions of the new file;
4. enjoy!
1. hack your phone;
2. replace(or keep it incase it does't work) the file named "wpa_supplicant" at "/symtem/bin/" with mine;
3. enable all the permissions of the new file;
4. enjoy!
ti...@gmail.com <ti...@gmail.com> #1453
[Comment deleted]
dl...@gmail.com <dl...@gmail.com> #1454
please add ad hoc feature for android
va...@gmail.com <va...@gmail.com> #1455
Need ad hoc
ax...@gmail.com <ax...@gmail.com> #1456
i don't want hack my device ,really need adhoc!
ra...@gmail.com <ra...@gmail.com> #1457
Tampoco quiero hack mi disposotivo. Por favor, habilitar el uso de redes wifi ad-hoc.
su...@gmail.com <su...@gmail.com> #1458
ah i want ad hoc:(
ba...@gmail.com <ba...@gmail.com> #1459
you guys are worse than apple's control over their products, people buy android because of the supposed freedom they give, you call this freedom, your creating your own little power trip, you will allow an android to connect to another android's hotspot, and thats it. you create a set of adhoc styled parameters that only you provide and block out any other input. why are you putting such control over adding adhoc usability? why does the galaxy s actually have coding to reject ad-hoc connections? why do you require a customer to void their warranty through a root in order to simply connect their and have control over their own household smartware???
sounds like you are in league with apple to me, want to be just like them. sheesh its time to remember what set you apart from the competition in the first place and give usability back to your loyal customers. hear their concerns and and help them out, provide a adhoc update for android supported devices, and give people back the freedom to use their devices
sounds like you are in league with apple to me, want to be just like them. sheesh its time to remember what set you apart from the competition in the first place and give usability back to your loyal customers. hear their concerns and and help them out, provide a adhoc update for android supported devices, and give people back the freedom to use their devices
ba...@gmail.com <ba...@gmail.com> #1460
you guys are worse than apple's control over their products, people buy android because of the supposed freedom they give, you call this freedom, your creating your own little power trip, you will allow an android to connect to another android's hotspot, and thats it. you create a set of adhoc styled parameters that only you provide and block out any other input. why are you putting such control over adding adhoc usability? why does the galaxy s actually have coding to reject ad-hoc connections? why do you require a customer to void their warranty through a root in order to simply connect their and have control over their own household smartware???
sounds like you are in league with apple to me, want to be just like them. sheesh its time to remember what set you apart from the competition in the first place and give usability back to your loyal customers. hear their concerns and and help them out, provide a adhoc update for android supported devices, and give people back the freedom to use their devices
sounds like you are in league with apple to me, want to be just like them. sheesh its time to remember what set you apart from the competition in the first place and give usability back to your loyal customers. hear their concerns and and help them out, provide a adhoc update for android supported devices, and give people back the freedom to use their devices
tu...@gmail.com <tu...@gmail.com> #1461
This is one of the main reasons I bought an iPad over an android tablet, stupid decision not supporting ad hoc
jy...@gmail.com <jy...@gmail.com> #1462
ANDROID SUCKS !!!!!!!!!! I AM SO GLAD I FOUND THIS BEFORE I BOUGHT ANY ANDROID TABLET!!!!! WHY SHOULD YOU BLOCK LIKE A THOUSAND PEOPLE ON THIS FORUM!!!!!
I KNOW HEAPS MORE THAT WANT THIS ENABLED !!!!!!!!!! WITCH IS WHAT IT ESSENTIALLY IS ENABLING IT!!!!!!!!!!!!!!
ENABLE IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I KNOW HEAPS MORE THAT WANT THIS ENABLED !!!!!!!!!! WITCH IS WHAT IT ESSENTIALLY IS ENABLING IT!!!!!!!!!!!!!!
ENABLE IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ja...@gmail.com <ja...@gmail.com> #1463
You have to provide this!
st...@gmail.com <st...@gmail.com> #1464
I've been waiting a year that Android will support ad-hoc wifi.
Come on Google!
PLEASE
Come on Google!
PLEASE
mi...@gmail.com <mi...@gmail.com> #1465
Struggling to get ad hoc enabled. Don't want or need this feature for getting internet to another device (because there far better ways to do it) but rather to use the multitude of OBDII wifi adapters to work and it broadcasts ad hoc. BB's,iPhones and PC's do this out of the box, heck even WM6 had it. Rooted w/ Blazer 4
sk...@gmail.com <sk...@gmail.com> #1466
Ad hoc wi-fi would enable the use of wireless sensors with ease, please implement this in the OS, it is just a software mod!
ga...@gmail.com <ga...@gmail.com> #1467
Please enable Wi-Fi ad-hoc network in android!!!!!
wi...@gmail.com <wi...@gmail.com> #1468
Google, pls enable ad hoc network.
ge...@gmail.com <ge...@gmail.com> #1469
would like adhoc too. No rooting, no hassle. Question? what 3g modem uses ap functionality? Which phone uses AP hotspot for thetering? Indeed not many.
pa...@gmail.com <pa...@gmail.com> #1470
Absolutely! I have internet on my laptop and can't share it to Android, even my old 8 year old Nokia smart can use it! C'mon guys, turn it on!
ry...@gmail.com <ry...@gmail.com> #1471
Please, give us ability to use Ad-Hoc type of wi-fi connections.
zv...@gmail.com <zv...@gmail.com> #1472
Ааааааааа!!! когда уже возможно будет подключиться к Ad-Hoc???????
no...@gmail.com <no...@gmail.com> #1473
Ну и какая польза от того, что я оказался на этой странице?!! Проблема есть, решения нет! А разработчики даже не сообщают о намерении. (или не намерении) ее решать. Стыд!
in...@gmail.com <in...@gmail.com> #1474
Ad hoc нужен, как без него то???
lu...@gmail.com <lu...@gmail.com> #1475
I'm so disappointed...need ad-hoc on android!
th...@gmail.com <th...@gmail.com> #1476
Wow 1406 posts and not a single response that I can find... I am a huge Android fan and I 'word of mouth' push your products everyday.
Frustrating that we are not worth even addressing the issue.
Frustrating that we are not worth even addressing the issue.
me...@gmail.com <me...@gmail.com> #1477
сделайте ad hoc а то не могу бук с телефоном по вай фай соединить (((
j....@gmail.com <j....@gmail.com> #1478
I would be happy to see this feature in Android for my future use. Thanks.
sd...@gmail.com <sd...@gmail.com> #1479
Подскажите тогда, как создать сеть BSS на компьютере... пожалуйста
se...@gmail.com <se...@gmail.com> #1480
+
yu...@gmail.com <yu...@gmail.com> #1481
let us leave google android..
better we use windows mobile..
coz google block us to us ad-hoc..
klasihan deh lo udah 3 tahun ngemis2 sama google tapi ga di turutin..
better we use windows mobile..
coz google block us to us ad-hoc..
klasihan deh lo udah 3 tahun ngemis2 sama google tapi ga di turutin..
ko...@gmail.com <ko...@gmail.com> #1482
What?ADHOC? I can not hear you! Wash away my cell phone in the toilet.
vi...@gmail.com <vi...@gmail.com> #1483
I'm a developer/researcher/student... I really need the Ad hoc connection!!! This is embarrassing, GOOGLE PLEASE ADD SUPPORT! THIS IS A BASIC NEED!
jw...@gmail.com <jw...@gmail.com> #1484
Whats Point to not supporting Adhoc just tell us google??
da...@gmail.com <da...@gmail.com> #1485
I wonder why we even have to talk about this. :S com'on google.
sv...@gmail.com <sv...@gmail.com> #1486
I was very disappointed in the Android.
I have only two possibilities to connect my Adnroid to Internet via BT PAN profile and WiFi ad-hoc. Both of these methods are not supported by my Adroid 3.2. Even the old WM 6 can be configured by these ways ... Now, as far as possible, I will not use the Android. :(
I have only two possibilities to connect my Adnroid to Internet via BT PAN profile and WiFi ad-hoc. Both of these methods are not supported by my Adroid 3.2. Even the old WM 6 can be configured by these ways ... Now, as far as possible, I will not use the Android. :(
ja...@gmail.com <ja...@gmail.com> #1487
First they put out tablets without 3G/4G and then criple the OS not to support Internet connection via (most of the) mobiles. Well done!
ve...@gmail.com <ve...@gmail.com> #1488
Guys I too naught HTC flyer as iam a big fan of android now I really upset.going 2 return and buy iPad. Google pls doesn't play with android fans.
ve...@gmail.com <ve...@gmail.com> #1489
Guys I too baught HTC flyer as iam a big fan of android now I really upset.going 2 return and buy iPad. Google pls doesn't play with android fans.
fi...@gmail.com <fi...@gmail.com> #1490
Android should totally support Ad-Hoc Wifi natively.
ad...@gmail.com <ad...@gmail.com> #1491
the most need in android is ad-hoc WiFi now a days.
ma...@gmail.com <ma...@gmail.com> #1492
Debido a que la mayoria de los usuarios comparten su plan de internet de sus telefonos con sus tablets,en lugar de comprar un tablet con 3g y contratar un plan adicional lo que no tiene sentido.Debería ser una característica normal del sistema Android. Sin esto desincentivan la compra ya que queda sumamente limitado el dispositivo.
on...@gmail.com <on...@gmail.com> #1493
What-a mistak-a to mak-a! How could you miss this off, out-of-the-box?
Not sent from my Motorola Razr, since I would have needed ad-hoc functionality to do it! Do I really have to have an iDevice?
Not sent from my Motorola Razr, since I would have needed ad-hoc functionality to do it! Do I really have to have an iDevice?
ja...@hotmail.com <ja...@hotmail.com> #1494
4 years and no solution. what are you doing in there?
br...@yahoo.com <br...@yahoo.com> #1495
I am able to connect when I start a hotspot using Connectify.
ko...@gmail.com <ko...@gmail.com> #1496
Could android4.0 support ad-hoc wifi?
vj...@gmail.com <vj...@gmail.com> #1497
It worked, while sharing Internet on Mac Lion.
ut...@gmail.com <ut...@gmail.com> #1498
I was tryin for hours to connect to my laptop's ad hoc network and it would never show. I thought being a linux based OS it would offer it by default. Google really has made a stupid mistake not adding support for ad hoc connectivity. Never buying an android device again (Sony Xperia Ray, Android 2.3.4)
ut...@gmail.com <ut...@gmail.com> #1499
It (Sony Xperia Ray on Android 2.3.4) doesn't even have Bluetooth Personal Area Network. Even my old WM6 had it! Should have gone for an Windows phone. Android is a loser.
fr...@gmail.com <fr...@gmail.com> #1500
I just don't understand. ICS still no ad-hoc? Wow!
fr...@gmail.com <fr...@gmail.com> #1501
I have a Dell Tablet Streak7 that uses the Android Honeycomb. The tablet does not have 3G capability. Now I would like to use my Nokia as a hotspot for Internet access by Streak, but I've discovered that Android does not allow ad-hoc connection! Please, when will it change?
vp...@orgmeta.com <vp...@orgmeta.com> #1502
any response google - or all this goes to /dev/null
vp...@orgmeta.com <vp...@orgmeta.com> #1503
also, i suspect all these issues and requests may harm you when they come after you for anti-trust issues...
ab...@gmail.com <ab...@gmail.com> #1504
Please coed wifi key security sent my email address
ji...@gmail.com <ji...@gmail.com> #1505
ไดแล้วอิอิ
no...@gmail.com <no...@gmail.com> #1506
I want to use ad-hoc wifi with my android phone. Please you suggest and help me.
la...@gmail.com <la...@gmail.com> #1507
This is fucking pathetic. 4 years and we still can't use adhoc on our android phones FOR NO REASON what so ever
va...@gmail.com <va...@gmail.com> #1508
Finally there is a sollution for adhoc networking on Android!
Check out the answer here -http://stackoverflow.com/a/10108812/1031514
Check out the answer here -
su...@gmail.com <su...@gmail.com> #1509
As Google is still not fixing this, probably intentionally, so Google's image has taken a beating in my mind. I would request Google to rise and be a responsible company and fix this user scenario.
an...@googlemail.com <an...@googlemail.com> #1510
That is google s. Android. :-) whit apple no problem. With nokia no probl. Ad- hoc. Haha i think eveen amiga and atari can do it. That is no the future
mi...@gmail.com <mi...@gmail.com> #1511
Da haben die Mitbewerber einen klaren Vorteil: AD HOC - WiFI funktioniert problemlos. Warum sollte es auch nicht? Man ist geschäftlich unterwegs und hat abends im Hotel seinen Laptop im Hotelnetz und synchronisiert seine Daten, da möchte man doch seinen PDA gleich mit synchronisieren und zwar direkt mit dem Laptop. Man möchte NICHT eine eigenständige, Kosten verursachende Verbindung mit seinem Smartphones aufbauen!
Dieses Feature wird bei der nächsten Entscheidungsrunde über die Anschaffung von Apple- oder Google-Geräten ausschlaggebend sein.
Dieses Feature wird bei der nächsten Entscheidungsrunde über die Anschaffung von Apple- oder Google-Geräten ausschlaggebend sein.
je...@gmail.com <je...@gmail.com> #1512
i really need ad-hoc TT TT
wi...@gmail.com <wi...@gmail.com> #1513
Need Ad-Hoc Now
re...@gmail.com <re...@gmail.com> #1514
need ad-hoc too
vi...@gmail.com <vi...@gmail.com> #1515
need ad hoc plz................................
ak...@gmail.com <ak...@gmail.com> #1516
Уважаемые, и как подключиться по WIFI в Андроиде GSMAPT IBSS сеть типа(AdHoc)не поддерживает почему?
on...@gmail.com <on...@gmail.com> #1517
Need ad-hoc too, please...
al...@gmail.com <al...@gmail.com> #1518
I am a journalist that reviews smartphones.
The fact that I can review Apple' stuff quite happily on my work ad hoc network means that Android's will automatically get lower scores. I am sorry, this is such an essential feature of any modern device.
This should not be on a wishlist - this is core functionality. I use my ad hoc network at work 24/7 - it should be enabled out of the box.
The fact that I can review Apple' stuff quite happily on my work ad hoc network means that Android's will automatically get lower scores. I am sorry, this is such an essential feature of any modern device.
This should not be on a wishlist - this is core functionality. I use my ad hoc network at work 24/7 - it should be enabled out of the box.
ni...@gmail.com <ni...@gmail.com> #1519
I bought an Android tablet and now I'm fu..kd. shame on you google
ga...@gmail.com <ga...@gmail.com> #1520
Ало...! Включите Ad Hoc...
de...@gmail.com <de...@gmail.com> #1521
Support it or forbid it completely!
I start a project which must be used with ad-hoc,and my android-phone work well.
But Now!When the project is almost done, when i check the app in other android-phone,i cannt connect!
What a funny game!!!!
I start a project which must be used with ad-hoc,and my android-phone work well.
But Now!When the project is almost done, when i check the app in other android-phone,i cannt connect!
What a funny game!!!!
gr...@gmail.com <gr...@gmail.com> #1522
ru...@gmail.com <ru...@gmail.com> #1523
Judging by the amount of time and number of versions that have gone by, there is simply no will to fix this. Wi-fi direct is NOT an alternative. There is no justification for willfully obsoleting perfectly functional devices that can only do ad-hoc. Google: being backwards compatible should be the _default_ position, and only be abandoned if it will bring negative consequences.
Get on the stick and make an official patch to add ad-hoc support for those who want it.
Get on the stick and make an official patch to add ad-hoc support for those who want it.
ld...@gmail.com <ld...@gmail.com> #1524
Esto esta mal, tantas voces solicitando un cambio,
Porque no se da soporte??? Es una necesidad de nosotros como usuarios,
Porque Google no atiende nuestras necesidad,
Tal vez sea hora de ver las otras opciones...
Porque no se da soporte??? Es una necesidad de nosotros como usuarios,
Porque Google no atiende nuestras necesidad,
Tal vez sea hora de ver las otras opciones...
sa...@gmail.com <sa...@gmail.com> #1525
I think the issue of ad-hoc is not just that of control, but of the constraints of the hardware provided in such a small form factor. Running my SGS II as an AP or in extended file transfer cooks the phone. HTC and Motorolas do much much better but I think the primary reason for "roadblocking" ad-hoc implementations is to reduce equipment and service failures. I dont think we can realize that sort of world until the devices and infrastructure become more robust.
hu...@gmail.com <hu...@gmail.com> #1526
yes,we needed.
pu...@gmail.com <pu...@gmail.com> #1527
Вы просто теряете потребителей. Это не та функция, которой можно пренебречь.
mr...@gmail.com <mr...@gmail.com> #1528
I like most others was surprised to find that Android does not support this type of connection. REALLY??? Look, there are many companies designing all types of gear that requires an ad-hoc connection. More specifically the connection should be "Zero-Conf" or if you prefer to call it by Apples name "Bonjour".
I can't believe that anyone who knows about Zero-Conf would ignore its inclusion into a portable device. Heck it a standard that is over 10 years old. It also can't be because it takes to much system resources, I am running ZC on a PIC based embedded controller and it works great with iOS and OSX which support zero conf. Hell even Windows and IE support it if you load Bonjour.
I can't believe that anyone who knows about Zero-Conf would ignore its inclusion into a portable device. Heck it a standard that is over 10 years old. It also can't be because it takes to much system resources, I am running ZC on a PIC based embedded controller and it works great with iOS and OSX which support zero conf. Hell even Windows and IE support it if you load Bonjour.
ds...@gmail.com <ds...@gmail.com> #1529
Why don't you either change this, which is simple, or just tell us that you aren't going to. Do you think it's funny to just let this go on and on like this for years?
me...@gmail.com <me...@gmail.com> #1530
Apple iPAD adhoc connection just so easy....delightful experience.
but I have a new Androd Tablet.... and I just cannot connect via my smartphone.....
massively disappointing.... very annoying....
This needs to get fixed....
but I have a new Androd Tablet.... and I just cannot connect via my smartphone.....
massively disappointing.... very annoying....
This needs to get fixed....
ze...@gmail.com <ze...@gmail.com> #1531
WE NEED AD-HOC!
va...@gmail.com <va...@gmail.com> #1532
whether this issue fixed in 4.x? please i need adhoc option. This is such an essential feature of any modern device.........
se...@gmail.com <se...@gmail.com> #1533
Who win money with this option unactivated??? It's incredible today. I hope it will be ok with an update....
an...@gmail.com <an...@gmail.com> #1534
I neeed Ad-Hoc too!
dp...@gmail.com <dp...@gmail.com> #1535
Please add this!
pu...@gmail.com <pu...@gmail.com> #1536
Por favor, señores de google(sin ofender), si son inteligentes, se darán cuenta de que hace falta esta opción
al...@gmail.com <al...@gmail.com> #1537
It is a shame ;(
hu...@gmail.com <hu...@gmail.com> #1538
Fix it!!!
di...@gmail.com <di...@gmail.com> #1539
[Comment deleted]
di...@gmail.com <di...@gmail.com> #1540
Дайте ad-hoc. Проблем в реализации нет же. девайсы с рутом прекрасно коннектятся при замене одного(!) файлика. неужели это так сложно? лан хрен с ним с j2me, ну не любит гугл оракл, но адхок то чем помешал?
vi...@gmail.com <vi...@gmail.com> #1541
Fix it ! thx
jf...@gmail.com <jf...@gmail.com> #1542
The Motorola ATRIX (Android 2.2) does work perfectly fine with Ad Hoc networks straight out of the box.
Which makes it quite interesting, since it would indicate that Motorola did some software development on the ATRIX to support Ad-Hoc which it did not do on its Wi-Fi *only* tablet. Would really, really, really like to know the reasons for that decision!
Which makes it quite interesting, since it would indicate that Motorola did some software development on the ATRIX to support Ad-Hoc which it did not do on its Wi-Fi *only* tablet. Would really, really, really like to know the reasons for that decision!
po...@gmail.com <po...@gmail.com> #1543
I have this problem too . Plz fix it . Thnx
de...@gmail.com <de...@gmail.com> #1544
This issue was opened in 2008 still it is not fixed. What the hell is Google Android team doing...This is a basic functionality for any Wifi device...
kw...@gmail.com <kw...@gmail.com> #1545
kkk
ba...@gmail.com <ba...@gmail.com> #1546
disappointment from Android
os...@gmail.com <os...@gmail.com> #1547
Bad move Google!, we need ad-hoc mode on Android devices !
mi...@gmail.com <mi...@gmail.com> #1548
dTDd deseE dc ecorDr EDEGE AACT
al...@gmail.com <al...@gmail.com> #1549
I con not use. Wifi
zj...@gmail.com <zj...@gmail.com> #1550
we need ad-hoc support !!!!
mo...@gmail.com <mo...@gmail.com> #1551
Need AD-HOC
st...@gmail.com <st...@gmail.com> #1552
ad hoc support is a must. BRING IT ALREADY, PLEASE !
po...@gmail.com <po...@gmail.com> #1553
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #1554
what a shame...
ha...@gmail.com <ha...@gmail.com> #1555
Please support ad-hoc on android device..
ha...@gmail.com <ha...@gmail.com> #1556
Hi not very happy-the a500 is really nice to use but it just lets itself down here I hate the idea of buying an I pad and I like Macs please pull your finger out!!!
vi...@gmail.com <vi...@gmail.com> #1557
Please Google listen us. We are android lovers, we want to see our Android Grow and become the best mobile platform. Please take a look at the issues we rise and make some efforts to solve them.
ku...@gmail.com <ku...@gmail.com> #1558
Its pretty simple really. The wireless companies do NOT want you using your phone to tether unless you pay for their tether service. I am 99% sure this why Verizon phones don't come with the ability. So when you look at at the situation that Google is in (Crossing Verizon versus crossing a few hundred thousand people) they are going to cater to Verizon. This should be clear. With Verizon, to allow the phone to communicate you have to buy their tether service PER MONTH. Think this might have anything to do with the change on unlimited data plans. C'mon folks, they want to develop their internet business. All the song and dance about available bandwidth is smoke for the fact that their Wireless internet hubs use the same network. If your Android phone came out of the box with ability to tether fro free, who would ever buy their 4G internet devices and they wouldn't be able to get people to buy tether service.
You might look at this and say, "Well Verizon lets us use Google Maps and Google Nav," Yes and as a result, no-one with two braincells to rub together is going to VZ Navigator. Why would they do that if its about money. My opinion, there are some things Google will bargain with and some they won't. And in the category of "Won't remove functionality" firmly falls all of Googles services. Make sense now?
That being said, its bs. My phone, my service (which I pay Verizon for) with unlimited data, I should not be limited into how I use that bandwidth. Simple.
But as I said, its about money so its never going to happen. But there are ways around it, problem is that if they are too heavily promoted, Verizon will demand that Google close the loophole, so its not going to be a widely known procedure. Although I have not tried tethering for a while. There even used to be a third party app for it on the Market (Play, whatever). It was removed (I am sure at pressure from one or more of the wireless companies). Google is an innovative company, it would be incorrect to assume they are "not smart enough" or "dragging their feet". It came down to an eye to eye staring match and Google blinked. Wireless companies Corporate greed 1, Google's innovation 0.
Which which angers me greatly (to be put politely. I too LOVE Android, my background is a black skull and crossbones with Apple's logo replacing the skull and a bite taken out of it. I am 100% certified fanboy. And bowing to the wireless companies when you just reached out and grabbed 47% of the market in a scant few years, at Apple's expense is somewhat lacking in corporate cojanes. C'mon guys, you've got 47% of the market, you should be dictating to them, not vice versa. Cause people will jump carriers for your phones. Guaranteed. As much as I hate AT&T and Sprint, I'd jump to them in a flash, if not Metro PCS. Verizon would weep. Cause millions of others would too.
You might look at this and say, "Well Verizon lets us use Google Maps and Google Nav," Yes and as a result, no-one with two braincells to rub together is going to VZ Navigator. Why would they do that if its about money. My opinion, there are some things Google will bargain with and some they won't. And in the category of "Won't remove functionality" firmly falls all of Googles services. Make sense now?
That being said, its bs. My phone, my service (which I pay Verizon for) with unlimited data, I should not be limited into how I use that bandwidth. Simple.
But as I said, its about money so its never going to happen. But there are ways around it, problem is that if they are too heavily promoted, Verizon will demand that Google close the loophole, so its not going to be a widely known procedure. Although I have not tried tethering for a while. There even used to be a third party app for it on the Market (Play, whatever). It was removed (I am sure at pressure from one or more of the wireless companies). Google is an innovative company, it would be incorrect to assume they are "not smart enough" or "dragging their feet". It came down to an eye to eye staring match and Google blinked. Wireless companies Corporate greed 1, Google's innovation 0.
Which which angers me greatly (to be put politely. I too LOVE Android, my background is a black skull and crossbones with Apple's logo replacing the skull and a bite taken out of it. I am 100% certified fanboy. And bowing to the wireless companies when you just reached out and grabbed 47% of the market in a scant few years, at Apple's expense is somewhat lacking in corporate cojanes. C'mon guys, you've got 47% of the market, you should be dictating to them, not vice versa. Cause people will jump carriers for your phones. Guaranteed. As much as I hate AT&T and Sprint, I'd jump to them in a flash, if not Metro PCS. Verizon would weep. Cause millions of others would too.
an...@gmail.com <an...@gmail.com> #1559
please add support for Ad-Hoc in the future, my phone - Huawei Honor 4.0.3
jr...@googlemail.com <jr...@googlemail.com> #1560
Please add ad hoc Mode soon! Can't believe this is a serious Problem To solve
vi...@gmail.com <vi...@gmail.com> #1561
Increible, vaya tomadura de pelo.
al...@gmail.com <al...@gmail.com> #1562
Please, add ad-hoc connection ASAP!!!!!
dh...@gmail.com <dh...@gmail.com> #1563
I will sell my Xoom and buy an ipad as much as I hate to admit it. But apple is the answer it seems. Frak Google.
wa...@gmail.com <wa...@gmail.com> #1564
I need adhoc functionality to be able to connect to mini embedded wifi modules. Hope Google provide a solution soon.
sp...@gmail.com <sp...@gmail.com> #1565
Please, add ad-hoc connection ASAP!!!!!
mr...@gmail.com <mr...@gmail.com> #1566
[Comment deleted]
st...@gmail.com <st...@gmail.com> #1567
Please, add ad-hoc connection ASAP!!!!!
ti...@gmail.com <ti...@gmail.com> #1568
you are loosing customers google.
ro...@gmail.com <ro...@gmail.com> #1569
Please, add support for the phone to connect to an ad-hoc network.
I don't see why the network operators should oppose this funcitonality, since it simply allows us to connect to more Wifi networks.
I don't see why the network operators should oppose this funcitonality, since it simply allows us to connect to more Wifi networks.
sb...@gmail.com <sb...@gmail.com> #1570
i need ad hoc you have three weeks then i will do my best if you do not implement this interface im am going to draw clouds which are goes dark with full of of rain and flashes i mean storm this intellgency does not ennoying any more probably you are the reader of the text in color of black remember your galaxy ls spral formed odd ball with gas and dust computer is just another interface of us neurons you named us any way we are controlling your bodies ... shorly we need ad hoc
pl...@gmail.com <pl...@gmail.com> #1571
Why isn't this sorted yet?
th...@gmail.com <th...@gmail.com> #1572
please add adhoc to android
thanks google
thanks google
ou...@gmail.com <ou...@gmail.com> #1573
OMG ... I NEED IT REALLY WITHOUT AD HOC ... I'LL SEARCH FOR FREE WIFI IN THE CITY :( BAD IDEA MY PLAY STORE APP AND OTHERS ARE ALL OUT OF DATE
sh...@gmail.com <sh...@gmail.com> #1574
Wow google, you really are making us impatient... just got Optimus black p970 which connects with connectify in windows 7 while ad-hoc seems impossible for Android's forefather Ubuntu.. :D
s....@gmail.com <s....@gmail.com> #1575
Google, seriously we've been waiting for ad hoc support since Android 2.1. I expected it to have arrive in at least 4.0 or 4.1!!
s....@gmail.com <s....@gmail.com> #1576
Guys please help out by starring the issue (left to the project title) and commenting this page until Google wakes up and pays attention!
zh...@gmail.com <zh...@gmail.com> #1577
It is needed!
ia...@gmail.com <ia...@gmail.com> #1578
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1579
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1580
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1581
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1582
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1583
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1584
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1585
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1586
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1587
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1588
Not supported by nexus 7 !!!!!!!
ia...@gmail.com <ia...@gmail.com> #1589
Not supported by nexus 7 !!!!!!!
na...@gmail.com <na...@gmail.com> #1590
Come on Google, please just do it! Tnx.
an...@gmail.com <an...@gmail.com> #1591
Enabling Ad-hoc mode will open up scope for a very wide variety of applications. Please do it google.
pe...@gmail.com <pe...@gmail.com> #1592
It's been 4 years. No support adhoc. Good work. There is always something to strive for. Only need to want it!
ha...@gmail.com <ha...@gmail.com> #1593
this is a really bad issue in overall cool android system.. Google pls fix it for us!
mo...@gmail.com <mo...@gmail.com> #1594
Here is another use: Stick an ipcamera in your car's back window, and adhoc connect to your phone or tablet... Backup Camera...
Or you can use IP security apps to record the video and have video recordings for when someone runs into the back of you and says you did something wrong...
We need ad-hoc!!
Or you can use IP security apps to record the video and have video recordings for when someone runs into the back of you and says you did something wrong...
We need ad-hoc!!
dk...@gmail.com <dk...@gmail.com> #1595
ADHOC Great for wireless camera networks too!
ri...@gmail.com <ri...@gmail.com> #1596
Oh cmon ................do it fast...........we need it
so...@gmail.com <so...@gmail.com> #1597
Google cant make ad-hoc network working on android!!! even newbee ROM developer's came up with salvation to ad-hoc network and google developer cant do it? so what we should do? buy an android device and search for ROM developers to make everything work!! strange. I think Google should take help from apple to make ad-hoc wifi working on android.
gr...@gmail.com <gr...@gmail.com> #1598
android sucks!!!!!!
th...@gmail.com <th...@gmail.com> #1599
We need IBSS mode!
th...@gmail.com <th...@gmail.com> #1600
Wifi-Direct is NOT a decent replacement for Ad-Hoc mode!
uq...@gmail.com <uq...@gmail.com> #1601
MessageTextSMS7373
ac...@gmail.com <ac...@gmail.com> #1602
Ad-hoc is working for me without any app on my samsung galaxy y (Gingerbread 2.3.6)
just follow the steps on the video :http://www.youtube.com/watch?v=Mi2RAkPcNi4
just follow the steps on the video :
a1...@gmail.com <a1...@gmail.com> #1603
Really google wth are you thinking? You're suppose to be competing against iPhone, yet this one single feature is keeping Apple way above you in the cell phone war between you two. I could name a few more reasons why Apple is doing better, but this one reason is good enough to just go on here by itself. What's really going on with you're tech designers? Do you need help creating the best network and options for it our something? If so please call me and I'll be glad to blow you're minds with nit only ideas that would make you better than Apple could ever be, but also cheap (yet efficient) ways to create them. I mean iPhone 5 is just right around the corner and you guys are still playing catch up to iPhone 4.
a1...@gmail.com <a1...@gmail.com> #1604
Really google wth are you thinking? You're suppose to be competing against iPhone, yet this one single feature is keeping Apple way above you in the cell phone war between you two. I could name a few more reasons why Apple is doing better, but this one reason is good enough to just go on here by itself. What's really going on with you're tech designers? Do you need help creating the best network and options for it our something? If so please call me and I'll be glad to blow you're minds with nit only ideas that would make you better than Apple could ever be, but also cheap (yet efficient) ways to create them. I mean iPhone 5 is just right around the corner and you guys are still playing catch up to iPhone 4.
a1...@gmail.com <a1...@gmail.com> #1605
Really google wth are you thinking? You're suppose to be competing against iPhone, yet this one single feature is keeping Apple way above you in the cell phone war between you two. I could name a few more reasons why Apple is doing better, but this one reason is good enough to just go on here by itself. What's really going on with you're tech designers? Do you need help creating the best network and options for it our something? If so please call me and I'll be glad to blow you're minds with nit only ideas that would make you better than Apple could ever be, but also cheap (yet efficient) ways to create them. I mean iPhone 5 is just right around the corner and you guys are still playing catch up to iPhone 4.
ra...@gmail.com <ra...@gmail.com> #1606
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #1607
All the Android/i-Phone users who are not able to create ad-hoc connections and share your laptop/desktop internet connection, there is a good news for you. Use Connectify, download it full version from :
http://inamsoftwares.blogspot.in/2012/08/connectify-pro-36024540-full-keygen.html
This is a registered version you can connect to your laptop/desktop directly via wi-fi.... Muhuhahaha... now even GOOGLE cannot stop banning ad-hoc :D
This is a registered version you can connect to your laptop/desktop directly via wi-fi.... Muhuhahaha... now even GOOGLE cannot stop banning ad-hoc :D
si...@gmail.com <si...@gmail.com> #1608
come on Google!! cheaper phones with wifi doesnt have any problem connecting to ad hoc nets, and the priority for this issue is "medium"????
te...@gmail.com <te...@gmail.com> #1609
I would also like to see ad-hoc networking in the android platform for a particular use-case:
I work as a software/firmware engineer for a manufacturer of optical fiber test and measurement equipment. We are migrating towards using android devices as the controller for our professional test equipment. We need high speed wireless communication between the android device and our hardware in order to make this work. Currently we are using bluetooth for this connectivity, but it is too slow for some of our products. Ad-hoc wifi support would allow us to integrated a WiFi chip into our hardware to connect to the android device at high speed to send live video feeds for use with our video microscope feature, for example.
We sell tens of thousands of units per year, and if we can make this work with android devices we could directly support the sale of an equivalent number of android devices.
I work as a software/firmware engineer for a manufacturer of optical fiber test and measurement equipment. We are migrating towards using android devices as the controller for our professional test equipment. We need high speed wireless communication between the android device and our hardware in order to make this work. Currently we are using bluetooth for this connectivity, but it is too slow for some of our products. Ad-hoc wifi support would allow us to integrated a WiFi chip into our hardware to connect to the android device at high speed to send live video feeds for use with our video microscope feature, for example.
We sell tens of thousands of units per year, and if we can make this work with android devices we could directly support the sale of an equivalent number of android devices.
cl...@gmail.com <cl...@gmail.com> #1610
This feature should be integrated in the core OS long time ago.
dj...@gmail.com <dj...@gmail.com> #1611
please i need wi-fi adhoc fo my samsung galaxy S3
hz...@gmail.com <hz...@gmail.com> #1612
Ad-Hoc mode please!!!!!!!!!
bf...@gmail.com <bf...@gmail.com> #1613
Its really frustating that android not support a Ad-hoc connection.
Last week I braught a S2 and i could not connect it through Ad hoc.
Please......Instead of running behind other softwares or rooting phone, we looking support from android team...Please help us for ad hoc connection
Last week I braught a S2 and i could not connect it through Ad hoc.
Please......Instead of running behind other softwares or rooting phone, we looking support from android team...Please help us for ad hoc connection
al...@gmail.com <al...@gmail.com> #1614
please add support ad-hoc
ni...@gmail.com <ni...@gmail.com> #1615
Our business depends on wi-fi adhoc and we need support ad-hoc in ICS and also in the future Android 5.x or we will migrate to iOS.
d....@gmail.com <d....@gmail.com> #1616
Let's GO! ad-hoc wifi please!! 4 years later and nothing!
iPhone has ad-hoc support!
iPhone has ad-hoc support!
gl...@gmail.com <gl...@gmail.com> #1617
Please add ad hoc WiFI support to Android.
fe...@gmail.com <fe...@gmail.com> #1618
this could save lives in emergency situations when the infrastructure doesn't work for some reason. I wonder why adhoc support was removed from the code.
ab...@gmail.com <ab...@gmail.com> #1619
+ 100000000000000000 please enable ad-hoc support
vi...@gmail.com <vi...@gmail.com> #1620
Please enable this in mainline Android. The lack of ad-hoc mode in the usual firmware poses a serious problem for those of us working in the problem spaces of emergency first response as well as community networks. A lack of ad-hoc mode for 802.11 hardware seriously limits the mobile devices that can connect to wireless resources used in those problem spaces to help people.
mi...@gmail.com <mi...@gmail.com> #1621
ad hoc please
[Deleted User] <[Deleted User]> #1622
[Comment deleted]
ro...@metere.it <ro...@metere.it> #1623
just install a good linux distribution, where you are "REALLY" free
sr...@gmail.com <sr...@gmail.com> #1624
DELIBERATE ad-hoc blocking on android is malicious.
If there was a good reason they would have told us.
Please fix.
If there was a good reason they would have told us.
Please fix.
as...@gmail.com <as...@gmail.com> #1625
Support adhoc please...
bi...@gmail.com <bi...@gmail.com> #1626
Please, provide ad-hoc connectivity feature as it is very important for many people and there is no reasoning at all in blocking it
sb...@gmail.com <sb...@gmail.com> #1627
I really need this!!! AD-HOC PLEASE!!!
en...@mailbox.org <en...@mailbox.org> #1628
Please add AD-HOC support!
en...@mailbox.org <en...@mailbox.org> #1629
Even the crappy Samsung S7023GT with shitty Bada does support ad-hoc!
wa...@gmail.com <wa...@gmail.com> #1630
Yes! It is need!
ri...@gmail.com <ri...@gmail.com> #1631
Yep, adding my request for ad-hoc alongside everyone else here. I would like to have this so I can use my Nokia hosted Joikuspot with my Nexus 7 tablet. I love my Nexus but I can only use it at home, where I have infrastructure Wi-Fi. Really wish I could use it on the move too :-( Come on guys, help us out here, please!
at...@gmail.com <at...@gmail.com> #1632
ad hoc please
sa...@gmail.com <sa...@gmail.com> #1633
This is the 1636th comment requesting this feature. Google, are you serious that you don't reply either?
sa...@gmail.com <sa...@gmail.com> #1634
[Comment deleted]
ru...@gmail.com <ru...@gmail.com> #1635
Need an ad-hoc network. Early in research and development so after reading 4 years of requests it looks like iPhone is the answer.
ge...@gmail.com <ge...@gmail.com> #1636
IF I KNEW NEXUS 7 DID NOT READ AD-HOC I'D NEVER BUY THIS S**T! I'D GO FOR APPLE'S IPAD MINI A 1.000 TIMES INSTEAD! EXCUSE ME FOR CAPS, I NEVER USE IT, BUT THIS ISSUE DRIVES ME CRAZY! COME ON GOOGLE!
mr...@gmail.com <mr...@gmail.com> #1637
Our company has authorized the purchase of 10,000 G nexus 7's to replace ageing ipads and on the verge of buying the same number of N4's to replace iphones/blackberry. We need to be able to connect to a laptop's ad-hoc wifi hotspot (as does the ipad and the iphone and blackberry)
If this is not implemented in 4.2 JB (which it looks like it won't) then our digital strategic platform has no future on Android. Leaving us with no alternative to cancel all 10,000 G nexus orders ($2,500,000)and cease the order for the N4's (another $2,500,000) and replace the whole platform with Windows 8/Nokia. Sorry.
pe...@gmail.com <pe...@gmail.com> #1638
I find it hard to believe that an Apple device (iPad) can do something that my new Android device cannot. Whose sales are going to win this festive season?
ch...@googlemail.com <ch...@googlemail.com> #1639
This is ridiculous, Google. Just plain ridiculous. Not even an answer as to why this basic, expected, **implicitly advertised** functionality is not available - advertising WiFi support implies WiFi support, you know.
Looks like I may well have to return my Nexus 7. Thanks.
Looks like I may well have to return my Nexus 7. Thanks.
lr...@gmail.com <lr...@gmail.com> #1640
I see this is something that has been being requested for years now and not implemented, with no answer as to why. I seriously doubt it will be at any time soon either. I was looking into getting an android tablet, but since I won't be able to connect to the internet through my phone I think I'll look elsewhere. Looks like I might be going to Apple even.
st...@gmail.com <st...@gmail.com> #1641
Not everyone want to add tethering with an AD HOC network, currently i develop apps for the maritime industry and have been sending data over Bluetooth, this has limited range and ability to travel through walls etc. There are devices on the market that convert serial data to WiFi, and yes you guessed it you need to connect to an ADHOC network to use these devices, currently only Iphone/iPad can use these and We as android developers and users are missing out on a large market. The only way the company can use these devices is if they use Apple or root what ever device they have (which seems a bit silly considering WiFi ADHOC networks are a standard WiFi feature)
Please implement becuase it is loosing me money!!!!!
Please implement becuase it is loosing me money!!!!!
we...@gmail.com <we...@gmail.com> #1642
I see no reason to delay ADHOC WiFi network compatibility. Shame on Google. I like Android OS, but this is a real shame...
ar...@gmail.com <ar...@gmail.com> #1643
Please, add ad-hoc connection!
gi...@gmail.com <gi...@gmail.com> #1644
Please add wi-fi ad-hoc support. Nexus 7 without internet is useless.
bw...@gmail.com <bw...@gmail.com> #1645
Evil android, evil google. This is definitely phone network request until there will be big scandal they wont do anything.
Android is open... my ass.
Android is open... my ass.
bw...@gmail.com <bw...@gmail.com> #1646
Somebody write about this properly in proper fashion send story to slashdot, then maybe more sites will pick it up and bam slap google with its android.
And fucking google dares to silently ignore this? At least they could come with stupid explanation. Google you suck.
And fucking google dares to silently ignore this? At least they could come with stupid explanation. Google you suck.
bw...@gmail.com <bw...@gmail.com> #1647
In fact I already imagine google's response after this upcoming fus.
"WPA supplicant didint support AD-HOC its not our fault, but we now implemented/replaced it, we are good guys!"
Fuckers. This is all set up to happen, they picked it just because it doesnt support ad-hoc so more people buys expensive data plans and wastes more money to mobile carriers.
Fuck you google again.
"WPA supplicant didint support AD-HOC its not our fault, but we now implemented/replaced it, we are good guys!"
Fuckers. This is all set up to happen, they picked it just because it doesnt support ad-hoc so more people buys expensive data plans and wastes more money to mobile carriers.
Fuck you google again.
wo...@yahoo.com <wo...@yahoo.com> #1648
Implement ADHOC now!!!!!
wo...@yahoo.com <wo...@yahoo.com> #1649
I feel a lill ashamed that my GFs shitty iphone 4 can connect to AdHoc, while my SGS3 does not!! All this after I was trying to convert her!!!!
wo...@yahoo.com <wo...@yahoo.com> #1650
[Comment deleted]
vg...@gmail.com <vg...@gmail.com> #1651
we need ad-hoc support !!!!
bs...@gmail.com <bs...@gmail.com> #1652
Ad-Hoc is impotant function, very needed!
lo...@gmail.com <lo...@gmail.com> #1653
[Comment deleted]
lo...@gmail.com <lo...@gmail.com> #1654
ad hoc for all, free ad-hoc!
cs...@petaplex.com <cs...@petaplex.com> #1655
4 years. do you posters really think that Google are listening?
sa...@gmail.com <sa...@gmail.com> #1656
A must-be capability for tablets and mobiles is Adhoc, I thought-and mellions out there did- that Android as a free-source is gonna release real features that been seized by giant companies..! we see less than expected..!
Please implement it as a standard feature.
Please implement it as a standard feature.
ah...@gmail.com <ah...@gmail.com> #1657
Must to be. Without the ad-hoc support I cannot connect my Linux with Android. Please, fix it.
[Deleted User] <[Deleted User]> #1658
I recreated this topic as it seems to have been buried, new Issue 36949180 .
tn...@gmail.com <tn...@gmail.com> #1659
Je viens d'acheter une tablette asus sous android justement pour l'utiliser en exterieur. J'utilise pour connecter mon ordi portable joikuspot avec mon telephone nokia N8. Avec ma tablette, je peux voir mon hotspot, mais il apparait comme enregistre et rien ne se passe. Pas de connexion internet. Si je me connecte en bluetooth, la tablette reboote. Je ne sais pas quoi faire, ne veut pas perdre la garantie et je suis coince.
cj...@gmail.com <cj...@gmail.com> #1660
Сделайте Ad-hoc, 4 года игнорировать пользователей это жестоко)
cj...@gmail.com <cj...@gmail.com> #1661
[Comment deleted]
mp...@gmail.com <mp...@gmail.com> #1662
please add adhoc for android 2.3.5....pleaaaaaaaaaaaaaseeeeeeeeeeeeeeeeeeeeeeeeeee
thanks
thanks
mm...@gmail.com <mm...@gmail.com> #1663
Why google don't support adhoc in android?
that make iphone better than the smart phone which use android system.
I don't think is hard to support it.
support adhoc to make android system better
that make iphone better than the smart phone which use android system.
I don't think is hard to support it.
support adhoc to make android system better
le...@gmail.com <le...@gmail.com> #1664
My First smart Phone on windows mobile supported adhocs wifi and android doesnt .....
Was so fan of Android ...
Was so fan of Android ...
ar...@proactivefire.com <ar...@proactivefire.com> #1665
[Comment deleted]
ar...@proactivefire.com <ar...@proactivefire.com> #1666
[Comment deleted]
ar...@proactivefire.com <ar...@proactivefire.com> #1667
Lack of Ad Hoc....so disappointing, my first android and I am going out tomorrow to return to iPhone that makes it easy and works. I need to connect to my printer without a network and I can not! WHY??? My printer will not steal my data, security my arse!
Judging by all the posts and the looooong time for Google to react to customer demands suggests little for Google customer support/service.
First and last Android for me, THANK YOU, GOOGLE.
Judging by all the posts and the looooong time for Google to react to customer demands suggests little for Google customer support/service.
First and last Android for me, THANK YOU, GOOGLE.
ra...@gmail.com <ra...@gmail.com> #1668
I am thinking of getting the Parrot A.R.Drone and using my Nexus 7 for the controller but it requires a device with Ad Hoc wireless support. Please add. Thank you
ti...@gmail.com <ti...@gmail.com> #1669
1st request of 2013 for ad-hoc! As android starts to get traction in tablets the pressure will grow. After all a phone always has alternative coms options.
ri...@gmail.com <ri...@gmail.com> #1670
I just learned that what has been working on my 2nd gen 4 year old iPod Touch (ad-hoc-ing with ubuntu) does not work on my shiny new Galaxy Note 2 with Android 4.1.1.
Please fix it.
Please fix it.
el...@gmail.com <el...@gmail.com> #1671
Same for me with my Galaxy Note 2 too on 4.1.2
I hope it will be fix in a few time.
I hope it will be fix in a few time.
x2...@gmail.com <x2...@gmail.com> #1672
Please fix it.
jo...@gmail.com <jo...@gmail.com> #1673
Android tablet users need this feature!
ka...@gmail.com <ka...@gmail.com> #1674
We need ad-hoc support !!! Please fix it...
[Deleted User] <[Deleted User]> #1675
please implement!!
sw...@gmail.com <sw...@gmail.com> #1676
Cannot connect wit my android........extremly frustarated
ro...@gmail.com <ro...@gmail.com> #1677
Limiting connectivity options in favor of "the communications cartel" (operators), thus limiting a wide range of creative technology solutions means "being evil" and doing evil. More and more it seems that Google is not a company on the tech edge anymore. All competitors got that. My old Nokia Symbian phone could ad-hoc. WIFI direct is good, but not having ad-hoc WIFI is a shame. I helped migrating a lot of people to Android and already stopped doing it.
ma...@gmail.com <ma...@gmail.com> #1678
Ну вы там в Гугле жжоте.
4 года не отвечать на вопрос: "Почему не хотите добавить ad-hoс support, который лет 5 как есть во всех телефонах кроме андроида?"
Это надо уметь! Так держать!
/
4 years NOT answering the question WHY you are not going to add WiFi ad-hoc support - its a great patience, Google ! Carry on!
4 года не отвечать на вопрос: "Почему не хотите добавить ad-hoс support, который лет 5 как есть во всех телефонах кроме андроида?"
Это надо уметь! Так держать!
/
4 years NOT answering the question WHY you are not going to add WiFi ad-hoc support - its a great patience, Google ! Carry on!
va...@gmail.com <va...@gmail.com> #1679
WHY you are not going to add WiFi ad-hoc support?
ep...@gmail.com <ep...@gmail.com> #1680
this is why I will never buy tablet with android. :)
[Deleted User] <[Deleted User]> #1681
Add adhoc support! You are embarrassing me in front of my iFriends.
Geez!
Geez!
st...@gmail.com <st...@gmail.com> #1682
Vogliamo la rete ad hoc
ju...@gmail.com <ju...@gmail.com> #1683
Adhoc wifi is a must and by not adding it, you are loosing more and more people, I hope that ubuntu mobile will support it and than you might be loosing many users because of this...
gw...@gmail.com <gw...@gmail.com> #1684
5302 people starred this issue. Many more are furious.
ma...@gmail.com <ma...@gmail.com> #1685
Bought a PLX Kiwi 2 Wifi today and found out it requires ad-hoc in order to work. It works great on my friends iPhone and my laptop but my Android doesn't see it. Not sure if I will be staying with Android for my next phone.
ga...@gmail.com <ga...@gmail.com> #1686
Please Add Ad-hoc WiFi support. I am using Nexus 4
ps...@gmail.com <ps...@gmail.com> #1687
ni...@gmail.com <ni...@gmail.com> #1688
a lot of people who want this don't know there is a site to make a suggestion to google
st...@gmail.com <st...@gmail.com> #1689
One of my clients has a product that uses Wi-Fi adhoc mode and we would like to control it with a app from a portable device, but it looks like that will need to be an iPhone.
Google's silence on this issue is pathetic. How many thousand people have to voice their concern over this issue before Google's even bothers to respond?
Google's silence on this issue is pathetic. How many thousand people have to voice their concern over this issue before Google's even bothers to respond?
kd...@gmail.com <kd...@gmail.com> #1690
Adhoc is a must have.
fr...@gmail.com <fr...@gmail.com> #1691
Not expected from google ....
yv...@gmail.com <yv...@gmail.com> #1692
please add Adhoc Wifi network
an...@gmail.com <an...@gmail.com> #1693
I have a Nexus 7. I have also a HTC HD2 with Windows Mobile, which has a Wi-Fi Router capability. I use the router for my laptop from time to time and it works well.
My N7 cannot even see the router. Nothing I can do will get it to connect.
My N7 happily connects to my home wi-fi and to hotspots when out and about.
Does anyone know of a way to connect my N7 to my HD2?
My N7 cannot even see the router. Nothing I can do will get it to connect.
My N7 happily connects to my home wi-fi and to hotspots when out and about.
Does anyone know of a way to connect my N7 to my HD2?
ra...@gmail.com <ra...@gmail.com> #1694
Check here for a modified Android with IBSS support:
http://www.thinktube.com/android-tech/46-android-wifi-ibss
Changes are submitted to AOSP Gerrit:
https://android-review.googlesource.com/53582
https://android-review.googlesource.com/53583
https://android-review.googlesource.com/53580
https://android-review.googlesource.com/53581
https://android-review.googlesource.com/53584
https://android-review.googlesource.com/53585
Changes are submitted to AOSP Gerrit:
su...@gmail.com <su...@gmail.com> #1695
Please! Please! Enable ad-hoc mode by default on Android !
Mesh network is the futur of connectivity !
Thx
Mesh network is the futur of connectivity !
Thx
sr...@gmail.com <sr...@gmail.com> #1696
Please integrate Ad-hoc feature in Android upcoming updates soon,
Please-Please-Please.
this kind of Facility should be present there,
Please-Please-Please.
this kind of Facility should be present there,
ph...@jukwa.com <ph...@jukwa.com> #1697
My Huawei wifi range extender can't be seen by the Nexus 7. So I can't use the tablet upstairs. Grrrrrrrrrrrrr
eu...@gmail.com <eu...@gmail.com> #1698
Never will I purchase another android device until this is fixed
aa...@gmail.com <aa...@gmail.com> #1699
добавьте уже наконец поддержку ad-hoc! приходится сидеть на андроид 2.2.7, где есть поддержка ad-hoc.
finally, add the ad-hoc support! i have to stay on android 2.2.7 on my tablet. this obsolete has ad-hoc support. wtf!?
finally, add the ad-hoc support! i have to stay on android 2.2.7 on my tablet. this obsolete has ad-hoc support. wtf!?
na...@gmail.com <na...@gmail.com> #1700
OMG !! 4 years to implement Ad-Hoc and nothing ?? pfff
sh...@gmail.com <sh...@gmail.com> #1701
Issue opened in 2008 and still not fixed ? This is VERY disappointing...
mi...@gmail.com <mi...@gmail.com> #1702
Ad-Hoc really need for many people...
This urlwww.linux.org.ru/forum/mobile/8579341 may help anybody...
This url
sr...@gmail.com <sr...@gmail.com> #1703
82
ea...@aol.com <ea...@aol.com> #1704
I am a mathematics teacher and some of my students connect to my moodle server by wireless-mode ad-hoc.
Some students have netbooks but it too heavy and too expansive.
The best way for students is to use android tablets supporting ad-hoc mode.
I nead very much this ad-hoc mode to use it in my classroom !!!!!!
Elisabeth
Some students have netbooks but it too heavy and too expansive.
The best way for students is to use android tablets supporting ad-hoc mode.
I nead very much this ad-hoc mode to use it in my classroom !!!!!!
Elisabeth
de...@gmail.com <de...@gmail.com> #1705
This feature is badly needed, please implement it
th...@gmail.com <th...@gmail.com> #1706
So bad that Google locked up this feature in open source world. I need ad-hoc to share tethering from my phone with Eclair 2.1 to tablet ICS 4.0.4
fe...@gmail.com <fe...@gmail.com> #1707
Ad-hoc wifi support out of the box would be very useful - especially for those stuck with a Windows XP laptop and a lan connection. Thanks.
ol...@gmail.com <ol...@gmail.com> #1708
[Comment deleted]
ol...@gmail.com <ol...@gmail.com> #1709
It's possible to create an ad-hoc network on Android 4.0.3 and older!!! in the Wireless & networks -> Tethering & portable hotspot. Works great!!!
[Deleted User] <[Deleted User]> #1710
bc...@gmail.com <bc...@gmail.com> #1711
[Comment deleted]
st...@gmail.com <st...@gmail.com> #1712
I'm trying half a dozen workarounds for this, but of course, I am travelling on business, so don't want to risk breaking my phone for any length of time... Why hasn't this been enabled long before now?
bi...@gmail.com <bi...@gmail.com> #1713
Please enable ad-hoc wifi for Android. Trying to create automated robots with Android 4.2.2 and Arduino, but they can't even talk to each other until I root the devices!
Wifi Direct doesn't cut it >;[
Once the Group Owner (GO) is out of range of the other clients, communication fails.
We want truly ad-hoc networking!
Wifi Direct doesn't cut it >;[
Once the Group Owner (GO) is out of range of the other clients, communication fails.
We want truly ad-hoc networking!
cs...@gmail.com <cs...@gmail.com> #1714
Please enable !
pu...@gmail.com <pu...@gmail.com> #1715
Considering that Google has been evangelizing the use of smartphones as wireless control devices, it's crazy that they are not making Ad-Hoc WiFi networking capability on all Android phones a top priority.
to...@gmail.com <to...@gmail.com> #1716
+1 to get WiFi HotSpot / 3G Tethering on Android 4 / Tablet!!!
er...@gmail.com <er...@gmail.com> #1717
hello in desperate need of this opsion.:)ad hook wifi
pa...@gmail.com <pa...@gmail.com> #1718
This feature has been missing for years, and has now become my top reason for wanting to root my phone.
ch...@gmail.com <ch...@gmail.com> #1719
Please:)
jb...@android.com <jb...@android.com> #1720
[Comment deleted]
jb...@android.com <jb...@android.com> #1721
[Comment deleted]
jb...@android.com <jb...@android.com> #1722
[Comment deleted]
jb...@android.com <jb...@android.com> #1723
[Comment deleted]
jb...@android.com <jb...@android.com> #1724
[Comment deleted]
jb...@android.com <jb...@android.com> #1725
[Comment deleted]
jb...@android.com <jb...@android.com> #1735
[Comment deleted]
jb...@android.com <jb...@android.com> #1741
[Comment deleted]
Description
currently not supported by any non-wifi phone and even on the iPhone ad hoc
networks are not officially supported. This could be a significant
differentiator.
The use cases I have in mind include using wifi to message friends on a
plane or bus where you couldn't get a seat next to each other.