sd-card
When should I define my Android app as not movable to SD card (installLocation=internalOnly)?
In which cases I should forbid the users to move my app to the SD Card (by setting installLocation to internalOnly)?[详细]
2023-03-17 03:32 分类:问答android Reading all the Directories in SDCARD which has images
I am trying to read all the images in the SDCARD with the Directory in which its present. e.g: if there is a file TEST.jpg in /mnt/sdcard/album1 and TEST2.jpg in /mnt/sdcard/album1/album2 i should be[详细]
2023-03-16 12:53 分类:问答When debugging I can install to the SD Card, but when i make a signed APK I can't
When developing my app I was installing it to the SD card automatically (preferExternal). Then I decided to change this to \"auto\" and I could still chose to move the app to the SD Card. However, whe[详细]
2023-03-14 20:51 分类:问答Android+Eclipse: Can't push files to SD Card [duplicate]
This question already has answers here: Android Emulator sdcard push error: Read-only file system (20 answers)[详细]
2023-03-14 09:01 分类:问答getting stringXmlContent and write then saved in to .xml file stored in sdcard in android how can possible?
I am implementing read and write xml in resource folder. Reading is ok, how can I modify this xml file save as sdcard:[详细]
2023-03-12 14:30 分类:问答Installing apk Files to device sd-card
When a us开发者_开发百科er installs my application I want to install my apk files to the devices SDCARD.[详细]
2023-03-12 13:11 分类:问答Possible to write files from Windows application directly to Android SD card?
I\'m looking for a way to write a file from a Windows application to an Android device SD card over a USB connection.To do this, I will need to obtain the drive letter of the SD card, and it\'s mount[详细]
2023-03-12 02:02 分类:问答How to store file/responses if user does not have SDcard?
I have written code which saves a user\'s answers as well as a recorded audio piece (.3gp) to their SDcard, which then gets uploaded to a server. I know this probably is not the best way to go about t[详细]
2023-03-11 22:09 分类:问答Not getting the SD Card related intents to my broadcast receiver
I am trying to register a receiver for the removal of the sdcard, but my receiver is not getting called on removal of the sd card pasting my code here. I am registering the receiver in the oncreate()[详细]
2023-03-11 08:24 分类:问答Install large android application directly on SD card
I am developing an application and because of the images is very heavy (around 25Mb). The problem is that I have not enough space in the phone memory to install it, but of course I have a lot of free[详细]
2023-03-10 13:24 分类:问答