I - First, we will install the necessary tools
A - Basic Tools
+ Settings set JAVA
+ Install CYGWIN
+ ANDROID-SDK Installation
B - Advanced Tools * Chip MTK + Download link http://www.mediafire.com/?5xux4adbam20tfh MT65xx Unpack / Repack Download linkhttp://www.mediafire.com/download/xlwtjckkfhr94kl/BM.rar Mobileuncle Tools Download linkhttp://www.mediafire.com/download/pp1el9bwz5sb91v/M44TOOL.rar CWMR recovery.img-ramdisk 6.0.0.3 Download link http://www.mediafire.com/download/ff93ez7pipnqayr/6003-cwm-recovery.img -ramdisk.7z CWMR recovery.img-ramdisk 6.0.1.1 Download
linkhttp://www.mediafire.com/download/v5hutwd7kbqu619/6011-cwm-recovery.img-ramdisk.7zCWMR recovery.img-ramdisk 6.0.1.4 Download linkhttp://www.mediafire.com/download/ux9ds1sbnkezhad/6014-cwm-recovery.img-ramdisk.rar CWMR recovery.img-ramdisk 6.0.2.1 Download link http://www.mediafire.com/download/ghg4fymtbx36got / 6012_full_-CWM-recovery.img-ramdisk.rar CWMR Touch Screen recovery.img-ramdisk 6.0.2.1Download link http://www.mediafire.com/download/bu195st0rq6h5ez/6012_touch-cwm-recovery.img-ramdisk.rar * Qualcomm Chip MSM76X27a You will need to create intermediate step in this script http://builder.clockworkmod.com/ -recovery.img boot.img Unpack- Download link http://www.mediafire.com/?ke9zz09wgk72fuw C - Extracting 2 file (recovery.img boot.img +) stock on your device + requirements (machine has root and install root explorer) Use adb tool or terminal type the following command and save the results displayed in a file. txt Code: adb shell SU cat / proc / partitons cat / proc / mounts cat / proc / MTD cat / proc / eMMC line Note: corresponding MTD-boot / recovery / system, for example, "mtd0 - boot, mtd2 - recovery ", to jump out to a file card. img do the following:Machine root and Root Explorer to copy the file ' dump_img 'in / system / bin, set permissions on the root explorer (copy on file system then dump_img hold dump_img file will appear as the right permissions and lightning -> then save the file and move dump_img has lightning right into the folder bin ) Qualcomm Chip to decompile MSM76x27a new life to extract boot.img & recovery.img > adb shell ~ # dd if = / dev/block/mmcblk0p8 of = / sdcard/bootmmc8.img bs = 4096 dd if = / dev/block/mmcblk0p8 of = / sdcard/bootmmc8.img bs = 4096 2048 +0 records in 2048 +0 records out 8388608 bytes (8.0MB) copied, 0.318695 seconds, 25.1MB / s ~ # dd if = / dev/block/mmcblk0p15 of = / sdcard/recoverymmc15.img bs = 4096 dd if = / dev/block/mmcblk0p15 of = / sdcard/recoverymmc15.img bs = 4096 2048 +0 records in 2048 +0 records out 8388608 bytes (8.0MB) copied, 0.310883 seconds, 25.7MB / s ~ # dd if = / dev/block/mmcblk0p17 of = / sdcard/systemmmc15.img bs = 4096 dd if = / dev/block/mmcblk0p17 of = / sdcard/systemmmc15.img bs = 204 800 +0 records in 4096 +0 records out 838 860 800 204 800 bytes (800.0MB) copied, 136.860047 seconds, 5.8 MB / s ~ Qualcom new type 2 commands are used only for the ( terminal + Anroid-sdk ) @ android :/ $ su app_5 app_5 @ android :/ # cat / proc / partitions major minor # blocks name 179 0 3,784,704 mmcblk0 mmcblk0p1 179 1 20 179 2150 mmcblk0p2 179 3 40960 mmcblk0p3 179 4 1 mmcblk0p4 179 5 1500 mmcblk0p5 179 6 1000 mmcblk0p6 179 7 2000 mmcblk0p7 179 8 10240 mmcblk0p8 179 9 3072 mmcblk0p9 179 10 3072 mmcblk0p10 179 11 3072 mmcblk0p11 179 12 2539 52 mmcblk0p12 179 13 6048 00 mmcblk0p13 179 14 2048 0 mmcblk0p14 179 15 6553 6 mmcblk0p15 179 16 1024 0 mmcblk0p16 179 17 1000 mmcblk0p17 179 18 1000 mmcblk0p18 179 19 2700 000 mmcblk0p19 179 20 1000 mmcblk0p20 179 21 3720 3 mmcblk0p21 179 32 9646 08 mmcblk1 179 33 9645 40 mmcblk1p1 devpts / dev / pts devpts rw, relatime, mode = 600 0 0 proc / proc proc rw, relatime 0 0sysfs / sys sysfs rw, relatime 0 0 none / acct Cgroup rw, relatime, cpuacct 0 0 tmpfs / mnt / ASEC tmpfs rw, relatime, mode = 755, gid = 1000 0 0 tmpfs / mnt / obb tmpfs rw, relatime, mode = 755, gid = 1000 0 0 none / dev / cpuctl Cgroup rw, relatime, cpu 0 0 / dev/block/mmcblk0p12 / system ext4 ro, relatime, user_xattr, barrier = 0 , data = ordered 0 0 / dev/block/mmcblk0p13 / data ext4 rw, nosuid, nodev, relatime, user_xattr, barrier = 1, nodelalloc, data = ordered, noauto_da_alloc, noinit_itable 0 0 / dev/block/mmcblk0p14 / persist ext4 rw , nosuid, nodev, relatime, user_xattr, barrier = 1, data = ordered 0 0 / dev/block/mmcblk0p15 / cache ext4 rw, nosuid, nodev, relatime, user_xattr, barrier = 1, data = ordered 0 0 / dev / block / vold/179: 33 / mnt / sdcard vfat 0 0 / dev/block/vold/179: 33 / mnt / secure / ASEC vfat 0 0 tmpfs / mnt / sdcard / .android_secure tmpfs ro, relatime, size = 0k, mode = 000 0 0 / dev/block/vold/179: 19 / mnt / sdcard / vfat SD_CARD 0 0 app_5 @ android :/ decompilation right here that often (recovery + boot) in eMMC not MTD is generally more strenuous Note: files ( flash_image ) also made similar file ( dump_image ) Typing in theterminal this download on Google Play Video : dd if = / dev/mtd/mtd0 of = / sdcard / boot.img bs = 4096 dd if = / dev/mtd/mtd2 of = / sdcard / recovery.img bs = 4096 completed, the card will have 2 boot.img and recovery.img file, and save the file to backup 2. File download (Input sdcard) dump_image.rar flash_image.zip Or can manipulate as follows (open up terminal, type) SU # cat / proc / MTD It's a little like underneath the dev: size erasesize name mtd0: 00.04 million 00.02 million "misc" mtd1: 00.5 million 00.02 million "recovery" mtd2: 00.28 million 00.02 million "boot" mtd3: 04.38 million 00.02 million "system" mtd4: 04.38 million 00.02 million "cache" mtd5 : 04ac0000 00.02 million "userdata" Based on what it is to assume that mtd1 recovery & boot is mtd2 typing: dd if = / dev/mtd/mtd1 of = / sdcard / recovery.img bs = 4096_5@android:/ # cat /proc/mounts
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
dd if = / dev/mtd/mtd2 of = / sdcard / boot.img bs = 4096
D - Backup ROM by gscript
Linkdownload http://www.mediafire.com/error.php?errno=320
+ Or you can type in CMD to backup rom
CWM is temporarily unavailable, the following actions to backup the command adb
cat proc / MTD
- will see the file path
dev: size erasesize
Then enter the command
su
dd if = / dev/mtd/mtd0 of = / sdcard / recovery.img bs = 4096 / / backup recovery
dd if = / dev/mtd/mtd1 of = / sdcard / boot.img bs = 4096 / / backupboot
dd if = / dev/mtd/mtd5 of = / sdcard / system.img bs = 4096 / / backup system
will wait one moment that appears on the memory card backup!
- how to restore
the system.img file Foder FlashTool-copy
publications Shift + Right-click the selected Foder comend open window here
- the engine is running, the command
adb fastboot bootloader
- if the machine is in command mode downloadting
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img
.. .................................................. .......
- finished typing
fastboot reboot
MTK CHIP FOR BUILD ClockworkMod
+ Download tool MT65xx Unpack / Repack (unzip the folder and rename BM ) then copy the folder to install Cygwin -> Home -> BM. ok
+ M in Cygwin.bat or run from the desktop shortcut to the folder and type BM
cd C :/ Cygwin / bm
( Or: cd .. / kitchen, followed by: cd BM )
./unpack-MT65xx.pl. / recovery.img
our program will extract the file recovery.img-kernel.img , followed by clearing out unnecessary files that unzipped the tool, just hold the file recovery.img-kernel.img
Next download file recovery.img-ramdisk CWMR 6.0.xx , we extract the appropriate folder DCrecovery.img-ramdisk , put on BM
Type in the command:
. / repack-MT65xx.pl -recovery. / recovery.img-kernel.img . / recovery.img-ramdisk . /recovery.img
We are already integrated file CWM Recovery
Download Mobileuncle Tools, and Flash CWM as shown below
BUILD FOR QUALCOMM CHIP MSM76X27A
+ First used as intermediate steps http://builder.clockworkmod.com to build online CWM
+ Download file recovery has been build on and Unpack using the tool:
- Unpack-boot.img-recovery.img
Download link http://www.mediafire.com/download/5ojxkhmbdj2d2ac/BMB.rar - Tools -unpack-boot.img recovery.img when downloaded extract the files renamed BMB then also copy the installation directory Cygwin as BM - Put recovery.img file was build BMB online directory run the following commands: + M in Cygwin.bat or run from the desktop shortcut to the folder and type BMB
cd .. / kitchen
cd BMB
. / Recovery.img split_bootimg.pl
Or use :
. / Unpack-bootimg.pl recovery.img
2 - Edit the Ramdisk:
cd ramdisk
gzip-dc .. / recovery.img-ramdisk.gz | cpio-i
cd ..
Or use :
xz-dc .. / recovery.img-ramdisk.gz | cpio-i
cd ..
This step: Copy files get ramdisk off and o folder and delete any of the files unzipped Tool, the next edit default.prop the folder containing the ramdisk , followed by the directory Ramdisk in BMB file and remove all but the in
3 - lift the security default.prop
Original source code
ro.secure = 1
ro.allow.mock.location = 0
ro.debuggable = 0
persist.service.adb.enable = 0
Changed source code
ro.secure = 0
ro.allow.mock.location = 1
ro.debuggable = 1
persist.service.adb.enable = 1
This step: We perform a file copy recovery.img (stock) not online in BMB build, unpack next implement at first, then we modify the ramdisk folder has been unpacked, we delete the file ( etc , res, sbin ) and replace it with the same file from the folder containing the ramdisk build online, followed by running the following command to create Ramdisk-new.gz
In the file etc can be modified to partition memory card integrated into CWM we can load the cache
4 - Pack-up Ramdisk:
. / Mkbootfs. / Ramdisk | gzip> ramdisk-new.gz
This step: Repackaging file recovery has add CWM
5 - to IMG Repack:
. / Mkbootimg - kernel recovery.img-kernel - ramdisk ramdisk-new.gz - GT-S5660 board - pagesize 4096 - base 0x13600000-o-new.img recovery
Note: Note replace the code ( board, pagesize, base ) corresponding to each configuration, the CPU clock resolution. "(And you can get the ramdisk of the same machine configuration along with the CWM version was available build steps as well as sequencing as above) "
+ Comment + 3 Comment
what the password BMB.rar to unlock file?
sorry .the password BMB.rar is tinhte.vn or vn-zoom.com
Notice: Wantxx -> Want.partxx.rar, password: united
Post a Comment
Message from admin:
Thank you for your interest in our article.
We will proceed to consider and answer your questions
---Android Software Development Team---