Android :: App That Gives Me Details Of My Current Wifi Network?

Jan 27, 2010

I don't care about about the scanner apps. I would just like an app that gives me some info about the wifi network that I am currently connected to. Is there such an app?

Android :: App that gives me details of my current wifi network?


Android :: Determine Current Connection State Is WIFI / Cell Network?

May 31, 2010

I am trying to determine if my current connection state is WIFI or Cell network (3g/2g... etc)
I am using SDK 1.5.

Tried couple of technique not really working.

Any working suggestions?

View 2 Replies View Related

Android :: Getting Current Playing Song Details From Media Player

Sep 1, 2010

Is there any way to get the details of current song played by media player?

View 3 Replies View Related

Android :: Sample Code For Getting Current Weather Details From Weatherbug Using Java Droid?

Dec 24, 2009

I am new in android weatherbug technologies. Please can you tell me how to interact with weatherbug from android using weatherbug API. I need to get the current weather condition from weatherbug and display it on android screen.

View 2 Replies View Related

HTC Hero :: Easy Way To Get Straight To Current Useage Details From 3 In Account

Jan 24, 2010

does anyone know an easyway to get straight to the current useage details from 3 in your account other than clicking away at several screens to get into it.Is there a widget? or similar.

View 1 Replies View Related

Android : Unable To Retrieve Current Network Type

May 27, 2010

Ive been trying to retrieve the current network type, but no success when i say network type: i refer to know this info:
if the type is: NETWORK_TYPE_IDEN or NETWORK_TYPE_UMTS.. and so on. i tried to use: NetworkInfo activeNetInfo = connectivityManager.getActiveNetworkInfo();NetworkInfo bonneting = connectivity Manager.getNetworkInfo i am doing this coz i wanna know if the current network is IDEN, or if the current network is connected through wifi any other suggestions will be welcome.

View 2 Replies View Related

HTC Aria :: Disable Application Syncing And Mobile Network From Hold Menu Can Connect To Home Wifi Network

Oct 4, 2010

I love my aria, i got it 9/29/10, for free from best buy because my contract expired... but ive already used 20MB and i only bought a 200MB plan... i might go to 2 gigs, but for an alternate, since my billing cycle ends the 28th of every month... if i disable application syncing, and mobile network from the hold menu... can i connect to my home wifi network, and go on the internet from there without that using any of my data plan?

View 5 Replies View Related

Android :: Make Android LocationManager Use Cell Network And Not Wifi Network?

Oct 19, 2010

I have an android application using LocationManager get the cell network location and not the Wifi location? If I have turned off the Wifi antenna and do the following:LocationManager lm = (LocationManager) paramContext.getSystemService(Context.LOCATION_SERVICE);I am always returned the Wifi location and not the cell network location. I want it to return the cell location since I have moved fromthe Wifi location. I tried using a LocationListener but that doesn't seem to help.

View 1 Replies View Related

Android :: Get Current Location - Gps - Wifi

Apr 23, 2010

I'm trying to get my location using it like this:

CODE:.........

But the myCurLocation is always == NULL

View 1 Replies View Related

Android :: Know The Current Connection Type Ex. Wifi - 3G - 2G - Programmatically

Sep 4, 2010

How can we know the current connection type (ex. Wifi, 3G, 2G...) programmatically?

View 1 Replies View Related

Android :: Use Data Network While Connected To WiFi

Oct 28, 2009

Is it possible to use the cellular 3G data network while connected to WiFi? I want to create connection through the 3G network while WiFi is also connected.

View 2 Replies View Related

Android :: How Does Location Accuracy Use Wifi Network?

Jan 19, 2010

how does "location accuracy" use a wifi network?

View 7 Replies View Related

Android :: App To Periodically Check If Wifi Network Up?

Jun 16, 2010

We have a very patchy wi-fi network here. The wi-fi router's pretty old and I tend to need to switch it off and on every couple of days. Is there an app I can use that will - perhaps in conjunction with Locale so it only runs when I'm in the office - periodically check if our wi-fi connection is up and running?

View 1 Replies View Related

Android :: Forcibly Using 3G Or CDMA Network Though Wifi Available

Jan 14, 2010

