GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   Mastertools (https://forum.gsmhosting.com/vbb/f562/)
-   -   Gift From Master Team MTK Android free for all♛MediaTek MTK6516 based clones (https://forum.gsmhosting.com/vbb/f562/gift-master-team-mtk-android-free-all-mediatek-mtk6516-based-clones-1437792/)

FasGsm 03-03-2012 11:47

Gift From Master Team MTK Android free for all♛MediaTek MTK6516 based clones
 
Although about mt 6516 already posted in china section but wht i find and posting is different from it with full details


MediaTek MTK6516 based clones


MediaTek is a Chinese phone chipset manufacturer whose ships were used in the vast majority of Chinese non-smart dual SIM phones (both cloned and non-cloned appearance). Almost all Mediatek-powered phones utilise proprietary, phone-specific firmware (usually a variant of MTK OS, which in turn is a version of Mentor Graphics' Nucleus RTOS), even if that firmware may have a similar yet poorly-mimicked UI in order to fool the buyer.
The few real smartphones from China typically had HiSilicon-K3 or Marvell CPU's, often masked to report as other chips and rarely they were dual SIM capable.
With the Mediatek MTK6516 ARM compatible chipset, throughout 2010 a whole array of actual Windows Mobile and later Android based Dual SIM smartphones arrived. All very similar in base capabilities, but all with different shapes, screens and options. It seems MTK is cornering the dual SIM smartphone market in China (and in China almost all phones are Dual SIM).



MT6516 chipset Design Notice


General CPU specs


  • Two ARM cores: Main/AP 416MHz, Radio/MDM 104MHz
Often advertised as dual core, but this is misleading, the 2nd core runs the radio and will not be usable for applications. In fact, any proper smartphone has a separate smaller core for the GSM radio, so real dual core phones in fact have 3 cores Often advertised as 460MHz, but this is an often repeated misunderstanding: fourhundredsixty vs fourhundredsix****. Similarly 280MHz is probably constructed from 208 BogoMIPS that Android reports for the 416MHz CPU, or otherwise from the idea that the Radio/Modem core runs on 208MHz (it runs on 104MHz, see design doc above)
  • Memory can vary, but often 256MB RAM and 512MB Flash (the first models had 128/256)
  • Dual SIM Dual Standby or Active/Passive
(both are alert and active for new incoming calls & SMS, but only one call can be made at any single time. Also, if EDGE is connected on one SIM, the other SIM is unreachable, so do not keep your data connected all the time)
  • Quad band GSM
  • No 3G capabilities
  • GPRS + EDGE
EDGE does work, however in the west many EDGE networks are incomplete, or even dismantled again, as networks are pushing customers toward 3G. So you may find yourself on GPRS speeds.
  • WiFi 802.11b/g
  • Bluetooth
  • GPS
Other features vary per model phone: FM Radio, Compass, Proximity sensors and even analog TV receptions exists on some models. Screens may be from normal LCD to SuperLCD and touchscreen to multitouch capacitive.

FasGsm 03-03-2012 11:50

Backup, Generate & Restore IMEI
 
Backup, Generate & Restore IMEI


A factory reset of full flash may clean out the IMEI. So it is wise to backup and restore IMEI, or even generate a new file with EMEI
For MediaTek MT6516 the IMEI is located in one of these two locations:



Code:

/data/nvram/md/NVRAM/NVD_IMEI/MP0B_001 (older firmwares)
 /nvram/md/NVRAM/NVD_IMEI/MP0B_001 (rumored location for newer firmwares)

To backup the IMEI, simply backup the MP0B_001 file (using a rooted shell or adb)

Code:

su
 cp /data/nvram/md/NVRAM/NVD_IMEI/MP0B_001 /sdcard/MP0B_001_SAVED




To restore the IMEI, simply restore it, and set proper permissions (using a rooted shell or adb)

Code:

su
 cp /sdcard/MP0B_001_SAVED /data/nvram/md/NVRAM/NVD_IMEI/MP0B_001
 chmod 650 /data/nvram/md/NVRAM/NVD_IMEI/MP0B_001




you can even apply new IMEI by generating a brand new MP0B_001 file. Download their IMEI generation program imei_mtk6516.zip, use the correct executable (PC, Linux, ARM provided) to generate a new MP0B_001 like this:


Code:

imei.xxx <15digit_IMEI_1> <15digit_IMEI_2>

FasGsm 03-03-2012 11:51

Restore factory settings / Hard reset

To be completed
WARNING: Backup IMEI before you flash or factory reset.
ROMS and Radio's

WARNING: Because all these MTK6516 phones look similar in specs, it may be tempting to flash ROM's from one to another. Be careful! If the ROM you are flashing is for a model with different screen driver, or a different camera driver, best case is those devices will not work, and worst case you end up with a brick.
So we will list ROMS only for specific phones below.
The Radio portion of the ROMS may or may not be the same throughout all MTK6516 phones, even not being dependent on OS. More info is needed, please provide feedback, especially if you have a newer radio.
  • MAUI.10A.W10.48.MP.V5.F1,2011/01/27 (from HD2/HD9 via Android info panel)
  • MAUI.10A.W10.48.MP.V0, 2010/12/18 (from HD2/HD9 via Android info panel)
  • 6516.8a01.8a01 (from A1, A1+, A1++, A1- Windows Mobile bootloader info)
Similar looking baseband's but not MT6516
  • MAUI.11AMD_FDD_SP.MP.V1.F4,2011/07/06 (early production MT6573 on Lenovo A60)
  • MAUI.11AMD_FDD_SP.MP.V1,2011/05/18 (early prototype MT6573)

FasGsm 03-03-2012 12:05

MT6516 flashing tutorial
 
MT6516 flashing tutorial


Here you can find the instructions on how to flash your MT6516 based phone. Although example images shown here refer to HOT HD9, you can flash other phones based on this MediaTek chipset, with the correct ROM files, of course. Make sure you read everything carefully and know what you are doing. Don't blame me for any damage on your phone.


What's needed:
  • Flashing cable (USB to UART cable with PL2303 chip)
[IMG]http://4.bp.********.com/-07PKiPWVlSo/TnEEiQZNHKI/AAAAAAAABGI/wiW5T2JC2mk/s200/USB+to+UART+%2528PL2303%2529.JPG[/IMG] [IMG]http://3.bp.********.com/-TlpyzeG5fu8/TnEEiaI13rI/AAAAAAAABGE/Mska4AuKIvk/s1600/MT6516+pinout.jpg[/IMG]


  • USB data cable
  • SP Flash Tool
  • SN Write Tool (alternatively Maui META or WriteCode can be used as well)

And now the tutorial...
  • Make sure that you have already installed the Profilic PL2303 drivers needed for the USB to 3,5 mm headphone cable.
  • Open SP Flash Tool for MT6516 and chose which system you want to flash in your HD9. Under project you are able to choose Android or Windows Mobile.
  • Make sure you have selected the right COM port is selected and that baud rate is set to 921600 bps.
  • Click on Format to literally format NAND flash of your HD9.
[IMG]http://3.bp.********.com/-LNxbAQRuJbk/TVfvYlfMrlI/AAAAAAAAAZM/UDTsrbVIzms/s640/Snap1.png[/IMG]


  • Then turn off your HD9, remove the battery and plug the serial cable to the PC and the jack to the phone.
  • Click Start, replace the battery and press power button for a few seconds until you see the red progress bar along with the message Format All is Processing.
[IMG]http://4.bp.********.com/-F86yjp9YCC0/TVfvZLJKsSI/AAAAAAAAAZQ/Xg940vDNdZE/s1600/Snap2.png[/IMG]


After the red progress bar is complete, the real format will begin and a green progress bar will appear.

[IMG]http://1.bp.********.com/-7T5fWoq4olQ/TVfvZUJ3j4I/AAAAAAAAAZU/Z7gePNL5qPI/s640/Snap3.png[/IMG]

When the process is finished a new window will pop up, just press OK to continue.

[IMG]http://4.bp.********.com/-QaoeOB2Y6Tk/TVfvZiJ_26I/AAAAAAAAAZY/GNmR7PeX8Tg/s640/Snap4.png[/IMG]

[IMG]http://3.bp.********.com/-Trf9GpOxc1E/TVfvZ78WZhI/AAAAAAAAAZc/DaxCUjWyup8/s1600/Snap5.png[/IMG]

  • Now remove the battery once again, keeping the serial cable connected to the PC and the phone.
  • Click Download and make sure that every file needed to flash Android / Windows Mobile is selected:
    • Android
      • BK Modem DB / RS Modem DB - BPLGUInfoCustomApp_MT6516_S01_MAUI_10A_W10_48
      • BK AP DB / RS Modem DB - APDB_MT6516_S00_2010_20
      • PRELOADER - preloader_bird16_a10y.bin
      • UBOOT - uboot_bird16_a10y.bin
      • BOOTIMG - boot.img
      • RECOVERY - recovery.img
      • SEC_RO - secro.img
      • ANDROID - system.img
      • LOGO - logo.bin
      • USERDATA - userdata.img
    • Windows Mobile
      • BK Modem DB / RS Modem DB - BPLGUInfoCustomApp_MT6516_S01_MAUI_09B_W10_16_MP_V 5
      • BK AP DB / RS Modem DB - APDB_MT6516_S00_2010_20
      • FLASH BIN file - flash.bin
      • XLDR - MT6516_mldrnandforMTK.nb0
      • EBOOT - MT6516_EBOOTNAND.nb0

[IMG]http://2.bp.********.com/-fjVIHal8jT8/TVfvaMF0VQI/AAAAAAAAAZg/U65FaQ8K7-s/s640/Snap6.png[/IMG]


Click Start, replace the battery and press power button for a few seconds until you see the red progress bar along with the message Download is Processing.

[IMG]http://3.bp.********.com/-P34-wtflhKM/TVfvaVGD-iI/AAAAAAAAAZk/aXOj0rSQUNo/s640/Snap7.png[/IMG]


After the red progress bar is complete, there will appear a purple progress bar.

[IMG]http://1.bp.********.com/-QUnjpqH_3lw/TVfvav5pYcI/AAAAAAAAAZo/H4KlPw8hdxY/s640/Snap8.png[/IMG]

Right after the purple progress bar is complete, you’ll have to connect the normal USB data cable. The message will appear under the progress bar: “Please insert USB cable in x seconds”.

FasGsm 03-03-2012 12:16

[IMG]http://3.bp.********.com/-cnj0YIkehSk/TVfva_rMSmI/AAAAAAAAAZs/4TAOyVbuYDM/s640/Snap9.png[/IMG]

After plugging the USB data cable into the phone the download will start. The first time you connect the cable, your computer will detect a new hardware and you’ll have to install MT6516 USB VCOM drivers.

[IMG]http://4.bp.********.com/-ZUZfQu64Uag/TVfvbNl5IAI/AAAAAAAAAZw/LH6cp-seFqg/s640/Snap10.png[/IMG]

There will be one yellow progress bar for every part of the ROM (preloader to userdata / xldr to eboot).

[IMG]http://2.bp.********.com/-K0RPIk__NnY/TVfvbj2_b-I/AAAAAAAAAZ0/5u2YtAyiJNo/s640/Snap11.png[/IMG]
After all is complete a new window will appear with a report of the download. The following popup should appear:

[IMG]http://1.bp.********.com/-4AAerW8ZMXU/TVfvb457dsI/AAAAAAAAAZ4/Mh7mcB0Qc70/s640/Snap12.png[/IMG]

[IMG]http://1.bp.********.com/-_WaQaW7j9Gc/TVfvcE6B8HI/AAAAAAAAAZ8/XVwqEgTyjdE/s640/Snap13.png[/IMG]

Now you have completed the process of flashing the ROM into your HD9. Because the NAND flash was formatted in the beginning of the flash progress, you have now to re-write your phone IMEI1 and IMEI2.

FasGsm 03-03-2012 12:22

Open SN Write Tool and make sure that the correct COM port is selected and baud rate is set to 115200 bps.

[IMG]http://3.bp.********.com/-nGyjp_vlae4/TVfvcc_79LI/AAAAAAAAAaA/RSPo2cHiofM/s400/Snap14.png[/IMG]

  • While keeping only serial cable connected to the phone, remove the battery and wait 10 seconds with the battery removed.
  • Click Start and you be asked to enter IMEI1 and IMEI2. Enter the correct number in the correct fields.

[IMG]http://1.bp.********.com/-jgz2_PhIuEg/TVfvc1Z4chI/AAAAAAAAAaE/M-JeKJtCINw/s400/Snap15.png[/IMG]

After entering the correct IMEI numbers and clicking OK, you have to replace the battery and press power button on the phone. If you have flashed Android, => Meta mode will appear in the bottom left of the screen.

[IMG]http://1.bp.********.com/-xwLknrwEqAs/TVfvdIoAhVI/AAAAAAAAAaI/pvQf0khUYoY/s400/Snap16.png[/IMG]

Attention: Please follow the instructions carefully. I will not take any responsibility on whatever may happen with your phone.


Update: Here's a trick if you want to flash just one part of the ROM, in this case the recovery. Without formatting flash, deselect all parts except the one you want to flash.

[IMG]http://2.bp.********.com/-s-l8wWxtLOU/ThhIq2fUQEI/AAAAAAAAA_Y/MRLizmDyVTw/s640/Snap6.png[/IMG]


After that, you just have to click start and turn on the phone with USB data cable connected (in this case you don't need the USB serial cable).

FasGsm 03-03-2012 12:28

download links for all soft

Maui_META_v610320

pl2303_prolific_driver

SP_Flash_Tool_v11110

writecode_l1052_v136

usb vcom driver & Sp flash tool exe_v1.1052.03

MARVZ_TG 03-03-2012 12:37


hello bro send password via pm :d

d.jain 03-03-2012 16:20

hello bro send password via pm :d

.::EXTREME::. 03-03-2012 17:16

thanks for this..

pswd pls

LuisinhoCell 03-03-2012 18:36

send password
...............

.::AZEEM::. 03-04-2012 07:58

Here is all setups without Password

Maui_META_v610320

pl2303_prolific_driver

SP_Flash_Tool_v11110

writecode_l1052_v136

usb vcom driver & Sp flash tool exe_v1.1052.03

ajaystarin 03-04-2012 11:47

MTK6516 Flashing tools
 
All below setups in single resumable link

Maui_META_v610320
pl2303_prolific_driver
SP_Flash_Tool_v11110
writecode_l1052_v136
usb vcom driver & Sp flash tool exe_v1.1052.03

MT6516 flashing.rar

tavo_unlock 03-15-2012 17:47

androit flash file equal all chip mt 6516 or diferent flash sile model

FasGsm 03-16-2012 13:50

Quote:

Originally Posted by tavo_unlock (Post 8234662)
androit flash file equal all chip mt 6516 or diferent flash sile model


IT Is not clear to me wht u want to ask but wht i understood meanings of ur words u can read this

http://forum.gsmhosting.com/vbb/8200320-post3.html


All times are GMT +1. The time now is 14:45.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.20111 seconds with 6 queries

SEO by vBSEO