HTC EVO 4G :: Locale App Need 4G Support
Jun 24, 2010
I've put in a request to add 4G support in Locale, the very popular app that lets you switch settings for certain conditions.
Lets get this thing approved by casting your vote on the feedback forum. Click this and cast your vote! Even if you don't use locale or are in a 4G city. (I am , Lubbock Tx)
View 7 Replies
Sep 16, 2009
If you just have a look into the new locales that are added to the new SDK 1.6, you will notice that among these locales is Arabic
http://developer.android.com/sdk/android-1.6.html
But unfortunately, when I tried to run the emulator,I didn't find any locale supported Arabic.
View 6 Replies
View Related
Jul 28, 2010
I created a set of text resources in different languages:
res/values-de/strings.xml
res/values-fr/strings.xml
res/values-ja/strings.xml
when a user runs our application, the Android system selects which resources to load, based on the device's locale.
So basically I want to add language option in my application and save user language preference, then load text resources based on user preference.
Is there any way to do this?
View 2 Replies
View Related
Sep 8, 2010
Any idea how to add it back? I'm not taking about IME. All the foreign text shows up a blocks.
Not looking forward to going back to 2.1 and then 2.2 just for language support.
View 4 Replies
View Related
May 5, 2010
Has anyone used Locale on their DI yet? Just curious how well it works & if it's worth spending $10 on an app.
View 10 Replies
View Related
Jun 24, 2010
Locale is one of my faverate App, it can create situations specifying conditions under which your phone's settings should change. For example, your "At School" situation notices when your location condition is "77 Massachusetts Ave.," and changes your ringer volume setting to vibrate.
With Locale's advanced touch-screen interface, you'll be set up in no time. Quickly define locations that are important to you using a simple Google Maps interface.
If you think this is exactly what you are looking for, you can download it in the market
View 4 Replies
View Related
Jun 15, 2009
Does anyone know how to get current locale in program?
View 3 Replies
View Related
Feb 15, 2010
My users can change the Locale within the app (they may want to keep their phone settings in English but read the content of my app in French, Dutch or any other language ...)
Why is this working perfectly fine in 1.5/1.6 but NOT in 2.0 anymore?
CODE:..........
The problem is that the MENU "shrinks" more and more everytime the user is going through the lines of code above ...
This is the Menu that gets shrunk:
CODE:.........
What should I do in API Level 5 to make this work again ?
HERE IS THE FULL CODE IF YOU WANT TO TEST THIS :
CODE:..............
AND HERE IS THE MANIFEST :
CODE:..........
THIS IS WHAT I FOUND :
<uses-sdk android:minSdkVersion="5" />
=> IT WORKS JUST FINE ...
<uses-sdk android:minSdkVersion="3" />
=> Menu shrinks every time you change the locale!
As I want to keep my application accessible for users on 1.5.
View 3 Replies
View Related
Mar 4, 2010
As you can assume, its not working for me, not at all. My status in notifications says No active situations--Locale is monitoring your conditions. I have set a situation for work for home and even a 'test' situation. I added then deleted the defaults, I have added and deleted the locations, made sure I let the app 'find' each location, and even tried going by time alone, and it STILL won't come on. my gps is on, all locations setting are on, but that doesnt explain why it would not work by time setting. I have tried turning each situation off and on and re-adjusting the order of priority. I don't know what I am missing.
I was totally mortified today in a meeting at work, with four Korean engineers from Samsung, when my ringer (which I should have doubled checked anyway) does not go to vibrate, or even to my work ringtone as the 'situation' was set for both to occur, but instead starts blasting, at full volume, the theme from Team America World Police. I managed to silence it halfway through the first verse, but that was bad enough.
View 8 Replies
View Related
Jun 16, 2009
So there is Locale for all other countries/languages where apps are available but I can't set Locale for Spain/Spanish?
See Locale list: http://developer.android.com/reference/java/util/Locale.html
How can I get Locale.SPANISH so that I can set my app to spanish? res/ values-es
How can I find or create a Locale.SPANISH?
View 2 Replies
View Related
Dec 7, 2009
Does that just make too much sense to hope for? I'd love for my home screens to automatically change for qork, travel, weekends, nights, etc.
View 1 Replies
View Related
Jan 28, 2009
Is there any way to get rid of the the stupid red balloon locale icon that shows up in the notification bar? I can't stand having icons up there, its a pain to clear them.
View 3 Replies
View Related
Apr 17, 2010
I'm about to get my first Android phone and I'm wondering what your favorite alternative to Locale is? I'm seeing reviews that are less and less favorable and for a $10 app, it out to be darn amazing in my book.
View 21 Replies
View Related
Aug 2, 2009
I've been looking for this app:
Locale for Android
The website states that it can be downloaded over at Android Market but I can't find it anywhere.
View 7 Replies
View Related
Oct 22, 2012
lets say my device language is English and I downloaded an app that has two languages English and French the default language for the app will be English because its the language of my device. is there a way to view the app in French without changing my device language. Only the app.
View 1 Replies
View Related
Oct 12, 2010
Does anyone know a Locale-like application that is free? I don't really care about GPS settings, more time.
View 5 Replies
View Related
Feb 11, 2010
Is there a way to slow down the gps update setting on locale? It seems to check about every 4 - 5 mins or so for me. is there a way to slow it down? I fear it is killing my battery
View 10 Replies
View Related
Sep 23, 2009
So I'm trying to figure out how I can get English (United States) set up on my new Hero. I've looked through the Locale Text settings and found a few English settings, but they were all for Poland or Czech or wherever, no US. With my current setting, it connects me to UK versions of sites, and apps like ShopSavvy returns products in Pounds. I want USD please.Does anyone have a solution for this?
View 9 Replies
View Related
Oct 27, 2010
I am writing a service in which I want to have an observer kind of thing for the phone Locale, which lets me know if any one has changed the Locale through Settings->Language & keyboard. Is there a way to do this?
View 2 Replies
View Related
Jan 21, 2010
I'm using PackageManager.getApplicationLabel(ApplicationInfo) to retrieve application labels. It looks like the label that is returned depends on the Locale set for the phone. For instance with the music app I get "Music" in English, vs. "Musica" if I have my locale set to Spanish. Is there a way to get the default application label (perhaps as defined in strings.xml)? I want to be able to retrieve an application label for each app that is independent of locale.
View 1 Replies
View Related
Aug 4, 2010
Can anyone help with a problem which is driving me mad please? How can I add a new language to the list (entitled Locale) which sits under Settings | Language & keyboard | Select language?
View 2 Replies
View Related
Jun 16, 2010
I've already read the issues with Locale, and that's sad, because I love the concept of the app. Even before I bought a smartphone and knew about Locale, I wished the existence of such a thing would exist. Hence my excitement when I got it was off the charts, but now, not so much. The situations aren't enabling and it's the same 'ole story of "Defaults" dicking everything up.
Can someone please make a Locale that works? (rhetorical question...).
Anyways, another frustration I've come across is that my Wi-Fi keeps turning on. Does anyone know what setting is causing this? I'm about to do a hard reset again and just say screw it.
View 4 Replies
View Related
Jul 28, 2009
I have different text packaged into my app for different locale. The Resource.getString(int resid) method automatically returns me the string for the CURRENT locale of the phone. Is there a way I can specifically obtain resources while passing in a locale? For example, there isn't such method as: Resource.getString(int resId, Locale myLocale);
View 3 Replies
View Related
Sep 23, 2009
Is there a way to add my IME Preferences to the "Locale&Text" menu, just like the Latin and Pinyin IME's. Or is this restricted to the keyboards that ship with the platform?
View 6 Replies
View Related
Jun 10, 2010
Changing the locale for a device is done in the settings, and can't be done by an app AFAIK.I know how to force my own app to a specific locale,So now to my question. Can I force, programatically, the local of an activity that isn't mine?I can imagine 2 ways this could be possible:Specifying the locale in an Intent used to start the activity.
Access and manipulate the configuration of running activities (in the same way as I can modify my own activities' configurations).Any thoughts? Is it possible? Is it reasonable?
I guess 2. would be more direct, but require some kind of permission (e.g. the modified atcitiy must allow it in the manifest file). But I'd settle for 1. or similar.
What I want is to be able to see certain apps in a different language, but rather not change the system locale. E.g. the Android Market, that only displays comments in one language. Can't think of other things right now.Can't find much written on Locale in the documentation, what is and isn't possible. But hoping some undocumented feature might enable this :)
View 2 Replies
View Related
May 3, 2012
I need an app which get GPS coordinates of the device(if GPS is disabled - get last known location coordinates) and also get the language of the device(Locale).
When I start the app, it will appear a button with link to website. Clicking that button will open the default browser and go to website(set by me). That website will use the GPS coordinates(Long/Lat) and language of the device to show information on that language and somethings near this coordinates.
View 4 Replies
View Related
Jul 12, 2013
I want to add language to the language list from the settings, Not by apps like "Morelocale2". A way to edit the list of the default language list.
I've seen a guide saying I should disable the files Customization Setup or Customization Setup Provider which probably are not updated to the full list, But sadly the guide was old (probably for 4.0 ICS) and these files are not exciting in my device (4.2.2), perhaps they are named differently..
View 4 Replies
View Related
Feb 3, 2012
Ok im now using huawei u8120 and I have installed modificated 2.1 android (yes i can install 2.3.7 cm7 but its slow) and i wanna ask how can i add more languages (locale)in to 2.1 android like lithuania locale ?
View 1 Replies
View Related
Nov 25, 2009
Is there any way in Locale to turn off the notification LED? I can't stand the blinking pink notification LED telling me I have email at 3 in the morning. I just don't see an option in Locale to turn this off.
View 3 Replies
View Related
Jun 25, 2010
Does anyone know if there is a plugin for locale that will turn on bluetooth when I turn on my bt headset?
I thought it was already in it but I either have to leave BT on or manually turn it on. I know I can keep the BT on reguardles but my battery needs to be charged midday and I am trying to turn as much off as possible.
View 1 Replies
View Related