alexdonnini wrote:
> My application does have
> 
> <uses-permission
> android:name="android.permission.ACCESS_COARSE_LOCATION" />
> <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION" />
> <uses-permission
> android:name="android.permission.ACCESS_COARSE_UPDATES" />

Oh, well, so much for the permission idea.

> generates this failure:
> 
> 05-29 16:46:08.981: WARN/dalvikvm(5415): VFY: unable to resolve
> virtual method 13918: Landroid/telephony/

Hmmmm...that's a different virtual method number than in the other stack
trace...not quite sure what that means.

Off the cuff, it feels like the C .so doesn't export its edition of
getNeighboringCellInfo(), so the JNI lookup is failing. I'm not quite
good enough in surfing the Android source code to try to confirm this
theory, though.

> Could you send the community an example of code where you were
> successful in using getNeighboringCellInfo()?

I've never tried it, which is why I suggested filing a bug over at
http://b.android.com if the permissions didn't clear up your problem.

You couched your post as this issue being another Great Google
Conspiracy. You're welcome to depict the situation however you like.
But, it would seem prudent to also file a bug report, to see if that
gets you better results. But, hey, that's just me.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to