stevestone
Well-Known Member
Here we go,
Below are the steps to unbrick zte vital or supreme.
In case if you can boot up in recovery, please do data/cache wipe.. if not then its not an issue, This is required as we need some space in data partitions..
Hold volume up + power, It will boot up in FTM mode .. Make sure you have proper ADB installed. As it works fine with ADB and su..
please copy cwm recovery.img or system.img or boot.img in your relative path of ADB folder.
See, If your devices get detected.
Then
After that for flashing recovery.img follow this steps..
for system.img follow this steps.
System.img will take some time, If in case you dont have space in data partition, Then please flash cwm recovery first then do factory format (data & cache wipe)
Our data partition have enough space to accommodate system.img
but after wiping it off..
Thanks..
Sorry for bad english
Below are the steps to unbrick zte vital or supreme.
In case if you can boot up in recovery, please do data/cache wipe.. if not then its not an issue, This is required as we need some space in data partitions..
Hold volume up + power, It will boot up in FTM mode .. Make sure you have proper ADB installed. As it works fine with ADB and su..
please copy cwm recovery.img or system.img or boot.img in your relative path of ADB folder.
Code:
adb devices
See, If your devices get detected.
Then
Code:
adb shell
su
mount -o rw,remount -t ext4 /data
chmod 777 /data/media/
exit
exit
After that for flashing recovery.img follow this steps..
Code:
adb push recovery.img /data/media/
adb shell
su
dd if=/data/media/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
reboot recovery
for system.img follow this steps.
Code:
adb push system.img /data/media/
adb shell
su
dd if=/data/media/system.img of=/dev/block/platform/msm_sdcc.1/by-name/system
reboot
System.img will take some time, If in case you dont have space in data partition, Then please flash cwm recovery first then do factory format (data & cache wipe)
Our data partition have enough space to accommodate system.img
but after wiping it off..
Thanks..
Sorry for bad english