Need help with Mtk Droid Tools - Android Q&A, Help & Troubleshooting
Hi!
My main aim is to root a china phone (symphony w67).
I made the scatter file, rom and stuffs. Now the problem I end up with is when I want to make the cwm recovery image using the Mtk Droid Tools. Here is the log:
--------------------------------------------------------------------------------------------------------------------------------------
--->>> Connect to device <<<--- --- The preservation folder on the computer: C:\Users\Adib\Desktop\MtkDroidTools v2.5.3\backups\W67_140811_ForFlashtoolFromReadBack _141029-124724\ --- scatter is write to the file:
C:\Users\Adib\Desktop\MtkDroidTools v2.5.3\backups\W67_140811_ForFlashtoolFromReadBack _141029-124724\MT6572_Android_scatter.txtcopying is complete
-- preloader.bin ...it is copied ... cut OK
-- MBR ...it is copied
-- EBR1 ...it is copied
-- pro_info ...it is copied
-- nvram.bin ...it is copied
-- protect_f ...it is copied
-- protect_s ...it is copied
-- seccfg ...it is copied
-- uboot.bin ...it is copied
-- boot.img ...it is copied
--- ERROR :No find KernelGZ
--- ERROR :No Split Boot Image
-- recovery.img ...it is copied
-- secro.img ...it is copied
-- misc ...it is copied
-- logo.bin ...it is copied
-- expdb ...it is copied
-- system.img ...it is copied
--- task is complete ---
------------------------------------------------------------------------------------------------------------------------------------------------
As u can see there are 2 errors:
--- ERROR :No find KernelGZ
--- ERROR :No Split Boot Image
and also no modified cwm recovery image is created in the backup folder. So may I please have some solution for this error? I became very desperate, been trying to root this device for 4 days.
Below are more details about the mobile if it helps in anyway:
Model number: W67
Android version: 4.4.2
Baseband version: MOLY.WR8.W1315.MD,WG.MP.V43, 2014/05/22 18:56
Kernel version: 3.4.67
Build number: W67_1_XXX_V01.0_V2.0_20140809
brother,,,
How to Root Symphony W67
i got the same error, maybe locked bootloader
Same error with a Mediatek D101_MB_V4
Android 4.4.2
Rocky oo7 said:
How to Root Symphony W67
Click to expand...
Click to collapse
Message me rocky, I can root w67
Adib254 said:
Hi!
My main aim is to root a china phone (symphony w67).
I made the scatter file, rom and stuffs. Now the problem I end up with is when I want to make the cwm recovery image using the Mtk Droid Tools. Here is the log:
--------------------------------------------------------------------------------------------------------------------------------------
--->>> Connect to device <<<--- --- The preservation folder on the computer: C:\Users\Adib\Desktop\MtkDroidTools v2.5.3\backups\W67_140811_ForFlashtoolFromReadBack _141029-124724\ --- scatter is write to the file:
C:\Users\Adib\Desktop\MtkDroidTools v2.5.3\backups\W67_140811_ForFlashtoolFromReadBack _141029-124724\MT6572_Android_scatter.txtcopying is complete
-- preloader.bin ...it is copied ... cut OK
-- MBR ...it is copied
-- EBR1 ...it is copied
-- pro_info ...it is copied
-- nvram.bin ...it is copied
-- protect_f ...it is copied
-- protect_s ...it is copied
-- seccfg ...it is copied
-- uboot.bin ...it is copied
-- boot.img ...it is copied
--- ERROR :No find KernelGZ
--- ERROR :No Split Boot Image
-- recovery.img ...it is copied
-- secro.img ...it is copied
-- misc ...it is copied
-- logo.bin ...it is copied
-- expdb ...it is copied
-- system.img ...it is copied
--- task is complete ---
------------------------------------------------------------------------------------------------------------------------------------------------
As u can see there are 2 errors:
--- ERROR :No find KernelGZ
--- ERROR :No Split Boot Image
and also no modified cwm recovery image is created in the backup folder. So may I please have some solution for this error? I became very desperate, been trying to root this device for 4 days.
Below are more details about the mobile if it helps in anyway:
Model number: W67
Android version: 4.4.2
Baseband version: MOLY.WR8.W1315.MD,WG.MP.V43, 2014/05/22 18:56
Kernel version: 3.4.67
Build number: W67_1_XXX_V01.0_V2.0_20140809
Click to expand...
Click to collapse
I have same problem
help with rooting and making cwm mtk6572
my phone is o+8.93 mtk6572 and was following this thread http://forum.xda-developers.com/showthread.php?t=2519432&page=2
but see this image here when using 1st step of droid root tool : i cant make scatter file why is this?
any help is much appreciated. i've been searching for rooting methods for a week a now
Related
[Q] How can I unpack and repack Davinci UBL Boot Image?
Phone: Alcatel Onetouch 991D I extracted the system.img(ANDROID partition) following this guide on windows: Creating a ROM dump of your MT65x3 device (easily found by searching google, since I can't post links yet) I then copied the system.img over to linux(ubuntu 12.10). opened terminal and invoked the command below to see the type of image. mkimage -l system.img Code: Image Type : Davinci UBL Boot Image UBL magic : 00720019 Entry Point: 00730065 nr of pages: 0064002f start block: 00610072 start page : 00610077 Then dried: ./simg2img system.img sys.raw And the result... Code: Bad magic Anyone know how to unpack this type of image or convert it to a raw image so then I can mount it?
If you're looking for a Tool like unpacking and repacking .img files such as boot.img maybe this helps: http://forum.xda-developers.com/showthread.php?t=1241005
[TOOLS] kernel_dump and kernel_make
Tools for Sony Xperia: - kernel_dump - kernel_make ==================== 1. kernel_dump ==================== This is Android tool for dumping boot partition to an location, than automatically extract zImage, initrd.gz and cmdline. Tool is designed to run only on Android. Sintax usage: --------------------------------------------------------------------------------- ./kernel_dump /storage/sdcard1/bb /dev/block/mmcblk0p9 Sony kernel dumper by Munjeni @ XDA 2013 Created ouput folder /storage/sdcard1/bb 32768+0 records in 32768+0 records out 16777216 bytes transferred in 2.817 secs (5955703 bytes/sec) Dumped boot.img(/dev/block/mmcblk0p9) to /storage/sdcard1/bb opening /storage/sdcard1/bb/boot.img ELF magic found Entry point : 0x00008000 Program Header start : 0x34 Program Header size : 32 Program Header count : 4 -> PH[0], type=1, offset=00001000, virtual=00008000, phy=00008000, size=3339296(0x0032F420) -> PH[1], type=1, offset=00330420, virtual=01000000, phy=01000000, size=4712404(0x0047E7D4) -> PH[2], type=4, offset=007AEBF4, virtual=00000000, phy=00000000, size=332(0x0000014C) -> PH[3], type=558778707, offset=000000B4, virtual=00000000, phy=00000000, size=1072(0x00000430) ...dumping to /storage/sdcard1/bb/zImage ...dumping to /storage/sdcard1/bb/initrd.gz ...dumping to /storage/sdcard1/bb/cmdline ...dumping to /storage/sdcard1/bb/certificate ----------------------------------------------------------------------------------- ============================== 2. kernel_make ============================== Tool for patching existing boot.img after making some changes to the ramdisk (initrd.gz). usage: ------------------------------------------ Sony dual kernel flasher v 0.1 by LeTama Sony dual kernel flasher v 0.1 modified by munjeni Syntax: make_kernel PATH_TO/zImage PATH_TO/initrd.gz PATH_TO/cmdline PATH_TO_EXISTING/boot.img --------------------------------------------- =================================== 3.How to install: =================================== Install them to whatewer location you want, but give 755 permissions! Enjoy! Source code is provided in seccond attachment.
@munjeni, bro I'm having problems with the kernel_dump. I placed these tools to /system/bin and set permissions 755. When I use kernel_dump to dump it in a non existing folder, it says "FAILURE to create output folder /sdcard/dump! Pllease try another folder!" If I use a existing folder it says "FAILURE to dump boot.img to /sdcard/Download! Pllease try another folder!" What am I doing wrong ?
NoobCoder said: @munjeni, bro I'm having problems with the kernel_dump. I placed these tools to /system/bin and set permissions 755. When I use kernel_dump to dump it in a non existing folder, it says "FAILURE to create output folder /sdcard/dump! Pllease try another folder!" If I use a existing folder it says "FAILURE to dump boot.img to /sdcard/Download! Pllease try another folder!" What am I doing wrong ? Click to expand... Click to collapse Same thing happened to me. Any solutions?
jackie099 said: Same thing happened to me. Any solutions? Click to expand... Click to collapse we have to use new version of these tools. download from here http://forum.xda-developers.com/showpost.php?p=45001014&postcount=64
What is the meaning of the error - cmdline out of range!
I have the same same problem with new tools. Any other solution?
Solved baseband unknow
Overcoming Unknow Baseband [Permit sharing] For those of you who have problems sim card & baseband & IMEI invalid and have tried to do with mtk droid tools or other tools but still have guns could be the solution as follows: the above problems become invalid due to partition damaged secro.img crushed data from another partition to fix it please go to the scene: - Take secro.img from stock rom. if you do not have please download LINK [For Evercoss A7T MT6572]: http://www.4shared.com/get/xzSpG0F8ba/A7TFile_Flashing_Unknow_Baseba.html - Do not forget the extracted files first The folder contains a scatter file MT6572 And secro.img - Please Turn HH FLASH WITH flashtool: - Open flashtool - Input files scatter mt6572 - Check the list SEC_RO [secro.img] - Turn off and unplug the battery HH her - Click download> ok / yes - Colokin HH usb and plug the battery into its - Wait until the exit popup green color - ENDS - Well already in its baseband tuh sumon NB: For links SP Flash Tool pulls out in doc !!!!!! DWYOR Agus salam MK https://m.facebook.com/agus.romanc?refid=18 Credit: fithrul Azmi Deva R Renjani Spoiler for unknow fix solved baseband
nice guide bro.. thanks.
[Q] How to fix Error Recovery doesn't match by the size in mtk droid tool
Getting This Error --->>> Connect to device <<<--- --- task is complete --- - Boot kernel version =3.4.67 It is created: D:\Android\MtkDroidTools v2.5.3\recovery\NOA-H41_140705__boot_patched_140907-000408.img --- test recovery OK ! It is created: D:\Android\MtkDroidTools v2.5.3\recovery\NOA-H41_140705__recovery_140907-000408.img --- ERROR :Recovery doesn't match by the size --- task is complete ---
MTK Droid backup error
I am trying to backup my phone using MTK, but it ends with some errors... Can i still use use this, or what should i do? This is what it says: --- The preservation folder on the computer: C:\Users\...\MtkDroidTools v2.5.3\backups\V1_Viper_150122_backup_160110-121624\ --- In phone files will remain in the folder: /mnt/media_rw/sdcard0/clockworkmod/backup/160110-121624/ --- scatter is write to the file: C:\Users\...\MtkDroidTools v2.5.3\backups\V1_Viper_150122_backup_160110-121624\MT6589_Android_scatter_emmc.txt --- We keep blocks: - preloader_and_dsp - MBR - EBR1 - nodl_pmt - ERROR : /dev/pmt: read error: Invalid argument --- ERROR : no open file: C:\Users\....\MtkDroidTools v2.5.3\backups\V1_Viper_150122_backup_160110-121624\nodl_pmt --- ERROR :Block PMT error - nodl_pro_info - nvram.bin - userdata_nvram_only.tar - ERROR - : :Zero file, no space left on device! --- We keep folders contents copying on PC - /data/nvram - /system --- We pack everything kept in archive: C:\Users\....\MtkDroidTools v2.5.3\backups\V1_Viper_150122_backup_160110-121624.zip --- task end with ERROR --- Thanks
I am facing sAme error can somebody help to solve this error