Hoppy64 / httpmon

Automatically exported from code.google.com/p/httpmon
0 stars 0 forks source link

fails for GPRS #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this is a request to abort checking if the network type is gprs. looking at 
this code,
http://csipsimple.googlecode.com/svn-history/r222/trunk/CSipSimple/src/com/csips
imple/utils/PreferencesWrapper.java

it seems there's a trivial way to accomplish this. 

the larger question is if this makes sense for everyone.

Original issue reported on code.google.com by jeffrey.blattman@gmail.com on 22 Sep 2010 at 4:03

GoogleCodeExporter commented 9 years ago
two ways to think about this ... either have a "require at least this network 
connection" or "abort on these network connections". 

the problem w/ the former is that there are many network connection types so i 
am concerned about ranking these myself. for example, the check for 3g seems 
pretty standard, but there is also a type of "hspda", which is assume is faster 
than 3g. i assume that is.

the latter might be better. gprs would be in the list, and edge would be as 
well. we could easily add others if requests come in.

also, it might be nice also have "use wifi only" so it aborts always if we 
don't have wifi. the problem is how, from a UI perspective to integrate these 
options ... as they are really mutually exclusive. 

Original comment by jeffrey.blattman@gmail.com on 27 Oct 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Suggestion: put these options to Preferences.

1) [x] Monitor, only if WIFI ON
2) [x] Do no use GRPS for monitoring

If 1st option checked, then disable 2nd

Original comment by Slavi...@gmail.com on 13 Oct 2011 at 10:08