Android :: Obtain Location Through WiFi Instead Of Cell Towers?

Oct 15, 2010

I'm trying to obtain my location using android 2.1 through "Provider_Network" but the problem is it uses both cell towers and Wifi Access Point. i only want to obtain my location through Wifi Access point and not through cell towers? any idea how to do it?

Android :: Obtain location through WiFi instead of cell towers?


Sprint HTC Hero :: No Service - Google Maps Show Our Location Using Cell Towers?

Mar 24, 2010

A few of us at work are wondering if we can use the google map or anyother type of locating device on our phones without phone service. Does the google maps show our location using the cell towers?

View 15 Replies View Related

Android :: Cell Towers & 6 Hour Battery Life?

Sep 18, 2010

Got a really strange problem. I am in Vietnam using MobiFone service. About 3 months ago something changed overnight and my battery went from 20 hours to just a 6 hour battey life. After a week I did a factory reset but the same. Took it to HTC in Saigon to be tested but they said no problem YET when I was there battery lasted longer. The problem was in only in Can Tho where I live UP to this month when the problem is now in Long Xuyen. I travel, to Cambodia a lot and usally when I leave Can Tho Battery life is better. I am now in Cambodia and battery life is 40 hours on a CamShin SIM. For a test in Can Tho I went to a phone shop and used a Vinaphone SIM for an hour and got a 40 hour life. This is a joke! Is there any application that can control the Radio or at least tell me what's going on? I tried a few but they do not say anything different between Vietnam or Cambodia. MobiFone did something but refuse to tell me anything. Back of my G1 with 1.6 is cool now but in Vietnam back of phone is very warm. Tried to reflash the Radio but phone will not let me. I rooted but still it will not let me. think I must load a new recovery program.

View 4 Replies View Related

General :: Remove Network Towers Location Based Services From ROM

Sep 11, 2013

I want to remove the network towers location based services from the ROM im running. I want GPS only. Is this possible? I'm on tmous sgs3 running the latest beta of hfj with android 4.3. Will this break my ROM? I don't really care I just want to have GPS only. And some of the dumb apps I have don't respond unless I have network checked off.. Which I don't care I want to force GPS always.... Is this possible??? SGH-T999

View 1 Replies View Related

Android :: Obtain GPS Location Once Every Few Minutes

Aug 23, 2010

