SD-card (Secure Digital) is a non-volatile memory card
1
vote
3answers
27 views
Get the path of a file saved to the android SD card
In the question Take screensot and save android someone informed of how to save an image created in my app to the SD card. Now I'm trying to upload the picture, but first I need to find how to get the ...
0
votes
0answers
15 views
ENC28J60 (EtherCard) and SD-Card (SDFat) at the same time on Arduino Mega
I've designed a board based on the Arduino Mega, which uses a WizNET Ethernetshield and the included SD-Card Reader. Using the standard Ethernet-library and SDFat works fine.
Now I've changed my ...
0
votes
0answers
14 views
Creating encryption for cheap secret cameras
I have a friend who uses small, cheap cameras for filming human rights abuses. I am interested in finding a method to write software or firmware to modify standard "gum" secret cameras such as the ...
0
votes
0answers
18 views
adb shell - installing or moving apk from /data to /mnt/sdcard
I'm working on a script via shell for the installation of one or more apk from an USB key plugged in the device. The device is a MID custom, made in China, with root permissions. Android 4.x on-board.
...
0
votes
0answers
25 views
How to display file from sd card on android emulator
I asked this (Take screensot and save android) question awhile ago and got an answer that I accepted. My problem now is that unlike the answer, my file isn't displaying in the emulator. Does anyone ...
0
votes
0answers
18 views
Android emulator — how to change permission for the sdcard on MAC OS X
I have read several answers to this question and it did not help me. THere was something about starting the adb shell, but I cannot do this. I read this article
how to change permission of DDMS / ...
1
vote
2answers
22 views
Saved Bitmap doesn't appear on SD Card
I am working on an app in which I would like to save some Bitmaps to the SD Card. I have looked at a lot of examples and other questions, and from that I have made the following code:
...
-1
votes
0answers
18 views
Phone internal memory vs sd card mb/s for large files
I have a Galaxy Nexus with only 32gb and constantly have to delete old stuff (pictures) to add new items (some pics are 300 MB each). I am considering upgrading to the Galaxy S4, but it only currently ...
0
votes
0answers
21 views
Using Google maps javascript with Sencha is too slow
I have a project for mobile, i started with developing with sencha touch, i had a view that should be contain a map of google.maps, so i used google maps api javascript. But, it give me a map very ...
0
votes
1answer
32 views
Editing FatFS generic example for dsPIC
I'm attempting to use FatFS (http://elm-chan.org/fsw/ff/00index_e.html) as a means to communicate with an SD card, using SPI.
The FatFS website has a number of examples, however I'm not finding them ...
1
vote
2answers
38 views
Uploading android file by name from sd card
In a previous question (Take screensot and save android) I found out how to save a file to the sd card of an android device and it works properly. Now I need to know how to find the file ...
0
votes
1answer
23 views
Retrieving sd-card details of BlackBerry Device Using PhoneGap
I am using PhoneGap to develop an app for BlackBerry.
How do I get details of the sd-card, such as available and used space, on a BlackBerry device?
2
votes
2answers
41 views
File on sd card displayed in android emulator's gallery app
I have created an app which lets the user save an image to the sd card, but I cannot see it in the gallery app on my emulator. I'm not sure if I need special code for this or what but I need to be ...
0
votes
1answer
28 views
Through Phone Gap how to know total size[used+unused] of Sd-card
I am building multi platform Mobile Application using PhoneGap. My query is, Through LocalFileSystem how we'll know How much memory is there in Sd-Card [Used + Unused].
Or In any way possible, ...
2
votes
1answer
62 views
User controlled traversal of SD card directory on Arduino
I am trying to write a program that allows for uses to traverse the contents of a SD card with buttons on a touch screen (assume there is only one level of files; aka no folders). However, I am ...
0
votes
0answers
98 views
Android x86 4.2 Add SD Card
I have an question about adding an SD card to the 4.2 Build 20130228.
I've installed it via the boot menu. It can now boot Android 4.2 via sda6 or Windows via sda...
Sda6 is an NTFS formatted ...
1
vote
1answer
106 views
Can you write to the sdcard folder when there is no sdcard?
So I'm testing an app on a galaxy s3 on 4.1 and an older phone that runs 2.3. Neither phone has an sdcard in it but when I use Environment.getExternalStorageDirectory().getAbsolutePath() on my galaxy ...
0
votes
0answers
27 views
Try to reset a microSDHC card in SPI mode using Linux
I have an important issue with a microSDHC card:
Recently I bought a SanDisk Extreme Pro 8 GB microSDHC Class 10 UHS-I 95MB/s for research purposes. First I have connected the microSDHC card using a ...
-4
votes
0answers
58 views
How to check free space on SD card via C in linux
I want to check the free space available on My Device's SD Card. Is there any function that will return the free space of a SD card? Or how can i write that function?
Thanks...
0
votes
0answers
19 views
Using Phonegap** How to know, How much Memory SD Card is having in a Phone. And Saving media files in some part of Memory making a directory
I am building App in Android, iOS and blackberry using PhoneGap. Now I want to Store some Media Files from our server to Phone's External Memory(SD Card).
The query is How I'll know, How much memory ...
0
votes
3answers
56 views
Why is my picture path : /mnt/sdcard in stead of /sdcard/?
In my application, I'm opening the Android default gallery to select and image. The result is the path.
When I test the application in my phone, the path is /mnt/sdcard/picturename but when I test it ...
0
votes
0answers
33 views
Error while playing .wav audio file from sd card
I am playing .wav file from sd card but it gives me error like this--
Media Player error (1, -2147483648)
java.io.IOException: Prepare failed.: status=0x1
at android.media.MediaPlayer.prepare(Native ...
1
vote
1answer
30 views
How to get Total and Used Space of a SD Card in Qt Application?
Hi friends I am working on a Qt application where I need to display the total space and used space of a SD Card which is connected to my PC. I need to display them in the form of a string. E.g. 7.6 ...
0
votes
3answers
52 views
How to delete file from SDcard when uninstalling the application
I have application that record a sound, I want to delete this sound file when uninstalling this application. how is that possible ?
-1
votes
2answers
108 views
How to delete folder created in SD card android [duplicate]
I am working on an android tablet application. i have created a folder in SD card to store images . I want to delete this folder at some point how can i achieve this ? i am posting my code also.
// ...
-4
votes
0answers
23 views
Android: copy all files from some directories [closed]
can I, using the java.io.File class, import files in a scheme similar to this?
from:
/mnt/sdcard/testdir/
testdir1/
testfile.txt
testfile2.txt
testdir2/
...
0
votes
0answers
32 views
Issue with file I/O on android
I met a problem recently.
I need to write some tmp data to the file(use API fwrite) in /data/data/com../tmp on Android.
The test program just run on one thread.
and write data several hundred KB one ...
2
votes
4answers
113 views
Can't create file in sd-card
I am trying to save a bitmap to a file and then saving it on sd-card.
Here's my code
String path = Environment.getExternalStorageDirectory().toString();
File file = new File(path, ...
0
votes
1answer
26 views
How to get files stored in inbuilt external storage
I had created a mdatabase.db file on the sdcard in a directory named MyDataBase, this is fine, when i open the sdcard via phone the dir and files are showing, but when i connected the device to system ...
0
votes
1answer
44 views
Notification screen like whats app shows on incorrect system clock
Like in whats app
Suppose our android device system clock is set to incorrect time, Then whats app shows notification that please reset your device system clock and until you reset that time the ...
0
votes
3answers
60 views
Android, can not creating file in SD if does not exist
I have my application working.
I need to create the XML file and directory in the SDCard if they dont exist.
I use this code to get the XML file from Assets
public Document abrirArchivo()
{
...
-1
votes
0answers
88 views
Removing 'write protection' on micro SDcard [closed]
My Android's(samsung galaxy fit gt 5670) SDcard is showing 'write protection error' when connected to pc using card reader.
It's not allowing to format the sd card.
Even I tried command prompt for ...
0
votes
1answer
314 views
How to extend device memory by using SD card partition?
I have smartphone (HTC Explorer, Android 4.1.2) with SD card (16 gb, class 10). Unfortunately it have only 100 mb internal memory. Is there any way to programmatically extend internal memory size by ...
0
votes
2answers
47 views
Parsing XML DOM in Android
I am doing my own Android application and I am getting troubling.
My app read and write a XML file.
I have this code to open the XML file from the SDCard:
public void abrirSD()
{
try{
...
0
votes
0answers
29 views
how to display an image view from sdcard in a framentactivity oncreate
Hello i'm a lil new to this fragmentactivity and all and in my app i'm using a fragment activity as my main activity and i want to display an image that is stored in my sdcard and display that in an ...
0
votes
0answers
21 views
Detect SDCard in Blackberry [duplicate]
Need help with this SDCard code.I am using this piece of code
but its working accurate randomly.
boolean sdCardExist() {
boolean sdCardPresent = false;
Enumeration e = ...
0
votes
0answers
15 views
saving file into small parts then combine them and write to sdcard
Is there any way to splitting file into n numbers of parts?
I want to read from a HTTP connection and write bytes to a file in android.
But when the size of that file exceeds ...
0
votes
0answers
36 views
How to speed up scanning all txt files in sdcards?
I used recursive function to scan all the paths under /mnt/sdcard and find out all the file ends with .txt, but I found that it is very slow if I using it on my real android phone.
Is there anything ...
0
votes
1answer
77 views
How to save webservice SOAP response to xml in android SD card?
I have a SOAP webservice from an application aspnet, and do not know how to generate a file on the sdcard of my device for future reading.
What are the steps?
I read the webservice with ksop2?
...
1
vote
0answers
67 views
ACTION_GET_CONTENT : How to get file-ending when searching for multiple file types?
I am using an Intent to let the user select a file, and after the user has done that I want to know what kind of file-type the selected file is.
The intent:
Intent intent = new ...
0
votes
3answers
61 views
XML parser for android don't read the last child
I have a problem with my parser in my android phone!
here is the code for the XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<file>
<Staff>
...
0
votes
0answers
54 views
Cannot write to Sdcard in Android ChromeTestShell
I have build the Android Chrome test shell (v27.0.1453.49) using instructions from the website.
I need to dump some data to a file in SDCARD from chrome code, but hit the errno=13 everytime. I already ...
0
votes
1answer
329 views
How to save APK file of my own app in sd-card and share it via bluetooth? (only by using code and intent)
Here, in my country, there is no access to Google Play. I have written a FREE useful app for my people, and after some days after its release, I concluded that the best way to make it more reachable, ...
1
vote
1answer
91 views
Android Delete Image from Gridview
I am trying to simply delete an image from a gridview. I was having troubles earlier with nothing deleting, but now that isn't a problem since I determined that I just need the correct file path. ...
1
vote
1answer
84 views
Android Delete Image from SD Card with OnClick
I'm trying to simply delete an image from a simple app. I have it so that when you click on the image, it'll bring up an a dialog with the option to delete it. I thought this would just be something ...
1
vote
2answers
36 views
Android 4.0 is not giving option to choose app for opening a file?
I am working in a project where I need to display list of all files present in SD card in a listview and on click of list view item give user option to choose app for opening that file. Below is the ...
0
votes
1answer
37 views
How to get count of images stored in SD card in blackberry
I am using camera demo given in Blackberry sample project.
Using that I am saving images in SD Card, as Image0, Image1, Image2 and so on..
What i want to do , show all images in gallery kind of module ...
0
votes
1answer
49 views
Corona save image to sdcard
In corona, we use this code to save a image to the internal storage:
local baseDir = system.DocumentsDirectory
display.save( groupStage, "drawImage.png",baseDir )
but now I want save it to the ...
0
votes
2answers
46 views
How to find the location of sdcard
when i was checking an android app...I found that the videos in the app is uploaded in an sdcard..for ex:mnt/sdcard...is there an way to find the url of this sdcard....because...my need is to report ...
0
votes
0answers
66 views
Android-App: Picking an Audiofile with ACTION_PICK from SD Card and save it to the Apps folder
I got this working with Images like:
Intent intent = new Intent(Intent.ACTION_PICK, null);
intent.setType("image/*");
image = new ...


