SD card If there is no problem, in general format can solve the problem. But make a good backup of your data. If the card itself has problems, it is not read out card. This is a good job, you can add other people's cards to try. If the identification, the phone is no problem, the problem is the
Why should I back up my contacts to the SD card?
Contact Backup to SD card benefits can be used in mobile phone upgrades or format or restore factory settings for recovery, and contacts to back up to the SD card can also import c
1. In S5 Mobile standby desktop to find "Information" icon, click to enter.
2. After entering, we find a person in the information management interface, as shown in the following figure.
3. Then we long press this letter information, will see a pop-up "copy to SD card" click on it.
Attention, this can only copy a strip:
1. Also click "Info" on the phone's desktop.
Note:1. micro SIM card and nano SIM card are two different types of cards, do not insert iPhone5 supported nano SIM card into the micro SIM card slot of the GT-I9200, this is a man-made cause, according to the repair regulations, no repair package is required.2. Do not insert the micro
This article mainly describes how to write data to the SD card, where the main technology is environment in the method.1.2. Implementation code:/datasave/src/com/amos/datasave/savepasswordservice.java //Write data to SDcard Public voidSavepasswordtosdcard (string name, string password) {//Android 2.1/sdcard/xx.txt//Android 2.2/mnt/sdcard/xx.txt//Self_define/excard/xx.txt//File externalstoragedirector
When you need to format SD card, the contents of the cell phone SD card are all cleared away, so do the data backup in advance
1. In Samsung mobile phone Galaxy sm-c5000 (6.0.1) "Set".2. Locate "Battery and storage" in the Settings list.3. Then click "Store" in the stor
Samsung G9008W support to move installed parts of the application to the external SD card (note: Not all applications are supported to move to external SD cards, depending on whether the software supports)
in order to save the phone's built-in storage space, Enable your device to download and install more applications and store more files. If you want to do th
1. As shown in the following figure, we clicked "Application" under the desktop.
2. Into the mobile phone "set" we find program management.
3. The following image shows an "Application Manager" and we click on it again.
4. We find to move to the SD card software, such as our "flying letter" as an example.
5. After entering, we then click on "Move to
related applications in your device generally support the following file formats:
• Music: mp3, M4A, MP4, 3GP, 3GA, WMA, OGG, OGA, AAC and FLAC.
• Image: bmp, GIF, JPG, and PNG.
• Video: 3gp, MP4, AVI, WMV, FLV and mkv.
• File: doc, docx, xls, xlsx, ppt, pptx, pdf and txt.
In addition, some file formats are not supported and may be related to the software version of your device. Please download kiesfrom Samsung tocheck the current software version of the device to upgrade the lat
1. Click the application icon on the standby interface.2. Click my files.3. Click Device storage ].4. Click the folder to be moved to the SD card (Here "video" is used as an example ).5. Select the video to be moved and click the three-character menu icon.6. In the three-character menu list, click [move ].7. Click "SD memory
1. On the standby page, click "Contact".
2. Click the "Menu" button at the bottom left of the screen to slide up the screen and select "Import/Export".
3. Select "Export to SD card".
4. After reading the prompts on the screen, click OK.
After you complete the above operation, the contact is successfully backed up to the SD
1. Do not go to the omnipotent application today. Click the [contact] button on the mobile desktop.2. Wait until you enter contact management. Click menu> Import/Export to enter the page, as shown in the following figure.3. Click import from SD card in the pop-up menu, as shown in the following figure.After the import, we will see the contacts on our mobile phone, as shown in the following figure.
Android obtains the total capacity of the SD card, available size, total body memory capacity and available size, and androidsd
Public long getSDTotalSize () {/* get the memory card path */File sdcardDir = Environment. getExternalStorageDirectory ();/* StatFs View File Syste
This article describes the Android implementation to obtain the total capacity of SD card, available size, total memory capacity of the fuselage and the available size of the method. Share to everyone for your reference, specific as follows:
Maybe some students do not know that the system has been provided to obtain t
Android newest mobile phone internal storage size, SD card storage size Method
We used to obtain this information in the past.
// Before Android API18: fs. getAvailableBlocks () * fs. getBlockSize ()
Currently:
/** Obtain available system memory **/@ SuppressLint ("NewApi") private String getMemFree () {S
Public long getsdtotalsize () {/* Gets the memory card path */File sdcarddir= environment.getexternalstoragedirectory (); /*statfs See File system space Usage */StatFs statfs=new StatFs (Sdcarddir.getpath ()); Long blocksize= Statfs.getblocksizelong (); Long Totalsize=statfs.getblockcountlong (); return blocksize*totalsize;} /** * Get the remaining capacity of SD
Move the Chinese Character Library to sdcard, modify the Registry as follows, and comment out simsun. TTC in common. bib so that it is not included in IMG.
[HKEY_LOCAL_MACHINE/software/Microsoft/fontpath]
"Fontpath" = "// sdcard"
[HKEY_LOCAL_MACHINE/system/GDI]
"Fontlinkmethods" = DWORD: 1
[HKEY_LOCAL_MACHINE/software/Microsoft/fontlink/systemlink]
"Tahoma" = "// sdcard // simsun. TTC, nsimsun"
"Courier New" = "// sdcard // simsun. TTC, nsimsun"
"Arial" = "// sdcard // simsun. TTC, nsims
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.