Is there any real battery power consumption benefit if Network Location Provider (vs. GPS) is used?

I believe there should be some benefit, but since I develop on emulator I can not prove my assumption. Does anyone have the evidence that Network Location Provider consumes less battery power than GPS Location Provider? If yes, could you tell how significant it is?

Thanks!

link|improve this question

57% accept rate
1  
GPS takes a fair amount of energy - my phone is getting quite warm when using GPS. The network location provider should only use a little power for network communication. I'd say the difference is quite significant. – sstn Feb 7 '11 at 21:51
@sstn: thanks for the reply! – Arhimed Feb 7 '11 at 22:06
@sstn: Could you please confirm this from your personal Android experience? I am asking just because I'd like to be 100% sure. While the Noah's answer is very good Noah gave an assumption based on his iOS experience. – Arhimed Feb 8 '11 at 8:30
feedback

2 Answers

The difference is likely extremely significant. GPS hardware uses—relative to other components of the phone—a lot of power, which is why phones often get warm when their GPS is active. The network location service, on the other hand, just relies on the cell towers to which the phone is connected anyway (and possibly local wifi networks, though I'm not sure about that), and thus should cause little if any extra power consumption.

link|improve this answer
It does use Wifi - if I enable Wifi and it finds my local AP, accuracy is much better than without. – sstn Feb 7 '11 at 22:14
+1, thanks for the reply! So could you confirm the theory by your personal experience? I am asking just because "should cause" does not sound like "I can confirm based on my experience". :) – Arhimed Feb 7 '11 at 22:16
@Arhimed: no problem. I use the speculative language because my experience is all iOS; lacking direct experience with Android's workings, I'm making assumptions based on how the corresponding stuff works there. – Noah Witherspoon Feb 8 '11 at 2:48
feedback

I have experienced significant battery drain while having GPS location turned on vs having it turned off on my Android phone. I always leave it off, except when I actually need it for traveling as a GPS. But then my phone won't last all day, like it will without using GPS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.