Hovatek Forum MOBILE Android leeco Le s3 x626 Stock at phone mirrored
Try our Online TWRP Builder..its free!
Can't login? Please, reset your password.


leeco Le s3 x626 Stock at phone mirrored

leeco Le s3 x626 Stock at phone mirrored

Pages (5): Previous 1 2 3 4 5 Next
rasheem
rasheem
rasheem
Junior Member
39
26-04-2018, 10:34 PM
#21



(26-04-2018, 11:05 AM)hovatek
(26-04-2018, 08:34 AM)rasheem Attached is the screen shot of the batch files.
am unable to zip the folder because it contain some Chinese character and also the folder contain images of the  flash files which is too  large to be attached here.

and yes according to the last two lines i was able to boot to home screen at first to enable oem unlock(which was very difficult because of the mirrored screen) but when i tried running the script batch file and was given error and tried booting again it wont boot to home screen .

I actually wanted to see the code inside the .bat files.
Run this command in fastboot

Code:

fastboot getvar unlocked

Attached is the what i  got after running the command
fastboot getvar unlocked
Attached Files
.png
fastboot getvar unlocked.PNG
Size: 20.09 KB / Downloads: 15
hovatek
hovatek
hovatek
Administrator
49,585
27-04-2018, 12:28 PM
#22
(26-04-2018, 10:34 PM)rasheem Attached is the what i  got after running the command
fastboot getvar unlocked

i'm not sure you attached the right image

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
rasheem
rasheem
rasheem
Junior Member
39
13-05-2018, 01:50 PM
#23
(27-04-2018, 12:28 PM)hovatek
(26-04-2018, 10:34 PM)rasheem Attached is the what i  got after running the command
fastboot getvar unlocked

i'm not sure you attached the right image

sorry i didn't know what went i was having issue with the system.

Attached here is the image i got after running the command
fastboot getvar unlocked
Attached Files
.png
fastboot getvar unlocked image.PNG
Size: 27.35 KB / Downloads: 11
hovatek
hovatek
hovatek
Administrator
49,585
14-05-2018, 11:09 AM
#24
(13-05-2018, 01:50 PM)rasheem sorry i didn't know what went i was having issue with the system.

Attached here is the image i got after running the command
fastboot getvar unlocked

Bootloader is locked.
here's what I want you to do.
Locate all .bat files in the folder > copy then into a new folder > rename them to something in english > zip the folder then attach the zip here.
It should be only a few Kb in size

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
rasheem
rasheem
rasheem
Junior Member
39
14-05-2018, 01:53 PM
#25



(14-05-2018, 11:09 AM)hovatek
(13-05-2018, 01:50 PM)rasheem sorry i didn't know what went i was having issue with the system.

Attached here is the image i got after running the command
fastboot getvar unlocked

Bootloader is locked.
here's what I want you to do.
Locate all .bat files in the folder > copy then into a new folder > rename them to something in english > zip the folder then attach the zip here.
It should be only a few Kb in size

i will do that and get back.
rasheem
rasheem
rasheem
Junior Member
39
14-05-2018, 10:14 PM
#26
(14-05-2018, 01:53 PM)rasheem
(14-05-2018, 11:09 AM)hovatek
(13-05-2018, 01:50 PM)rasheem sorry i didn't know what went i was having issue with the system.

Attached here is the image i got after running the command
fastboot getvar unlocked

Bootloader is locked.
here's what I want you to do.
Locate all .bat files in the folder > copy then into a new folder > rename them to something in english > zip the folder then attach the zip here.
It should be only a few Kb in size

i will do that and get back.

Attached is all the .bat files
Attached Files
.zip
626.zip
Size: 935 bytes / Downloads: 10
rasheem
rasheem
rasheem
Junior Member
39
16-05-2018, 09:10 AM
#27
(14-05-2018, 10:14 PM)rasheem
(14-05-2018, 01:53 PM)rasheem
(14-05-2018, 11:09 AM)hovatek
(13-05-2018, 01:50 PM)rasheem sorry i didn't know what went i was having issue with the system.

Attached here is the image i got after running the command
fastboot getvar unlocked

