internal-storage Questions
1
Solved
I am trying to download my mp3 file and want to save it to internal storage at a specific location.
But every time my download is failing.
Logcat error message
01-01 08:36:09.295 154-748/android....
Oglethorpe asked 11/6, 2021 at 7:24
7
Solved
I have created an ImageView and I can see the preview of the camera and load the captured image into the ImageView and I wanted to store the image into a directory in my internal memory. I have ref...
Ger asked 8/8, 2016 at 2:54
12
Solved
On a non-rooted android device, I can navigate to the data folder containing the database using the run-as command with my package name. Most files types I am content with just viewing, but with th...
Ricoricochet asked 27/8, 2013 at 17:19
3
Solved
Internal Storage Path
Consider the above picture. It shows the folders and file in internal storage. My problem is i am not able to get the absolute path of the internal storage. I Have tried usin...
Christiachristian asked 6/10, 2017 at 17:15
5
Solved
this is my code when i'm getting image from internal storage (gallery).
In lollipop file path return always null.
if (requestCode == PICK_IMAGE) {
if(resultCode == RESULT_OK){
//image successful...
Wain asked 19/3, 2015 at 12:17
3
Solved
I have written a method which creates a file and writes data to the file and stores in the internal storage. When I get the absolute path or path of the file [I have added log messages to experimen...
Jeremie asked 7/5, 2015 at 4:48
3
Solved
Android 6.0 Marshmallow’s introduces Adoptable Storage, a feature that allows use a SD Card as internal storage.
Is it possible to activate adoptable storage via ADB shell commands?
Hepner asked 27/6, 2016 at 0:50
1
Solved
I am saving a file on internal storage. It is just a .txt file with some information about objects:
FileOutputStream outputStream;
String filename = "file.txt";
File cacheDir = context.getCach...
Surcingle asked 20/11, 2016 at 11:21
4
Solved
I have a method to download a image from url and save it in a folder at Internal storage
public void saveDynamicImage(String url,String fileName, String folderName) {
InputStream iStream;
Buf...
Raw asked 13/2, 2014 at 9:46
10
Solved
When creating a new Android 4.4 Virtual Device using the AVD Manager, I cannot get the internal storage to be anything larger than 200MB.
512MB is the internal storage size I would like to set.
I...
Partlet asked 14/12, 2013 at 4:15
3
Solved
It is known that:
When the user uninstalls your app, the system removes all your app's
files from internal storage.
Does the same thing happens when the user update the app?
Why Am I asking...
Portulaca asked 26/8, 2015 at 15:49
4
I need to use some files in my app. They are kept in asset folder. I saw discussions on SO, where the files are being copied from asset folder, to /data/data/<package_name> on the internal st...
Gymkhana asked 7/4, 2014 at 4:19
1
© 2022 - 2024 — McMap. All rights reserved.