I would like to write an app on Android to upload my GPS location to an external website once every 5 minutes. This needs to have as minimal an impact on battery life as possible, but it also needs to work without any user interaction. (Background: I'm competing in an Ironman triathlon which will take me about 14 hours to complete, and want to broadcast my location in near-real-time but without having to worry about fiddling with my phone.) So my initial thought is to write a Service which uses LocationManager.requestLocationUpdates() with a minTime of 5 minutes, but will this actually wake the device up every 5 minutes for my service to do its job?

It sounds like I would also need to use AlarmManager.setInexactRepeating() to make sure my service is awake while it completes its task but how does that play with requestLocationUpdates()? Should I instead set minTime=0 on requestLocationUpdates() but then go back to sleep as soon as the next update is obtained? Any general guidance on how to design this. I'm a competent Java programmer & will be using Google Maps on the server to plot my location, but am pretty new to Android development so I'm basically looking for a high-level plan on how to architect the client app.

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 :: Obtain Current GPS Location Via Android

Aug 6, 2010

I am about to build an app in Android that will act as a clock in card for employees on the road.

At teh start of a job the user will click a button that will record the GPS location and current time (thus verifying that he is where he should be at a given time) and again at the end of teh job he records the time and GPS location.

SO I reckon this will be easy enough, except that I cant find a way of pulling current location data, the nearest I can find is "onLocationChanged" which implies that I cannot get a stationary GPS read. I know it has to be possible to do this but cannot find a working example of how it would be achieved.

View 3 Replies View Related

Samsung Captivate :: Can't Obtain Wifi Address In Home / What To Fix?

Jul 18, 2010

I've had wifi in my house for years. As I type these devices are connected: ps3, desktop, laptop, wife's iphone. Everything works fine. I walked in the house with my Captivate and it can't obtain an IP address. The password is right. It gets to "Obtaining IP address" but then it says "Unsuccessful." I have never ever had a device issue connecting to my wifi. Numerous family/friend phones have connected without a glitch. Any ideas?

View 4 Replies View Related

General :: Galaxy S4 - WiFi And Network Service / Fail To Obtain IP

Sep 28, 2013

I have a S4 (SGH-I337M) with Android 4.2.2 installed on it, Not Rooted, Not unlock. My problem is with the WIFI and Network mobile serviec (GMS, 4G).

1. when i turn the wifi on, it gives me fail to obtain IP, and at the same the mobile service detected my Mobile Network (Rogers) for moment then it turns to No service for few moment to come back to Rogers an other time and so on( like infinity loop between Service detected and No service).

2. usually when i turn off the WIFI, the phone goes to look for 4G network but this doesn't happen now, and still Mobile Service between detected and Not.

3. What has been said until now is with SIM card On. and i tried to take it out the phone and turn the phone on, and the same problem is still with Mobile Network service but now the infinity look (as I like to call it) is between No service and Insert Sim card, at the same time can't access to the WIFI (Fail to obtain IP).

i have tried several thing to solve problem : like changing the SIM card, Reset phone to factory setting, turn it off for while and open it, but the problem still excite.

it seems that it is software problem but i don't know which process responsible of Network Service setting (WIFI, 4G, GSM) so i can stop it and lunch it again.

View 10 Replies View Related

Android :: Cell Coverage Via Wireless / WiFi

Aug 14, 2010

I'm considering renting an apt where I do not have cell coverage.What I want to know is this: is there a way to receive and make calls by having my phone connected to my wifi?I have a Samsung Moment.

View 1 Replies View Related

Android :: Android - Location Area Code / Cell ID

Nov 11, 2010

I would like to know Location Area Code and Cell ID saved in sim card. How to get Location Area Code and Cell ID in android phone.

View 2 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

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

HTC Incredible :: Weak Cell Signal Over Wifi

Oct 15, 2010

I have the HTC Incredible and I really like it. I'm amazed at everything I can do with it. The only problem is; I live in an area with really bad cell phone service. I hardly get any bars, one if I'm lucky. So I got to thinking about all the apps available for the droid phones. And I started to wondering if there is any way to use my wifi connection to help me get out on my cell phone. Or if there is an app out to help with this.

View 3 Replies View Related

Nexus :: WiFi - Cell Radio - Feature Request

Feb 15, 2010

Anyone know if there is a way to have the Nexus automatically go to Edge when WiFi is enabled? Seems like that would be a smart way to try to maximise battery life...

Maybe it's already doing this, I don't know, since the WiFi symbol blocks the 'E' or '3G' symbol...

But if it doesn't - I propose it as a feature for a future update...

Is there a page that allows Nexus users to propose features? iPhone had this way back...

View 8 Replies View Related

General :: Cell Network Type While WiFi Connected?

Feb 11, 2014

I would like to have the cell network type displayed while I am connected to WiFi in the status bar signal cluster. Currently, once you connect to WiFi, the LTE, H, E, etc, go away; I'd like them to stay.

I can move the WiFi icon over to make room for the type icon (LTE, H, E, etc) just by deleting "android:layout_marginRight="-6.0dip"" at the end of the "id/wifi_combo" line in res/layout/signal_cluster_view.xml in SystemUI.apk.

Where is the function that turns off that cell type icon when WiFi is connected in SystemUI.apk? I know the system can detect the type of network whilst WiFi is connected, it's just a matter for forcing that icon to stay displayed.

I am trying this on Cyanogenmod 11.

View 1 Replies View Related

Android :: Getting Cell Signal Strength For Current Cell Vs Neighboring Cells

Jan 6, 2010

I'm writing an android application that collects cell signal strengths.I am having trouble getting the "current" cell signal strength, but I don't have any problem getting the "neighboring" cell signal strengths.To get the current cell signal strength, I created a PhoneStateListener and implemented the onSignalStrengthChanged callback.It works, but not very well.It seems like the signal strength hardly ever changes, and resolution jumps to only a few numbers.I would accept the answer that the resolution of the signal strength hardware is coarse, but when I use the TelephonyManager's getNeighboringCellInfo() method, it works much better.The signal strength readings from neighboring cells change frequently, and they have much better resolution.So, how can I get the current cell signal strength in the same way that I am getting the neighboring cell strengths?It seems odd to me that the functionality of the neighboring cells is better than the current cell.

View 3 Replies View Related

Motorola Droid :: Wifi On - Cell Signal Weak - Fast Battery Drain

Nov 21, 2009

I think I figured out why sometimes my Droid stays on for 1.5 days and sometimes after 6 hour of just being idle the battery is drained.

When wifi is turned on an connected to a network, the cellular signal is way low and it just drains the battery.

View 23 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 :: App That Turn Wifi On When At X Location

Aug 24, 2010

I think Y-5 is broken, it doesn't seem to work anymore when i upgraded to Froyo 2.2. Are there any other options?

View 5 Replies View Related

Android : Get Wifi Hotspot's Location?

Nov 3, 2010

I want to write an application that it can record we have been accessed wifi hotspot's location, and display in map. But I have a problem that how do I get wifi hotspot's location.
And I think it can use wifi signal to get wifi hotspot's location, but it can may not accuracy at once time. And if it have no solution, I could may do that record own location gps when access wifi hotspot at the first time.

View 1 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 :: Turning On / Off Wifi By Location Application

Jun 16, 2010

I had an app installed that would turn off my wifi when I left my house and turned it back on when I got home and for the life of me can't find it anymore. All I remember was that it had a yellowish Y in the logo.

View 2 Replies View Related

Android :: Neighboring Cell Signal Strengths Better Than Those For Current Cell Signal Strength?

Jan 6, 2010

I'm writing an android application that collects cell signal strengths. I am having trouble getting the "current" cell signal strength, but I don't have any problem getting the "neighboring" cell signal strengths. To get the current cell signal strength, I created a PhoneStateListener and implemented the onSignalStrengthChanged callback. It works, but not very well. It seems like the signal strength hardly ever changes, and resolution jumps to only a few numbers. I would accept the answer that the resolution of the signal strength hardware is coarse, but when I use the TelephonyManager's getNeighboringCellInfo() method, it works much better. The signal strength readings from neighboring cells change frequently, and they have much better resolution.So, how can I get the current cell signal strength in the same way that I am getting the neighboring cell strengths? It seems odd to me that the functionality of the neighboring cells is better than the current cell. Am I missing something here?I would also like to directly call a method from the telephony manager to get current cell strength, as opposed to a listener, if possible. If anyone knows how, please let me know.

View 2 Replies View Related

HTC Incredible :: Always Picks The Towers Furthest Away?

Aug 5, 2010

Hello all, has anyone else had an issue with the Dinc connecting to towers far away from where your at? The main screen kept giving me the weather for two different towns which are about 10 and 15 miles from me. I thought that was odd. Then I grabbed that antenna app and it showed what the weather was showing, I was connected to towers far away from my place even though there is a tower less than two miles from me. I do suffer from poor call quality even when outside. Is there a setting to keep me from connecting to the towers that are too far away? I usually have zero bars showing on the phone and a signal that averages -90db to -100db. I have used the *228 weekly but that hasn't changed anything. Any ideas are welcome! Thanks.

View 14 Replies View Related

Games :: What Object Is Towers In Robo Defense?

Oct 30, 2010

What is a tower in Robo defense, I try to play "finish a map utan upgrading eventuelle towers" but doing something wrong.

View 2 Replies View Related

Samsung Vibrant :: Possible To Use Rivals 3g Towers On Phone?

Nov 4, 2010

Well obviously I have a Samsung Vibrant. Where I currently live the military has shut off our 3g towers which really really sucks. We run off of Edge which kinda pisses me off at times (times meaning all the time). All the other cell phone providers in the area have 3g coverage. Now my question is... Is there any possible way to bounce off of Verizon, ATT, or Sprints towers?!

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Turn Off "Cell Standby" / Battery Used By Cell Radio?

Oct 26, 2010

How can I turn off "Cell Standby"

Battery used by cell radio?

View 4 Replies View Related

HTC EVO 4G :: Cell Standby 42% / Mean I Am In A Bad Cell Zone?

Jun 9, 2010

Does this just mean I am in a bad cell zone? This is my reading at home and it is the top battery usage on the chart, followed by wifi at 24% (on because I am home), and phone idle at 23%.

View 14 Replies View Related

General :: WiFi Image Location

Feb 24, 2012

I can't seem to find the wifi image locations so I can theme this Rom I am using..

View 1 Replies View Related







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