Android :: How To Remove Date On Pictures?
Aug 8, 2010When I take a picture, there is the date/time of the pic. when I download it onto my computer, it comes on there as well. how do i remove this?
View 2 RepliesWhen I take a picture, there is the date/time of the pic. when I download it onto my computer, it comes on there as well. how do i remove this?
View 2 RepliesWhen I took a few pictures yesterday, there was nothing on the bottom of the photos. Today my brother was messing with my phone. Now when I take a picture, it'll have the date/time on the bottom corner.
View 9 Replies View Relatedhow do I disable the time and date from "temporarily" showing up in picture gallery from Note 2.
View 1 Replies View RelatedHow can I remove the date in the conversation ? The date appears if if I don't reply in the 3 next minutes, it's really annoying because it so ugly.
View 9 Replies View RelatedI use the lockscreen, the one who's part of my ROM [ICS] [CM9] KonstaKANG (Android 4.0.4)
In setting is not an option to disable displaying time and date ..
Is there any way to remove the clock and date?
Phone: ZTE Blade
I know this may sound silly to most of you but how do you delete pictures and videos off of the droid?I can't seem to get to the right screen or menu ?
View 2 Replies View RelatedI had my pictures transferred from evo to my new epic and it somehow downloaded my picasa pictures and can not figure out how to remove them from my gallery.
View 3 Replies View RelatedI have referred the article (at http://www.developer.com/article.php/3850276 ) for implementing the native calendar control, but i would like to display calendar also on the screen and also User can able to select date, and after selecting date user can also be able to event on that selected date.
So is there any way to display calendar (month view) in Android ?
How to remove pictures in gallery in jelly 4.1.1 cannot pinch to zoom out to enter "filmstrip mode. Have attempted to remove pics with file manager, no luck. I do have Picasa app in gallery but cannot find out to delete. Cannot transfer pics to pc to remove pics.
View 1 Replies View RelatedI placed pictures on my phone via my computer, but now can't remove them. I don't get a delete option, I can see them when I have it plugged into my computer. does it have something to do with my SD card? suggestions please, short of my formating the card (assuming the images are on my card?).
View 6 Replies View RelatedDropbox just appeared on my Droid in the gallery section with several pics in the album even though I never installed Dropbox app on my phone.
Can somebody tell me how to remove this album please as there is no delete option?
I am trying to convert string to date, and then I ma saving this date in a file , which saves in the following format:Mon Jun 21 16:31:24 Asia/Karachi 2010.and then when later I read this date from file as a String, I again want to save it to a Date,
View 2 Replies View RelatedI have an LG Ally and i want to know if there a way to take pictures from facebook and have them as the contact picture.
View 4 Replies View RelatedI was wondering if anyone knows how to sort pictures so that the newer pictures are at the beginning of the list? The default is that new pictures are all the way at the bottom, and since I have over a hundred pictures its annoying to scroll all the way to the bottom. I don't see any option to sort the pictures in any other way.
View 1 Replies View RelatedI've updated my galaxy grand-duos android from 4.1.2 to 4.2.2..I have had some problems at first..including apps problems every application started crashing..so uninstalled and reinstalled them again & they worked just fine.I still have a problem with one app, which is instagram.Since I updated my android , I cant upload pictures on instagram anymore except for the pictures that were on the phone before the update.I tried uninstalling & reinstalling instagram many time & nothing happened.
View 3 Replies View RelatedI just want to make sure I know all I need to before it comes my time to update.
View 3 Replies View RelatedI am using contentProvider to retrieve old sms. And for the column "Date", I got a big number, like 1241077422384. Can anyone tell me how to translate this into readable date and time?
View 3 Replies View RelatedI am creating an Android app that will calculate the interest on a loan. How do I store a date that is selected from a DatePicker, then calculate how many days have passed between the current date and the stored date?
View 1 Replies View RelatedIs there an api to programmatically get the .apk create date/time?
View 2 Replies View RelatedOne of my application need to know a new day is coming, that is, if the clock of phone changed from 23:59 to 00:00, my application will do some logic. I tried to use android.intent.action.DATE_CHANGED, but based on my test, this event only occured when i change the date mannually, I could not get this action when clock changed from 23:59 to 00:00. Does anybody know why?
View 3 Replies View RelatedHow to use calendar.get(Calendar.DATE) I want to display current date, but it doesn't work.
View 7 Replies View RelatedI have a question about the calendar app. Sorry if this has been raised before.In calendar view you can see the day and the date however if you switch to agenda it shows the date but no longer the day of the week. Is there a switch I can toggle to turn this on or an alternative calendar.Seeing the day of the week is very useful next to the date. Odd that its not included.
View 3 Replies View RelatedSome people don't like setting their cameras to stamp the date on the pics taken but I like doing it on certain occasions. I don't know if the G1 does this because i haven't read about it, but it'd be a cool little feature to have for future camera apps don't you think?
View 4 Replies View RelatedHas anyone found an app that replaces the crummy date chooser that is default on Android? Coming from a Palm (or even from Windows), I think Android has the _worst_ date picker I've ever used! I think I'd rather key the date
View 2 Replies View RelatedI have done some searching and it seems everything likes one thing or another. But a lot of the comparisons are old and since them we have had the official app launch and such. What do you all feel the best twitter app is today? Both Free & Paid?
View 23 Replies View Relateda friend of mine has set me up for a blind date next week.I am freaking terrified.I'm way, way, way more scared than anything I've ever done in my life and I've done some pretty hairy things in my day.Anyway, are there any apps that can make my cell phone ring with an extremely important call at a predetermined time?I'm looking for an escape hatch.It would need to fully simulate a call so it would need to ring and set off my caller ID so if they saw my phone, they could see that someone was really calling.I could fake the conversation of course.
View 8 Replies View RelatedI have a date that has the format: "yyyy-MM-dd'T'HH:mm:ss'Z'" I'd like to convert it to something similar to:
"3 minutes ago" How can I go about doing this?
i want to do a currency app, and i want to connect to a website to retrive data from it and use it on my app. Ivd search on internet and all say to use json but couldnt find any good tutorial.
View 1 Replies View RelatedI do not know the reason why am i getting same values of different JSON date values. Here is my code for parsing date values in JSON date format:
package com.jsondate.parsing;
import java.text.SimpleDateFormat; import java.util.Date;
import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.TextView;
public class JSONDateParsing extends Activity {/** Called when the activity is first created. */String myString;
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
TextView tv = new TextView(this);
//Date d = (new Date(1266029455L));
//Date d = (new Date(1266312467L));
Date d = (new Date(1266036226L));
//String s = d.getDate() + "-" + d.getMonth() + "-" + d.getYear() + d.getHours() +
d.getMinutes() + d.getSeconds();
// SimpleDateFormat sdf=new SimpleDateFormat("yyyy MMM dd @ hh:mm aa"); //Toast.makeText(this, d.toString(), Toast.LENGTH_SHORT);
Log.e("Value:", d.toString());
myString = d.toString();
String []words = myString.split(" ");
for(int i = 0;i < words.length; i++)
Log.e("Value:", words[i]);
myString = words[2] + "-" + words[1] + "-" + words[5] + " " + words[3];
tv.setText(myString);
setContentView(tv);
} }
Newbie here. I am very serious about getting the new Spring hero. As an airline pilot traveling outside the US I have a question as to the GPS function. When I turn on the phone in another country to use the GPS function how do I update the date and time and approx location so the gps knows what sats to look for? If I don't have phone/network coverage, and I probably won't how will or update?
View 14 Replies View Related