sd-card
Android, SD-card and resource path
I have a read only SQLite database that\'s about 40mb uncompressed, and I\'d like to add this to a resource path on the SD card. (In the same way I might have /res/drawable or /assets etc.)[详细]
2023-04-02 18:41 分类:问答Writing to Micro SD from SHARC 21469 idle and speed issues.
I can properly read/write to a 2GB Kingston Micro SD using single pin SPI, but after writing using the WRITE_MULTIPLE_BLOCK command to write se开发者_如何转开发veral blocks, the card goes into idle mo[详细]
2023-04-01 19:48 分类:问答Android: external storage permission issue:
I really need someone here to guide me about some issues with the external开发者_StackOverflow storage OR sd-card. I won\'t go into complexities. I have a folder with the name of MyVideos. It is locat[详细]
2023-04-01 12:18 分类:问答Problem saving on sdcard of Nexus S
I cannot save a text file o开发者_JAVA技巧n a Nexus S. State is mounted, path is ok (/sdcard/filename), there is a permission in my manifest file for extenal storage.[详细]
2023-03-31 17:23 分类:问答How can access a image file stored in my sd card
I am working on phonegap with an Android project. I want to upload a file that is stored in my sd card to a server.[详细]
2023-03-31 15:55 分类:问答SQLiteOpenHelper - creating database on SD card
in my test android app I intend to create and access database file, which will be located on SD card. I am using main activity with help of a class, which extends SQLiteOpenHelper. I want to use it th[详细]
2023-03-31 05:44 分类:问答foreign chars in file name on Android
File outputFile = new File(path, clickedKey+\".txt\"); OutputStream fos = new FileOutputStream(outputFile);[详细]
2023-03-31 04:01 分类:问答Is there a tools to see how many writes an SD card has left? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-30 14:23 分类:问答SD Card SPI Voltage/Logic Levels
I am working on interfacing a micro-sd card with an 8-bit micro-controller.I do not yet have the hardware so I can not find the solution with an o-scope.[详细]
2023-03-30 06:17 分类:问答Android SdCard detection issue
I have a board on which Froyo has been ported. Now I would also like itto support a sd card as well. The card (Canon SDC-32m), while inserting is not being detected at all. But the removal is being de[详细]
2023-03-30 00:26 分类:问答