My question is, as you can see the title, can i use 3g network even though wi-fi is available? i heard wi-fi priority is higher than 3g or cdma. can i change that priority in specific application? this is one of requirement of the project. if anybody has an answer,

View 14 Replies View Related

General :: Two Android Devices On Same WiFi Network?

Nov 3, 2013

I have two android devices at home, a HTC One S and a Nexus 7(2012). The problem is that when I am using one or another occasionally the wi-fi will simply stop working. I'm still getting full signal in the notification bar, but either Chrome or whatever app that is using the wi-fi will stop retrieving data and eventually time-out or stay on buffering.

I have tried some things including changing the channel my wi-fi is set to from Auto to 6 and Mixed B/N/G mode to N only, but nothing seems to fix this problem except for one thing; turning the wi-fi off on one of these devices. The connections seem perfectly stable when I do this.

I also have a laptop in the house, my girlfriend comes over with her iphone, and I have an ipad from work that I occasionally bring home (I'm a teacher) and none of these devices ever have any issues, it's only the two android devices.

It's almost as it they are sharing the same wi-fi train track and only one can ride it at a time.

View 6 Replies View Related

Android :: WiFi Searching But Not Picking Up Network Anymore

Sep 22, 2010

the first day I had the phone, it was picking up wi-fi networks. I got it to connect to my home network, then it disconnected. Everyone I go into settings it is "Searching" and never picks up on my network anymore.I have googled to death. Can anyone suggest what is wrong or how to set this up.

View 4 Replies View Related

Android :: Parallel WiFi / Mobile Network Connections

Sep 27, 2010

Are we able to establish both WiFi and 3G connections at the same time on Android 2.1? We are implementing a "make-before-break", so that WiFi can be switched to 3G before tearing the WiFi connection down. Please guide if you have come across this.

View 2 Replies View Related

Android :: WiFi Network - Password Invalid After Disconnected

Apr 20, 2010

I have a WiFi network at work and it requires a New password generated from a secure token each time when I try to re-connect. Since Android WiFi setting remembers the password, if it try to re-connect using the saved password (it becomes invalid after disconnected), my secure token become invalid. If I remember to remove the connection each time after I disconnect, I can enter new password when the connection is discovered as a new connection again. The problem is what if I forget. In addition it is inconvenient. Do you know any Android application supports remove a chosen WiFi connection password each time the connection is lost?

View 1 Replies View Related

Android :: How To Be Notified On Wifi Network Status Change?

Jun 25, 2010

I am writing an app that connects to a telnet server via wifi. I have a service that manages the socket connection. It all works fine, but when the phone sleeps it disconnects the wifi radio, which causes the socket connection to break (and throws a SocketException). I feel like I should be able to set up a a broadcast receiver whose onResume() method is called when the wifi network connection is lost, and that would allow me to gracefully shut down the socket, and re-open it if the network is immediately re-connected. But I can't find anything like that in the doc or via searching.

View 2 Replies View Related

Android :: Obtain MAC Address Of WiFi Network Interface?

Apr 8, 2010

It seems the java.net.NetworkInterface implementation of android does not have a byte[] getHardwareAddress() method http://developer.android.com/reference/java/net/NetworkInterface.html

I've found several forums of people trying to do this with no definitive answer, I need to get a somewhat cross-device UUID, so I can't rely on phone numbers or in ANDROID_ID (which can be overwritten and which I think depends on the user having a google account http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID

In linux you can use ifconfig or read from /proc/net/arp and you can easily get the Hardware address.

Is there a file in android that I can read?

There has to be a way to get this address since it's shown in the "Settings > About Phone > Status" of the phone.

View 3 Replies View Related

Android :: Use HTC To Connect Computer To An Excisting WiFi Network?

Feb 8, 2010

Okay, here's the deal. I have a stable WiFi network, an Android phone (HTC Tattoo), and a computer. What I don't have is a way to get said computer to connect to the WiFi network, seeing that I don't have a wireless card.

The question I want to get an answer to is simply this: Is there any possibility to use my android phone as a wireless card, thus get my computer online? Or do I have to go out to get a wireless card? I don't want to use 3G, seeing that it's slow, and the WiFi net is included in my rent.

View 5 Replies View Related

Android : How To Check Network Status For Both Wifi And 3g Mobiles

Jun 15, 2010

Android developers can check this code to check the network status on wifi and 3g mobile

You need the following permission to get status view source print? 1 <uses-permission android:name="android.permission.INTERNET"></uses- permission> 2 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses- permission>

View 2 Replies View Related

HTC Droid Eris :: Home WiFi Network And Android 2.1 Device

Jun 5, 2010

I have an Eris with Android v. 2.1 and a Belkin 54g router. The phone lists my home network in its list of of wifi networks. When I press the entry, an info box says that signal strength is good and security is open. (for the purpose of trying to have my phone connect). When I press "connect," it says "Obtaining IP address." Then after a couple of minutes, it says "Unsuccessful."

My phone has connected to other WiFi networks with no problem; indeed, it has done so automatically, with no effort on my part. My router assigns IP addresses via DHCP. It also broadcasts its SSID, which the phone recognizes.

View 14 Replies View Related

Android :: Making Request Over Mobile Network When WiFi Enabled

Nov 19, 2009

Is there any way for an application to force a network request to go over the mobile network if it's available in preference to WiFi? I'm looking at ConnectivityManager#setNetworkPreference, but there's no documentation, and looking at the source seems to suggest it's setting a global preference somewhere which isn't what's required here - I just need to force certain requests that need to go over the mobile network to ignore WiFi.

View 3 Replies View Related

General :: Faster WiFi Network Scanning In Android Devices

Apr 10, 2014

I am working on a capstone project for school, what i need is to be able to take WiFi scans (no need to connect, only scan available network BSSID and signal Levels) quickly.

Currently, the Android API takes up to 5 seconds for a scan. Is there something i can do to improve my scan rate?

View 2 Replies View Related

Android :: List Of Network Connection Mobile APNs / WiFi Configured

Feb 28, 2009

How to view the list of network connection mobile APNs or WiFi configured on the emulator.

View 6 Replies View Related

Android :: Code For Scanning WiFi Network - Null Point Exception

Sep 4, 2010

I am trying out this code for scanning wifi networks but getting null pointer exception not sure what problem I registered all permission in manifest.

IntentFilter i = new IntentFilter();
i.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);
registerReceiver(new BroadcastReceiver(){
@Override
public void onReceive(Context context, Intent intent) {
// TODO Auto-generated method stub
Log.i(TAG, "opening wifimanager");
WifiManager mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);
mWifiManager.getScanResults();
} } ,i);
mWifiManager.startScan();

