(2017-04-20, 01:31)Cleopatra Wrote: [Only registered and activated users can see links Click here to register]
BEFORE TO MAKE A DONATION :
1) Install the adb drivers and fastboot commands :
[Only registered and activated users can see links Click here to register]
2) Unrar the rar. Run “adb-setup.exe”. Hit “Y” to all 3 questions.
3) Tap on Settings --> About phone --> Tap Build number seven times.
Developer options --> OEM unlocking enabled and USB debugging enabled.
4) Plug your phone to PC via USB cable.
5) Allow the pop up request on your phone to give your PC USB debugging.
6) Open CMD (command prompt).
7) Type the next command :
adb reboot bootloader (and press enter)
8) Now type the next command :
fastboot getvar all
9) Tell me if you see "bootloader locked" or "bootloader unlocked".
Yes you are correct, I type it by mistake it is MT6757
Microsoft Windows [Version 6.1.7601]
Copyright © 2009 Microsoft Corporation. All rights reserved.
C:\Users\Majed>adb reboot bootloader
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\Users\Majed>fastboot getvar all
(bootloader) max-download-size: 0x8000000
(bootloader) partition-size:flashinfo: 1000000
(bootloader) partition-type:flashinfo: raw data
(bootloader) partition-size:userdata: 32000000
(bootloader) partition-type:userdata: ext4
(bootloader) partition-size:cache: 1b000000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size
ystem: e0000000
(bootloader) partition-type
ystem: ext4
(bootloader) partition-size:tee2: b00000
(bootloader) partition-type:tee2: raw data
(bootloader) partition-size:tee1: 500000
(bootloader) partition-type:tee1: raw data
(bootloader) partition-size:logo: 800000
(bootloader) partition-type:logo: raw data
(bootloader) partition-size:boot: 1000000
(bootloader) partition-type:boot: raw data
(bootloader) partition-size:lk2: 100000
(bootloader) partition-type:lk2: raw data
(bootloader) partition-size:lk: 100000
(bootloader) partition-type:lk: raw data
(bootloader) partition-size:nvram: 500000
(bootloader) partition-type:nvram: raw data
(bootloader) partition-size:md3img: 500000
(bootloader) partition-type:md3img: raw data
(bootloader) partition-size:md1arm7: 300000
(bootloader) partition-type:md1arm7: raw data
(bootloader) partition-size:md1dsp: 400000
(bootloader) partition-type:md1dsp: raw data
(bootloader) partition-size:md1img: 1800000
(bootloader) partition-type:md1img: raw data
(bootloader) partition-size:proinfo: 300000
(bootloader) partition-type:proinfo: raw data
(bootloader) partition-size
ec1: 200000
(bootloader) partition-type
ec1: raw data
(bootloader) partition-size:persist: 3000000
(bootloader) partition-type:persist: ext4
(bootloader) partition-size
eccfg: 800000
(bootloader) partition-type
eccfg: raw data
(bootloader) partition-size:protect2: c78000
(bootloader) partition-type:protect2: ext4
(bootloader) partition-size:protect1: 800000
(bootloader) partition-type:protect1: ext4
(bootloader) partition-size:metadata: 2000000
(bootloader) partition-type:metadata: raw data
(bootloader) partition-size:nvdata: 2000000
(bootloader) partition-type:nvdata: ext4
(bootloader) partition-size:nvcfg: 800000
(bootloader) partition-type:nvcfg: ext4
(bootloader) partition-size:frp: 100000
(bootloader) partition-type:frp: raw data
(bootloader) partition-size:expdb: a00000
(bootloader) partition-type:expdb: raw data
(bootloader) partition-size:para: 80000
(bootloader) partition-type:para: raw data
(bootloader) partition-size:recovery: 1000000
(bootloader) partition-type:recovery: raw data
(bootloader) partition-size:preloader: 40000
(bootloader) partition-type:preloader: raw data
(bootloader) off-mode-charge: 1
(bootloader) warranty: yes
(bootloader) unlocked: no
(bootloader) secure: yes
(bootloader) kernel: lk
(bootloader) product: G9V57_KW_U31B_4M
(bootloader) version-preloader:
(bootloader) version: 0.5
all: Done!!
finished. total time: 0.151s
C:\Users\Majed>
Also please be aware that when I try to flash the custom recovery from ADB, its give me a message that my device is locked. as below:
C:\Users\Majed>fastboot flash recovery recovery.img
target reported max download size of 134217728 bytes
sending 'recovery' (14054 KB)...
OKAY [ 0.467s]
writing 'recovery'...
FAILED (remote: not allowed in locked state)
finished. total time: 0.475s
C:\Users\Majed>
When I try to unlock it I cannot press volume up " no response to confirm the unlocking.
Also, when I try to flash the custom recovery from "SP flash tool" it works, but I cannot boot to the custom recovery its like the OS refusing the flashed image and replace it with the factory one.
I appreciate you help me on this.