Android differentiate SD does the card have a method that is now mounted? This article describes an android -differentiated SD card that is not currently mounted by the method that touches the Android listening method Broadcastreceiver The use of Tips , with a certain reference to learning value , the needs of friends
· Sometimes using the Android simulator to simulate SD card related operations, in Eclipse can directly view the SD card directory;First, the new simulator to create the SD card, the size of the storage as needed to create;Launch
Android uses Log4j to write logs to the SD card and dynamically modify the name of the output file1. Log4j simple use 1. Download log4j. jar http://logging.apache.org/log4j/2.x/2. Create Java code
public class Loggers { public static Logger logger = Logger. getLogger(Loggers. class); public static void init() { try { PatternLayout patternLayout = new PatternLayout();
$WORK _dir/sunxi-tools/fex2bin Cubieboard2.fex Script.bin
So that the production of the necessary things are ready, the next is to put these copies to the TF card
When the A20 chip is on, it will read the 1M content in front of the SD card to get bootloader, so we need to write u-boot to the first 1M interval of the SD
Mmc_alloc_host () Application Platform SD unit corresponding to the MMC_HOST structure->Init_delayed_work (host->detect, Mmc_rescan) creates a corresponding SDIO device insert for this platform SD unitDetection kernel work_queue task column function Mmc_rescan->mmc_rescan () This is a shared function, if there are 4 SD card
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
To install the storage card, follow these steps:1. Note that when we buy a mobile phone, we will send a "pin", we take out the prepared needle and then aim at the small hole on the phone side to eject the Cato card. (Make sure the pin is perpendicular to the small hole.) Otherwise, the device may be damaged. )2. Pull the Cato gently out of the Cato slot.3. Now put the golden contact of the
1. Under the Standby page, click "Contact".
2. Click the "Menu" button in the upper-right corner of the phone.
3. Click "Set".
4. Click "Contact".
5. Click "Import/Export Contact".
6. Click "Export to SD card".
7. Tick the contact person you want to move to the SD card
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
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.