Android :: WiFi Access Point On HTC Desire

Oct 1, 2010

How do I configure HTC desire as WiFi access point?

Android :: WiFi Access Point on HTC desire


Android :: Select WiFi Access Point?

Nov 13, 2010

I am developing one android application which select wifi access point from list of wifi. I used following code..

CODE:..............

My problem is i am not able select wifi access point..Every time it shows previous configured wifi details.

View 1 Replies View Related

Android :: WiFi Manager Not Remember Access Point

Sep 22, 2010

I am using ralink WiFi driver in android, I am able to connect to the access-point using the Wireless Settings provided in the Android, But once I connect to the network and restart the WiFi. I have to reconnect manually by providing the authentication key. WiFi Manager is not remembering the last access point used. I am using the Settings application provided by the android.

View 2 Replies View Related

Android :: Connecting To Strongest WiFi Access Point

Sep 9, 2010

I have two WiFi access points in my house, due to thick walls. When I turn on my phone it searches and connects to the first access point it finds, which is not necessarily the one with the strongest signal. e.g. I have one access point on channel 10 (lounge) and another on channel 1 (bedroom). When I'm in the lounge it always connects to the A/P in the bedroom, unless I actively "forget" that network, even though the signal strength of the one in the bedroom is VERY weak. Is there a way to force it to pick the strongest A/P?

View 3 Replies View Related

Android :: Manual IP Settings - Per WiFi Access Point?

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

Android :: How To Estimate Position Using Wifi Access Point?

Oct 14, 2010

I'm (newbie) working on android platform 2.1 and i want to estimate my location using WiFi Access Point. i tried with GPS_Provider and Network_Provider but i want to estimate it specifically with WiFi AP in Network_Provider and not through Cell towers. is there any way to get my location through WiFi AP? if yes then how?

View 2 Replies View Related

Android :: Wifi Connection - Connect To Access Point With Specific Name

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

Android :: Code For Displaying Signal Strength Of Wifi Access Point

Nov 28, 2009

I need to develop an application which scans the wifi access points and also gives their signal strength.I wrote the code for scanning the access points but I dont know what packages to use for measuring the displaying strength.Can anyone please tell me how to display the signal strength, also give me the code for that.

View 2 Replies View Related

Android :: Wifi Networks For Droid Phones Based On Access Point Names?

May 9, 2010

Does anyone knows if the wifi networks for android phones are based on Access Point Names (APN) ? I ask because in my android application I plan to overwrite some fields in all APN's to disable cellular network, but I still want to have available the wifi for the user.

View 1 Replies View Related

Samsung Galaxy S :: How To Enable Phone As WiFi Access Point?

Sep 30, 2010

I have my samsung galaxy s phone. I would like to know how to enable it as Access Point and connect to net using my laptop. I went under Settings > Wireless Networks, but cant find?

View 1 Replies View Related

HTC Desire :: Did 2.2 Wipe Access Point?

Aug 3, 2010

I think that's the only negative thing that's happened since updating to 2.2, the Vodafone access point (APN) has been wiped and for some reason has defaulted to an ASDA one!

View 1 Replies View Related

Android :: Android Phone As WiFi Access Point

Sep 7, 2010

I am developing an application which requires android phone to be configured as a wireless access point.

View 2 Replies View Related

HTC Desire :: Netgear Rangemax Wireless Access Point

Jun 6, 2010

I am trying to connect my desire to a Netgear Rangemax Wireless Access Point WPN802 v2. This is on an independent network where I work. Basically I am trying to look smart by controlling machinery using a VNC app on the phone. I have full access rights to the netgear, the desire picks can see it, but when I try and connect it just says obtaining IP address unsuccessful. I have tried manually setting a static IP address in the phone to match the network, but just the same result. I am starting to question whether the phone just wont connect or I am not set right. What makes matters worse is my mates Iphone hooks up to the network almost straight away with no real fiddling of settings.

View 2 Replies View Related

HTC Desire :: Unable To Connect To Open WiFi Point

Sep 15, 2010

I'm new to all this WiFi stuff. I have no problems connecting my Desire to my WiFi at home, which is great. But at work (or at least in the vicinity of my office) there is an open WiFi point. I have now tried on several occasions to connect to it, but it always fails. It gets as far as trying to get the IP address then nothing happens until the connection fails. Then it starts trying to connect again, but it gets stuck every time on getting the IP address.

This would not concern me if it weren't for the fact that other work colleagues (one of whom also has a Desire) have managed to connect without a problem. I've moved over to where those people work, in case it was a pure location thing, but still no success. Obviously I'd like not to have to use my data allowance while at work if at all possible.

View 3 Replies View Related

Android :: How To Update Access Point?

Oct 13, 2010

I have successfully programmed insertion & deletion of an Access Point in database but I need to find out how to update an access point. I'm using db.update() but its not producing any result. I am using the following code to update an access point:

ContentValues updateFields = new ContentValues();
ContentResolver resolver = getContentResolver();
updateFields.put("name:", "AIRTEL");
updateFields.put("apn_addr", 11023);
resolver.update(TABLE_APN_URI,updateFields,"_id=?",new String[] {Long.toString(2)});

While updating I'm not getting any error as well.

View 1 Replies View Related

HTC Desire :: Can't Access Data Except Through Wifi

Aug 12, 2010

I've unlocked the Telus version of the Desire and I'm now using a SIM card on the Bell network. However, the only way that I can access data is through WiFi. When it is turned off I can't access emails or the internet yet my data plan is working and Bell has input my IMEI into their system.

View 2 Replies View Related

Android :: Get Notified When New Access Point Is Added?

May 26, 2010

