Apps Default Folder - Galaxy Note 3 Q&A, Help & Troubleshooting

Hello All,
I just write this post because I want to know if there is a way to modify the path of all app folder create their folders. Because in Internal Memory I've so much folder and when I'm looking for a real important folder like Pictures , Documents etc, I've now 50 folders.
Do you know a way to do that?
Thanks!

Related

deleting protected files/folders

hi all, just want to know if we can delete any protected file (in ROM) ?
tobe specific, i want to delete folder "template" inside my document folder. and also all the html files in windows folder.
cheers.

View only some folders with Vito EyePhoto

Hello.
I am using Vito EyePhoto.
I have installed it on the Storage card, but when I open the program I see the folders of the internet explorer temporaly files, I want to see only my 100MEDIA folder and subfolders.
There is a way to include only the folders that I want to see on this program??
Thank you very much and sorry for my english.
Exclude folder
Me too I'm intressted about excluding some photos from eyephoto app. That will be very useful.

[Q] Default TF3D wallpaper folder

Hi,
does anyone know how to change the default TF3D wallpaper folder or at least, how to create a shortcut in this folder that link my pics folder in Memory Card ?
i had looked for many post but found nothing ...
if someone know how to do that, he will be my god
Thank in advance.
Someone can help ?
I don't understand why you'd need it??
My pics are in my memory card and each time i want to change the wallpaper i have to browse to this folder ...
If i could change the default folder to my folder in memory card, it will more easy and faster.
Anyone got any ideas on this? I can understand the requirement.
I would just make a standard folder shortcut from the SD card to My Pictures.
I got the same problem and what I did was make a "\Storage card\DCIM\Wallpaper" folder. Put all my wallpapers there and when in TF3D I go to settings->wallpaper, I only need to change to storage card from the dropdown menu, and then I got listed all my folders with my pictures.I Just click on "wallpapers" and choose one

TF3D Album Favourite Folder with Subfolders

Hi,
I want to know how i can manage it to have access in picture-album to my favourite folder INCLUDING his subfolders?
I simpy cant put all pictures from the folder (which i want to be my favourite folder) in a flat single folder due to different themes of the pictures.
Can somebody help me please
thank you and best regards, thomas

Saving files to external storage, custom directory.

Hey all -
Have a question.
I want to call the Camera intent, but have the camera save to a custom file.
I've read this: https://developer.android.com/training/data-storage/files#WriteExternalStorage
And the only two options it gives is 'Save to a public directory" (like \Pictures, \Ringtones, etc), or "Save to a Provate Directory".
The latter sounds like it's what I want to do - but mentioned 'getExternalFilesDir()' function retrieves my application's custom data directory (which is (1)removed when the app is uninstalled, and (2)difficult to find when the phone is plugged into a computer - to copy the saved files from.)
What I'd REALLY wanna do is save my files to a root directory in the external storage. (Like, "/<sdcard mount path>/PicLogger/<file>").
Anyone know of a guide, or examples that show how to save images through the camera into a custom directory like this?
Thanks!
-Mike
You can save the file wherever you want, given that you have permission to write to SD card, by passing the file URI as MediaStore.EXTRA_OUTPUT in the MediaStore.ACTION_IMAGE_CAPTURE intent. See Save the full-size photo.
That being said, you should prefer something like "DCIM/YourAppName" or "Pictures/YourAppName", which apps like Google PhotoScan etc have been doing.
Code:
new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM), "YourAppName")
Apps should not create their own directories directly under the SD card root directory, and if they want to make something visible to user, it should be under one of the standard directories, preferrably under a subdirectory named after your app.
Or if you want to support scoped storage since Q, you can check out this SO answer.

Categories

Resources