General :: Saving Video-recordings To Custom Directory On SD Card?
Dec 28, 2013
Is it possible to have my Camera app save recordings (videos) to a custom directory? Currently, the only option I see available is "Save to Phone", or "Save to SD Card".
I'd like to be able to save to my SD Card, however, I'd like for the saved files to not be in the folder "DCIM". I'd like to make a custom directory.
Is this possible? How would I go about achieving this?
My phone is currently rooted.
Samsung Galaxy; Exhibit
SGH-T599N
Complete phone specs: [URL] .....
View 3 Replies
Nov 24, 2010
I created a bitmap and now i want to save that bitmap to a directory somewhere. Can anyone show me how this is done.
CODE:.....................
WANT TO SAVE _bitmapScaled to a folder on my SD card
View 2 Replies
View Related
Nov 25, 2013
Bought a nexus 5 and cut and pasted 6 lecture recordings from my old GS3 to my nexus 5. Rooted the nexus 5 and deleted (accidentally) all the recordings. Is there any data recovery program or tool that I can use to retrieve them?
So, ctrl+x from gs3 ext memory card to ctrl+p onto nexus 5 internal storage. Wiped nexus 5 and now can't be found anywhere.
These recordings are extremely important (I know I lost them, I dont know what I was thinking)...
View 2 Replies
View Related
May 28, 2010
I've been trying to digest every possible piece of information I can on the Evo, and have been very anxious to get one on June 4th. But something I'm finding very little info or comments on is how terrible the audio quality is on video recordings. It's surprisingly very bad. The video quality is looking good, but that makes the bad audio just that much worse. I've noticed this on every sample video I've checked out on You Tube. It seems that it is slightly better on the Incredible, but still pretty sub-par. If you watch video recorded from the Motorola Droid or iPhone, you can hear what a difference it is. Is this just a HTC thing, or is it something that can be adjusted?
View 10 Replies
View Related
Oct 31, 2010
At some points while running my android application, I need to create a directory on the sd card, for a small number of users this fails and I can't figure out the reason for it... (I've found similar problems caused by the WRITE_EXTERNAL_STORAGE permission missing, it's there and it works for almost all users so I don't think this is reason) When mkdirs returns false I crash the program and log the following java.io.File properties, starting at the directory I want to create, then recursive printing properties of the parent directory and so on...
/sdcard/MyDirectory/Dir1/Dir2 (exists: false, canWrite: false, isDirectory: false, isFile: false);
/sdcard/MyDirectory/Dir1 (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard/MyDirectory (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard (exists: true, canWrite: true, isDirectory: true, isFile: false);
/ (exists: true, canWrite: false, isDirectory: true, isFile: false);
The strange thing is that the parent directory is writable (canWrite=true), I can't print the execute file permission but from what I've read, write is what you need when creating directories... What I've looked at so far is the WRITE_EXTERNAL_STORAGE permission, if the sd card is full and if the sdcard is mounted read only:...........................
View 2 Replies
View Related
May 9, 2009
How can I set my HTC Magic to save images/music/applications to memory card and not the phone? Or is this done automatically?
View 5 Replies
View Related
Nov 27, 2012
Using MX Player. It worked best. All you have to do is have the username and password put in together into the URL after http, but before the URL of the video file. So lets say the directory is protected by the username FrancisFord and the password is Copola and the URL is URL...., you would enter this address when streaming from a URL:
URL.....Remember to remove the www from the URL and that the username comes first then the password seperated by a colon, followed by the @ symbol. URL....
So, I have video's uploaded to my personal site. I password protected the directory with .htaccess. The permissions of the videos are set to 777. If I surf to the directory of the video through the browser on my Galaxy S II, it asks for a username and password and then displays the files that are there. When I click on a file, it tells me that I cant play the video and thats with any video player I use. If I try to play the video in my browser itself by putting it into something like JW player, it also doesn't work. The only time it works is when I unprotect the directory. Then it streams it fine.
I am using A Samsung Galaxy SII (s2) or Epic 4G touch from Sprint. I have Cyanogen Mod 10, beta 2 with Jelly Bean on it. I use the built in browser and also Chrome. The video players I have tried using to no avail are:
Daroon Player
ES Media Player
MX Player
FPlayer
Rockplayer lite
Showtime Player panel
Stock Android Video player.
View 2 Replies
View Related
Jan 22, 2013
I have a Samsung Note 10.1 and have just purchased an micro sd card to suit. What i want to do is save my downloaded films to the card for when i go on holiday. my question is how do i do it, that is if it can be done,
View 3 Replies
View Related
Jul 14, 2013
When making an image I accidentally had Clockworkmod image be saved to the device itself instead of being saved to the external SD card.
I am able to browse to it using Root Explorer and select to Copy it, but how do I PASTE it onto the external SD card when Root Explorer only accesses the device directory and not the external SD card?
Quick 2nd question: I know on some previous devices such as the Galaxy S 4G you were *not* supposed to run Clockworkmod after booting in and from the Apps Drawer, instead you were only supposed to run directly from the startup screen before booting in. Is it OK to actually start the Clockwork Backup/Restore process from the Apps Drawer of the Galaxy S4 and let it reboot and do its thing or is it only supposed to be run BEFORE booting in?
View 5 Replies
View Related
Oct 16, 2010
the Android phones in Slovakia have a custom locale - en_SK and cs_SK. Language is either Czech or English, location is Slovakia. Now I would like to have strings that target these locales. The default approach is to create a folder "values-CountryCode", for Czech Republic it's values-cs.
But I get a build error if I add a folder name values-en_SK or values-cs_SK: "invalid resource directory name"
View 1 Replies
View Related
Dec 2, 2009
I want to put some of my custom ringtones on my droid to use for my sms, calendar, and email alerts. What format is required by the Motorola Droid? Also, do I just hook my droid up to my pc and copy them to the system ringtone directory?
View 6 Replies
View Related
Aug 12, 2010
I have a member variable in my Activity which is an ArrayList. The objects populating this Array List are objects I have defined called Rating Item. Rating Item has several member vars like rating, comment, ID, etc. I would like to save this Array List in onSaveInstanceState so it can be repopulated from onRestoreInstanceState. What is the best way to do this? I've never saved the state of an object of this complexity.
View 2 Replies
View Related
Oct 4, 2010
I am trying to have my app create a directory on the root of the SD Card, if that directory does not already exist. When I run the app, the "Creating Home Directory..." toast notification displays, but the directory is not created... What am i doing wrong?? (P.S. permissions are set for writing to external storage)
CODE:.......
Here is my Manifest file:
CODE:...........
I tried this as well, it didn't work, but it might be a step in the right direction as it creates the directory and populates it with a file from res/raw all in one step:
CODE:.........................
View 3 Replies
View Related
Dec 20, 2009
I am looking for a very good app on android mark that will allow me to view video podcast such as phonedog and Geekbrief, gadget pron and a few others that I religiously watched from my ipod touch on a nightly basis. Of course the touch had itunes which was great, the only thing it lacked was being able to save your favorites without downloading them. I know they have a few things out there on android market that seem to do this, looking for the easiest and the best.
View 3 Replies
View Related
Feb 20, 2010
I can not figure out how to save a video to my phone that someone has texted me.
View 1 Replies
View Related
Jul 14, 2010
My application creates directory on SD card for syncronisation purpose. Tell me please, is there any way to delete this directory on uninstall? May be I could add some string to Manifest or catch "uninstall" event or something else?
View 4 Replies
View Related
Jun 2, 2010
Are there specific directories that should be setup for Android to understand what is in them? Like a "MP3" directory for music or "images" for photos etc.?
View 8 Replies
View Related
Aug 24, 2010
Brought over my 8GB Sandisk from my BB. Obviously over the past year it added a bunch of files and folders to the card for miscellaneous app data, music, pics, etc. Would I gain any speed on the device by reformatting the card and letting it start fresh in it's new home and re-syncing music and photos into fresh android directories?
View 2 Replies
View Related
Jan 25, 2010
Im tyring to save my file to the following location FileOutputStream fos = new FileOutputStream("/sdcard/Wallpaper/"+fileName); but im getting an exception java.io.FileNotFoundException
But when I put the path as "/sdcard/" it works.
Now im assuming that Im not able to create directory automatically this way.
How to create a directory and sub-directory via code.
View 1 Replies
View Related
Sep 15, 2010
I'm happy reading and writing to a pre-set file, and could manually populate a listview, but I'm hoping there is an official(or not) filebrowser I missed, or other more elegant solution to present the user with a directory listing, and let them select a file.
View 2 Replies
View Related
Jul 10, 2010
Using code from open source MusicDroid with the following code that I found during a search for this problem, I can only get mp3 files that are in the root directory /sdcard/
CODE:........
How can I get all the mp3 files from the card (in any directory) into my 'songs' list?
View 1 Replies
View Related
Oct 3, 2010
I am trying to create a folder and several subdirectory within it on the SD Card... I then want to transfer files that I have stored in /res/raw to that folder... I addition, I want this to only happen once, the first time the program is ever run. I realize that this is ridiculously open-ended, and that I am asking a lot...
View 1 Replies
View Related
Apr 1, 2010
I've got an app that is heavily based on remote images. They are usually displayed alongside some data in a ListView. A lot of these images are new, and a lot of the old ones will never be seen again.
I'm currently storing all of these images on the SD card in a custom cache directory (ala evancharlton's magnatune app).
I noticed that after about 10 days, the directory totals ~30MB. This is quite a bit more than I expected, and it leads me to believe that I need to come up with a good solution for cleaning out old files... and I just can't think of a great one. Maybe you can help. These are the ideas that I've had:
Delete old files. When the app starts, start a background thread, and delete all files older than X days. This seems to pose a problem, though, in that, if the user actively uses the app, this could make the device sluggish if there are hundreds of files to delete. After creating the files on the SD card, call new
File("/path/to/file").deleteOnExit(); This will cause all files to be deleted when the VM exits (I don't even know if this method works on Android). This is acceptable, because, even though the files need to be cached for the session, they don't need to be cached for the next session. It seems like this will also slow the device down if there are a lot of files to be deleted when the VM exits. Delete old files, up to a max number of files. Same as #1, but only delete N number of files at a time. I don't really like this idea, and if the user was very active, it may never be able to catch up and keep the cache directory clean.
View 1 Replies
View Related
Apr 16, 2010
I have a project written for Android devices. It generates a large number of files, each day. These are all text files and images. The app uses a database to reference these files.
The app is supposed to clear up these files after a little use (perhaps after a few days), but this process may or may not be working. This is not the subject of this question.
Due to a historic accident, the organization of the files are somewhat naive: everything is in the same directory; a .hidden directory which contains a zero byte .nomedia file to prevent the MediaScanner indexing it.
Today, I am seeing an error reported:
CODE:................
Regarding the sdcard, I see it has plenty of storage left, but counting
$ cd /Volumes/NO_NAME/.hidden
$ ls | wc -w
9058
Deleting a number of files seems to have allowed the file creation for today to proceed.
Regrettably, I did not try touching a new file to try and reproduce the error on a commandline; I also deleted several hundred files rather than a handful.
However, my question is: Are there hard limits on filesize or number of files in a directory?
am I even on the right track here?
Nota Bene: The SD card is as-is - i.e. I haven't formatted it, so I would guess it would be a FAT-* format.
The FAT-32 format has hard limits of filesize of 2GB (well above the filesizes I am dealing with) and a limit of number of files in the root directory. I am definitely not writing files in the root directory.
View 3 Replies
View Related
May 19, 2010
I have the camera set to save on the SD Card. However, when I take pictures it still stores it on the device memory. Why is that? Is this a known error?
View 14 Replies
View Related
Aug 6, 2010
I finally was able to root my droid eris and was also able to download and install apptoSD2 on my eris and when i click on the app, it tells me i need to partition my sdcard. I selected what i want the FAT32 and the ext2 to be and hit apply and it then tells me it is done and i need to reboot it and has a button to click but it didn't work so i did it by going to power and shutting down and restarting, but nothing happens, i even went back to the app several times after trying it and it tells me the same thing each time. Is there something i am forgetting to do, or what can i do to partition my sdcard and be able to save my apps to my sd card.
View 2 Replies
View Related
Nov 19, 2010
Is there an app that will save SMS messages to a text file on the memory card so one can easily print them out or just save for a later time?
View 5 Replies
View Related
Sep 12, 2010
My application has alot of pictures in it and I was wondering if its possible if one of my users click a button to send that picture to the sd card?
View 2 Replies
View Related
May 3, 2010
Is there a way to save photos i take to my phone instead of SD CARD when my sd card is mounted. because i want to take some pictures for my contacts but i plan to switch sd cards in the future so i dont want to retake photos for my contacts.
View 2 Replies
View Related
Sep 15, 2010
HTC Hero: Rooted with 2.1 and previously running absolutely fine but for some reason today I'm not able to save/download anything.
I tried to download a picture off the internet and it was saying there was not enough space (even though the phone memory has 122mb free thanks to Apps2SD and my SD card has over 3GB free) so I tried to email the picture from my PC, received on my phone and when I try to download the picture it says you need an SD card to do this... but the card IS being seen by the phone because my apps are running, I can access music and pictures that are on it.
I unmounted the card and then remounted it and my phone went into a loop, trying to reinitialise and couldn't do it. So I just restarted the phone and, again, all apps work but cannot save or download anything.
I'm trying to avoid wiping everything and starting from scratch but seeing as I've been meaning to move to 2.2 I think it might be an idea...
Deffo seems to just be an SD card problem, had an old MMS message, tried to save it and it wouldn't worked. Used the SaveMMS app and that brought up a long error string which basically pointed to a problem with the SD card. What confuses me though is that I can still read from it (playing music) and I just deleted a couple of pictures off it which surely constitutes editing?
View 2 Replies
View Related