View 1 Replies View Related

Android :: App Works On WiFi In Debug Mode Or On Emulator Not On Cell Network

Jul 9, 2010

I have an android application that parses some HTML, downloads an image, and displays it. I'm using an AsyncTask to do the HTML parsing and image downloading, but that shouldn't be relevant. I never have a problem when I'm on WiFi on my phone, when I'm using the Eclipse debugger on my phone, or when I'm using the emulator. When I have my phone on the cell network (even with pretty good reception), the image sometimes fails to display. I'm having a hard time figuring out what is wrong, since the problem cannot be reproduced in the debugger. Does anyone have any idea what could be wrong?

Update: I have narrowed it down to the image downloading function. This way my original code:.......................

View 1 Replies View Related

General :: Sony Ericsson Xperia Ray / Android 2.3.3 - Connecting To WiFi Network

Jan 26, 2012

I purchased Sony Ericsson Xperia Ray, with OS Android 2.3.3. I tried connect to my Wi-Fi network, but no success.

My network is with a password, and i entered it correctly, i checked twice before typing the pass... The device showing that is trying access the network, but after some sec. the connection is failed. I tried reset the router, but it still failed... I dont have any other wifi connections in my range so i cant check for another wifi connection.

View 2 Replies View Related

Android :: Blocking Current Activity / Screen Till Current Task Is Complete

May 13, 2010

The default behavior of an activity when BACK softkey is pressed is, GO BACK TO PREVIOUS ACTIVITY. If some the same activity is waiting for some response from server or some data updation is going on and then press BACK, I want to wait on the same screen till the current task is completely processed and then move out to the previous activity.

You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options

View 12 Replies View Related







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