I was wondering is it possible to get a notification of when a new configured network is added to the Wifi Manager in Android? I know you can get the current list of configured networks.

http://developer.android.com/intl/de/reference/android/net/wifi/WifiM...

But is it possible to get notification of when a new one is added? I don't see anything in the Wifi Manager that would be helpful. How this could be achieved?

View 2 Replies View Related

Android :: Get Notified When A New Access Point Is Detected?

Nov 23, 2010

Does Android provide a notification of being in vicinity of a new Wifi Network? Whether the device is configured to connect to that wifi network depends on whether the device has the wifi configuration set for that particular wifi network, but is it possible to get notification whenever entering any new wifi network?
I saw the WifiManager class but the states inside the class do not seem to achieve what I am trying to do. Any ideas?

View 1 Replies View Related

Android :: Programmatically Set Up Access Point In Phone?

Oct 8, 2010

I have searched alot on this but could not find anything on google or stack overflow.

View 1 Replies View Related

Android :: How To Make Applications To Use Only Network Access Point?

Feb 3, 2010

Is there a way to force all my requests to be made through my APN and not through wifi, without having to disable WiFi? I want to know if it is possible for my application to use exclusively the network access point. I'm already able to set the default network APN and to use it but for this I have to disable the Wifi first.

View 1 Replies View Related

Android :: How To Enable / Disable Access Point Network (APN)?

Jun 22, 2009

How to enable/disable Access Point Network (APN)?

View 2 Replies View Related

HTC Desire :: Wifi Hotspot Limited Internet Access

Nov 22, 2010

My wifi hotspot only works the first time i used it and after trying to connect it again after a few days, my laptop is unable to access the internet when using wifi hotspot.

After trying to connect, laptop says connection unsuccessful and has only limited internet access- which means i can't access my internet at all T.T

View 10 Replies View Related

HTC Desire : WiFi Error / Just Access To Main Router

May 25, 2010

I've extended my wireless network to cover some weak areas in our house. The original wifi router is in my upstairs office, but gave poor coverage in some downstairs rooms, so I set up an "extended service set" wireless network with two access points, the original router upstairs and a Solwise homeplug WiFi extender extender downstairs (with a powerline link between the wireless router and the Solwise wifi extender), each using a different channel but the same WPA password.Every other wireless device in the house works happily between the two, but my Desire only seems to want to log on to the main router and defaults to mobile internet access in the 'difficult' areas. It seems to repeatedly try to get an address from the network downstairs, but reports 'unsuccessful' and keeps retrying.Any suggestions?

View 1 Replies View Related

How To Set Access Point By Code

Feb 21, 2012

I have to send access point in my application, i found some example which is related to database. but i am not able to understand it, i am new in Android.

Is there any simple way to set it ?

View 1 Replies View Related

Android :: Handset Proxy Settings - Access Point Option

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

Android :: Auto Enable Wlan Only When Available Access Point In Range?

Nov 21, 2010

I have just recently moved from Nokia E75 to HTC Desire, and there are lots of stuff on the E75 that I will never miss... But, there are a couple of things I am missing very much, tho. One thing was a very clever feature that saved a lot of battery... On my HTC Desire I have to leave wlan enabled at all time for the phone to utilize wireless at all, and I can see that it's consuming approx 20% of the battery power - even if no apps or widgets are accessing internet.

But on the Nokia E75 it's very different... The wlan is switched off by default, so whenever an application on the E75 needs a data connection (internet), it will quickly enable wlan and check to see if there are any networks nearby it can access, and then disable it again if it doesn't find any. (If no wlan access point is detected, it will go online using the mobile data connection automatically instead)

View 7 Replies View Related

HTC Desire :: Data Connection - Only Access Web/market Etc When Connected Through Wifi

Oct 29, 2010

My HTC Desire (UK) has been find ever I had it, no issues whatsoever. Recently updated the Android software and ever since then I can only access the web/market etc when connected through wifi.

My signal bar simply shows bars whereas in the past it had either a G, 3G or H next to it, and I'm guessing this is linked into the problem.

View 1 Replies View Related

Motorola Droid :: APN Access Point Names

Apr 22, 2010

I've been emailing the dev of Toggle Data Widget because I could not get it to work on my droid reading through the comments I was not the only one. He is telling me to look in my settings under wireless & networks and tell him what I have for APN's. Well the thing is I don't even have anything in there! Does some body know where to find what he's talking about? I emailed him telling him I couldn't find it anywhere and he seems baffled as well.

View 2 Replies View Related

HTC Incredible :: Wireless Tether Access Point Instead Of Ad Hoc

Jul 24, 2010

Success! Wireless tether in AP Mode (NOT ad-hoc) + WPA2 Encryption - xda-developers. Tried this out and it works cool. Refer to link for instructions. Give credit where credit is due.

View 13 Replies View Related

HTC Incredible :: Wireless Tether As Access Point

Jul 27, 2010

I know there was another thread on this topic that linked to the XDA forum but that thread is more about loading a specific kernel to enable AP Tether. I like Hydra's new kernels and you can do the same thing with them as well. I attempted to install the newest version of Wireless Tether from the market but it did not allow AP mode. So I found it's necessary, as verified elsewhere, to install the (wireless_tether_2_0_5-pre3.apk) version.

Once I did this and added the bin file, it worked great. WPA2 security is also included in this version. So to make it easy, I just created a zip that's already called Android.tether and has the required .apk and .bin already inside for AP Tether. This is not supported with the stock kernel, check to see if your kernel of choice supports it if you are in question. I can for sure verify the Hydra OCUV 1.113 ghz v0.8 kernels.
RapidShare: 1-CLICK Web hosting - Easy Filehosting

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved