Android :: Allow User To Select Folder On SD Card
Aug 1, 2010
I'm looking for a way to allow a user to press a button to browse the contents of the SD card, and then select a folder, whose path will be returned to the application. Similar to how you pull up the "Browse..." dialog on Windows for installations.
View 3 Replies
May 9, 2010
New to Android and starting to work on file mgmt. I set up some subfolders on my SD card for pictures. I have been moving pictures from one folder to another, but I can only move one at a time. Is there a way to select multiple picture files and move them to another folder (like "Select All" with Windows)? This is the sequence I've been following: Use the Edit Icon in the Astro taskbar, select Move, then going to the directory folder I want to move them, and hit Paste. Moving one file at a time is taking for ever.
View 2 Replies
View Related
Aug 9, 2010
I'm looking at creating an AppWidget and want to have the user select which size they want before adding it. Thus, the user can choose 1x1, 2x2, etc. The Calendar widget in Android 2.2 (and possibly earlier, but not in 1.6) does this. How is this done?
View 11 Replies
View Related
Nov 8, 2010
I am making a wallpaper and I want the user to select a folder. So I have a button in the preferences that launches an intent to open an image, but what I want is actually just a directory (I guess in the worst case I can strip the filename from the end). So thats my first problem. The second problem is how do I get notified of when the intent is complete?
public class FilePreference extends DialogPreference implements View.OnClickListener {
public void onClick(View v) {
// open up a gallery/file browser
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
getContext().startActivity(Intent.createChooser(intent, "Select Folder"));
}
View 2 Replies
View Related
Feb 10, 2010
I have a bunch of individual folders that I'd like to select, so I can add them to a playlist. Problem is, a lot of these folders contain Various Artist compilations, so I don't want to have to select each artist to program into a playlist.
If I could add the folders in question, that would be so much simpler.
View 8 Replies
View Related
Sep 30, 2010
Come one, come all -- let's gather and act shocked, shall we? It's no secret that Google's Android Market is far easier to penetrate than Apple's App Store, which is most definitely a double-edged sword. On one hand, you aren't stuck waiting a lifetime for Apple to approve a perfectly sound app; on the other, you may end up accidentally downloading some Nazi themes that scar you for life. A curious team of scientists from Intel Labs, Penn State and Duke University recently utilized a so-called TaintDroid extension in order to log and monitor the actions of 30 Android apps -- 30 that were picked from the 358 most popular. Their findings? That half of their sample (15, if you're rusty in the math department) shared location information and / or other unique identifiers (IMEI numbers, phone numbers, SIM numbers, etc.) with advertisers. Making matters worse, those 15 didn't actually inform end-users that data was being shared, and some of 'em beamed out information while applications were dormant. Unfortunately for us all, the researchers didn't bother to rat out the 15 evil apps mentioned here, so good luck resting easy knowing that your library of popular apps could be spying on you right now.
Update: A Google spokesperson pinged up with an official response to the study, and you can peek it after the break.Update 2: Looks as if the full study (PDF) has been outed, with the 30 total apps named. Here they are: The Weather Channel, Cestos, Solitaire, Movies, Babble, Manga Browser, Bump, Wertago, Antivirus, ABC - Animals, Traffic Jam, Hearts, Blackjack, Horoscope, 3001 Wisdom Quotes Lite, Yellow Pages, Dastelefonbuch, Astrid, BBC News Live Stream, Ringtones, Layer, Knocking, Barcode Scanner, Coupons, Trapster, Spongebob Slide, ProBasketBall, MySpace, ixMAT, and Evernote.
View 6 Replies
View Related
Nov 4, 2010
I am trying to write code that will allow the user to choose a picture from the pictures folder and send that picture to the internet.
View 3 Replies
View Related
Jan 19, 2010
Is there something like a FileDialog available? From previous threads, it appears there isn't one.
If not, has someone written one?
I want to allow a user to
a) Specify a folder/filename on storage for creating an SQLite database.
b) Specify an existing file/folder on storage card for opening as an SQLite Database.
View 4 Replies
View Related
Dec 13, 2011
one is clearly the folder for my actual sdcard (sdcard2) and the other (sdcard) seems to be where all my apps and downloads go. this creates an unreliability being that the phones sdcard folder isnt connected to my removable card and thus making backups useless.
View 8 Replies
View Related
Jul 14, 2010
Ive been trying to reroot my droid and get it back to 2.2, i get it to rooted 2.0.1 no issues but when i try to go from there to 2.2 I always get errors in SPrecovery, when i try to do install from SD card i get error 30, when i try to do a backup i usually get and error. I got the backup to go through once but when i try to restore I get error 20. in SPrecovery when I select /mount SD it says SD card can not be found.
In Droid root helper I've mounted renamed installed busybox and flas, ive flashed the recovery, unmounted, synced, rebooted.
seems to go through fine.
then I put the rom I want Kangerades (http://androidforums.com/roms-droid/117131-7-7-10-rom-froyo-kangerade-5-0-9-a.html) green one, I put it in the root of my SD card, reboot to recovery, backup (try to, usually fails) wipe cache, then i try to install ROM from SD card keeps giving error. ( ive tried without wiping cache, with out wiping data and withou wiping both)
and tips? is their something im doing wrong? (first time I rooted and went to 2.2 I had much less issues.
I have also wiped my SD card completely and reinstalled everything (tools etc...)
View 5 Replies
View Related
Aug 23, 2010
I am using the following code to download a file from my server then write it to the root directory of the sd card, it all works fine:
package com.downloader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import android.os.Environment;
import android.util.Log;
public class Downloader {......................
View 2 Replies
View Related
Sep 13, 2010
Firstly, when I get my larger (32gb) micro sd card, would I be right in saying that it's just a case of copying everything from my existing card onto my PC, and then from my PC back onto the larger card?
And the other thing, is there a setting on the Galaxy GT-i15700, or one I can download for it, that wil allow me to 'password protect' a folder that I create ?
View 1 Replies
View Related
Nov 26, 2009
Ok got a dumb question, I saved some stuff and it said it put it in a folder on the sd card. So my question is how do I access the SD card to see the folder.
View 3 Replies
View Related
Apr 21, 2010
I'm currently only testing things in an emulator due to not having an Android device as of yet. I'm honestly holding out for some of the new 1 Ghz machines to come out and do some comparisons. Anyway, I would imagine one would easily be able to make whatever folders they choose on an sd card, but on the emulated one, I can only seem to push entire folder contents or single files to the root. The adb help doesn't appear to have a command to make a folder. Is this not possible, or am I just missing something?
View 5 Replies
View Related
Sep 15, 2009
I want to write code to display the images only from a particular folder in sd card. e.g a folder named b'day(/sdcard/pictures/b'day). I have the following code, but it displays all the images in the sd card. What should I add/change in the following code to accomplish my objective.
private void displayGallery() { Uri uri = MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI;
String[] projection = { MediaStore.Images.ImageColumns._ID,
// The columns we want
MediaStore.Images.Thumbnails.IMAGE_ID, MediaStore.Images.Thumbnails.KIND };
String selection = MediaStore.Images.Thumbnails.KIND + "=" + // Select only mini's MediaStore.Images.Thumbnails.MINI_KIND;
mCursor = this.managedQuery(uri, projection, selection, null, null);
if (mCursor != null) { mCursor.moveToFirst();
ImageAdapter adapter = new ImageAdapter (mCursor, this);
Log.i(TAG, "displayGallery(), adapter = " + adapter.getCount());
mGallery.setAdapter(adapter); mGallery.setOnItemClickListener(this);
} }
View 2 Replies
View Related
Oct 8, 2009
What I am trying to do is simply copy over entire folder full of mp3 files onto sdcard within an app. I am doing this out of "assets" folder because raw folder does not allow mp3 files to be named the way I need them to. Here is what I dug up so far but not sure if this will work. I am lost.
InputStream ins = getResources().getAssets().open(""); int size = ins.available();
// Read the entire resource into a local byte buffer. byte[] buffer = new byte[size];
ins.read(buffer); ins.close(); FileOutputStream fos = new FileOutputStream("/sdcard/myfolder/");
fos.write(buffer); fos.close();
View 4 Replies
View Related
Oct 4, 2010
When I make a backup and it goes to my SD card to the folder "TitaniumBackup" is it safe to transfer that folder to my computer and delete it from my SD card?
View 5 Replies
View Related
Mar 9, 2014
In the Phone Memory (not the external microSD) there is a folder named Android.
It has two folders in it, "data" and "obb".
Memory cardAndroidobb
Memory cardAndroiddata
Is this like "program files" in windows? Or "/usr" for freebsd or linux file folder structure?
View 5 Replies
View Related
Feb 12, 2014
I'm using Android 4.2.1 on Galaxy note 10.1. I am travelling and photographing and have 64 folders and 6gbs of pics on a 64*gb*sd card. The last two attempts to transfer images from my camera via USB have all failed with various weirdness, like seeing the pics in folder with Gallery app once, only to have the folder completely disappear on next viewing. I have lost over 800 photos like this and I can' t find anything about a folder limit in android but see lots of similar posts with sd card problems. All fine up until I hit that limit, now my whole image recording process while traveling appears to be unreliable. Is it possible the pics are there but not viewable somehow?
View 1 Replies
View Related
Sep 21, 2013
I'm trying to put my 6000+ mp3 collection on a 64GB microSD card (class10) and I can transfer them fine on my computer but when I go to view the folder on my phone it says there is nothing in it while my pictures folder (3GB) on the same card on the same phone shows everything fine. Using stock Android 4.1.2 on LG Optimus Pro G. Am I hitting some subfolder limitation or something?
View 3 Replies
View Related
Oct 4, 2010
Just got my EVO a few days ago.Is there a way to view everything on your SD card, like a certain file folder? I see where some of the things i've downloaded went to the gallery, office program, and gallery, but I don't see how I can view these all in one place or edit/delete them.
View 3 Replies
View Related
Jan 13, 2010
Is there an application that will allow you to browse to a folder on your phone/SD care and view the photos inside? If it were on a linux PC I would be installing GThumb, on windows ACDSEE. I have tried Photo Burst. It crashes and I had to reset the phone. I have tried Picture Viewer but the latest version does not pan at all. The only way to do something like this with the stock viewer is to have all your photos in the root of the sdcard in folders or within download. Not really the neatest way of doing this.
View 2 Replies
View Related
Jul 11, 2010
Is there a way and / or a software which can lock with password of a specific file folder in SD Card?
View 9 Replies
View Related
Apr 25, 2010
Hoping to find some help here, i am looking to set my own sms ring tones, i have gone through the posts on here, and downloaded astro and ringdroid, everytime open ringdroid it won't work and requests a force stop, i don't know how to set up a folder on the root of my SD card,? i am total thick when it comes to this side of things also wondering about bluetooth on the tattoo, can you blue tooth pics and recieve bluetooth from other phones xx.
View 4 Replies
View Related
Aug 3, 2010
I'm just now getting around to trying to add some custom notification sounds, and ring tones I've made myself.Problem is there are no set folders on my SD card for ring tones, notifications or photos like I've had on other phones in the past.So, can someone tell me what folders I should make to put things in their appropriate place and have them actually show up on the phone?I tried just dragging and dropping a few small mp3 files I want to use as notification sounds directly onto the SD card but that didn't work. I'm at a loss for what folders to add and name.
View 3 Replies
View Related
Sep 7, 2010
Want to use one of my custom rings for my alarm on Milestone. Do i create a folder on my SD card called alarm?
View 1 Replies
View Related
Jun 7, 2010
I am a very proud owner of an EVO and never had a phone that utilizes an SD card. Is making directories as simple as adding a folder when it is connected to the computer? I want to create separate folders ringtones, music, and videos, and thought some of you Android veterans would have the answer.
View 3 Replies
View Related
Oct 22, 2013
after flashing AOKP all of my files disappeared its like creating another folder for the sd card . and the old one disappeared. i checked the recovery so the old folder ( with my photos and files ) in the storage but it doesnt appear to me even in the computer . i used root explorer , astro i didnt find the old folder ( named 0 after flashing ) ?
View 1 Replies
View Related
Nov 26, 2010
I didn't bother backing up my applications, as I had quite a few installed that I didn't need to keep. I made a simple list on paper, and reinstalled everything afterwards. One irritation is the the User Guide application now says that it can't find the User Guide on the SD card, and offers the online version. Does anyone know if the 2.1 version of the onboard User Guide can be downloaded, what it should be named, and what folder it should be in? Or could someone even e-mail it to me, with instructions as to where it should be put?
View 2 Replies
View Related
Sep 17, 2010
I just got my desire back from repair. I thought everything would be backed up, and that I could just load my backup file once the phone was started for the first time. But apparently, this is not the case... HTC has stopped the support for this backup from Android 2.1 to 2.2 they told me in their phone support.... They advised me to download a file manager, and locate e.g my sms messages, and recreate them from there. However, I have not been able to find that folder? I can se lots of other old data, so the sd card has not been formatted...
View 1 Replies
View Related