HTC Desire :: Camera App - Save A Copy Of It In The Normal DCIM Folder?
Oct 3, 2010
Im looking for sumthin that would when taking a picture, save a copy of it in the normal DCIM folder, BUT also save a copy in another subdirectory... so essentially ill have 2 of them. the current camera i take a picture, then have to go through my sd card with ES file explorer and copy/paste into the backup directory. ive heard good things about "my backup pro"... but what can i do wit hthis. if i used that app would it .zip folder all my media so i could essentially just take the zip off and put it onto the media hard drive in house.
View 1 Replies
Nov 13, 2010
I am developing an app which uses the phone's default camera application to capture an image and then allow the user to perform some basic editing.I want the image captured to be saved in a location that is consistent with the stock camera application. Can I use the DCIM folder and assume all phones will use that location?
View 1 Replies
View Related
Oct 9, 2010
Looking through my DCIM folder I find that under .thumbnails I have 200+ files each 50.00K that seem to be tied to browsing.
Do I really need them and can I setup my Desire to auto delete them if not required?
View 1 Replies
View Related
Oct 5, 2010
Everything is in the title... How to extract a picture photo from a MMS ? Pressing screen on the picture only ask for 1) use for a contact 2) use for the screen picture. How can I "save it" in my DCIM folder ?
In french:
Quand je reçois une photo par MMS, j'ai le choix d'"afficher l'image".
Ensuite je peux "utiliser l'image comme fond d'écran" ou "utiliser l'image comme image du contact".
COMMENT suaver la photo tout simplement ?
View 2 Replies
View Related
Nov 11, 2010
Is there any easy (preferably free) way that I can backup/sync my DCIM (pictures) to the "cloud"?
I probably don't need something that does it automatically. I think doing it on-demand when I want to would be fine.
I almost never need to connect my phone to the PC anymore, so I'd really love a way to safely backup the pictures without having to do so.
View 7 Replies
View Related
Aug 24, 2010
I am trying to do the custom icons but i cannot find the folder "dcim". I downloaded Astro and when i click on the SDcard i only see (albums, download, logs, LOST.DIR, Playlist, tmp). not sure what to do.
View 4 Replies
View Related
Aug 24, 2010
I posted this thread on the tips and tricks realizing that this section might be better.
I am trying to set up custom icons and was following the instructions on the tips and tricks but on my SDcard i do not see the folder "dcim". any reason why? what do i need to do to see this folder?
View 1 Replies
View Related
Jul 19, 2010
I'm having problems trying to use files after moving them.
Example:
I took a bunch of pictures at an event, the created a folder for that event and moved the pictures into it. I can still open the pictures one at a tiem by navigsting too them, but the galleary app still shows the thumbs, but cannot find them.
Example 2:
I downloaded an mp3 for a ring tone, and while in the downloads folder the music player found it and I was able to set it at a ring tone. But I tried to create a ringtones folder, and then music could not find it, and just playing it by opening the file would not allow me to set a ring tone.
So how does this work? I have seen references here to folders called Media and ring tones, but I see nothing like that in the file system on my phone. Where does one put music if they want to actually use the music player?
Is the DCIM folder the ONLY one that works with the photo gallery? Is the Downloads folder the ONLY one that works with the music player?
View 10 Replies
View Related
Nov 18, 2010
Just noticed today all pictures in my /Camera/DCIM directory are gone, a whole 2GB+ worth. Has this happened to anyone? It hasn't moved elsewhere because I also noticed 2GB more space freed up on the internal SD card. Luckily I backed up 1.7GB+ of it recently. Just a warning for you guys to keep constant backup!
View 2 Replies
View Related
Oct 31, 2010
i have htc desire. how to save the files in a specific folder received via bluetooth?
View 1 Replies
View Related
Jul 3, 2010
Is it possible to create a folder to save emails in on the Desire?
View 8 Replies
View Related
Nov 25, 2010
Is there a way I can save certain text messages to their own folder? Eg. Is it possible to save and store all the joke messages I receive in one place where I can forward the on from if I wish?
View 2 Replies
View Related
Aug 10, 2010
Can you change the directory/folder that photos are instantly saved to? Currently mine are going to /sdcard/DCIM/100MEDIA
View 2 Replies
View Related
May 29, 2010
trying to save camera pics to my sd card but cannot find an option for this can anyone help
View 1 Replies
View Related
Jul 26, 2010
I'm getting my Desire soon, and I'm worried about protecting the phone properly. Specifically, I've heard that people have problems with the camera lens getting scratched because the phone rests on it if you lay it down on its back. Are there any cheap cases out there that can help solve the resting-on-the-lens problem? A cheap gel case off of ebay would be ideal.Also, what other steps should I take to protect the camera lens?
View 2 Replies
View Related
Nov 27, 2009
I'm using the default camera API of Android 1.6 like this:
Intent photoIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); photoIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File (Environment.getExternalStorageDirectory(), "test.jpg"))); startActivityForResult(photoPickerIntent, 1);
But the image is saved on very low resolution 512 x 348. I added the QUALITY property but it doesn't make sence: photoPickerIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); There are many more posts on the internet talking about this issue but there's no solution (jet). Is it solved on 2.0??? I realy need the high resolution image (3MP).
View 5 Replies
View Related
Jan 7, 2010
When i tap or shake the phone lightly, i hear some kind of noise, feel like something got lose from the camera area, back of the phone, anyone has the same problem? is it normal?
View 10 Replies
View Related
Aug 30, 2012
I'm trying to translate Settings.apk into my language. And I've try using apktool. It's almost done. I do translate it already and get the new Settings.apk.
what should I do next. Should I copy it directly to the folder or make it flashable zipped
View 6 Replies
View Related
Jan 9, 2014
Im trying to make my own ROM for my android device. Im following a guide from this site. The guide explain two ways to get the system folder copy to my sd card.
First of all using de Android terminal emulator, and using comands. I tried that way but it keeps telling me: SH TAR: not found
Then other way i tried from ES explorer, copying de system folder manually but at 45% of copyng pop up a error about " cant copy run -as"
View 5 Replies
View Related
May 19, 2014
There is any app that allow to automatically copy from a /system/data folder (naturally with a rooted phone) to an X folder? Desire S
View 4 Replies
View Related
Sep 12, 2013
I'm trying to use the library RootTools to make root operations on android system. I want to make a backup of some files including in the /etc folder with the next commands:
Code:
button.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
File exists = new File("/etc/gps.conf");
if (exists.exists()) {
[Code] ....
It's supposed that with the RootTools.copyFile I can make that operation, but It doesn't make anything. I see that in cat /proc/mount doesn't appear etc folder. I'm tried too with the Apache transfer file copy, FileUtils.copyFile(source, destination) but it seems that it have problem with the mount system, who seems to be in RO. I try too with RootTools.remount("/etc", "RW") but fails too.
I want to know how I can edit, create, delete, modify files in /etc /data... etc.
I'm testing this on a Samsung Galaxy S3 with an stock rom 4.1.2.
View 2 Replies
View Related
Oct 6, 2010
I see a ton of results when searching for how to open the camera, and get the returned image. What about simply opening the camera app without any return at all? I just want the camera to function as normal.
View 1 Replies
View Related
Sep 7, 2010
Is your red camera button loose. Mine wiggles and if you hold it and move it it will go up and down left and right. My other buttons are solid. Is your camera buttons loose. Is this normal.
View 21 Replies
View Related
Jul 17, 2010
I m little confuse. i have a wallpaper folder on the sd card with files to use as wallpaper. i would resize using the yellow crop & save. why does it save another copy? why does it not just use the original file? so now the wallpaper folder has two copies of the same file.
View 1 Replies
View Related
Sep 10, 2010
If I google an image is it possible to save it to my memory card or phone
View 2 Replies
View Related
Dec 1, 2009
Sometimes it gets hot randomly in the spot where the led camera light is that whole area but its not that bad..but everytime i have the phone charging and i use it while its doing so its gets really hot in that area and eve feel it through the other site to physical keyboard anyone else with this is this normal
View 3 Replies
View Related
Apr 12, 2014
There is an app called PPDigital, it stores DRM free PDF files in a folder
Android/data/com.lht.privateerpress/files/
On my Asus Transformer TF101
I don't see that folder using "ES File Explorer" or "file manager" or when plugging into my PC via USB. I tried rooting my tablet and still haven't had any luck.
On my Samsung Galaxy S4
I see the folder but only 2 of the dozen PDFs that are in it, sadly they are the 2 I care the least about, both via "my files" and a USB connection to my PC.
View 1 Replies
View Related
Jan 9, 2010
Anyways I was wondering how or what app would allow me to copy text from a webpage and then save it to sd card?
View 3 Replies
View Related
Oct 15, 2010
I have set up the stock mail app on my desire to receive my hotmail account mail. However i only have access to the inbox folder. Is there a way to get access to my junk mail folder and trash folder?
View 2 Replies
View Related
Oct 1, 2010
I am using droidlife's suggestion on how to root droid x 2.2 and when i copy the files to the correct folder and then hit doroot.bat all i get it "searching for device" the drivers are downloaded but when debugging is turned on it wants to download drivers for wb810.
View 6 Replies
View Related