Tagged Questions
1
vote
1answer
39 views
Savings on internal storage android
I'm having some kind of logical problem with my code for saving on internal storage.
I created two methods in the class pet for load and save where I'm trying to save and load an instance of pet. I ...
0
votes
1answer
56 views
read/write internal storage android
I have a question regarding internal files in android.. I tried to write some data into a file and then read it back however, it seems like I can't write data to a file unless I cast it to an integer ...
0
votes
2answers
202 views
Phonegap LocalFileSystem on Android uses External Storage instead of Internal Storage
In our Application, the User is able to Download PDF´s and open it via InAppBrowser on iOS or local PDF Reader on Android.
To store the Files we use the LocalFileSystem option from Phonegap. It works ...
4
votes
1answer
388 views
Android save camera picture to local storage
Today I have to deal with a difficult thing.
I start the camera and want so save the taken image directly to my internal storage, without moving it into it.
File targetDir = new ...
0
votes
2answers
385 views
How to read PDF file saved to internal storage of device?
I am using following code to download and read a PDF file from internal storage on device.
I am able to download the files successfully to the directory:
data/data/packagename/app_books/file.pdf
...
0
votes
1answer
71 views
How to create a file in the internal storage only during the installation process?
I would like to know how to create a file in the internal storage only during the .apk installing.
My problem is that when I put the file with the onCreate method of MainActivity, everytime I ...
1
vote
1answer
182 views
How to edit a file located in the internal storage of an Android application? [duplicate]
I would like to create a file in the internal storage and use it to modify the content of an Android app.
My problem is that I would like to keep access to this file in order to edit it at any time.
...
0
votes
1answer
268 views
Storing app images in Internal Storage vs External Storage
I am writing an android app where the end user will capture pictures. Normally, I would store application data (worth a few KB) in the internal storage. But here, these pictures come around to 450K ...
-1
votes
1answer
53 views
adding hashmap object to internal memory every time
i have a hashmap object which i am saving in Internal memory, but each time its replacing the hashmap object instead of adding, how can i add the hasmap object each time when i call this method:
here ...
0
votes
0answers
91 views
Reference a file stored in internal memory inside HTML of a webview
I have a webview :
this.webview.loadUrl("file:///android_asset/html/test.html");
in test.html i would like to write this :
<img src="file:///data/data/com.myapp/myimage.jpg" />
I doesn't ...
1
vote
2answers
273 views
Record audio and save into app's data folder
I am quite new to programming and I would like to learn how to do an app that allows user to record the audio and hence, save it into the app's data folder. I managed to do the recording part but only ...
0
votes
2answers
424 views
Error downloading file on internal storage android
As I was thinking that downloading is pretty straightforward I am encountering a error when I try to download an xml file from the internet and save it on the internal memory. I use the internal ...
0
votes
1answer
63 views
Internal storage [closed]
I'm a new kid programmer i have finished hello world too but my dad wants me to make the object Cat remember what it said last but i don't know were to start Help!
0
votes
0answers
808 views
android trouble with saving pictures to internal memory
I'm writing an app for school, of which one of the biggest parts is taking pictures. I came to conclusion that it would be perfect if I could just save them on Internal Storage, so they would be ...
1
vote
1answer
84 views
Access names of other apps -windows phone
I know one can't access internal storage of another app,but can we make an app that just gets the names of all other apps installed?
1
vote
1answer
825 views
Internal Storage for Android; creating files
Im trying to just create basic files internally for another app. So i wrote a basic app to work out the kinks then was going to add it to the other app. Here is the log from the cat
10-09 ...
2
votes
1answer
1k views
Access files on internal and external storage
I have an Xperia Neo V that does not have any internal storage - only an SD card as external storage, while the Galaxy S3 has both internal and external storage.
When using this function ...
1
vote
2answers
344 views
Android Internal Storage error
I tried to write internal storage somethings.Open an dir.. and fileoutputstream.I managed to write a file but when I try to use this file and get an error(There is not an error at Logcat.When ...
0
votes
2answers
117 views
How to store and read an integer in Internal Storage
I have been spending the last few hours researching on how to store data within internal storage however I cannot for some reason be capable of storing an integer.
I would like to know how to store ...
0
votes
4answers
230 views
Using internal storage to save list of integers
i'm trying to save a list of integers in my application by saving each integer in a new line of a file in the internal storage.
For retreiving it I read it line by line and put every linevalue, ...
1
vote
1answer
149 views
Saving data internally in Android messes up my data
I'm currently working on a game, where I need to create a transposition table for my AI. I implemented Hashtable so that the key to the Hashtable is a state under consideration and its corresponding ...
2
votes
3answers
973 views
android - storing image in internal storage
I an trying to store images downloaded from web to internal storage. I am refer following solution android - storing image cache in internal memory and reusing it
but still i am getting exception :
...
2
votes
1answer
948 views
Android - Why my saved image is not appearing in the default gallery of my phone?
I am trying to save an image from my application to the default gallery of my phone. The code below works perfectly if I have a SD card on the phone. The image saved appears in the phone's gallery and ...
1
vote
2answers
418 views
How do I record video to internal storage?
I ran into a problem when my test phone recorded video and did not have a external sd-card. i get recording errors because:
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES)
...
0
votes
2answers
1k views
Android: Save data to internal memory using Download
I am downloading file from a server in Android using the DownloadManager class. I want to store this file in the internal memory of the device. I tried to use ...
3
votes
1answer
955 views
Android: download file from internet using DownloadManager and save it to the internal memory
I am downloading a file from the web to my Android device using DownloadManager. I am saving this file on the sdcard using:
DownloadManager.Request req = new ...
1
vote
3answers
1k views
How to save parsed text file in internal/external storage in android
Currently I am working in project where i need to parse a remote text file and store it in local storage (internal/external). I am able to parse the text file but unable to store it in SDCARD. Here is ...
1
vote
2answers
1k views
Android Shared Internal Storage
Is there such thing on any Android based device as shared internal storage? I know you can use the SDCard as a shared file location between applications, but for a project I'm working on we dont want ...
0
votes
1answer
1k views
android - storing image cache in internal memory and reusing it
in my app i am trying to store the images in internal memory so that it can be used only in my app and cannot be seen in other ways.
In the following way i have stored the image cache in internal ...
0
votes
1answer
552 views
Make directories in files internal storage
How do i make directories in internal storage?
I tried this:
File file = getFilesDir();
this makes me goes to folder "/data/data/com.mypackages/files/"
Then i want to make a folder again in that ...
0
votes
1answer
289 views
Saving a text from EditText into the Android internal Storage
So I want to save whatever users write in their EditText to be saved for the next time. This exact same code works for java project but with Android project, it doesnt work.
The code is below.
The ...
0
votes
1answer
301 views
How to add files to Internal Storage in the project
I have some configuration files that should be editable. I need to add all of them to the project before creating the .apk file. Also they should remain private to the application, then I guess that ...
3
votes
3answers
715 views
Android Internal Storage when updating application
I use the internal storage (http://developer.android.com/guide/topics/data/data-storage.html#filesInternal) to store some necessary application files, that the user creates.
I suppose that these ...
0
votes
1answer
870 views
Save image to Android internal memory and then send as an Email using Intent
I wrote an app that uses Environment.getExternalStoragePublicDirectory(
Environment.DIRECTORY_PICTURES) to find the folder to store images to. I then write the jpg to that folder and then use the ...
0
votes
1answer
503 views
Sizing cache in Internal Memory
I'm looking to use internal memory to store my cache files instead of external storage. The main reason is that I need my app to function even if external storage is shared with a computer.
The dev ...
0
votes
1answer
640 views
Using internal storage to store credentials Android
I'm trying to permanently store three strings as user preferences for my Android application. These three strings are a url, username, and password. I don't really understand SharedPreferences, so I ...
1
vote
1answer
188 views
Writing to application internal storage - frequency limit?
I have an application which periodically receives files and saves them in the internal storage (i.e. data/data/app_name/files), sends them via email, and finally deletes them. It is all working fine, ...
0
votes
1answer
3k views
Using the Internal Storage - Android - Deleting Cache Files
I am downloading images and then saving them to the internal memory. This has a result the cache of the app to grow very quickly.
As it is suggested here:
...
4
votes
1answer
354 views
Android move to SD card behavior
I have an application that downloads most of the resources from the internet during run time.
Most of those resources are images.
I don't want the user to see those images in the gallery application ...
0
votes
3answers
1k views
Android delete settings/files from Internal Storage
IS there any function which can delete all folders of my application in Internal Storage. I need a way to reset my application and to clear all saved files/settings/databases in my application's ...
4
votes
2answers
4k views
Android create folders in Internal Memory
Is there any way/ is it allowed to create folders in Internal Memory in Android. Example :
- data
-- com.test.app (application's main package)
---databases (database files)
---files (private files ...
1
vote
2answers
2k views
Can't read the file from internal storage (file doesn't exist issue)
I have a routed device and when I do this
adb shell cat /data/misc/bluetooth/dynamic_auto_pairing.conf
it prints the content of this file.
But in my code when I write something like this, it says ...
0
votes
1answer
4k views
Android get images from sdcard
I am using a code which is listing all the images from my device...and I'm trying to figure it out how to get images only from a specific folder, not all the images. Here is the code I'm using :
...
0
votes
1answer
83 views
Updating a specific file that was shipped with the apk?
I'd like to know if there is any way to update a specific file in the package (apk) that was originally shipped?
In my case I need to make sure that a certain text file comes with the app when ...
0
votes
2answers
2k views
Permission denied when saving to internal storage
When saving the a file to internal storage, some people get this massage:
java.io.FileNotFoundException: /data/data.../MyFile (Permission denied)
What might be the problem?
I create my file like ...
1
vote
1answer
718 views
Android saving data in Internal Storage NullPointerException
I have a little problem with writing a file in internal storage from my application.I'm gettin a null pointer exception,but can't find the way to fix it..and actually can't understand which one of the ...
0
votes
3answers
4k views
Can i create folder on Android internal storage?
Assume I'm dealing with a text editor application. I want to store created text files on a folder which will be in the phone or sdcard (from user choice). I just want to save files onto a folder on ...
0
votes
1answer
625 views
how to playback video from internal storage(my app) with videoView
Im trying to play video from internal storage, but videoview cant play it.
Is there a way to do this and not by temporarily copying to sdcard and playing it?
The video was recorded with mediarecorder.
...
0
votes
2answers
896 views
android FileInputStream crashes
I am an amateur programmer developing for android. I am just trying get the basics down right now, but I am having an error and I don't know why.
I am creating a activity that has a save and a load ...
2
votes
1answer
3k views
How to get the internal storage Directory such as “\flash”、“\emmc”
External memory card can be read by Environment.getExternalStorageDirectory () to get an external memory card space. So how to get to the internal storage path? such as "/flash","/emmc",it is used as ...
