[android-developers] Re: RPC failed with status 1

2012-02-20 Thread Markos Fragkakis
Although I never found out what caused the problem, I "guarded" my code like this: if(isOnline()) { // dangerous code here ... } else { // handle showing a message ... } and this is the isOnline method: private boolean isOnline() { ConnectivityManager cm = (ConnectivityMa

[android-developers] Re: RPC failed with status 1

2011-10-02 Thread Markos Fragkakis
OK, I managed to narrow down the problem. It happens when I invoke the Geocoder over my Wifi connection, but works fine over 3G. My Wifi connection is connected normally, if I open the browser I can open any web page. This is my manifest: http://schemas.android.com/apk/res/android"; package="c