5

I want to find a phone that can call getNeighboringCellInfo() without returning null.

I'm owning a LG-P990 and unfortunately it fails. I have read some articles and find that all Samgsung phones including Nexus S don't work.

Nexus one works, but it's difficult to find one now. Could anybody tell me which models will work? Thanks.

TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
List<NeighboringCellInfo> neighbours = tm.getNeighboringCellInfo();
kaitik
  • 224
  • 4
  • 10

3 Answers3

4

I tried a couple of phone models, and I found out that most of the Samsung phones don't give you this information.

You can get this information from

  • Google Nexus One
  • HTC Sensation
  • Android G1
  • HTC Desire
user1564293
  • 43
  • 1
  • 6
  • Just tried Galaxy S4 and it will only provide the cell you are connected to. Pitty... – Mene Apr 29 '16 at 15:13
1

Also LG Nexus 4 seems to support getNeighboringCellInfo().

Kung Foo
  • 151
  • 2
  • 11
0

HTC One support neighboring cell info as well.

tomtom
  • 144
  • 8