Bootloader is locked.
here's what I want you to do.
Locate all .bat files in the folder > copy then into a new folder > rename them to something in english > zip the folder then attach the zip here.
It should be only a few Kb in size

i will do that and get back.

Attached is all the .bat files

i have attached all the .bat files in a zip folder.
Attached Files
.zip
626.zip
Size: 935 bytes / Downloads: 4
hovatek
hovatek
hovatek
Administrator
49,585
17-05-2018, 10:25 AM
#28
(16-05-2018, 09:10 AM)rasheem i have attached all the .bat files in a zip folder.

These are the commands
Code:

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *S2_PLUS" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *S2_PLUS" || goto error
fastboot %* devices 1>nul 2>nul
fastboot %* oem lock 1>nul 2>nul
fastboot %* oem unlock 1>nul 2>nul
fastboot %* flash system %~dp0images\system.img || @echo "Flash system error" && goto error
fastboot %* flash lk %~dp0images\lk.bin || @echo "Flash lk error" && goto error
fastboot %* flash lk2 %~dp0images\lk.bin || @echo "Flash lk2 error" && goto error
fastboot %* flash logo %~dp0images\logo.bin || @echo "Flash logo error" && goto error
fastboot %* flash tee1 %~dp0images\trustzone.bin || @echo "Flash tee1 error" && goto error
fastboot %* flash tee2 %~dp0images\trustzone.bin || @echo "Flash tee2 error" && goto error
fastboot %* flash md1img %~dp0images\md1rom.img || @echo "Flash md1img error" && goto error
fastboot %* flash md1dsp %~dp0images\md1dsp.img || @echo "Flash md1dsp error" && goto error
fastboot %* flash md1arm7 %~dp0images\md1arm7.img || @echo "Flash md1arm7 error" && goto error
fastboot %* flash md3img %~dp0images\md3rom.img || @echo "Flash md3img error" && goto error
fastboot %* flash scp1 %~dp0images\tinysys-scp.bin || @echo "Flash scp1 error" && goto error
fastboot %* flash scp2 %~dp0images\tinysys-scp.bin || @echo "Flash scp2 error" && goto error
fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && goto error
fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && goto error
fastboot %* -w || @echo "Flash erase-w Error" && goto error
exit
exit

:error
pause
exit

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
hovatek
hovatek
hovatek
Administrator
49,585
17-05-2018, 11:03 AM
#29
Now, the goal is to flash all the files in the images folder whether via SP flash tool or fastboot.
Lets give fastboot another shot. In fatboot, run this command
Code:

fastboot oem unlock

Let me know the outcome.

For the SP flash tool approach, according to your comment at https://www.hovatek.com/forum/thread-226...#pid135104 , you were able to flash the firmware but got stuck in mirrored screen. I'm thinking you use the scatter file from that firmware (and the version of SP flash tool that worked) to flash the files in the images folder. Have you tried this?

Note!
We have a reply schedule for Free Support. Please upgrade to Private Support if you can't wait.
rasheem
rasheem
rasheem
Junior Member
39
20-05-2018, 12:09 PM
#30



(17-05-2018, 11:03 AM)hovatek Now, the goal is to flash all the files in the images folder whether via SP flash tool or fastboot.
Lets give fastboot another shot. In fatboot, run this command
Code:

fastboot oem unlock

Let me know the outcome.

For the SP flash tool approach, according to your comment at https://www.hovatek.com/forum/thread-226...#pid135104 , you were able to flash the firmware but got stuck in mirrored screen. I'm thinking you use the scatter file from that firmware (and the version of SP flash tool that worked) to flash the files in the images folder. Have you tried this?


i have attached the error i got after applying the command "fastboot oem unlock"
i guess this is because OEM and USB debug was not enable before bricking the phone.

for the sp flash tool approach, i have tried it and the result is the phone mirror after flashing.
Attached Files
.png
unlock operation not allow.PNG
Size: 15.16 KB / Downloads: 8
Pages (5): Previous 1 2 3 4 5 Next
Users browsing this thread:
 1 Guest(s)
Users browsing this thread:
 1 Guest(s)
YtWhTl
live chat
whatsapp telegram instagram