HTC 4G :: How To Change Time On Evo
Nov 17, 2010Does anyone know how to change the time on the Evo?
View 1 RepliesDoes anyone know how to change the time on the Evo?
View 1 RepliesSo been using my DInc and have just noticed something pretty annoying. For some reason the GPS in my phone keeps thinking I am in Xuzhou, I think somewhere in China, which wouldnt be so bad but my phones time switches accordingly. This gets to be pretty annoying as it has almost made me late for work a few times. Just wondered if anyone else is having this problem and if it could be tied back to a certain app?
View 1 Replies View RelatedI am new to Android development and in general mobile phone app development. I am trying to make an app which uses jpeg images as background. What should my image resolution be for it to be full screen? (eg. 1920x1080, 1280x720, 640x480, etc) Is it device specific?
I read about the resources and how you can place resources in 'drawable' folders and then Android selects the best match. But does it adjust the resolution when you change orientation at run time (tilt device)? Is there a setting in the manifest file for this? I set android:screen Orientation= "land scape" in the activity. Also does it crop the image if it is too large or adjusts it to fit on the screen?
Hope someone can help, when I get a MMS message with a slide on my HTC Desire the slide only stays on the screen for about 5 seconds, is there any way I can change the time out to make the slide stay on the screen longer.
View 4 Replies View RelatedIve noticed that the time in my emulator for android projects is wrong. Its one hour behind. How do I go about changing the time and can I do it in eclipse?
View 1 Replies View RelatedI want to change the key width in keyboard at runtime. The constructor of class Keyboard only accepts the layout resource ID. I tried setHeight method, but it didn't work obviously when I checked the code of Keyboard. Any solution? Do I have to implement my own Keyboard
View 2 Replies View RelatedHow do I change the time? Example, its 7:27 now, but it comes up at 19:27. Id rather have it go by 12hours. I'm using a custom theme, so the settings for that disappear.
View 1 Replies View RelatedIs it possible to change widget size at run-time? I want to provide users with an option to chose size of the widget from configuration utility but can't figure out how to do that. The only way to specify size of the widget seems to be to explicitly do that in AndroidManifest.xml
View 2 Replies View RelatedI travel each week to Brussels from the UK and don't want to keep switching my current time zone.I have tried setting 'Automatic' in the Time & Date settings but it does not seem to do anything, but maybe this is because I have data disabled (cos I don't have a data pack).Is there an App that will use GPS to automatically alter the time zone setting?
View 5 Replies View RelatedI am looking for an app, that say when I go to bed at 2300, it auto silences. It goes back to loud at 0600. When I get to work at 0800, it silences again. Yet, when my GF calls, I want it to always override and ring no matter what time it is.Are there any programs like this that will work for what I want?
View 12 Replies View RelatedI am in Tenerife, which is technically part of Spain but operates on GMT (same as London back home). The phone insists on showing the time as European GMTplus1 as if I was in mainline Spain. The GPS knows that we are in Puero Cruz de Tenerife, so it is presumably the programming somewhere?
View 1 Replies View Relatedi“m working with a lineal layout and I“m trying to change the text of a TextView but it doesn“t refresh. When I debug I“ve checked that the text have changed correctly.public class Position extends Activity {
Button botonempezar;
Button botonsalir;
TextView text;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.position);
botonsalir = (Button) findViewById(R.id.salir);
botonempezar = (Button) findViewById(R.id.Empezar);
text = (TextView) findViewById(R.id.Textoposicion);
botonsalir.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
onDestroy();
finish();
} botonempezar.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// TODO Auto-generated method stub
searchPosition();
private void searchPosition(){
boolean condition = true;
do{
determinatePosition();
}while(condition == true);
private void determinatePosition(){
this.text.setText("New text");
//this.text.invalidate();
this.text.postInvalidate();
Toast.makeText(getBaseContext(), "New text", Toast.LENGTH_SHORT);// this doesnt work neither.
Here I post the code of the xml file. Its really silly but it could be the problem:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_height="wrap_content"
android:id="@+id/Textoposicion"
android:text="PosiciĆ³n desconocida"
android:layout_width="fill_parent"
android:layout_marginTop="20dip"
android:inputType="text">
</TextView>
<Button android:layout_height="wrap_content"
android:id="@+id/Empezar" android:text="Empezar"
android:layout_width="fill_parent"
android:layout_marginTop="20dip">
</Button>
<Button
android:layout_height="wrap_content"
android:id="@+id/salir"
android:layout_marginTop="20dip"
android:text="Finalizar programa"
android:gravity="center" android:layout_width="fill_parent">
</Button></LinearLayout>
I have edited the post because I omitted part of the code to make it simpler but I think I may suppressed the problem too. It runs in a endless loop, could be this the mistake?
how can i change value of a Activity label in AndroidManifest.xml file through the code in java. welcome your response.
View 3 Replies View RelatedI did turn off automatic date & time , automatic time zone , and also turn to airplane mode when i try to change the time , after press done the time still didn't change as i set i reset my device to factory data but it still didn't work < ;w;> it set time by itself all the time
it my first time using android
I would like to ask if it is possible to make app that would run on background and would change time on my device every few seconds. Lets say every 5 seconds change time by 3 hours (forward).
View 1 Replies View RelatedSo this is Ground Shattering news for anyone having sleep issues. If your Hero is reporting 100% awake status, you'll need to find out what the culprit is. Until today I had only known to remove and install apps one by one. A developer just brought my attention to the app Spare Parts. Download Spare Parts from market, open it,>Battery History>drop down menu default is CPU Usage, select and change to partial wake Usage. This will show which apps are keeping phone from sleeping.
View 8 Replies View RelatedI am trying to see if anyone knows if it is possible to change the update time of MyLocationOverlay (http://bit .ly /dBIVdj). I have tried subclassing MyLocationOverlay and implementing my own location manager but when that happens I do not see the overlay on the map. I would try overriding the drawMyLocation method however I don't know which canvas to provide the method (since I would be drawing onLocationChange). To summarize, I am looking to do three things in MyLocationOverlay subclass:
1. Change the location update times to whatever I want.
2. Draw the "my location" dot with the radius when the onLocationChanged() method is called.
I've thought about making my own special class with special overlay -- but I feel like there has to be a better method to get what I want out of this class.
I am using android.intent.action.LOCALE_CHANGED to detect language changes and update my widgets. Is there something analogous for date and time format changes? I don't see anything, but I could be just blind.
View 5 Replies View RelatedDoes anyone know how to change the delay/snooze time on calendar reminders? (I'm not talking about the default time to remind you ahead of an event). For instance, when a reminder goes off, mine currently chimes to remind me every 5 minutes until I dismiss it. I'd like to be able to change it to 10, 15, 20, 30 minutes. Right now, if I'm in a meeting or something and I snooze it, it keeps chiming every 5 minutes and gets annoying to the point where I have to dismiss it. Then I run the risk of forgetting it.
View 2 Replies View RelatedApparently ProgressBar.setProgressDrawable has bug, if called to set new drawable, progress bar disappears completely. Is there any other way to change progress bar color dynamically at run time?
View 6 Replies View RelatedI am using a custom title view in my application for each activity. In one of the activities, based on button clicks I need to change the custom title view. Now this works fine every time when I make a call to setFeatureInt.
But if I try to update any items in the custom title (say change the text of a button or a text view on the title), the update does not take place.
Debugging through the code shows that the text view and button instances are not null and I can also see the custom title bar. But the text on the text view or the button is not updated. Has anyone else faced this problem? How do I resolve it?
Is it possible to change the android application icon at run time? I've read through Changing the application icon text dynamically in Android
and How can i change an application icon programmatically in Android?. All answered can't. I use Android 1.6. Is there any way?
I have a application for listing student mark and name that is stored in raw resources ..res/raw. Can i change it from the code.
View 1 Replies View RelatedCan anybody help me about how to change the contents of spinner on run time in android.
View 1 Replies View RelatedHow can i change color to the Time text, at the top of the screen, in SystemUI!?
View 3 Replies View RelatedIs there a setting available that comes on this phone that you can change the amount of time before the screen goes to sleep?
View 3 Replies View RelatedI would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with MusicPlayer but is was not possible at all and then I tried with SoundPool. The problem is that with SoundPool I can“t change the rate once the track is loaded. Here is the code I am using (proof of concept): Code...
View 8 Replies View RelatedI am using a custom title view in my application for each activity. In one of the activities, based on button clicks I need to change the custom title view. Now this works fine every time when I make a call to setFeatureInt.
But if I try to update any items in the custom title (say change the text of a button or a text view on the title), the update does not take place.
Debugging through the code shows that the text view and button instances are not null and I can also see the custom title bar. But the text on the text view or the button is not updated. Has anyone else faced this problem? How do I resolve it?
Does anyone know how to change it to display regular time?
View 4 Replies View RelatedI've read the extended manual but it doesn't advise how to change the snooze time from default 10min to something else
View 2 Replies View Related