Ye. Cloud Fox J2 Brush Machine Notes | Perfect switching of internal memory cards and SD card modification. Vold.fstab

Source: Internet
Author: User
Tags eol


================================================================================
Ye. Perfect switching of internal memory card and SD card success. Vold.fstab
================================================================================
Original file:
Dev_mount sdcard/storage/sdcard0 [email protected]/devices/platform/goldfish_mmc.0/devices/platform/mtk-sd.0/mmc_ Host
Dev_mount Sdcard2/storage/sdcard1 Auto/devices/platform/goldfish_mmc.1/devices/platform/mtk-sd.1/mmc_host
After modification:
Dev_mount sdcard/storage/sdcard0 Auto/devices/platform/goldfish_mmc.1/devices/platform/mtk-sd.1/mmc_host
Dev_mount sdcard2/storage/sdcard1 [email protected]/devices/platform/goldfish_mmc.0/devices/platform/mtk-sd.0/mmc _host
Modify point:
1. On-line Exchange/storage/sdcard the number behind is not the perfect solution, which will cause many software tips that use the SD card to be found or crash directly.
2. Perfect modification: The/storage/sdcard the back part of the whole exchange directly.
================================================================================

Just partial restore, you can use the way:
1. When the original is not brushed into the third party recovery, back up to SDcard
2. Then brush the Sp_flash_tool only into the transplanted recovery
3. Through the ported recovery backup
4. Using "Titanium Backup" in the new system-advanced menu-Extract from Nandroid backup
5. You can select the backup data of the program you want.

After modifying the Data.ext4.tar with Haozip, generate a new MD5 and modify the nandroid.md5 corresponding to MD5:
1. Enter the third-party recovery mode on the phone and go to "ADB Mount SD" To see the SDcard on the computer
2. Put the modified file into the same directory structure
3. In recovery mode, Advice restore modes, only the data partition is restored
4.Check MD5 through, if not, restart the phone
5. Finally, although it will prompt the error while restoring/data!, however, restart can enter the phone normally, and it seems that data has been restored successfully!

================================================================================
"Partial Restore Test Failed" to modify a single file, the contents of the exported. Tar package are completely deleted, only the problem that needs to be modified, modified MD5, re-restore, the result failed. The boot is not available.
"Restore should be a full-cut full-Plug mode"
"How to install Zip from SD card should be supported by partial update"
================================================================================

How to enter Recovery mode:
Press and hold the camera + boot

Automatic porting of recovery software:
Mtkdroidtools v2.5.3

To brush back to the original recovery method:
1. Select the scatter File in the original ROM package
2. Tick off all the others and keep only the recovery,
3. Click Download or Firmware upgrade to


[Android] Resolves a problem that prevents the system from booting due to freezing of systems programs – notebooks
Http://www.isucc.me/283.html

How to Backup and Restore your MTK device using SP flash Tools ~ Mediatek rooting and Custom ROMs
Http://www.mtkroms.com/2015/02/how-to-backup-and-restore-your-mtk.html

Build Custom Clockwork Recovery for Your MTK device[100% full Proof] ~ Mediatek rooting and Custom ROMs
Http://www.mtkroms.com/2015/02/build-custom-clockwork-recovery-for.html

Index of the/titan-6575
ftp://218.247.129.150/Titan-6575
Umts
umts20090429


MTK6589,MT65XX Series Brush driver installation Tutorial (WIN7 system, WIN8 system and XP system) _aomor_ Sina Blog
Http://blog.sina.com.cn/s/blog_b31eb6ec0101m44f.html

Ye. The driver finally installs successfully. MT65XXPRELOADERQD driver Download _-PC6 Download Station
Http://www.pc6.com/softview/SoftView_102775.html

"Get update-binary files by downloading the zip package of someone else's update"
"Using third-party recovery generally disables the detection of the signature of the update package, so as long as the directory structure is correct"
================================================================================

Ui_print ("Ye Start ...");

Ui_print ("Ye mounting/system");
Run_program ("/sbin/busybox", "Mount", "/system");
Run_program ("/sbin/busybox", "Mount", "-O", "Rw,remount", "/system", "/system");
Show_progress (0.2,0);

Ui_print ("Ye package_extract_dir ...");
Package_extract_dir ("System", "/system");
Show_progress (0.4,0);

Ui_print ("Ye Setting permissions");
Set_perm (0, 0, 0755, "/system/etc/vold.fstab");
Show_progress (0.6,0);

Ui_print ("Ye unmount/system");
Unmount ("/system");
Show_progress (0.8,0);

Ui_print ("Ye finished!");
Show_progress (1.0,0);

================================================================================
Error Codes
Sometimes when flashing a ZIP, clockworkmod Recovery would stop with an error code.
Status 0
This was usually caused by a incompatible update-binary in edify zips. Replacing it with a compatible one and then re-signing the ZIP, would usually fix this error.
Status 6
This was usually caused by cr/lf EOL (Windows style End of line) in Updater-script. Change it to LF EOL (Unix Style eol) using Linux Command:dos2unix Updater-script, then re-signing the ZIP, would usually fi X this error.
Status 7
This was usually caused by a corrupt download, or bad file signature. Re-downloading (or re-signing) the ZIP would usually fix this.

Ye. Cloud Fox J2 Brush Machine Notes | Perfect switching of internal memory cards and SD card modification. Vold.fstab

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.