The reading and writing of SD cards is the most common operation in the development of Android applications. The following describes the SD card read and write operation mode:
1. Get the root directory of SD card
Copy Code code as follows:
String sdcardroot
1. Use the mksdcard command to create a 128 m sd card image named sdcard. IMG (m must be capitalized.Mksdcard 128 M sdcard. img2. Copy sdcard. IMG to D: \ projects2 and set the startup parameters in the run configuration dialog box in eclipse.-Sdcard D: \ projects2 \ sdcard. imgIn this way, the SD card is available.3.
Android-read and write data to the SD card
// Write data to the SD card private void writeSDcard (String str) {try {// determine whether the SD card if (Environment. getExternalStorageState (). equals (Environment. MEDIA_MOUNTED)
1, we first installed in the computer 360 mobile phone assistant, and then the phone and computer connection, waiting for 360 mobile phone assistant prompt connection after the success of the following image shown.
2, now we click "SD" card
3, this will enter your mobile phone SD card Manager Oh, concrete as sho
I. Get permission to read the SD card Second, find the SD card directory/** * Environment.getexternalstoragedirectory () obtained: ", Mnt/sdcard" that found the root directory of the SD card */ private String path= Env
An example of this article describes the Android programming method for file read and write on SD card. Share to everyone for your reference, specific as follows:
A lot of knowledge can be extrapolate only after you have a real understanding of mastery. Java in the file operation and the Android SD card file operation
README for Friendlyarm Tiny4412-----------------------------------------------------1. Build UbootA) Install the toolchain (arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz) and set it up.environment variable path, guaranteed to work properly.b) Unzip the uboot_tiny4412-20130729.tgz and enter the appropriate directoryTar xzf uboot_tiny4412-20130729.tgzc) Configure Uboot and compileCD uboot_tiny4412Make Tiny4412_configMaked) compiling tools for generating BL2Make-c Sd_fuseOrCD sd_fuse; Make---------------
SD card is a kind of memory card which is widely used in portable devices such as digital camera, mobile phone and multimedia player. As the most widely used storage carrier, SD card is used by most digital cameras because of its high memory capacity, fast data transfer rate
storage method:
Storage Method:Sharedpreference
Advantages: simple, convenient, and suitable for quick storage of simple data
Disadvantages: 1. The number of stored files can only be used in the same package, not between different packages!
2. By default, data is stored in the system path/data/COM. himi/. No method for storing the data on the SD card is found.
Summary: in fact, this storage method is jus
When talking about Embedded Linux driver development, I found many students interested in the SD card driver. I will discuss it with you later. In many technical forums,Many people have asked this question, so I want to write it and hope it will be helpful for everyone's learning. To learn how the SD card works, you mu
This paper illustrates the existence of the SD card and the implementation of capacity query using the Android programming method. Share to everyone for your reference, specific as follows:
1. To determine whether the existence of SD card returns TRUE indicates existence
/* To determine if
This paper illustrates the method of the diagnosis of SD card state by Android programming. Share to everyone for your reference, specific as follows:
First we need to increase the SD card access in Androidmanifest.xml:
Then we write a generic class to hold the SD
Configure the USB driver to the device mode. After the computer is connected, the SD card is automatically recognized as a logical disk.
The kernel compilation configuration is shown in USB. txt.
Add the initialization statement to/etc/init. d/RCS.
Insmod musb_hdrc.ko
Insmod g_file_storage.ko file =/dev/mmcblk0p1
After USB is inserted, the hardware cannot be initialized because D + and D-are reversed o
Continue the android learning journey. Today, we use a small example to get the SD card capacity and the phone ROM capacity. The Code is as follows:
Package com. urovo. sdcardspace; import java. io. file; import android. OS. bundle; import android. OS. environment; import android. OS. statFs; import android. app. activity; import android. text. format. formatter; import android. view. menu; import android.
Android database SQLite writes SD card, androidsqlite
If the mobile phone does not have a root user, the database files cannot be viewed and debugging is not convenient.
The best way is to write the database into the SD card.
There are two changes:
1. In your helper class, change the database file name DATABASE_NAME f
If the cell phone does not have root, the database file is unable to see, inconvenient debugging.
The best way is to write the database into the SD card.
There are two places to modify:
1. In your helper class, database_name the name of the database file from the original filename and modifies it to the form of a path.
Before modification: database_name = "DEMO.DB"
public class Mydbhelper extend
Make full use of the SD card space in Raspberry Pi
Generally, a 4g sd or TF card is required to create a system image for Raspberry Pi, but do you know if your SD card is 8g or 16g or larger, after various types of Linux are creat
Android implements SD card and memory file storage in the same way. The method for obtaining the file path is basically the same as that of java. The following is the code of the program. The configuration location and implementation are different. Others are the same. The following code is used:
Main. xml:
[Html]Android: orientation = "vertical"Android: layout_width = "fill_parent"Android: layout_height =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.