HTC EVO 4G :: WiFi Access Points With Manual Connect Only Option?
Oct 27, 2010
I think this should be simple enough but I haven't found a solution. I would like to leave my WiFi radio on. This way, the phone will automatically connect to certain access points (that I have previously connected to). However, there are certain access points that I would only like the phone to connect to if I elect to manually connect to them. I can't seem to find this setting anywhere. The only two options I have on access points once connected is to Forget network and Change password. I want it to remember those but only connect when I manually tell it to.
View 6 Replies
Feb 9, 2009
I am developing an application on the android platform. The app performs continues WiFi scan and sends information about the list of visible access points to server. However, I need to remove all the Ad Hoc points. The android.net.wifi.ScanResult api does not seem to have any information on "mode" of the network. Is there anyway I can distinguish a given point is Ad Hoc or Master?
View 3 Replies
View Related
Aug 9, 2010
I am building an application reading the signal strength of each available WiFi access point. I've written code like:
wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
// Get WiFi status
WifiInfo info = wifi.getConnectionInfo();
textStatus.append(" WiFi Status: " + info.toString());
// List available networks
List<WifiConfiguration> configs = wifi.getConfiguredNetworks();
However, I have two problems:
In debugging, configs only contains one connection. However, I can see that there are several APs available in the system's wifi setting. i.e. configs is an incomplete list. I don't know how to get the signal strength in Wifi Configuration. I am using HTC Hero and Android 1.5.
View 2 Replies
View Related
Nov 16, 2010
I have a Samsung Galaxy S, running Froyo. I have an issue with WiFi handover, so I am posting here (in addition to the SGS section) in case this is an Android issue rather than an SGS-specific issue. I have two WiFi Access Points (APs) at home, both using the same SSID, but on different channels.
I expected the SGS to automatically move (handover) from one AP to another based on signal strengths that vary depending on where I am. However, this does not happen. It stays on the AP that it is connected to, even when moving to very poor signal levels. I need to manually trigger this (e.g by disconnecting from the AP). Any configuration or Android app. By the way, I also tried configuring the APs with different SSIDs, but this didn't work either.
View 1 Replies
View Related
Aug 21, 2013
I moved from Galaxy S4 to Galaxy Note 2.
Everytime I take a new phone, during initial setup it gives me to restore my settings from Google which when I enable I get all my saved wifi-access points.
This time however by mistake I didn't allow Google to restore that data in my Note 2 so now I haven't got any saved WiFi passwords.
I had backup of all user and system data from S4 via titanium backup and I tried to restore WiFi access points in Note2 which wont work (maybe compatibility or something, I don't know)
how can i re-enable or force a re-sync that Google to restore my WiFi access points to my mobile or what can i do to get all my saved WiFi profiles back.
View 5 Replies
View Related
Nov 7, 2009
Just got my hands on a Droid and now I'm working out some kinks. My iPhone and laptop have no problem roaming aggressively between multiple access points we have at work that share the same SSID. I can't seem to get the Droid to do the same thing. I've tried downloading some wifi scanners, but they don't quite cut it. Is there a setting I'm missing? The expected behavior would be for the Droid to happily associate with any AP that shares a "remembered" SSID. Right now, it requires manually going into settings and associating with each and every AP in order for it to hop automatically as I move around the building.
View 4 Replies
View Related
Nov 22, 2010
I have a question regarding WiFi setup on my Android. When I'm at home, I want to use manual IP settings for my WiFi (instead of relying on DHCP). However, when I'm out using other WiFi (a coffee shop, or at school) I obviously need DHCP. How do I set manual IP settings on a per-wifi-hotspot basis?
(Galaxy S Vibrant)
View 1 Replies
View Related
Sep 29, 2010
I'm having some trouble with my Uni's WiFi in that it needs to use a manual proxy address to access properly. I've had a wee fiddle with many things and had a look on the marketplace but there doesn't seem to be anything that can help? (I'm still running 2.1 un-rooted btw)
Heres what I'm dealing with - Web Proxy - University of Strathclyde
View 2 Replies
View Related
Oct 1, 2010
I have an application in which I need to connect to an access point with a specific name. Therefor I start a scan (WifiManager.startScan()) and listen to BroadCastEvents of type SCAN_RESULTS_AVAILABLE_ACTION and NETWORK_STATE_CHANGED_ACTION. When the scan results are available, I check if my AP is found and if so I connect to it.
When I'm connected to the AP, I receive a NETWORK_STATE_CHANGED_ACTION and there I open a SocketConnection to my serverSocket. The problem I'm having is that on the moment that I'm connected to the AP, the DHCP request is not yet finished. This causes the opening of the socketConnection to throw a "SocketException: Network unreachable". A few moments later I see in the logcat logging: WifiStateTracker - DhcpHandler: DHCP request succeeded. If I try to connect after this message, all goes fine. is there an event that I can listen to that informs me that the DHCP request is done? Now I try to create a connection and while an error occurs I retry. This is however very dangerous for hanging (if e.g the dhcp fails, the loop will never stop...)
View 2 Replies
View Related
Aug 1, 2009
I am just a beginner in the Android and was experimenting with HTTP.I have published the result of my experimentation through the following link http://kausikdas.webs.com/apps/blog/show/1489440-http-in-android. I am yet to get a device but working with the Simulator.I need feedbacks on the possible network problems I should handle. e.g.: 1. Do I need to discover the access points and dial one before connecting? 2. How can I know which services (Data/Data & Voice/Voice/No/Emergency etc.) current network is supporting? 3. Anything more to take care of?
View 3 Replies
View Related
Jul 16, 2010
I have some code that uses a network connection. I create a connection by calling openConnection() on a URL object. Is there any documentation that explains how this process works? Which access point is being used? When that access point becomes invalid, will it automatically switch to another accespoint? etc. I would like to use only WiFi access points and otherwise fail even tho 3G or GPRS could be available, is that possible?
View 7 Replies
View Related
Sep 17, 2010
If I use getScanResult() I will be able to get the information about different networks but for example if I am in a school where all access points are under network (SSID) "The school". Will getScanResult() filter out other access points than the one it's closest to and only return 1 BSSID for that network?
View 2 Replies
View Related
Nov 13, 2013
I use an AppLocker on my daughter's phone. It works great, but there is one problem it causes.I need to keep her and others out of the settings so it's blocked. But I need to be able to allow her to add access points so she's not eating away our data plan.
Is there an App Locker that will allow this? Or is there an alternative Wifi manager that I could install and allow that would work even when settings is blocked?
View 1 Replies
View Related
May 13, 2010
I am currently trying to write a class in Android that will Scan for access points, calculate which access point has the best signal and then connect to that access point. So the application will be able to scan on the move and attach to new access points on the go. I have the scanning and calculation of the best signal working. But when it comes to attaching to the best access point I am having trouble. It appears that enableNetwork(netid, othersTrueFalse) is the only method for attaching to an Access point but this causes problems as from my Scan Results I am not able to get the id of the access point with the strongest signal.
This is my code:
---
public void doWifiScan(){ scanTask = new TimerTask() { public void run() { handler.post(new Runnable() { public void run() { sResults = wifiManager.scan(getBaseContext());
if(sResults!=null) Log.d("TIMER", "sResults count" + sResults.size());
ScanResult scan = wifiManager.calculateBestAP(sResults);
wifiManager.addNewAccessPoint(scan); } }); }};
t.schedule(scanTask, 3000, 30000); }
---
public ScanResult calculateBestAP(List<ScanResult> sResults){ ScanResult bestSignal = null;
for (ScanResult result : sResults) { if (bestSignal == null || WifiManager.compareSignalLevel(bestSignal.level, result.level) < 0) bestSignal = result;
} String message = String.format("%s networks found. %s is the strongest. %s is the bsid", sResults.size(), bestSignal.SSID, bestSignal.BSSID);
Log.d("sResult", message); return bestSignal; }
---
public void addNewAccessPoint(ScanResult scanResult){ WifiConfiguration wc = new WifiConfiguration();
wc.SSID = '"' + scanResult.SSID + '"';
//wc.preSharedKey = ""password""; wc.hiddenSSID = true;
wc.status = WifiConfiguration.Status.ENABLED;
wc.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.TKIP);
wc.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
wc.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK);
wc.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP);
wc.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
wc.allowedProtocols.set(WifiConfiguration.Protocol.RSN);
int res = mainWifi.addNetwork(wc);
Log.d("WifiPreference", "add Network returned " + res );
boolean b = mainWifi.enableNetwork(res, false);
Log.d("WifiPreference", "enableNetwork returned " + b );
}
---
When I try to use addNewAccessPoint(ScanResult scanResult) it just adds another AP to the list in the settings application with the same name as the one with the best signal, so I end up with loads of duplicates and not actually attaching to them. Can anyone point me in the direction of a better solution?
View 12 Replies
View Related
Nov 7, 2010
I've experienced quite a lot of problems with the WiFi after updating the Andriod. Everytime I try to connect to my home-network i get that it failed to connect.
The phone didn't have any problems with this before the update.
Anyone had the same kind of problem, or anyone that has a smart fix for it?
View 1 Replies
View Related
May 5, 2010
I have a couple of questions about connectivity on Android, if anyone has any insight it would be great. What is the default when an application wants to wirelessly connect? Is it WLan? And if WLan is switched off or there is no access points around is it 3G or GPRS? Is a device always ip connected? Or when its disabled from WLan or 3G does it's lose its IP address?
Is an application, for example the browser only ever connected to one IP address? Or can it be connected to multiple addresses for each radio such as GPRS or WiFi (WLan)? Can an application decide which connection to open a socket to? For example can I create an application and decide whether to connect the socket to the WLan or GPRS? Or does the OS decide? Finally how do native applications handle connectivity? In the same manner?
View 3 Replies
View Related
Jul 29, 2009
As above, shouldnt this be a feature of Android. The reason all Android phones have poor battery life is as a result of that.Couldnt someone make an app that disconnects the data connection when not being used?Im really not sure why Android does have an option of sync regularity too? Perhaps an app idea if possible?
View 1 Replies
View Related
Dec 29, 2009
My Hero takes a long time to connect to my home wifi. I usually go in to the settings and hit "Scan" repeatedly before it connects. Sometimes it fails connect, and I have to go into Settings to try again. Is there a way/app to scan automatically or re-attempt to connect again? Maybe there's something I'm not thinking of?
View 1 Replies
View Related
Nov 19, 2010
When I connect my DINC via USB to my computer, the computer does not recognize my phone, there is no option for charge or disk drive like there used to be, it just starts charging, but the USB icon which used to appear in the task bar does not appear. I also have the setting set to "ask me every time I connect" on my phone, I have played around with this setting to no avail. The phone also does not appear in My Computer. I have changed USB ports and cables, and my computer recognizes every other device I have, so it is only a problem with recognizing my phone.
View 6 Replies
View Related
Jul 7, 2010
If user behind proxy he can set proxy settings in android handset under 'access point option' is there a way i can read proxy settings from android handset?
View 1 Replies
View Related
Oct 10, 2010
My first droid died recently (RIP), and thankfully the insurance did have droid 1's to replace it (refurb). My original had the raised keyboard, this one doesn't. Otherwise seems the same--except: under Settings-->Wifi and Networks is a tab called "Tethering." So I plugged it into my computer, turned on USB Tether, and yet I couldn't seem to get internet from the phone's data service. Is this a weird, non-working foyo feature?
View 8 Replies
View Related
Sep 25, 2013
My phone doesnt have a hotspot option. So after i root my mobile, will i be able to make my phone a mobile hotspot with some app?
View 1 Replies
View Related
Feb 24, 2012
I was wondering if it would be possible to develop the ability for my application to connect to my PC to be able to access the hard drive via USB? I tried searching around for ways to implement this but I can't find anything. Maybe I'm looking for the wrong thing or its just not possible, not sure.
View 2 Replies
View Related
Aug 16, 2010
phones worked good other then gps issue. recently after iv had the phone for 30 days it just stopped scanning for wifi access and wont turn on wifi at all.
View 3 Replies
View Related
Sep 29, 2010
When I connect my phone to the computer and I double click on the external storage icon. I get the following message "Please insert a disk into a Removable disk", I thought that the contents of the sd card can be browsable. Is there something I am missing. My phone is as is from the store.
View 1 Replies
View Related
Jun 19, 2010
I'm trying to connect to my computer via wifi. I could just plug my phone in and transfer data that way, but this would be more convenient.
I've installed "ASTRO File Manager" and played with that, but still could not figure it out. I created a network on my mac, but could not connect to it. I also tried to connect via bluetooth, but still no luck. Both my computer and phone are wirelessly connected to the same router. I'm using the EVO
View 1 Replies
View Related
Jul 3, 2010
Set up ad hoc wifi network on my Win7 laptop. Wifi Buddy app sees it, but the native Evo wifi app doesn't. I've seen that the HTC Magic has similar problems.
View 4 Replies
View Related
Sep 27, 2010
im actually using an hd2 but its the evo rom. i googled and saw other people had issues with wifi not connecting with certain routers. can anyone take me through the setup on the phone to set a static ip with my fios router?
View 1 Replies
View Related
Jun 26, 2010
How does either the sprint or verizon wifi hotspot option compare to a real broadband connection? I'm assuming the speeds would be poorer but I want to hear from a personal account first. If the 3g performance is exceptional i may just drop my comcast cable modem given the droid x can support up to 8 wireless devices.
View 2 Replies
View Related
Jul 31, 2010
I cannot connect to the wifi network in my house. I can easily connect to the wifi at my work when I type in the password, but when I try the WEP key at my house it still says disconnected. It shows my network and says "Remembered, secured with WEP" if I hit connect nothing happens. I tried "forget" and then connecting again, making sure my wep key is correct, and still no luck.
View 4 Replies
View Related