android-sdcard
Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS
I am using Eclipse DDMS to push a file over onto my Android Emulator sdcard.I select the file and press Open, a dialog pops up and starts pushing the file.In the view \"File Explorer\" in the DDMS per[详细]
2023-04-07 00:40 分类:问答unmount sdcard programmatically in Android?
I 开发者_StackOverflow中文版am working to implement Mount/Unmount sdcard support in my Android application, Am able to get sdcard state by Environment.getExternalStorageState().I know we can call Set[详细]
2023-04-06 09:13 分类:问答Can I reference locations using getExternalStorageDirectory() on a Nexus S?
I\'m developing software based on an open source package that uses external storage to archive data. I wanted to get a Nexus S to help me develop this software, but just noticed that it doesn\'t have[详细]
2023-04-06 01:44 分类:问答How to move apps to sdcard via shell script
I want to write a small tool to move apps to SDcard. I found the movePackage()-method in Android Open Source and reflect the method. I failed because this method need com.android.PERMISSION.MOVE_PACK[详细]
2023-04-05 07:52 分类:问答Get file from Android emulator sdcard
I\'m trying to get test coverage file from InstrumentationTestRunner but I have no idea how. I tried: adb shell am instrument -w tomzi.net.test/android.test.Instrument开发者_C百科ationTestRunner -e[详细]
2023-04-05 02:02 分类:问答Format SD card in Android
Things should be simple, but as most of the time, in Android, aren\'t. I need to format the SD card if the user selects the option in my app. Don\'t ask me why I need to do this if it\'s already in th[详细]
2023-04-04 09:34 分类:问答Android – Where to store downloaded content, internal versus external storage?
A number of separate, but related, questions concerning where to store downloaded content within my application.[详细]
2023-04-04 08:25 分类:问答Get gridview with images
i am trying to get the images into a gridview from the sdcard, but i just want to get ONLY the CAMERA files. So this is my code:[详细]
2023-04-04 02:11 分类:问答I cannot see my Gallery widget, no pictures are shown
I am implementing a database where each item (plant) has a gallery of images. For each plant in the database I create a folder to store the image.[详细]
2023-04-02 19:04 分类:问答Write to SDCard file fails without exception
I have gone through multiple threads about SDcard file writing problems, but could not see a answer that would help me.[详细]
2023-03-31 08:13 分类:问答