Status Update
Comments
ga...@gmail.com <ga...@gmail.com> #2
note that this code does work using Google API version 7 for android 2.1
ga...@gmail.com <ga...@gmail.com> #3
I am also having the same issue with an AVD created for Google API v8.
List<Address> addresses = geocoder.getFromLocationName("Clock Tower, Anantapur, Andhra Pradesh, India", 1);
The full stacktrace is as below:
java.io.IOException: Service not Available
at android.location.Geocoder.getFromLocationName(Geocoder.java:159)
at org.prashlabs.android.taskmanager.AddLocationMapActivity.mapCurrentAddress(AddLocationMapActivity.java
at org.prashlabs.android.taskmanager.AddLocationMapActivity$2.onClick(AddLocationMapActivity.java:60)
at android.view.View.performClick(View.java:2408)
at android.view.View$PerformClick.run(View.java:8816)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
List<Address> addresses = geocoder.getFromLocationName("Clock Tower, Anantapur, Andhra Pradesh, India", 1);
The full stacktrace is as below:
java.io.IOException: Service not Available
at android.location.Geocoder.getFromLocationName(Geocoder.java:159)
at org.prashlabs.android.taskmanager.AddLocationMapActivity.mapCurrentAddress(AddLocationMapActivity.java
at org.prashlabs.android.taskmanager.AddLocationMapActivity$2.onClick(AddLocationMapActivity.java:60)
at android.view.View.performClick(View.java:2408)
at android.view.View$PerformClick.run(View.java:8816)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
co...@gmail.com <co...@gmail.com> #4
It will work on the actual 2.2 device. That's the only information I know (not affiliated with Google). I'm actually going to look into the SAME bug this evening. Seems like a giant thing to overlook.
pr...@gmail.com <pr...@gmail.com> #5
Still not fixed? I have the same issue when using the Geocoder...
ka...@gmail.com <ka...@gmail.com> #6
I'm getting the same error here
ya...@gmail.com <ya...@gmail.com> #7
Just installed CyanogenMod 6 alfa and now GeoCoder works fine. I guess it will work on final builds of stock Froyo too.
am...@gmail.com <am...@gmail.com> #8
[Comment deleted]
yk...@gmail.com <yk...@gmail.com> #10
I also meet the same error
an...@gmail.com <an...@gmail.com> #11
na...@gmail.com <na...@gmail.com> #12
Are you guys using this code on the Android 2.2 emulator? I'm also getting this error on the emulator but it works on the actual device (nexus one - android 2.2)
su...@gmail.com <su...@gmail.com> #13
Same error for me on 2.2 emulator. Haven't tried on actual device yet, but I'm glad I found this. Yikes.
bc...@gmail.com <bc...@gmail.com> #14
For info: If the Eclipse build properties link with the Google APIs level 7 and the target is AVD level 8 I still get the "Service not Available" IOException on coder.getFromLocationName. So it seems that the problem lies within the level 8 AVD not the API jars.
vi...@gmail.com <vi...@gmail.com> #15
Hi, I'm getting the same error too. Same codes that works on AVD 7, does not work on AVD 8. :(
il...@gmail.com <il...@gmail.com> #16
Please stop posting "I'm getting the same error" and the like. Remember that people get email everytime such a comment is posted.
Instead of posting such an uninformative comment, the design of the system is that you vote for the issue, so please do that instead.
Instead of posting such an uninformative comment, the design of the system is that you vote for the issue, so please do that instead.
ak...@gmail.com <ak...@gmail.com> #17
folks.. please fix the bug. thanks a ton.
bi...@gmail.com <bi...@gmail.com> #18
Just ran into this issue using the 2.2 Emulator...it's a bummer because I have nothing else to test on right now....my Droid X still hasn't gotten Froyo :/
ar...@gmail.com <ar...@gmail.com> #19
Please, we need a solution to this issue or at least a workaround
sa...@gmail.com <sa...@gmail.com> #20
AVDs tested on: Google API v7 (2.1-update1), Google API v8 (2.2)
Code that causes this issue for me:
List<Address> addresses = geocoder.getFromLocation(37.422006, -122.084095, 1);
Result using "Google API v7 (2.1-update1)": Works as intended.
Result using "Google API v8 (2.2)": Error - java.io.IOException: Service not Available
The stacktrace is essentially the same as the one posted by prashanth.babu (Comment 2 in this thread:http://code.google.com/p/android/issues/detail?id=8816#c2 ), except for the first line:
In prashanth.babu's stack trace, the first line is:
at android.location.Geocoder.getFromLocationName(Geocoder.java:159)
In my stack trace, the first line is:
at android.location.Geocoder.getFromLocation(Geocoder.java:117)
Code that causes this issue for me:
List<Address> addresses = geocoder.getFromLocation(37.422006, -122.084095, 1);
Result using "Google API v7 (2.1-update1)": Works as intended.
Result using "Google API v8 (2.2)": Error - java.io.IOException: Service not Available
The stacktrace is essentially the same as the one posted by prashanth.babu (Comment 2 in this thread:
In prashanth.babu's stack trace, the first line is:
at android.location.Geocoder.getFromLocationName(Geocoder.java:159)
In my stack trace, the first line is:
at android.location.Geocoder.getFromLocation(Geocoder.java:117)
in...@gmail.com <in...@gmail.com> #21
hi, i also meet the issue,but i found a solution. i use the kml to get the longitude and latitude,you can input address or train station name.
it almost work in any string.
the %E5%8F%B0%E5%8D%97%E7%81%AB%E8%BB%8A%E7%AB%99 is the String you want to know.
the string type is UTF-8.
http://maps.google.com.tw/maps?f=q&source=s_q&hl=zh-TW&geocode=&q=%E5%8F%B0%E5%8D%97%E7%81%AB%E8%BB%8A%E7%AB%99&ie=UTF8&0&om=0&output=kml
hope it can help.
it almost work in any string.
the %E5%8F%B0%E5%8D%97%E7%81%AB%E8%BB%8A%E7%AB%99 is the String you want to know.
the string type is UTF-8.
hope it can help.
sr...@gmail.com <sr...@gmail.com> #22
I have found a workaround to the issue. I used the standard google api: http://code.google.com/apis/maps/documentation/geocoding/
I have created a method that received a String address like "220+victoria+square" and returns a JSONObject with the response of the HTTP Call
public static JSONObject getLocationInfo(String address) {
HttpGet httpGet = new HttpGet("http://maps.google ."
+ "com/maps/api/geocode/json?address=" + address
+ "ka&sensor=false");
HttpClient client = new DefaultHttpClient();
HttpResponse response;
StringBuilder stringBuilder = new StringBuilder();
try {
response = client.execute(httpGet);
HttpEntity entity = response.getEntity();
InputStream stream = entity.getContent();
int b;
while ((b = stream.read()) != -1) {
stringBuilder.append((char) b);
}
} catch (ClientProtocolException e) {
} catch (IOException e) {
}
JSONObject jsonObject = new JSONObject();
try {
jsonObject = new JSONObject(stringBuilder.toString());
} catch (JSONException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return jsonObject;
}
After executing this, another method converts that JSONObject into a GeoPoint.
public static GeoPoint getGeoPoint(JSONObject jsonObject) {
Double lon = new Double(0);
Double lat = new Double(0);
try {
lon = ((JSONArray)jsonObject.get("results")).getJSONObject(0)
.getJSONObject("geometry").getJSONObject("location")
.getDouble("lng");
lat = ((JSONArray)jsonObject.get("results")).getJSONObject(0)
.getJSONObject("geometry").getJSONObject("location")
.getDouble("lat");
} catch (JSONException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return new GeoPoint((int) (lat * 1E6), (int) (lon * 1E6));
}
However this solution is extremely nasty and coupled..
I hope this helps
I have created a method that received a String address like "220+victoria+square" and returns a JSONObject with the response of the HTTP Call
public static JSONObject getLocationInfo(String address) {
HttpGet httpGet = new HttpGet("
+ "com/maps/api/geocode/json?address=" + address
+ "ka&sensor=false");
HttpClient client = new DefaultHttpClient();
HttpResponse response;
StringBuilder stringBuilder = new StringBuilder();
try {
response = client.execute(httpGet);
HttpEntity entity = response.getEntity();
InputStream stream = entity.getContent();
int b;
while ((b = stream.read()) != -1) {
stringBuilder.append((char) b);
}
} catch (ClientProtocolException e) {
} catch (IOException e) {
}
JSONObject jsonObject = new JSONObject();
try {
jsonObject = new JSONObject(stringBuilder.toString());
} catch (JSONException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return jsonObject;
}
After executing this, another method converts that JSONObject into a GeoPoint.
public static GeoPoint getGeoPoint(JSONObject jsonObject) {
Double lon = new Double(0);
Double lat = new Double(0);
try {
lon = ((JSONArray)jsonObject.get("results")).getJSONObject(0)
.getJSONObject("geometry").getJSONObject("location")
.getDouble("lng");
lat = ((JSONArray)jsonObject.get("results")).getJSONObject(0)
.getJSONObject("geometry").getJSONObject("location")
.getDouble("lat");
} catch (JSONException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return new GeoPoint((int) (lat * 1E6), (int) (lon * 1E6));
}
However this solution is extremely nasty and coupled..
I hope this helps
ra...@gmail.com <ra...@gmail.com> #23
[Comment deleted]
kh...@gmail.com <kh...@gmail.com> #24
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #25
Hii, Pablolarrimbe this is Dev your,s extremely nasty and coupled solution worked for me. Thanx bro...Only the address you are passing to the "getLocationInfo(String address)"
replace all blank spaces with %20. ex-> address = address.replaceAll(" ","%20"); Thats it....
replace all blank spaces with %20. ex-> address = address.replaceAll(" ","%20"); Thats it....
pr...@gmail.com <pr...@gmail.com> #26
Hi ,
Please provide solution for geoCoder.getFromLocation(
point.getLatitudeE6() / 1E6,
point.getLongitudeE6() / 1E6, 1) "Google API v8 (2.2)": Error - java.io.IOException: Service not Available
Thanks in advance
Samina
Please provide solution for geoCoder.getFromLocation(
point.getLatitudeE6() / 1E6,
point.getLongitudeE6() / 1E6, 1) "Google API v8 (2.2)": Error - java.io.IOException: Service not Available
Thanks in advance
Samina
su...@gmail.com <su...@gmail.com> #27
[Comment deleted]
am...@gmail.com <am...@gmail.com> #28
Alas, geocoding fails on a DEVICE for me. Android 1.5 and Android 1.6. Presumably it works OK on an Android 2.2 device.
Are you guys building against SDK 8 and intending to run on 1.5, 1.6, etc? Has anyone else had the same errors?
Are you guys building against SDK 8 and intending to run on 1.5, 1.6, etc? Has anyone else had the same errors?
am...@gmail.com <am...@gmail.com> #29
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #30
Can Google engineers put a priority on this bug? What's the escalation process to fix this?
am...@gmail.com <am...@gmail.com> #31
Hey guys. Check my comment number 21, there I have posted a solution to this problem.
It is more like a workaround, but it will do it for now.
It is more like a workaround, but it will do it for now.
an...@gmail.com <an...@gmail.com> #32
pablolarrimbe, they are referring to reverse geocoding, yeah? You just have geocoding.
Attached is my workaround.. it works well enough for testing. It uses the old google geocode API. It's good enough until I get a phone to develop on.
ReverseGeocode.getFromLocation(double lat, double lon, int maxResults)
Returns a List<Address> like Geocoder's getFromLocation.
Attached is my workaround.. it works well enough for testing. It uses the old google geocode API. It's good enough until I get a phone to develop on.
ReverseGeocode.getFromLocation(double lat, double lon, int maxResults)
Returns a List<Address> like Geocoder's getFromLocation.
ab...@gmail.com <ab...@gmail.com> #33
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #34
[Comment deleted]
mr...@gmail.com <mr...@gmail.com> #35
pablolarrimbe, I saw your post #21. As you said it is a workaround. The API clearly breaks from its previous release. I can live with workaround during my development. Can google give an ETA to fix this? Also, I was asking what is the escalation path, if any? Thanks.
pr...@gmail.com <pr...@gmail.com> #36
Edward.the.IV,
No. It is the Geocoder. The following code throws an IOException in the emulator with SDK 2.2. Apparently according to other post, the code is working on the physical device. This could be a bug in the emulator.
String staddress = "1600 Amphitheatre Parkway Mountain View, CA 94043";
try {
List<Address> loc = geocoder.getFromLocationName(staddress, 5);
} catch(IOException e) {
Log.e("IOException", e.getMessage());
}
No. It is the Geocoder. The following code throws an IOException in the emulator with SDK 2.2. Apparently according to other post, the code is working on the physical device. This could be a bug in the emulator.
String staddress = "1600 Amphitheatre Parkway Mountain View, CA 94043";
try {
List<Address> loc = geocoder.getFromLocationName(staddress, 5);
} catch(IOException e) {
Log.e("IOException", e.getMessage());
}
vi...@gmail.com <vi...@gmail.com> #37
Hey guys if it's a emulator bug, why is it doing without any problem when you click on an address under contact's address??? I'm saying that in emulators contact create an address for a contact and then click it, it brings the map and shows the correct address.
Is that map a different map? (is not not google map)?
So why we can not use that map?
Is that map a different map? (is not not google map)?
So why we can not use that map?
va...@gmail.com <va...@gmail.com> #38
Any suggestion???
ab...@gmail.com <ab...@gmail.com> #39
bobbyfu: Again, you posted a Geocoder. Not a reverse Geocoder.
varandtin: As far as I can tell, they're opening Maps with an intent.
It's as if you did this:
Intent i = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=123+Some+Street+Vermont"));
startActivity(i);
Posting "Any suggestion???" sent an email to my phone while I was busy. Thank you for that, it was very irritating.
varandtin: As far as I can tell, they're opening Maps with an intent.
It's as if you did this:
Intent i = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=123+Some+Street+Vermont"));
startActivity(i);
Posting "Any suggestion???" sent an email to my phone while I was busy. Thank you for that, it was very irritating.
si...@gmail.com <si...@gmail.com> #40
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #41
DavidAlanJewell: This bug is with the GeoCoder API. It has nothing to do with the MapView or MapActivity classes. The problem you describe sounds like an invalid maps API key.
Can people please think before posting. Unless you have information that is specific to this bug and will help in the diagnosis of it by Google staff there is little reason in posting.
All you're doing is disturbing everyone who has starred this bug and making it harder for Google staff to get genuine information about the problem when they do get around to looking at it.
Can people please think before posting. Unless you have information that is specific to this bug and will help in the diagnosis of it by Google staff there is little reason in posting.
All you're doing is disturbing everyone who has starred this bug and making it harder for Google staff to get genuine information about the problem when they do get around to looking at it.
su...@gmail.com <su...@gmail.com> #42
I respectively remove my "Google staff disturbing" Comment #39 .
pa...@gmail.com <pa...@gmail.com> #43
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #44
Ok, maybe this might seem of little use to "average" app developers (like me):
I just noticed, by stepping through code, that the first place where you get a "Service not Available" _result String is inside some ILocationManager$Stub$Proxy@<...some numbers...> at line 818 (froyo 2.2 source code). Of course there's no source code for this beaing an AIDL proxy implementation.
Not an expert of AIDL programming, but "from the outside" it seems like a proxy stub is called on the emulator, while there should be an actual proxy implementation (i.e. not a stub) that should do the actual work.
I just noticed, by stepping through code, that the first place where you get a "Service not Available" _result String is inside some ILocationManager$Stub$Proxy@<...some numbers...> at line 818 (froyo 2.2 source code). Of course there's no source code for this beaing an AIDL proxy implementation.
Not an expert of AIDL programming, but "from the outside" it seems like a proxy stub is called on the emulator, while there should be an actual proxy implementation (i.e. not a stub) that should do the actual work.
nl...@gmail.com <nl...@gmail.com> #45
Is it possible to change the name of this bug? It may help in getting it noticed. IMO the problem appears to be that the location service hasn't been started in the emulator or it's started and the AIDL proxy can't use it. Does anyone know if it's possible to start the service manually?
up...@gmail.com <up...@gmail.com> #46
After having a play I've found:
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">@null</string>
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">@null</string>
in the android source folder: frameworks/base/core/res/res/values/config.xml
After looking here (http://forum.xda-developers.com/showthread.php?t=710105&page=71 ) it looks like those @null's should be:
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
Is anyone able to change these params, compile and see if it works? I would but I'm on Snow Leopard on a Mac and havent managed a successful build (just yet ;-) )
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">@null</string>
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">@null</string>
in the android source folder: frameworks/base/core/res/res/values/config.xml
After looking here (
<!-- Component name of the service providing network location support. -->
<string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
Is anyone able to change these params, compile and see if it works? I would but I'm on Snow Leopard on a Mac and havent managed a successful build (just yet ;-) )
sh...@gmail.com <sh...@gmail.com> #47
verified aarons88's workaround in comment45. it works!
pr...@gmail.com <pr...@gmail.com> #48
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #49
is anyone experiencing this issue on devices running Gingerbread?
bh...@gmail.com <bh...@gmail.com> #50
verified aarons88's workaround in comment45. it doesn't work!
j....@gmail.com <j....@gmail.com> #51
verified aarons88's workaround in comment45. it doesn't work!
E/ReverseGeocoder( 1137): java.io.IOException: Service not Available
E/ReverseGeocoder( 1137): at android.location.Geocoder.getFromLocation(Geocoder.java:117)
E/ReverseGeocoder( 1137): at com.android.camera.ReverseGeocoderTask.doInBackground(ReverseGeocoderTask.java:52)
E/ReverseGeocoder( 1137): java.io.IOException: Service not Available
E/ReverseGeocoder( 1137): at android.location.Geocoder.getFromLocation(Geocoder.java:117)
E/ReverseGeocoder( 1137): at com.android.camera.ReverseGeocoderTask.doInBackground(ReverseGeocoderTask.java:52)
ve...@gmail.com <ve...@gmail.com> #52
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #53
this bug is always broken?
I say that beacause this morning i was triying (my first time) Geocoder and worked fine, I got street, number and city. After that, now I tried to get Locale and....doesn't work any more.
I say that beacause this morning i was triying (my first time) Geocoder and worked fine, I got street, number and city. After that, now I tried to get Locale and....doesn't work any more.
ya...@gmail.com <ya...@gmail.com> #54
Thanks for trying guys.
After thinking - we dont have the source for the GeocodeProvider (afaik its kept in house at Google) so we wouldn't be able to compile it in anyway. Short of someone in Google updating that config file and redistributing the GoogleAPI's avd I can't think of a way around it.
Unless its possible to unpack the image, edit the config file then pack it up and run again?
After thinking - we dont have the source for the GeocodeProvider (afaik its kept in house at Google) so we wouldn't be able to compile it in anyway. Short of someone in Google updating that config file and redistributing the GoogleAPI's avd I can't think of a way around it.
Unless its possible to unpack the image, edit the config file then pack it up and run again?
ka...@gmail.com <ka...@gmail.com> #55
with the solution on 21 and 24 it's not working on 2.3, this return an error:
02-07 20:29:28.986: WARN/System.err(2551): IOException processing: 26
02-07 20:29:28.986: WARN/System.err(2551): java.io.IOException: Server returned: 3
02-07 20:29:28.986: WARN/System.err(2551): at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115)
I compare the coord and the json response and this are good.
Any solution?
02-07 20:29:28.986: WARN/System.err(2551): IOException processing: 26
02-07 20:29:28.986: WARN/System.err(2551): java.io.IOException: Server returned: 3
02-07 20:29:28.986: WARN/System.err(2551): at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115)
I compare the coord and the json response and this are good.
Any solution?
md...@gmail.com <md...@gmail.com> #56
Please, some solution to this bug?
I am interested in using Geopoint.getFromLocation (....) to launch after a try with a route through Google Navigation.
Necesito obtener la direccion real del dispositivo.
He visto en otros mensajes que en un dispositivo funciona ok, pero quiero hacer pruebas en los emuladores de API LEVEL 8.
I am interested in using Geopoint.getFromLocation (....) to launch after a try with a route through Google Navigation.
Necesito obtener la direccion real del dispositivo.
He visto en otros mensajes que en un dispositivo funciona ok, pero quiero hacer pruebas en los emuladores de API LEVEL 8.
dr...@gmail.com <dr...@gmail.com> #57
Please, some solution to this bug?
I am interested in using Geopoint.getFromLocation (....) to launch after a try with a route through Google Navigation.
I need to get the real address of the device.
I've seen in other posts that a device works ok, but I want to test the API emulators LEVEL 8.
Please excuse the mess of the previous message.
I am interested in using Geopoint.getFromLocation (....) to launch after a try with a route through Google Navigation.
I need to get the real address of the device.
I've seen in other posts that a device works ok, but I want to test the API emulators LEVEL 8.
Please excuse the mess of the previous message.
ve...@gmail.com <ve...@gmail.com> #58
it has to do with your network connection. when i turn Wifi on everything works fine.
ab...@gmail.com <ab...@gmail.com> #59
Somebody help me
How can I apply #21 or #31 solution to my project?
How can I apply #21 or #31 solution to my project?
ve...@gmail.com <ve...@gmail.com> #60
try this fragment:
Geocoder gc = new Geocoder(context, Locale.getDefault());
List<Address> addresses = null;
try {
addresses = gc.getFromLocation(latitude, longitude, maxResults);
} catch (IOException e) {
Log.i("tag", "build:"+ Build.PRODUCT);
// TODO Auto-generated catch block
if("google_sdk".equals( Build.PRODUCT )) {
Log.i("tag", "Geocoder doesn't work under emulation.");
addresses = ReverseGeocode.getFromLocation(latitude, longitude, 1);
} else
e.printStackTrace();
}
Geocoder gc = new Geocoder(context, Locale.getDefault());
List<Address> addresses = null;
try {
addresses = gc.getFromLocation(latitude, longitude, maxResults);
} catch (IOException e) {
Log.i("tag", "build:"+ Build.PRODUCT);
// TODO Auto-generated catch block
if("google_sdk".equals( Build.PRODUCT )) {
Log.i("tag", "Geocoder doesn't work under emulation.");
addresses = ReverseGeocode.getFromLocation(latitude, longitude, 1);
} else
e.printStackTrace();
}
ff...@gmail.com <ff...@gmail.com> #61
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #62
This is a bug tracker, not your personal support forum. If you don't have something CONSTRUCTIVE to contribute to the issue, don't post.
please.
[My apologies to the other 75 people who are being e-mailed this. I'm just trying to improve the signal/noise ratio.]
please.
[My apologies to the other 75 people who are being e-mailed this. I'm just trying to improve the signal/noise ratio.]
hu...@gmail.com <hu...@gmail.com> #63
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #64
Sorry its Comment 31 NOT 21 that Certainly Works! I just tried!
(Maybe 21 too works, yet to try it out)
Make sure that in your manifest file your permissions are above the activity!!
Like this
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android "
package="ex.checkgeo"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".checkgeo"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
---------
I had kept it inside application and it was not working!
Now it is.
Cheers
(Maybe 21 too works, yet to try it out)
Make sure that in your manifest file your permissions are above the activity!!
Like this
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="
package="ex.checkgeo"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".checkgeo"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
---------
I had kept it inside application and it was not working!
Now it is.
Cheers
ga...@gmail.com <ga...@gmail.com> #65
Ok Comment 21 Works Too!
Note for that just put this in manifest too
<uses-library android:name="com.google.android.maps" />
just before your application tags is closed!
i.e.
<uses-library android:name="com.google.android.maps" />
</application>
</manifest>
Cheers!!
:D
Note for that just put this in manifest too
<uses-library android:name="com.google.android.maps" />
just before your application tags is closed!
i.e.
<uses-library android:name="com.google.android.maps" />
</application>
</manifest>
Cheers!!
:D
kc...@gmail.com <kc...@gmail.com> #66
Hey!
Im #21's writer. I can help you with that if you cant.
Just tell me how i can help you.
Im #21's writer. I can help you with that if you cant.
Just tell me how i can help you.
kc...@gmail.com <kc...@gmail.com> #67
I also get the same error ,test many times changing api version or emulator ,it it irresolvable
ni...@gmail.com <ni...@gmail.com> #68
Thanks all of you who give me your comments.
I have already solve the issue by changing the other apk.
I have already solve the issue by changing the other apk.
di...@gmail.com <di...@gmail.com> #69
It is really works ! Thanks #21 ,thanks for you solution way. you did really a great job.
ra...@gmail.com <ra...@gmail.com> #70
[Comment deleted]
ku...@gmail.com <ku...@gmail.com> #71
04-13 19:39:53.161: WARN/System.err(4235): java.io.IOException: Service not Available
solution plz...?
solution plz...?
pr...@gmail.com <pr...@gmail.com> #72
java.io.IOException: Service not Available
android 2.3.3
same error.... any solution?????
android 2.3.3
same error.... any solution?????
dn...@gmail.com <dn...@gmail.com> #73
It will work on the actual 2.2 device. That's the only information I know (not affiliated with Google). I'm actually going to look into the SAME bug this evening. Seems like a giant thing to overlook.
ph...@gmail.com <ph...@gmail.com> #74
#72 - I've tried it on an actual device running 2.2 and it is NOT working..
as...@gmail.com <as...@gmail.com> #75
Sir I am getting same error i tried to my best but i am always getting java.io.IOException: Service not Available
Please tell me solution
Please tell me solution
ni...@gmail.com <ni...@gmail.com> #76
so many people onbody can do it! it's a tragedy
ga...@gmail.com <ga...@gmail.com> #77
so many people onbody can do it! it's a tragedy
gu...@gmail.com <gu...@gmail.com> #78
Any word on if this has been fixed for 2.3.3? I'm assuming not since I'm getting the same issue. What a pain.
gu...@gmail.com <gu...@gmail.com> #79
When can we expect this to be fixed?
gu...@gmail.com <gu...@gmail.com> #80
Hey there:
I am also facing a problem getting my own location with com.google.android.maps.MyLocationOverlay. This also does not work anymore since I updated my smartphone from 2.2.1 to 2.3.3 (HTC Desire Z):
myLocationOverlay = new MyLocationOverlay(this, mapView);
myLocationOverlay.enableMyLocation();
if(myLocationOverlay.getMyLocation()!=null){
mapView.getController().animateTo(myLocationOverlay.getMyLocation());
}
Can this issue maybe also be solved?
Best regards!
I am also facing a problem getting my own location with com.google.android.maps.MyLocationOverlay. This also does not work anymore since I updated my smartphone from 2.2.1 to 2.3.3 (HTC Desire Z):
myLocationOverlay = new MyLocationOverlay(this, mapView);
myLocationOverlay.enableMyLocation();
if(myLocationOverlay.getMyLocation()!=null){
mapView.getController().animateTo(myLocationOverlay.getMyLocation());
}
Can this issue maybe also be solved?
Best regards!
ch...@gmail.com <ch...@gmail.com> #81
With the same problem, just close emulator, unplug-replug wifi usb key, and restart emulator and application worked for me.
he...@gmail.com <he...@gmail.com> #82
I am also getting the same issue. Is this really the API issue ? And if it is then how much time will it take to fix this one ?
rizzz86
rizzz86
pr...@gmail.com <pr...@gmail.com> #83
i am using 2.1......... but it still not getting any location.....means returns null
na...@gmail.com <na...@gmail.com> #84
thanks pablolar @ Comment #21 , it works
na...@gmail.com <na...@gmail.com> #85
Thanks pablolar @ Comment #21
it works for most addresses including some chinese places like "北京" (Beijing), "四川自贡" (Sichuan Zigong), a city of Sichuan province. the first two words represent province's name, the last two represnt city's name.
But for some chinese addresses like "浙江杭州" (ZheJiang HangZhou), a city of ZheJiang province, it throws an Exception: org.apache.http.NoHttpResponseException: The target server failed to respond.
I use setHttpRequestRetryHandler(HttpRequestRetryHandler retryHandler) method to retry several times, but the problem also exists.
Can this issue be solved?
it works for most addresses including some chinese places like "北京" (Beijing), "四川自贡" (Sichuan Zigong), a city of Sichuan province. the first two words represent province's name, the last two represnt city's name.
But for some chinese addresses like "浙江杭州" (ZheJiang HangZhou), a city of ZheJiang province, it throws an Exception: org.apache.http.NoHttpResponseException: The target server failed to respond.
I use setHttpRequestRetryHandler(HttpRequestRetryHandler retryHandler) method to retry several times, but the problem also exists.
Can this issue be solved?
pr...@gmail.com <pr...@gmail.com> #86
I tried to get the Latitude/Longitude of a Address on this versions: 2.1, 2.2, 2.3.1, and I received IOException and all of this versions.
Please, someone have a solution? Because, I don't want to use other time the user's Internet
Please, someone have a solution? Because, I don't want to use other time the user's Internet
sa...@gmail.com <sa...@gmail.com> #87
The comment 31 is working grate for me .... Thanks to "ReverseGeocode.java" and it's writer ... it is a best fix for this issue.
ra...@gmail.com <ra...@gmail.com> #88
Hello...this issue has popped up again apparently with the release of Google Maps 6.0.
Running the same piece of Reverse Geocode code on Asus Transformer (3.2.1) and HTC Incredible (2.3.4)...min SDK 6, target SDK 14.
Asus Transformer repeatedly throws i/o exception "Service not Available", HTC Incredible reliably returns addresses.
Running the same piece of Reverse Geocode code on Asus Transformer (3.2.1) and HTC Incredible (2.3.4)...min SDK 6, target SDK 14.
Asus Transformer repeatedly throws i/o exception "Service not Available", HTC Incredible reliably returns addresses.
ku...@gmail.com <ku...@gmail.com> #89
hi,i got the errors:
-----------------------------------
12-04 08:46:46.793: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:46.802: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:46.833: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:47.433: E/MapActivity(979): Couldn't get connection factory client
---------------------------------------------
i can see the map , but the geo point is not display....
any suggestion??
-----------------------------------
12-04 08:46:46.793: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:46.802: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:46.833: E/ActivityThread(979): Failed to find provider info for com.google.settings
12-04 08:46:47.433: E/MapActivity(979): Couldn't get connection factory client
---------------------------------------------
i can see the map , but the geo point is not display....
any suggestion??
ra...@gmail.com <ra...@gmail.com> #90
#31 - thanks for the code. I have been able to use it after cleaning it up a little. Specific fixes:
- returns one less result than the max you asked for
- if any location fields are missing from the JSON response, that address will not be added to the result list
Outstanding bug: If one of the location fields are missing from the JSON response, the fields that are normally extracted after it will not be extracted
- returns one less result than the max you asked for
- if any location fields are missing from the JSON response, that address will not be added to the result list
Outstanding bug: If one of the location fields are missing from the JSON response, the fields that are normally extracted after it will not be extracted
pr...@gmail.com <pr...@gmail.com> #91
Hi, am using the API 14 and facing issue saying 'Couldn't get connection factory client'. Please let me know the solution for this. I have no issues with libraries and internet added. Please let me know the solution?
te...@gmail.com <te...@gmail.com> #92
i also get service not available in api level 10
te...@gmail.com <te...@gmail.com> #93
Hi I'm experiencing the same problem.Can anyone help me ?
I've tried some of the proposed solution but nothing of good happen
I've tried some of the proposed solution but nothing of good happen
ch...@gmail.com <ch...@gmail.com> #94
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #95
hiii... comment #21 its worked for me...on API level 8...
just replace all [space] with %20
use this..and check this link
http://stackoverflow.com/a/9173488/1151312
just replace all [space] with %20
use this..and check this link
pr...@gmail.com <pr...@gmail.com> #96
[Comment deleted]
te...@gmail.com <te...@gmail.com> #97
I am also having this same problem in Android 2.3.3
i.e. target:10
I used the concept of comment 21 too but no success.
i.e. target:10
I used the concept of comment 21 too but no success.
vi...@gmail.com <vi...@gmail.com> #98
Harry use HttpPost instead of HttpGet.....it'll work surely!!!
Thanx #21...
Thanx #21...
ar...@gmail.com <ar...@gmail.com> #99
Hi i also get service not available in api level 13
mi...@gmail.com <mi...@gmail.com> #100
Hi Pablolarrimbe ,great thanks for sharing such a nice code. It worked me a lot.
ka...@gmail.com <ka...@gmail.com> #101
"I'm getting the same error" and the like
ni...@gmail.com <ni...@gmail.com> #102
same
ku...@gmail.com <ku...@gmail.com> #103
[Comment deleted]
kc...@gmail.com <kc...@gmail.com> #104
"Couldn't get connection factory client!" error with api level 15! Any cure?
sa...@gmail.com <sa...@gmail.com> #105
Pablo Larrimbe thanks bro, its working!
ri...@gmail.com <ri...@gmail.com> #106
The solution over the normal Geocode API (not geocoder class) works for me.
But I did a little change to the code because there were Problems with umlauts (ö, ä, ü etc).
here it is for getting the response
But I did a little change to the code because there were Problems with umlauts (ö, ä, ü etc).
here it is for getting the response
ko...@gmail.com <ko...@gmail.com> #107
Hi,
I was having this "Service not available" problem for a week. But, just now I have done system update and the problem is gone. It was compatibility problem with Google Maps 6.12.
I was having this "Service not available" problem for a week. But, just now I have done system update and the problem is gone. It was compatibility problem with Google Maps 6.12.
gh...@gmail.com <gh...@gmail.com> #108
I've faced same problem for ICS 4.0 device.
I just restarted my device and its working now.
For emulator you can do the same.
One more issue with emulator is of Internet connection.
So rather than using wi-fi try wired network, may be that can be helpful for u.
I just restarted my device and its working now.
For emulator you can do the same.
One more issue with emulator is of Internet connection.
So rather than using wi-fi try wired network, may be that can be helpful for u.
me...@gmail.com <me...@gmail.com> #109
I've got this eror ;
java.io.IOException: Service not Available
on android 2.3.3
Any solution ?
the code :
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
TextView myLatitude = (TextView)findViewById(R.id.mylatitude);
TextView myLongitude = (TextView)findViewById(R.id.mylongitude);
TextView myAddress = (TextView)findViewById(R.id.myaddress);
myLatitude.setText("Latitude: " + String.valueOf(LATITUDE));
myLongitude.setText("Longitude: " + String.valueOf(LONGITUDE));
Geocoder geocoder = new Geocoder(this, Locale.ENGLISH);
try {
List<Address> addresses = geocoder.getFromLocation(LATITUDE, LONGITUDE, 1);
if(addresses != null) {
Address returnedAddress = addresses.get(0);
StringBuilder strReturnedAddress = new StringBuilder("Address:\n");
for(int i=0; i<returnedAddress.getMaxAddressLineIndex(); i++) {
strReturnedAddress.append(returnedAddress.getAddressLine(i)).append("\n");
}
myAddress.setText(strReturnedAddress.toString());
}
else{
myAddress.setText("No Address returned!");
}
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
myAddress.setText("Can not get Address!");
}
java.io.IOException: Service not Available
on android 2.3.3
Any solution ?
the code :
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
TextView myLatitude = (TextView)findViewById(R.id.mylatitude);
TextView myLongitude = (TextView)findViewById(R.id.mylongitude);
TextView myAddress = (TextView)findViewById(R.id.myaddress);
myLatitude.setText("Latitude: " + String.valueOf(LATITUDE));
myLongitude.setText("Longitude: " + String.valueOf(LONGITUDE));
Geocoder geocoder = new Geocoder(this, Locale.ENGLISH);
try {
List<Address> addresses = geocoder.getFromLocation(LATITUDE, LONGITUDE, 1);
if(addresses != null) {
Address returnedAddress = addresses.get(0);
StringBuilder strReturnedAddress = new StringBuilder("Address:\n");
for(int i=0; i<returnedAddress.getMaxAddressLineIndex(); i++) {
strReturnedAddress.append(returnedAddress.getAddressLine(i)).append("\n");
}
myAddress.setText(strReturnedAddress.toString());
}
else{
myAddress.setText("No Address returned!");
}
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
myAddress.setText("Can not get Address!");
}
ho...@gmail.com <ho...@gmail.com> #110
Hello i have the same problem. In my case avd 2.3 comment all calls of mapcontroller, and i havent error enymore. sorry my bad english
om...@gmail.com <om...@gmail.com> #111
It's still not working in 2.3.3 with the latest update to ADT 21.0.0.v201210310015-519525. Is this just an emulator bug or are real devices affected too? Can anybody confirm that this doesn't affect real devices?
Btw: Restarting the device doesn't work for me as in comment 107 proposed.
Btw: Restarting the device doesn't work for me as in comment 107 proposed.
ji...@gmail.com <ji...@gmail.com> #112
Comment 21 by pablolar aur any one else can explain this.... which String should be given to this method getLocationInfo(String address) because i have location.getLatitude() and location.getLongitude() which is given as parameter to the function geocoder.getFromLocation()...thanx i advance..
de...@gmail.com <de...@gmail.com> #113
Comment 21 works on emulator for 2.3.3
Confirmed!
Confirmed!
sr...@gmail.com <sr...@gmail.com> #114
hi guys... i had same issue... when i tried to use gocoder
list = geo.getFromLocationName(PoiString, 10, lowLeftLat, lowLeftLon, upRightLat, upRighLon);
it throws an exception on my samsung galaxy s3... but when i tried it on nexus 7, htc desire and se xperia neo, it worked fine...
so i think problem is on used device. better way how get geocode / address is by using google geocoding api like was showed in post #21
list = geo.getFromLocationName(PoiString, 10, lowLeftLat, lowLeftLon, upRightLat, upRighLon);
it throws an exception on my samsung galaxy s3... but when i tried it on nexus 7, htc desire and se xperia neo, it worked fine...
so i think problem is on used device. better way how get geocode / address is by using google geocoding api like was showed in post #21
le...@gmail.com <le...@gmail.com> #115
[Comment deleted]
si...@gmail.com <si...@gmail.com> #116
[Comment deleted]
jw...@gmail.com <jw...@gmail.com> #117
Hi, sorry for adding another unhelpful comment here, but im having the same problem.
i followed everything on part 1 here ->
https://developers.google.com/maps/documentation/android/v1/hello-mapview
and tried to run my program. It gives me an error "Couldn't get connection factory client."
I had run my program in Xperia Sola. I used my API key. I totally did same code in the tutorial, still the error occurred.
I know this is a very simple code, but i started using android for less than a week now. I have already created a simple google map app but i use FragmentActivity, now i am trying to use MapActivity.
thanks :)
i followed everything on part 1 here ->
and tried to run my program. It gives me an error "Couldn't get connection factory client."
I had run my program in Xperia Sola. I used my API key. I totally did same code in the tutorial, still the error occurred.
I know this is a very simple code, but i started using android for less than a week now. I have already created a simple google map app but i use FragmentActivity, now i am trying to use MapActivity.
thanks :)
sh...@gmail.com <sh...@gmail.com> #118
This report applies to a mobile Google application or service, and the issue tracker where you reported it specializes in issues within the Open Source source code of the Android platform.
We are not able to provide support for Google products in this issue tracker. Please report this issue in the appropriate Google Product Forum athttps://productforums.google.com/forum/#!forum/en/
We are not able to provide support for Google products in this issue tracker. Please report this issue in the appropriate Google Product Forum at
at...@gmail.com <at...@gmail.com> #119
Same bug here on GS4 running 4.2.2 !!
kc...@gmail.com <kc...@gmail.com> #120
Anyone has added this issue at https://productforums.google.com/forum/#!forum/en/ (Google Product Forum) ? This bug has been resolved ???
an...@gmail.com <an...@gmail.com> #121
Cannot read our write in hindi ...request update either through market or firmware
sd...@gmail.com <sd...@gmail.com> #122
Using opera mini for hindi language is not the solution, see when you request a hindi page on mini, data is rendered at mini's servers, where hindi text is converted to bitmaps and pushed to your device.
You can check it out that you won't be able to select, copy or paste the hindi text in opera mini.
So hindi font/firmware support is highly appreciated.
You can check it out that you won't be able to select, copy or paste the hindi text in opera mini.
So hindi font/firmware support is highly appreciated.
i....@gmail.com <i....@gmail.com> #123
Whats the use of Google Translate from English to Hindi in mobile, when it does not have Hindi Fonts.
ni...@gmail.com <ni...@gmail.com> #124
Valid point google has translator but no support for Hindi. Google should wake up now and start supporting Hindi if they want to stand strong in Indian mobile market.
sa...@gmail.com <sa...@gmail.com> #125
the problem is in nepali as well... that is for devnagari script as a whole... i ma not able to read tweets written in nepali or websites that are written in nepali... all i see are square boxes...
so devnagari script support is highly required ...
so devnagari script support is highly required ...
su...@gmail.com <su...@gmail.com> #126
I can browse hindi websites on ipad but not on Xoom.
ki...@indiayouth.info <ki...@indiayouth.info> #127
I need Telugu fonts in Android phone.
ah...@gmail.com <ah...@gmail.com> #128
GOOGLE PLEASE ADD INDIC LANGUAGE SUPPORT TO ANDROID!!!!!!!!!!!!!
ra...@gmail.com <ra...@gmail.com> #129
Hindi font support please... and to think there are desis working in powerful positions on Android in Google itself :(
ka...@gmail.com <ka...@gmail.com> #130
Just came to see if someone is listening :(
hr...@gmail.com <hr...@gmail.com> #131
Please Hindi font support.
ab...@gmail.com <ab...@gmail.com> #132
Please Add Indic language support!
sa...@gmail.com <sa...@gmail.com> #133
Android must support Hindi font, now a days lots of website support Hindi language including facbook
m....@gmail.com <m....@gmail.com> #134
I dont think its that much complex as google is making it. The fact is google dont care about Indian market. Lets face the truth Indians google just exploits the privacy policies for its benefit. Anyway if google is listening i require hindi support in gmail app and should be able to read hindi files if i download them.
gy...@rediffmail.com <gy...@rediffmail.com> #135
i have htc wildfire handset,my problem with the handset is i can not read marathi or hindi message,as it appears in square boxes it has to view,i want to knw how would i rectify it,and what are the options i could apply to read messages in marathi or hindi,
mt...@gmail.com <mt...@gmail.com> #136
I am having Dell XCD 35, it does not have Marathi and Hindi font. Also i found that flash player is not available for it.
Please provide solution
pa...@gmail.com <pa...@gmail.com> #137
Shame to you, Google. You disappointed me. I hadn't thought while buying Android Phone that there would be no support for Devenagarik/Hindi/Nepali fonts. While I was happy typing in hindi in my old Nokia. And I see them supported in Apple I-phone.
Shame on you, that despite there is so much request been sent, Still no support for read and write in hindi.
I have searched internet for past 1 month in vein for hindi support, but beside Samsung having their own custom built hindi support in Galaxy phones, and this Linux box, I am using to type have built in unicode support, its shame for multinational company like Google.
Shame on you, that despite there is so much request been sent, Still no support for read and write in hindi.
I have searched internet for past 1 month in vein for hindi support, but beside Samsung having their own custom built hindi support in Galaxy phones, and this Linux box, I am using to type have built in unicode support, its shame for multinational company like Google.
ra...@gmail.com <ra...@gmail.com> #138
Ain't there any Hindi speaker in Google's Android team worth his salt.
up...@gmail.com <up...@gmail.com> #139
come on google.. i think have to go back to iphone.. this people dont listen
sm...@gmail.com <sm...@gmail.com> #140
The 1st app that i downloaded in my htc desire z was google translator, since android is also google's OS, so i was sure that it will work, but was shocked that it doesnt support all the languages available in the translator app which is developed by google company.
It shows the POOR QUALITY of the QA TEAM of google and they are answerable to this issue, how could they release an application in the mobile version without knowing that the OS WILL SUPPORT FOR ALL THE LANGUAGES PRESENT IN GOOGLE TRANSLATOR OR NOT?
Not expecting the full support for hindi language from Google since iphone has yet to come with this, as someone already said that all os are following iphone. But PLEASE REVAMP THE QA TEAM.... IT WILL RESOLVE MOST OF THE PROB. ATLEAST YOU WILL BE ABLE TO DELIVER THE GOOD QUALITY FOR THE EXISTING APPS.
It shows the POOR QUALITY of the QA TEAM of google and they are answerable to this issue, how could they release an application in the mobile version without knowing that the OS WILL SUPPORT FOR ALL THE LANGUAGES PRESENT IN GOOGLE TRANSLATOR OR NOT?
Not expecting the full support for hindi language from Google since iphone has yet to come with this, as someone already said that all os are following iphone. But PLEASE REVAMP THE QA TEAM.... IT WILL RESOLVE MOST OF THE PROB. ATLEAST YOU WILL BE ABLE TO DELIVER THE GOOD QUALITY FOR THE EXISTING APPS.
sm...@gmail.com <sm...@gmail.com> #141
The 1st app that i downloaded in my htc desire z was google translator, since android is also google's OS, so i was sure that it will work, but was shocked that it doesnt support all the languages available in the translator app which is developed by google company.
It shows the POOR QUALITY of the QA TEAM of google and they are answerable to this issue, how could they release an application in the mobile version without knowing that the OS WILL SUPPORT FOR ALL THE LANGUAGES PRESENT IN GOOGLE TRANSLATOR OR NOT?
Not expecting the full support for hindi language from Google since iphone has yet to come with this, as someone already said that all os are following iphone. But PLEASE REVAMP THE QA TEAM.... IT WILL RESOLVE MOST OF THE PROB. ATLEAST YOU WILL BE ABLE TO DELIVER THE GOOD QUALITY FOR THE EXISTING APPS.
It shows the POOR QUALITY of the QA TEAM of google and they are answerable to this issue, how could they release an application in the mobile version without knowing that the OS WILL SUPPORT FOR ALL THE LANGUAGES PRESENT IN GOOGLE TRANSLATOR OR NOT?
Not expecting the full support for hindi language from Google since iphone has yet to come with this, as someone already said that all os are following iphone. But PLEASE REVAMP THE QA TEAM.... IT WILL RESOLVE MOST OF THE PROB. ATLEAST YOU WILL BE ABLE TO DELIVER THE GOOD QUALITY FOR THE EXISTING APPS.
jt...@gmail.com <jt...@gmail.com> #142
1000000 USER ARE DISAPPOINTED AS ANDROID NOT SUPPORT HINDI FONTS IN WEB AND IN PHONE THAT IS WHY HTC IS NOT POPULAR IN INDIA THINK AND TAKE ACTION OR WE WILL THINK TO NOKIA
as...@gmail.com <as...@gmail.com> #143
I am very much disappointed with Android. As it does not support HINDI. I am planning to switch to other available option.
am...@gmail.com <am...@gmail.com> #144
I think Google should include Unicode/UTF-8,16 support in android as soon as possible. Unicode- being a universal technology for character encoding, Google must not neglect it. Support for Indian languages should be given by Google ion the upcoming versions of android. People currently using this technology should also demand for such language support.
Not providing the support to Indian languages proves that Google is not keeping attention to needs of customers in the huge Indian market.
Not providing the support to Indian languages proves that Google is not keeping attention to needs of customers in the huge Indian market.
ka...@gmail.com <ka...@gmail.com> #145
गूगल कंपनी में इस पेज को पढ़ने की फ़ुर्सत है किसी को !
उन्होंने तो एक पेज खोल के दे दिया है कि लो अपना सिर इस दीवर पर फोड़ते रहो :)
उन्होंने तो एक पेज खोल के दे दिया है कि लो अपना सिर इस दीवर पर फोड़ते रहो :)
[Deleted User] <[Deleted User]> #146
i cannot read hindi language's news and artical on my samsung galaxy 19003 phone. does anybody know how to fix this. i appreciate you guys help thanks
ba...@gmail.com <ba...@gmail.com> #147
जब सभी मीडियाकर्मी एव ज्ञानी लोग यह चिल्लाते रहते हैं की भारतवर्ष एक आय टी सुपर पॉवर बनने जा रहा हैं.. हम लोग क्यों गूगल के पास दुहाई लगाते हैं. क्या कोई भारतवर्ष के सुपुत्र उभरकर आयेंगे और इसका इलाज निकालेंगे ऐसे भी अन्द्रोइड को ओपन सोर्स कहते हैं तो मुश्किल क्या हैं. जो मोबइल कम्पनी देवनागरी या भारतीय भाषा का समर्थन नहीं करती उस कम्पनी को मोबाइल बेचने से सरकारने मना करना चाहिए.
sa...@gmail.com <sa...@gmail.com> #148
Iphone4 got support for Hindi and other indie languages - get a iPhone. Scrap your android.
ga...@gmail.com <ga...@gmail.com> #149
Anyways, guys who have commented recently, putting a comment on this defect is not enough. Make sure you also click on the "star" next to the topic of this defect on top-left corner. It will push this defect up in the defect queue and probably will open Google's eyes to set its priorities right.
As of now it only shows 260 Star , So google will not take this up
As of now it only shows 260 Star , So google will not take this up
pa...@gmail.com <pa...@gmail.com> #150
Please provide the support for Indian fonts. This issue should be of high priority and probably a defect if it is forgotton.
ex...@gmail.com <ex...@gmail.com> #151
Please add Hindi support... my multilingual website looks silly when Hindi is the only of 13 languages not supported.
ka...@gmail.com <ka...@gmail.com> #152
sm...@gmail.com <sm...@gmail.com> #153
@ comment 154: Dear kajal, i tried to open that blog through my mobile i.e htc desire z, whatever is written there is not readable to the human eye, may be i have to open that link on my pc, as we are discussing here that hindi fonts are coming as square blocks....
Google do something.... show us that u guys are the best...
Google do something.... show us that u guys are the best...
sm...@gmail.com <sm...@gmail.com> #154
Or if it is not related to OS, then atleast say that this is the problem with the device maker, we'll go to htc in that case and will raise the same question.
Its really depressing that after purchasing such an expensive mobile set, it is of no use to me, im not able to read the local newspaper news from any of the news applications.
Its really depressing that after purchasing such an expensive mobile set, it is of no use to me, im not able to read the local newspaper news from any of the news applications.
sm...@gmail.com <sm...@gmail.com> #155
Guys, anyone had tried the gingerbread OS, is this problem existing the gingerbread too?
sa...@gmail.com <sa...@gmail.com> #156
Even gingerbread dont support hindi fonts :-(
sa...@gmail.com <sa...@gmail.com> #157
Even gingerbread dont support hindi fonts :-(
bi...@gmail.com <bi...@gmail.com> #158
oh yes.. we need hindi support.. nokia had it even on their basic phone like xpress music and android being so popular or on the verge of being popular and not having hindi support at all is really really dissapointing..
wonder if any one at google is listening??
i urge all to put one tweet a day to @google with #hindi #android #google tag everyday..i do that everyday... anyone else?
wonder if any one at google is listening??
i urge all to put one tweet a day to @google with #hindi #android #google tag everyday..i do that everyday... anyone else?
pr...@gmail.com <pr...@gmail.com> #159
i also have proble of hindi font in HTC wildfire, plz help me
sa...@gmail.com <sa...@gmail.com> #160
Would appreciate the support for indian languages which are one of the highly spoken and used languages in the world..
pa...@gmail.com <pa...@gmail.com> #161
yes Indian languages are spoken by huge number of people and android should not ignore that
pa...@gmail.com <pa...@gmail.com> #162
now read hindi fonts in opera mini irrespective of ur phone supported language
Follow the steps.....
1- Open Opera Mini and in address bar type " opera:config "
2 - A page will appear with heading " Power-User settings.
3- There u will find many options like " loading time out " and " fit text to screen " etc etc.
U can change these settings as well per ur liking.
4- Scroll down to the last option of page " use bitmap fonts for complex scripts "
By default it will be set to " No "
change it to " Yes " and u r done.
Follow the steps.....
1- Open Opera Mini and in address bar type " opera:config "
2 - A page will appear with heading " Power-User settings.
3- There u will find many options like " loading time out " and " fit text to screen " etc etc.
U can change these settings as well per ur liking.
4- Scroll down to the last option of page " use bitmap fonts for complex scripts "
By default it will be set to " No "
change it to " Yes " and u r done.
ma...@gmail.com <ma...@gmail.com> #163
Thanks Parag,you are too good.
Keep up the good work.
I could read Devnagari fonts on Android OS.
Cheers
Keep up the good work.
I could read Devnagari fonts on Android OS.
Cheers
ma...@gmail.com <ma...@gmail.com> #164
Thanks Parag,you are too good.
Keep up the good work.
I could read Devnagari fonts on Android OS.
Cheers
Keep up the good work.
I could read Devnagari fonts on Android OS.
Cheers
sa...@gmail.com <sa...@gmail.com> #165
Where is the solution?
so...@gmail.com <so...@gmail.com> #166
We need support for South Asian characters, please.
as...@gmail.com <as...@gmail.com> #167
hay parag..thanks buddy..its working….. but that is not a solution..
s....@gmail.com <s....@gmail.com> #168
we want hindi
s....@gmail.com <s....@gmail.com> #169
parag.ka...@gmail.com Thanks Bro...
Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...
GREAT JOB..............
Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...Thanks Bro...
GREAT JOB..............
bh...@gmail.com <bh...@gmail.com> #170
Hindi fonts needed on honeycomb!!!
hn...@gmail.com <hn...@gmail.com> #171
We need support for Devanagiri rendering. I cannot able to use phone in Telugu language. I dont think this is a major task for Google. Please support Indian Languages.
ch...@gmail.com <ch...@gmail.com> #172
please add Indian language support !!
la...@googlemail.com <la...@googlemail.com> #173
This is definitely required for anyone learning a foreign language and using the mobile to help them learn.
I was quite surprised to find that Android doesn't support this, even Nokia's N900 could handle it.
I would prefer language packs you can install and then the various characters will display properly, also there should be input methods so you can type in that language also.
The languages I'm interested in are Hindi (Devanagari), Japanese and Mandarin.
I'm on a Samsung Galaxy S.
Come on Google, sort it out!
I was quite surprised to find that Android doesn't support this, even Nokia's N900 could handle it.
I would prefer language packs you can install and then the various characters will display properly, also there should be input methods so you can type in that language also.
The languages I'm interested in are Hindi (Devanagari), Japanese and Mandarin.
I'm on a Samsung Galaxy S.
Come on Google, sort it out!
de...@gmail.com <de...@gmail.com> #174
Here is the solution to Hindi font issue on Android, with all download files and instructions : http://www.megaleecher.net/Devanagari_Hindi_Font_On_Android
ka...@gmail.com <ka...@gmail.com> #175
I just purchased my first android phone and checked my daily hindi lesson I receive through email and :(
Hindi is too beautiful of a language to not support.
Hindi is too beautiful of a language to not support.
ra...@gmail.com <ra...@gmail.com> #176
Definitely Android Team needs to a better job here as it looks weird why hindi (one of the largest spoken lang) isn't being supported(2.2?).
pr...@gmail.com <pr...@gmail.com> #177
what a nonsence yaar......why marathi font not supported in android htc????????????????????
da...@gmail.com <da...@gmail.com> #178
If iphone can support devanagari script so should android!!!! Please google please incorporate this in the next iteration of the OS!!!
ro...@singh.org.in <ro...@singh.org.in> #179
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #181
hi...
lots of other languages like arabi , chinese , philipines , etc.... are added by u in android... then why not a hindi???????
there r huge market in india to android..... plz give support to indian font... plz think....
THANKS....
************ SHUBHAM BHAVANTU ***************
lots of other languages like arabi , chinese , philipines , etc.... are added by u in android... then why not a hindi???????
there r huge market in india to android..... plz give support to indian font... plz think....
THANKS....
************ SHUBHAM BHAVANTU ***************
ni...@gmail.com <ni...@gmail.com> #182
I want devnagari font support in android 2.2 as it was in 2.1
sn...@gmail.com <sn...@gmail.com> #183
Same problem on Motorola Xoom. iPhone4 is indeed better although doesn't have devnagri keyboard. Google - are you listening to the people?
ta...@gmail.com <ta...@gmail.com> #184
Please provide Hindi support
rs...@gmail.com <rs...@gmail.com> #185
We want Hindi font support by default in android so that we can provide many software
for user to make android famous for every one.
for user to make android famous for every one.
[Deleted User] <[Deleted User]> #186
[Comment deleted]
sr...@gmail.com <sr...@gmail.com> #187
Folks,
Dont know if you came across this article. But looks like if you upgrade your phone to Android 2.3 you will get support of Hindi.
http://androidos.in/2010/12/android-2-3-brings-more-languages-support-incl-hindi/
Sravan.
Dont know if you came across this article. But looks like if you upgrade your phone to Android 2.3 you will get support of Hindi.
Sravan.
he...@gmail.com <he...@gmail.com> #188
@srav@gmail.com
I a day ago bought galaxy s2 with gingerbed(2.3) and it does not support Hindi..hence not sure how the link provided is able to confirm the presence of indian languages...
I a day ago bought galaxy s2 with gingerbed(2.3) and it does not support Hindi..hence not sure how the link provided is able to confirm the presence of indian languages...
ka...@gmail.com <ka...@gmail.com> #189
Dear google,
Please please provide Indic script / Hindi language support by default on android platform.
You can very well see many internet forums are overflowing with these requests. Plrase
Indic input will be ideal, but at least provide the viewability to start with!
Best,
Desh
Please please provide Indic script / Hindi language support by default on android platform.
You can very well see many internet forums are overflowing with these requests. Plrase
Indic input will be ideal, but at least provide the viewability to start with!
Best,
Desh
ra...@gmail.com <ra...@gmail.com> #190
Please add Hindi and other Indic language support on Android phone
mi...@gmail.com <mi...@gmail.com> #191
Please add Devanagari (Hindi) font support by default in Android.
vi...@gmail.com <vi...@gmail.com> #192
Come on you Google people, on one side you are worrying that patent attack from Apple/MS will strangulate Android, and on the other hand you are not providing essential features to the current Android user base to grow. India is one country you can count on, and perform well. Please add default support for Devanagari and other Indian script. I see that you have support for languages of some European countries that are smaller than a typical Indian state.
mi...@gmail.com <mi...@gmail.com> #193
+1 on the support for Devnagari support on Android.
pe...@gmail.com <pe...@gmail.com> #194
Want hindi and marathi font on all Android phones
pr...@gmail.com <pr...@gmail.com> #195
Devnagari unicode font support is still not available on Android. Google, please do some thing on a top urgent basis. There are millions of Devnagari users across India and Nepal.
ba...@gmail.com <ba...@gmail.com> #196
Google should add support for Devnagari, given the fact the android expanse has captured around 39% of the smartphone market; this becomes a must have.
Note- I have seen these fonts working on Iphone which should trigger a even greater need for android.
Note- I have seen these fonts working on Iphone which should trigger a even greater need for android.
sa...@gmail.com <sa...@gmail.com> #197
Come on Google 3 years and still no support for Hindi language in Android. Shame on u guys.
vi...@gmail.com <vi...@gmail.com> #198
Shame on u guys.
pm...@gmail.com <pm...@gmail.com> #199
Need hindi support.
ma...@gmail.com <ma...@gmail.com> #200
Come on google... either provide Hindi font on Android... or explain reason for not providing it!!!
ma...@gmail.com <ma...@gmail.com> #201
Devnagri support needed in all application now, its to late already, all the indian's working in google push your team to get it done.
vi...@gmail.com <vi...@gmail.com> #202
there is an.urgent need to include support for indian languages
pa...@gmail.com <pa...@gmail.com> #203
Please add devanagari support 2 Android
ra...@gmail.com <ra...@gmail.com> #204
Google should add hindi support for androld
to...@gmail.com <to...@gmail.com> #205
They are ignoring us...fucking Google
cd...@gmail.com <cd...@gmail.com> #206
Please. Add hindi font suppprt. Thanks
cd...@gmail.com <cd...@gmail.com> #207
Please. Add hindi font suppprt. Thanks
my...@gmail.com <my...@gmail.com> #208
Pleae add hindi support in Android
ra...@gmail.com <ra...@gmail.com> #209
Google/ Android : Support India. It is your potential market. Pl. provide apps. to enable reading & writing in our national Hindi script viz. Devnagri, if not so in the regional scripts. The issue is resting at your end for the last almost 3 years thru comments on Facebook.
sa...@gmail.com <sa...@gmail.com> #210
India is the biggest market. You should do it on urgent basis
sa...@gmail.com <sa...@gmail.com> #211
India is the biggest market. You should do it on urgent basis
su...@gmail.com <su...@gmail.com> #212
Glyph rendering should support UNICODE code pages. It has nothing to do with Hindi or Browser. Any character anywhere should be the target. Without this, the platform is UTTERLY incomplete. If a computer cannot accept input and produce output, what good is it?
aa...@gmail.com <aa...@gmail.com> #213
Is adding devnagari support rocket science? Why is google taking this long to resolve? IOS supports Hindi and so does symbian (Even win 7). I don't like adding DroidHindi.ttf and renaming it to some fallback thru rooting. There should be native and official support at OS level. language support is more priority for me than building fancy apps we rarely use.Google should get it right, Its not something they have to re-invent.
pr...@gmail.com <pr...@gmail.com> #214
This should be taken up by google on a priority basis.
pa...@gmail.com <pa...@gmail.com> #215
Hi Android team @Google, please do something to ensure that your biggest market doesnot turn into the smallest market for your OS.
js...@gmail.com <js...@gmail.com> #216
I really dont want to add images to my Android App just to show hindi characters as it makes the App heavy so can we please FIX this ASAP... please....
pm...@gmail.com <pm...@gmail.com> #217
Please add hindi support in android
pm...@gmail.com <pm...@gmail.com> #218
Please add hindi support in android
du...@gmail.com <du...@gmail.com> #219
we are Indians...we can only express yourself to the best in our mother tongue so i request you to pls add Hindi as a language in android..
ba...@gmail.com <ba...@gmail.com> #220
We want Hindi font support by default in android.
ma...@gmail.com <ma...@gmail.com> #221
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #223
are we want devnagari support fo android
an...@gmail.com <an...@gmail.com> #224
It is really disapponting not to have hindi support on Android. Shame on techies working with Google and still call themselves INDIANS....
an...@gmail.com <an...@gmail.com> #225
To all those reading this thread...
I agree that Android does not have support for Hindi (Devanagari) indic script for all the phones. However some manufacturers like Samsung, LG and Sony Ericsson are releasing their android versions with Devanagari support. But they are not providing support for all of their phone models. The phones that I have tested and provide good support for Devanagari are as follows:
1. Samsung Galaxy Ace GT-S5830 (Support exists from Froyo 2.2.1)
2. LG Optimus One LG-P500 (Support added from Gingerbread 2.3.3)
3. Sony Ericsson Xperia Arc (Support out of the box running Android 2.3)
This shows that there are some packages that need to be bundled in the android update. All these manufacturers are are taking base image of the Google release and customizing it region wise where the phone is going to be sold. This customization is similar to adding APN list of the cellular provider of that region.
Google has done a fantastic work on Indian language in GMail why can't they add this to their core?
Probably as per Google's strategy they give bare bone software to OEM partners and these partners (LG/Samsung etc) go and add region wise stuff. If Google includes all the languages under the sun, it may become bulky and not will get used hence leaving to the partners is better approach. But some OEM partners like HTC are not doing region wise build to make their life easier. HTC is putting the same software image for Europe and India and Asia.
Another reason why these partners don't customize all the phones - they have a target segment of customers. High end users/top business executives in India generally avoid using Hindi or local languages. Phones which are in low and mid range are mass market phones where usage of local language is more and if these people are targets then adding local language feature becomes important for company from marketing angle.
I agree that Android does not have support for Hindi (Devanagari) indic script for all the phones. However some manufacturers like Samsung, LG and Sony Ericsson are releasing their android versions with Devanagari support. But they are not providing support for all of their phone models. The phones that I have tested and provide good support for Devanagari are as follows:
1. Samsung Galaxy Ace GT-S5830 (Support exists from Froyo 2.2.1)
2. LG Optimus One LG-P500 (Support added from Gingerbread 2.3.3)
3. Sony Ericsson Xperia Arc (Support out of the box running Android 2.3)
This shows that there are some packages that need to be bundled in the android update. All these manufacturers are are taking base image of the Google release and customizing it region wise where the phone is going to be sold. This customization is similar to adding APN list of the cellular provider of that region.
Google has done a fantastic work on Indian language in GMail why can't they add this to their core?
Probably as per Google's strategy they give bare bone software to OEM partners and these partners (LG/Samsung etc) go and add region wise stuff. If Google includes all the languages under the sun, it may become bulky and not will get used hence leaving to the partners is better approach. But some OEM partners like HTC are not doing region wise build to make their life easier. HTC is putting the same software image for Europe and India and Asia.
Another reason why these partners don't customize all the phones - they have a target segment of customers. High end users/top business executives in India generally avoid using Hindi or local languages. Phones which are in low and mid range are mass market phones where usage of local language is more and if these people are targets then adding local language feature becomes important for company from marketing angle.
go...@gmail.com <go...@gmail.com> #226
yah i also agree, and it is a very big bad remark for google. please try to add devanagari fonts for android.
go...@gmail.com <go...@gmail.com> #227
yah i also agree, and it is a very big bad remark for google. please try to add devanagari fonts for android.
su...@gmail.com <su...@gmail.com> #228
req Indian languages for ads etc for a customised app we are developing
if fonts are inbuilt they would resolve a large no of our issues
if fonts are inbuilt they would resolve a large no of our issues
su...@gmail.com <su...@gmail.com> #229
req Indian languages for ads etc for a customised app we are developing
if fonts are inbuilt they would resolve a large no of our issues
if fonts are inbuilt they would resolve a large no of our issues
dh...@bhasha.lk <dh...@bhasha.lk> #230
You don't need to root your device or install fonts to read Hindi websites.
Install SETT Hindi Browser. It's an exclusive browser for Hindi & it displays Hindi Unicode very well.
Here is the link:https://market.android.com/details?id=lk.bhasha.sett.hindi
Install SETT Hindi Browser. It's an exclusive browser for Hindi & it displays Hindi Unicode very well.
Here is the link:
se...@gmail.com <se...@gmail.com> #231
Please provide Hindi font support in android.
de...@gmail.com <de...@gmail.com> #232
Please add hindi font! I mean c'mon...its not that difficult...
ma...@gmail.com <ma...@gmail.com> #233
please do asap as we consider android as the best mobile OS. thanx.
pr...@gmail.com <pr...@gmail.com> #234
Damn ! Even I need it... Google we trust you blindly... So you shouldn't break our trust... We need it asap.
ki...@gmail.com <ki...@gmail.com> #235
I love android .somuch and I.would like to see devnagri (Hindi/Marathi)fonts in android.so we could text in our native language and read Hindi/Marathi texts in android so please add this language in next update or in icecreame2.4 .thank you Google. Thanks developers.
ki...@gmail.com <ki...@gmail.com> #236
I love android .somuch and I.would like to see devnagri (Hindi/Marathi)fonts in android.so we could text in our native language and read Hindi/Marathi texts in android so please add this language in next update or in icecreame2.4 .thank you Google. Thanks developers.
le...@gmail.com <le...@gmail.com> #237
Please add support for Devnagari font in Android by default. There is a sizable population of Indian android users who loves to read reginal indian news papers on their phones/tablets. I believe Google is not ignoring India.
gi...@gmail.com <gi...@gmail.com> #238
Perché mancano i caratteri Hindi? Ci sono altri caratteri asiatici anche più complessi, perchè non li implementate?
am...@gmail.com <am...@gmail.com> #239
We want Hindi Font support in Android by default asap.
sa...@yahoo.com <sa...@yahoo.com> #242
PLZ RELEASE UPDATE FOR DEVANAGARI LANGUAGES SUPPORT FOR ANDROID 2.2 & UP!
sh...@gmail.com <sh...@gmail.com> #243
I cant understand why it take more than 2 years to fix such a simple issue...only aswer i can think of is...non willingness!!!
ad...@gmail.com <ad...@gmail.com> #244
Please add Devanagari font support in Android OS.
rk...@gmail.com <rk...@gmail.com> #245
The support for indian languages is a must have in android
pr...@gmail.com <pr...@gmail.com> #246
please help me for Hindi or Devanagari font on my 2.1 éclair.
i have micromax a60.
also not support latest flash player,
please help me
i have micromax a60.
also not support latest flash player,
please help me
as...@gmail.com <as...@gmail.com> #247
Please provide devanagri language support for android. I am running android 2.3.5 and still don't have any hindi support.
pr...@gmail.com <pr...@gmail.com> #248
Android 4.0 Ice Cream Sandwich is out. So whats the verdict? Has anyone tested if SDK or emulator supports Devnagri (Hindi, etc.) or still those dreaded boxes ☐?
ma...@gmail.com <ma...@gmail.com> #249
Will Khmer unicode be supported in ICS along with Hindi?
um...@gmail.com <um...@gmail.com> #250
please help me for Hindi or Devanagari font
af...@gmail.com <af...@gmail.com> #251
Hindi is not supported in Ice Cream Sandwich as well.
ga...@gmail.com <ga...@gmail.com> #252
We need it desperately
pa...@gmail.com <pa...@gmail.com> #253
Google can not do this. Confirmed.
sh...@gmail.com <sh...@gmail.com> #254
We want Hindi font support by default in android
ni...@gmail.com <ni...@gmail.com> #255
We want Indian fonts support in Android immediately.
ni...@gmail.com <ni...@gmail.com> #256
In the mean time, here is an easy way (without rooting) to read/write Marathi (& other Indian languages) on Android (Galaxy S2 at least)...
To Read:
- Install "Font for Galaxy SP" (https://market.android.com/details?id=com.hongik.fontomizerSP )
- Run "Font for Galaxy SP" & install "Akshar" font (I have requested author of the app to add C-DAC's GIST fonts as well. Hope those are added shortly.)
- Choose right font to use all over (Settings -> Display -> Screen Display -> Font Style)
To Write:
- Install & use "PaniniKeypad Marathi IME" (https://market.android.com/details?id=com.paninikeypad.marathi )
To Read:
- Install "Font for Galaxy SP" (
- Run "Font for Galaxy SP" & install "Akshar" font (I have requested author of the app to add C-DAC's GIST fonts as well. Hope those are added shortly.)
- Choose right font to use all over (Settings -> Display -> Screen Display -> Font Style)
To Write:
- Install & use "PaniniKeypad Marathi IME" (
lo...@gmail.com <lo...@gmail.com> #257
We want hindi support for android. And also for other indic languages. Please make a font in the next update that covers all glyphs (similar to windows unicode fonts)
ne...@gmail.com <ne...@gmail.com> #258
We want Hindi Devnagari font support by default in android”
tu...@gmail.com <tu...@gmail.com> #259
We want Hindi & Marathi fonts for andriod mobile.
xa...@gmail.com <xa...@gmail.com> #260
Hi, all I notice that there are many "issues" created for this particular problem (Hindi scrip/font/Devnagri inclusion in android) and this one has got maximum no of stars. We should all support this issue under one umbrella. Not opening up separate issues every time for the same issue. I will be posting the link to this issue in other threads to call them and join this. I request you all to do the same to gain momentum and support. Thanks
http://code.google.com/p/android/issues/detail?id=1618
as...@gmail.com <as...@gmail.com> #261
We want Devanagari support for android
ab...@gmail.com <ab...@gmail.com> #262
It is very disappointing to see that a fonts required by the worlds second largest population are not yet supported on android!!!
I am in need of hindi, marathi, etc fonts on my device...
Please release them with the next update. If we can do it by rooting the device and simply placing a font file there (worked on my friend's galaxy S), why cant google release a font itself, that will support indic by default???
Thus, I want Devanagari support for android!
I am in need of hindi, marathi, etc fonts on my device...
Please release them with the next update. If we can do it by rooting the device and simply placing a font file there (worked on my friend's galaxy S), why cant google release a font itself, that will support indic by default???
Thus, I want Devanagari support for android!
ro...@gmail.com <ro...@gmail.com> #263
It just wouldnt matter. Google cant get their priority straight. I will from now on, warn every one who wants to buy an android phone about their crippled ability to render indian and south asian languages. That includes the Amazon Kindle which runs android 2.3, which I would have definitely bought if it had a unicode supported OS
ch...@gmail.com <ch...@gmail.com> #264
This issue is related to issues: 2600, 3008, 3027, 3029, 4153, 5925, 4153, 6283, 8103, 9045, 9248, 9859, 10685, 10750, 11999, 12674, 12981, 13022, 13967, 14234, 15171, 15895, 16306, 16939, 16144, 17011, 17279, 17291, 17445, 17563, 17573, 17576, 17803, 17850, 17992, 18178, 18235, 18392, 18859, 18936, 18950, 19050, 19352 19410, 19466, 19470, 19691, 19735, 19946, 19963, 21284, 20141, 20161, 20198, 20485, 20486, 20655, 20744, 20772, 20785. 21196, 21382
dr...@gmail.com <dr...@gmail.com> #266
“We want Hindi font support by default in android” Hurry up. It is sad that the developers are ignoring the largest market in the world.
vi...@gmail.com <vi...@gmail.com> #267
when is this going to happen? It's keeping a lot of people away from using Adroid.
gk...@gmail.com <gk...@gmail.com> #268
Please support unicode in particular devnagari
bv...@gmail.com <bv...@gmail.com> #269
please google.. help us..
cr...@gmail.com <cr...@gmail.com> #270
Tamil support is greatly appreciated...
gi...@gmail.com <gi...@gmail.com> #271
Google and those companies which sell android mobile, should put this warning
Warning: Indian Languages Not Supported. Buy it on your own Risk.
Warning: Indian Languages Not Supported. Buy it on your own Risk.
ni...@gmail.com <ni...@gmail.com> #272
Pls add Hindi / Devnagri / Unicode support to view websites in Hindi fonts on my Android phone..... this is needed since there are a large number of Android users hailing from India.
vi...@gmail.com <vi...@gmail.com> #273
at least Does Vick Gondotra or any other Indian origin guy care to fix this issue.
ab...@gmail.com <ab...@gmail.com> #274
From "Android and nothing else!" to "So much for android I guess... time to switch over to Windows or ios.. Symbian even??" in a few days of using my phone...
If my old Nokia can do it, why cant my Android do it!!!!!!!
Need Devanagri for Android. ASAP. or that first sentence is gonna be true soon enough...
If my old Nokia can do it, why cant my Android do it!!!!!!!
Need Devanagri for Android. ASAP. or that first sentence is gonna be true soon enough...
sh...@gmail.com <sh...@gmail.com> #275
Please provide Devnagari for Android ... It's U.R.G.E.N.T !
mi...@gmail.com <mi...@gmail.com> #276
Why should a phone be called as 'smartphone' when it can't do a basic task? I have symbian s60v3 base Nokia E63 and it renders devanagari in an absolutely perfect way. Android may be smart, but not Google India nor companies selling smartphones in Indian Market. Open OS and such restrictions? I am fortunate that I found this before buying an Android. Guys, please mention your phone if it supports devanagari with proper rendering so that people will be educated about smartphones with devanagari support.
cm...@gmail.com <cm...@gmail.com> #277
I want hindi and marathi fonts support by default in android.
an...@gmail.com <an...@gmail.com> #278
It's a shame on part of google to not support indic fonts specially devanagari on Android devices.. come on India is a huge market and so much of ignorance on part of Google .. it's disappointing ..
gt...@gmail.com <gt...@gmail.com> #279
This is pain.. google .. wake up
al...@gmail.com <al...@gmail.com> #280
Request to add hindi font support in android. I switched to android after using iphone for 3 years and ios did support hindi font since begining. Google, please help.
ka...@gmail.com <ka...@gmail.com> #281
Requesting to add Hindi font support by default in android.
Please Google help.
Please Google help.
ka...@gmail.com <ka...@gmail.com> #282
We need support for all Indic languages in Android. It is ridiculous that 1/6 th of the world's population cannot find support for their language.
rs...@gmail.com <rs...@gmail.com> #283
We want Marathi/Hindi font
th...@gmail.com <th...@gmail.com> #284
we also need devanagiri font. In nepal might b nt large market however should give satisfaction those who bought Samsung Galaxy...
ya...@gmail.com <ya...@gmail.com> #285
we are missing Indian language fonts. Apple is providing MARATHI font from Indian langauge. Appreciate your support for MARATHI language
ap...@gmail.com <ap...@gmail.com> #286
I have brought HTC wildfire six months back and I after observing the various applications and features of Android I was very happy and delighted for picking the right software. But after two three days I realized that I can not read/write Hindi messages also I was similar to blind at Hindi webpages.it was just like break of a dream, I feel cheated now.
Team Android is thinking fool of us and is not looking to solve it.
I think as an aware consumer we should file a combined plea to govt for stopping the sale of Android's in India.
I am ready for this and also to share the financial burdens involved in litigation, if any, hopefully in national interest govt may free it from litigation fees.
Team Android is thinking fool of us and is not looking to solve it.
I think as an aware consumer we should file a combined plea to govt for stopping the sale of Android's in India.
I am ready for this and also to share the financial burdens involved in litigation, if any, hopefully in national interest govt may free it from litigation fees.
su...@milagrow.in <su...@milagrow.in> #287
I have tablet pc android 2.3.1. But it not support hindi language in DOC2go.
I am try to install Droidhindi.ttf but it is failled.Then how can I use Hindi language.
I am try to install Droidhindi.ttf but it is failled.Then how can I use Hindi language.
pa...@gmail.com <pa...@gmail.com> #288
I was so far happy to see that Google has provided a "Hindi typing tool" which is very easy & user-freindly. But, very disappointed now to learn that they have not thought of HINDI & other Indian languages in Android!
ga...@gmail.com <ga...@gmail.com> #289
google please suuport devnagari font
an...@gmail.com <an...@gmail.com> #290
looking for hindi support for 2.3.3 for my HTC DHD device
va...@gmail.com <va...@gmail.com> #291
please support indian language telugu
ar...@gmail.com <ar...@gmail.com> #292
I've already jumped ship to iPhone. Thanks to google's persistent ignorance.
vi...@gmail.com <vi...@gmail.com> #293
Please. Support Marathi fonts. Learn from safari browser about rendering devnagari font
sa...@gtempaccount.com <sa...@gtempaccount.com> #294
Hi, GOOD NEWS.
Tested in 4.0.3 version, and finally Google supporting Hindi, Tamil and Bengali languages.(Tested on Nexus-s )
Thanks Google and Team.
Tested in 4.0.3 version, and finally Google supporting Hindi, Tamil and Bengali languages.(Tested on Nexus-s )
Thanks Google and Team.
di...@gmail.com <di...@gmail.com> #296
Acer iconia a501 (3.2) Please provide hindi, bengali, oriya language support
ch...@gmail.com <ch...@gmail.com> #297
We want Hindi font support by default in android
lx...@gmail.com <lx...@gmail.com> #298
We want Hindi font support by default in android
ab...@gmail.com <ab...@gmail.com> #299
We need support to Devnagiri font in android OS version 2.*.*
ar...@gmail.com <ar...@gmail.com> #300
I purchased Samsung Galaxy Tab 10.1 Wi-Fi version and have been using it for a couple of months now but when I come across the websites with Hindi on it, I simply see the square boxes instead of the content. This is really ridiculous when everyone is saying that Samsung Galaxy Tab gives whole of a Desktop experience. Google should work it out for the OS.
vi...@gmail.com <vi...@gmail.com> #301
Kindly provide support for devnagri font as a default in android.
sh...@gmail.com <sh...@gmail.com> #302
Please provide the support for Devnagri fonts as a default on android. It is much needed in India on facebook and to view various sites in android
co...@gmail.com <co...@gmail.com> #304
Please work to do the needful. If there is a nice little API for porting devanagari fonts on Android, please post it here.
Thanks.
Thanks.
jo...@gmail.com <jo...@gmail.com> #305
It shows only boxes instead of Hindi on my
ma...@gmail.com <ma...@gmail.com> #306
It is very unusual that i cannot read nepali text in android. It is clearly available in chinese phones available for one tenth of the android phone price. It is a shame goole. you should be including devnagari (or similar indic font) rendering as fast as possible. even 2.3.6 does not have it. blah!
so...@gmail.com <so...@gmail.com> #307
@गूगल .......... हमें देवनागरी सपोर्ट चाहिए एंड्रोइड में...
nr...@gmail.com <nr...@gmail.com> #308
We want Hindi, Marathi font support by default in android.
vi...@gmail.com <vi...@gmail.com> #309
It's high time Google honors Indian users by including support for devnagari and other fonts in Android. This is probably the reason I am not going for a new Android tablet though I have one with Froyo!
hp...@gmail.com <hp...@gmail.com> #310
I am very much disopointed as my LG P690 is not supporting devnagri pl do something. HPV.1947@GMAIL.COM
pi...@gmail.com <pi...@gmail.com> #311
SAD !! Google, what else do we need to push you to implement it, besides cursing here?
ke...@gmail.com <ke...@gmail.com> #312
India is growing market for android phones. google must give full support for devnagari & all indian scripts, languages.
ke...@gmail.com <ke...@gmail.com> #313
I purchased htc explorer recently. and found that there is no support for devnagari.I emailed to htc support. they promptly reply and told me to do software update excersize. after doing that now my browser shows devnagari letters, hindi marathi etc.
but still i don,t know how to type in devnagari.
but still i don,t know how to type in devnagari.
ku...@gmail.com <ku...@gmail.com> #314
Devnagri script support would do good to many languages like Marathi which are widely spoken
na...@gmail.com <na...@gmail.com> #315
I have so many ideas to implement but no support for devnagri script is stalling my work. india has become a leading market for android. please include devnagri script.
ta...@gmail.com <ta...@gmail.com> #316
Customer has power, we will buy only those phone which will support devnagari.
bh...@gmail.com <bh...@gmail.com> #317
We want Hindi font support by default in android.
15...@gmail.com <15...@gmail.com> #318
We want Hindi font
support by default in android
support by default in android
na...@gmail.com <na...@gmail.com> #319
We Need Hindi
ga...@gmail.com <ga...@gmail.com> #320
Google should do survey for users of Devnagari fonts fo Hindi, Marathi, Nepali and other so many South Asian languages. Rural people will go for Android phones in large numbers if Devnagari fonts are enabled on smart phones.
hu...@gmail.com <hu...@gmail.com> #321
Please add Hindi Fonts in android which are properly rendered
sj...@gmail.com <sj...@gmail.com> #322
boss there is no business in releassing a Phone having everything in hindi ...
We love reading hindi but for all other purpose we prefer English .
There are Koreans who can't Korean , Chineese who can't read / write anything else .
Understand the point .. Problem is not with Android or Google .. Problem lies within us . I too like reading Hindi but can't handle day to day stuff in my phone in Hindi .
Lets hope we can read Hindi in Android phones at least in BRowser .
We love reading hindi but for all other purpose we prefer English .
There are Koreans who can't Korean , Chineese who can't read / write anything else .
Understand the point .. Problem is not with Android or Google .. Problem lies within us . I too like reading Hindi but can't handle day to day stuff in my phone in Hindi .
Lets hope we can read Hindi in Android phones at least in BRowser .
mu...@gmail.com <mu...@gmail.com> #323
we want hindi by default.........
ma...@gmail.com <ma...@gmail.com> #324
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #325
Will someone please give us devanagri font support on android?
ma...@gmail.com <ma...@gmail.com> #326
Will someone please give us devanagri font support on android?
ma...@gmail.com <ma...@gmail.com> #327
Will someone please give us devanagri font support on android?
ya...@gmail.com <ya...@gmail.com> #328
We want Hindi font support by default in android. For those devices already sold you can send a plug-in.
ma...@gmail.com <ma...@gmail.com> #329
With so many Indian users of Android phones, Devanagari support seems a must-have feature!
mv...@gmail.com <mv...@gmail.com> #330
[Comment deleted]
mv...@gmail.com <mv...@gmail.com> #331
I am using an Android phone with "Gingerbread". There seems to no support for any of the Indic Languages. I would like to have support for Kannada, Hindi and other Indian Languages. I-phones have support for Indian Languages. Its high time you developed the support at least for Indian consumers...
vu...@gmail.com <vu...@gmail.com> #332
Pls add hindi in android urgently so that u can lead indian market in deep geographical areas also
sw...@gmail.com <sw...@gmail.com> #333
Indian should tell everybody not to purchase HTC phone untill they not Indian language like Hindi devnagri etc not supports.
HTC IS HELL FOR INDIA
HTC IS HELL FOR INDIA
sw...@gmail.com <sw...@gmail.com> #334
APPLE IPHONE COMPANY SHOULD GIVE EXCHANGE OFFER ON HTC PHONE BECAUSE OF INDIAN LANGUAGE PROBLEM CODE
ch...@gmail.com <ch...@gmail.com> #335
NOTE: see comment 303 above.
THIS ISSUE HAS BEEN MERGED WITH ISSUE 36909639 (on 2012-01-04)
PLEASE POST YOUR COMMENTS ON THIS ISSUE THERE ( ISSUE 36909639 )
THERE IS NO POINT OF POSTING THEM HERE.
THIS ISSUE HAS BEEN MERGED WITH
PLEASE POST YOUR COMMENTS ON THIS ISSUE THERE (
THERE IS NO POINT OF POSTING THEM HERE.
ss...@gmail.com <ss...@gmail.com> #336
We want Indic font support by default in android pleeese.
an...@gmail.com <an...@gmail.com> #337
Dearest Google.I want purchase Android Smart Phone..I went to Udaipur market..I look...any Android s.phone dos-not supporting Indian language...main is Hindi..I disappointed and cancel to purchase android s.phone..Plz. develop yr. software for this..I m waiting for this..Thanks.
From:- Anil Kumar Arya
From:- Anil Kumar Arya
av...@gmail.com <av...@gmail.com> #338
Students of Ayurved using AnkiDroid for flashcards in Devanagari cannot learn by looking at boxes instead of script!
kr...@geogrep.com <kr...@geogrep.com> #339
dumb people working in android div - when iPhone can, why not android; they should collect data on number of android devices on Indian market. That would put some sense into those stupid people.
ga...@gmail.com <ga...@gmail.com> #342
Please support devnagari fonts in Android 2.3.5
ma...@gmail.com <ma...@gmail.com> #344
Even my whatsup shows all boxes. Anyone known the solution here ?
ji...@gmail.com <ji...@gmail.com> #345
My mobile is not reading hindi language.
Description
advice please visit:
Please describe the problem in as much detail as possible. Be sure to include:
- Steps to reproduce the problem
Non-English UTF8 characters are not rendered in the default browser. E.g. I
had some Hindi UTF8 characters on my blog and those characters were taken
from google indic website. The default browser shows them as empty block of
characters. It seems that not all langauges or UTF8 characters are
supported in the default browser yet.
- Sample source code demonstrating the problem
- What you think the correct behavior should be.
Non-English UTF8 characters should be rendered in the default browser.
If you are reporting a crash or similar issue, please also run the command
'adb bugreport', and attach the resulting output as a text file to your
issue report.
(For feature requests for APIs, please include sample code showing how you
are proposing the API should be used.)