Related
BLACK SCREEN ON BOOT ISSUE FIX
First of all Big thanks to my dear friend Ano11 for the bootloader image
If you format /sys_boot by mistake from CWM recovery and you end up with Black screen no NOKIA and only Vibrating and cant fix it on NOKIA Care Suite or NOKIA Flasher this is how to fix it.
Human Beings Issue Details:
by formatting /sys_boot you have deleted the program that will connect your phone to NOKIA Care Suite so it will no longer recognize your phone neither any NOKIA Flasher and now this is how bring it back to let the NOKIA Care recognize it again.
Alians Tech Details about issue:
formatting /sys_boot removes the bootloader which has fastboot, the device will no longer be a phone it'll be just a flash memory with alot of partitions accessible from any linux device. and since the /sys_boot is located on /dev/block/mmcblk0p3 we just need to restore a bootloader image there and it will restore fastboot that will fix everything then with NOKIA Care or NOKIA Flasher etc. "WE HAVE ADB WORKING DO ANYTHING YOU WANT!!!!!!"
Now to how to fix it!!!
Requirements:
1- Ubuntu Live CD (Dont use any other variation or another Linux because i ONLY Tested it on Ubuntu)
2- Download Attachment File.
3- A Good USB cable( i strongly recommend the original cable to avoid problems)
Steps to FIX:
1- Boot up in a Working Ubuntu (or Ubuntu Live CD)
2- Download and extract the attachment in Home Folder
3- Open up Ubuntu Menu and look up (Disks)
4- Remove your NOKIA X Battery and Unplug it from any USB or charger, re-insert battery, then hold Power button untill phone Vibrates then release power button. after you do all that plug it in USB to your computer
** if you have done those steps perfectly you should see a new device in (Disks) application will say(something-qualcomm-something) depends on the type of your phone. you will see a table on the right when you click it that has 3 partitions and then many other partitions grouped up don't touch these at all**
5- click on the third partition from left it should be in size of 52MB.
6- right click it and choose (Restore Disk from an Image).
7- Browse to your Home folder then in (NOKIA X RM980 BOOTLOADER) and choose mmcblk0p3.img
8- it will ask you if you are sure click Restore.
9-Wait for it to finish. when it does close Disks then unplug phone, remove battery, re-insert it, power up your phone.
BANG NOKIA APPEARS!!! The phone is back to life!!! no cloning needed and no NOKIA Care Center Needed. you can now use NOKIA Flasher and NOKIA Care Suite to restore your phone to factory firmware or use XDA Furoms to install CWM back and your favorite Custom ROM
UPDATE
You guys have asked me for the Backup procedure and i promissed to repost it but I did not have time to post so i'm very very sorry for being late!!
How to back up the bootloader partition
start up your nokia x RM-980, enable debugging, connect to USB and find an ADB then give it next comand:
Code:
adb shell
you should be in your phone shell. then:
Code:
dd if=/dev/block/mmcblk0p3 of=/sdcard/mmcblk0p3.img
that will backup your bootloader as mmcblk0p3.img in root of your sdcard
xWaLeEdOoOx said:
Hello guys!
since we all do mistakes, i alongside alot of people have formatted /sys_boot partition on our dear RM-980.
that partition is actually the bootloader and without it the phone bricks.
the signs of that brick is black and no screen lights but a vibration that indecates "PLEASE HELP ME!!"
connecting it to windows will cause seeing a drive that windows can't detect and it will ask to format it which is the worst IDEA EVER!! and fastboot will never detect the phone.
if plugged in to Linux you'll get full control over all phone partitions including internal SD, system, boot, bootloader etc.
its easy to flash images from linux side using gparted or "disks in ubuntu which i use" but also fastboot can't be used.
all we need is an mmcblk0p3 dump to save all dead NOKIA X lives!!
it can be easily done on ADB on any computer if you are willing to help follow the following easy steps:
start up your nokia x RM-980, enable debugging, connect to USB and find an ADB then give it next comand:
Code:
adb shell
you should be in your phone shell. then:
Code:
dd if=/dev/block/mmcblk0p3 of=/sdcard/mmcblk0p3.img
that will backup your bootloader as mmcblk0p3.img in root of your sdcard
now compress that in a zip and donate it here with your phone CODE (you can find it in the back of your phone)
I will collect the bootloaders for all the CODEs you people will send.
i don't think there will be much diffrence between them but.. we need to archive that since Microsoft is banning everything NOKIA X related out there!!
Thank you very much in advance
Click to expand...
Click to collapse
How to flash mmcblk0p3.img on linux pro? Thanks.
nguyentuyen said:
How to flash mmcblk0p3.img on linux pro? Thanks.
Click to expand...
Click to collapse
i will make it easy for you but first i need to test it. so if you have a working bootloader for RM-980 please follow my steps and upload the image on google drive, mega or mediafire and share it with us. i need to test my theory before putting people in danger.
xWaLeEdOoOx said:
i will make it easy for you but first i need to test it. so if you have a working bootloader for RM-980 please follow my steps and upload the image on google drive, mega or mediafire and share it with us. i need to test my theory before putting people in danger.
Click to expand...
Click to collapse
I use nokia X+ rm-1053,if you need i will upload it for you. Thanks
nguyentuyen said:
I use nokia X+ rm-1053,if you need i will upload it for you. Thanks
Click to expand...
Click to collapse
i'm still not sure about NOKIA X+ for where the bootloader is located in the mmc but thank you
xWaLeEdOoOx said:
I will collect the bootloaders for all the CODEs you people will send.
i don't think there will be much diffrence between them but.. we need to archive that since Microsoft is banning everything NOKIA X related out there!!
Thank you very much in advance
Click to expand...
Click to collapse
I uploaded my boot partition in this thread: http://forum.xda-developers.com/showthread.php?t=2784522&page=2
GUYS ITS NOW FIXED and i've updated the TOPIC for the instructions!!! GOOD LUCK
my nokia x is no vibrate no boot no logo no blank screen no charging now is it porsib
xWaLeEdOoOx said:
BLACK SCREEN ON BOOT ISSUE FIX
First of all Big thanks to my dear friend Ano11 for the bootloader image
If you format /sys_boot by mistake from CWM recovery and you end up with Black screen no NOKIA and only Vibrating and cant fix it on NOKIA Care Suite or NOKIA Flasher this is how to fix it.
Human Beings Issue Details:
by formatting /sys_boot you have deleted the program that will connect your phone to NOKIA Care Suite so it will no longer recognize your phone neither any NOKIA Flasher and now this is how bring it back to let the NOKIA Care recognize it again.
Alians Tech Details about issue:
formatting /sys_boot removes the bootloader which has fastboot, the device will no longer be a phone it'll be just a flash memory with alot of partitions accessible from any linux device. and since the /sys_boot is located on /dev/block/mmcblk0p3 we just need to restore a bootloader image there and it will restore fastboot that will fix everything then with NOKIA Care or NOKIA Flasher etc. "WE HAVE ADB WORKING DO ANYTHING YOU WANT!!!!!!"
Now to how to fix it!!!
Requirements:
1- Ubuntu Live CD (Dont use any other variation or another Linux because i ONLY Tested it on Ubuntu)
2- Download Attachment File.
3- A Good USB cable( i strongly recommend the original cable to avoid problems)
Steps to FIX:
1- Boot up in a Working Ubuntu (or Ubuntu Live CD)
2- Download and extract the attachment in Home Folder
3- Open up Ubuntu Menu and look up (Disks)
4- Remove your NOKIA X Battery and Unplug it from any USB or charger, re-insert battery, then hold Power button untill phone Vibrates then release power button. after you do all that plug it in USB to your computer
** if you have done those steps perfectly you should see a new device in (Disks) application will say(something-qualcomm-something) depends on the type of your phone. you will see a table on the right when you click it that has 3 partitions and then many other partitions grouped up don't touch these at all**
5- click on the third partition from left it should be in size of 52MB.
6- right click it and choose (Restore Disk from an Image).
7- Browse to your Home folder then in (NOKIA X RM980 BOOTLOADER) and choose mmcblk0p3.img
8- it will ask you if you are sure click Restore.
9-Wait for it to finish. when it does close Disks then unplug phone, remove battery, re-insert it, power up your phone.
BANG NOKIA APPEARS!!! The phone is back to life!!! no cloning needed and no NOKIA Care Center Needed. you can now use NOKIA Flasher and NOKIA Care Suite to restore your phone to factory firmware or use XDA Furoms to install CWM back and your favorite Custom ROM
Click to expand...
Click to collapse
my noka x rm980 059W119 v2 no power on no vibrate no boot no blank screen not detecting in pc now is it porsibal to repair
javidalana said:
my noka x rm980 059W119 v2 no power on no vibrate no boot no blank screen not detecting in pc now is it porsibal to repair
Click to expand...
Click to collapse
what did you do 1st of all?? and you need to charge your phone, keep it in charger "not pc" over night and then check if it vibrates
Please give any video of whole process because i dont see that opetion you told right click on that partion and you will see restore data from disk...
please help me to live my nxl......
Kunal111 said:
Please give any video of whole process because i dont see that opetion you told right click on that partion and you will see restore data from disk...
please help me to live my nxl......
Click to expand...
Click to collapse
In case you do not see any partitions, In that case you have not only formatted ("emptied") this partition but removed all partitions, I assume. So you have to make a new partition (or even all partitions) prior to restoring the mmcblk0p3.img disk image. I have no experience with doing this on a phone (don't know how critical the location and order of partitions is), but I guess a partition listing of a working Nokia X will help you further. Later today when I am at home I hope I can post the partition listing for you.
Help me
I have one problem how to flash that mmcblk0p3.img on nokia x
i download all file alos ubuntu .
Kunal111 said:
I have one problem how to flash that mmcblk0p3.img on nokia x
i download all file alos ubuntu .
Click to expand...
Click to collapse
It might help if you describe exactly what you are doing...
Is your device recognized as Qualcomm something at all?
In order to get it recognized on my Windows computer as Qualcomm device, I have to boot into bootloader mode, i.e.:
BootLoader Mode:
1. Turn off your device
2. Remove wires and battery
3. Hold on Volume + Key while you connect USB
4. Device should be detected as Qualcomm CDMA Technologies MSM
(copied from http://forum.xda-developers.com/showthread.php?t=2667572
So a different procedure as what the OP mentioned.
You so might try that on Ubuntu as well...
5-click on the third partition from left it should be in size of 52MB.
6- right click it and choose (Restore Disk from an Image).
I'hv not done only this process......
please help me how to restore
Thanxx in advanced
Kunal111 said:
5-click on the third partition from left it should be in size of 52MB.
6- right click it and choose (Restore Disk from an Image).
I'hv not done only this process......
please help me how to restore
Thanxx in advanced
Click to expand...
Click to collapse
Second attempt: Is your device recognized as a Qualcomm device? Do you see it in the device list on the left?
help
Yes , but how can i flast that img file on 52mb partion
Kunal111 said:
Yes , but how can i flast that img file on 52mb partion
Click to expand...
Click to collapse
And do you see the 52 MB partition on the right? What happens if you select it and rightclick on it, do you see the option "Restore partition from image" or something similar?
It helps if you post in detail what your problem is, otherwise we end up in many question-answer posts... Like we are doing now...
xWaLeEdOoOx said:
BLACK SCREEN ON BOOT ISSUE FIX
First of all Big thanks to my dear friend Ano11 for the bootloader image
If you format /sys_boot by mistake from CWM recovery and you end up with Black screen no NOKIA and only Vibrating and cant fix it on NOKIA Care Suite or NOKIA Flasher this is how to fix it.
Click to expand...
Click to collapse
Hi there,
First of all: thanks for the acknowledgements
This morning my son came to me complaining that his Nokia X was not working anymore.
I checked it and: no recovery mode, no bootloader access. Black screen, no Nokia logo, no vibration (!).
I thought: would I need this thread and my own bootloader image now?? That would be a coincidence!
Connecting the phone to the pc using USB still resulted in "Qualcomm device detected", but nothing more.
Then I noticed that the battery felt a bit loose inside the phone, also I noticed a crack in the plastic cover of the phone.
A closer look to the battery connector of the phone showed that two of them were really bent!
So I opened the casing to have a better access to the connector (really very easy using a torx T5 screw driver), nowhere these terrible plastic clips to break off when you open the device like in other phone brands...
Using my reading glasses and a magnifying glass I bent the clips back -> the phone was revived.
I guess my son must have dropped the phone real hard which resulted in bending these clips...
So people, the take home message is: also check the battery connectors closely when you experience similar problems.
Can you tell me how to back up my bootloader to an img? I have Nokia_XL.
I'm on elementary OS Freya.
ADB and fastboot are installed successfully.
vishalbiswas said:
Can you tell me how to back up my bootloader to an img? I have Nokia_XL.
I'm on elementary OS Freya.
ADB and fastboot are installed successfully.
Click to expand...
Click to collapse
Take a look at the second post, you can find the procedure in the quotes from the orginal posting of the OP (the OP removed it later from his post).
@op / @ xWaLeEdOoOx : maybe good to add this the procedure to your post again.
You may need to check if the partition name is the same for the XL version, e.g. by looking at the TWRP log files.
I have some doubts about the using of flash tool.
1. Is it necessary to unlock the boatloader before flashing my phone?
2. Is it necessary to tick the usb debugging before using flash tool?
3. When i use flash tool, after some time it shows failed in my xperia m dual c2005. I am curious to know the reason behind it..
Any body please help me to clear my doubts....
N RAM said:
I have some doubts about the using of flash tool.
1. Is it necessary to unlock the boatloader before flashing my phone?
2. Is it necessary to tick the usb debugging before using flash tool?
3. When i use flash tool, after some time it shows failed in my xperia m dual c2005. I am curious to know the reason behind it..
Any body please help me to clear my doubts....
Click to expand...
Click to collapse
Yes the bootloader obviously should be unlocked before you do the flashing stuff!Flashtool works for me and the state of usb debugging never affected its functionality ! Make sure you have all the drivers properly installed!
ojas12345 said:
Yes the bootloader obviously should be unlocked before you do the flashing stuff!Flashtool works for me and the state of usb debugging never affected its functionality ! Make sure you have all the drivers properly installed!
Click to expand...
Click to collapse
Thanks bro..:good:
Dude one more simple doubt. Is it possible for you to tell me how to install the drivers in my win 7?
Now I am facing another problem. I just tried to restore my xperia m dual c2005. But it didn't go well. I saw my xperia waves got stucked. So i just removed my battery an replaced it. When I switched on my phone it only shows SONY logo. I tried to repair my software by using PCC and Xperia Companion. It shows error messages. Then i showed it to a mobile service agent in a local mobile shop. He told me that m dual c2005 model had a sony only memory. So they cannot do it because the memory can't be re-writeted in this model. Is that true? Or is there any other better option to resolve my phone's issue?
Please help me bro....:crying:
N RAM said:
Thanks bro..:good:
Dude one more simple doubt. Is it possible for you to tell me how to install the drivers in my win 7?
Now I am facing another problem. I just tried to restore my xperia m dual c2005. But it didn't go well. I saw my xperia waves got stucked. So i just removed my battery an replaced it. When I switched on my phone it only shows SONY logo. I tried to repair my software by using PCC and Xperia Companion. It shows error messages. Then i showed it to a mobile service agent in a local mobile shop. He told me that m dual c2005 model had a sony only memory. So they cannot do it because the memory can't be re-writeted in this model. Is that true? Or is there any other better option to resolve my phone's issue?
Please help me bro....:crying:
Click to expand...
Click to collapse
To Install the drivers
I think you might be able to solve this problem! The problem is with your partitions.So follow:
first of all install fastboot and adb drivers from: http://forum.xda-developers.com/showthread.php?p=48915118
go to device manager and verify that and android device interface or something like that appears.
If it doesnt then s1 boot device will appear as unknown device , right click on that and update device driver and then select the option let me pick from drivers on my computer .
After that select android device then dont select anything , itll get autoselected and click next!
now your device should appear in device manager!
To restore the system completely
Install a recovery for the device by the following procedure :
first download twrp from https://twrp.me/devices/sonyxperiam.html, rename it to recovery.img
go to cmd with admin rights in the folder in which recovery is put
(flash the recovery in boot sector)
type :
fastboot flash boot recovery.img
now boot the phone up the recovery should automatically open up, it may get stuck for some time but only once it will so be patient,;
go to wipe, then advanced wipe! select every option and micro sd,internal storage and usb-otg are optional
then swipe to wipe , it will show that it failed but dont worry some partitions are of sort that they show error now after this the problem should be resolved , after this flash a rom of your choice or restore a dual stock firmware backup (note: you cannot restore backups which were made from cwm , for that flash philz or cwm recovery)
Please report and hit thanks if i helped you!
ojas12345 said:
To Install the drivers
I think you might be able to solve this problem! The problem is with your partitions.So follow:
first of all install fastboot and adb drivers from: http://forum.xda-developers.com/showthread.php?p=48915118
go to device manager and verify that and android device interface or something like that appears.
If it doesnt then s1 boot device will appear as unknown device , right click on that and update device driver and then select the option let me pick from drivers on my computer .
After that select android device then dont select anything , itll get autoselected and click next!
now your device should appear in device manager!
To restore the system completely
Install a recovery for the device by the following procedure :
first download twrp from https://twrp.me/devices/sonyxperiam.html, rename it to recovery.img
go to cmd with admin rights in the folder in which recovery is put
(flash the recovery in boot sector)
type :
fastboot flash boot recovery.img
now boot the phone up the recovery should automatically open up, it may get stuck for some time but only once it will so be patient,;
go to wipe, then advanced wipe! select every option and micro sd,internal storage and usb-otg are optional
then swipe to wipe , it will show that it failed but dont worry some partitions are of sort that they show error now after this the problem should be resolved , after this flash a rom of your choice or restore a dual stock firmware backup (note: you cannot restore backups which were made from cwm , for that flash philz or cwm recovery)
Please report and hit thanks if i helped you!
Click to expand...
Click to collapse
Thanks dude... Are you sure about this idea?
My phone is not an Indian phone. It is from Dubai. Will this country change damage my phone's main board when I boot it?
And some more doubts are remaining... May I please clear it with you....
Which will be the best flashtool?
Emma tool provided by Sony or flashtool-0.9.18.1 or flashtool-0.9.21.0
When do I need to connect my handset to the computer? Is it before when I go to cmd to type fastboot flash boot recovery.img ?
Whether I need to install flash tool before installing device drivers?
Please help me to clear all my doubts....
N RAM said:
Thanks bro..:good:
Dude one more simple doubt. Is it possible for you to tell me how to install the drivers in my win 7?
Now I am facing another problem. I just tried to restore my xperia m dual c2005. But it didn't go well. I saw my xperia waves got stucked. So i just removed my battery an replaced it. When I switched on my phone it only shows SONY logo. I tried to repair my software by using PCC and Xperia Companion. It shows error messages. Then i showed it to a mobile service agent in a local mobile shop. He told me that m dual c2005 model had a sony only memory. So they cannot do it because the memory can't be re-writeted in this model. Is that true? Or is there any other better option to resolve my phone's issue?
Please help me bro....:crying:
Click to expand...
Click to collapse
N RAM said:
Thanks dude... Are you sure about this idea?
My phone is not an Indian phone. It is from Dubai. Will this country change damage my phone's main board when I boot it?
And some more doubts are remaining... May I please clear it with you....
Which will be the best flashtool?
Emma tool provided by Sony or flashtool-0.9.18.1 or flashtool-0.9.21.0
When do I need to connect my handset to the computer? Is it before when I go to cmd to type fastboot flash boot recovery.img ?
Whether I need to install flash tool before installing device drivers?
Please help me to clear all my doubts....
Click to expand...
Click to collapse
The country doesnt matter you may flash any country's generic rom,mine was indian but I flashed brazillian..
And about the flashtool I dont think emma is good , i prefer flashtool any version...if you find the latest not working then you may try the second latest but 99% it does work good..
Most important : You need to connect your device in fastboot before installing drivers and flash the boot partition by those command so go here on how to boot in fastboot mode http://www.theandroidsoul.com/boot-sony-xperia-m-fastboot-mode-51835/
try and report ...
All the best:good:
ojas12345 said:
The country doesnt matter you may flash any country's generic rom,mine was indian but I flashed brazillian..
And about the flashtool I dont think emma is good , i prefer flashtool any version...if you find the latest not working then you may try the second latest but 99% it does work good..
try and report ...
All the best:good:
Click to expand...
Click to collapse
You are really awesome!!
For this do I need to unlock the bootloader?
Yeah. I will report about our experiment after trying it...:good:
Is it possible for me to relock bootloader? If yes, please explain me about that method...
N RAM said:
You are really awesome!!
For this do I need to unlock the bootloader?
Yeah. I will report about our experiment after trying it...:good:
Is it possible for me to relock bootloader? If yes, please explain me about that method...
Click to expand...
Click to collapse
yes you will have to unlock bootloader and for that too i suggest you use flashtool because it does the work in seconds,!
and for relocking i dont there's any method to relock bootloader , u dont need to do that after all!
It enables you to flash modes and other cool stuff! even if you dont wanna do that then dont touch it !flash a cyanogenmod recovery,which is quite basic and wont modify anything that may harm your phone...
All the best
What will be the difference between the firmwares C2005_15.5.A.1.5_CE.ftf and C2005_15.5.A.1.5_DE.rar?
Which will be the best for me to download?
ojas12345 said:
To Install the drivers
I think you might be able to solve this problem! The problem is with your partitions.So follow:
first of all install fastboot and adb drivers from: http://forum.xda-developers.com/showthread.php?p=48915118
go to device manager and verify that and android device interface or something like that appears.
If it doesnt then s1 boot device will appear as unknown device , right click on that and update device driver and then select the option let me pick from drivers on my computer .
After that select android device then dont select anything , itll get autoselected and click next!
now your device should appear in device manager!
To restore the system completely
Install a recovery for the device by the following procedure :
first download twrp from https://twrp.me/devices/sonyxperiam.html, rename it to recovery.img
go to cmd with admin rights in the folder in which recovery is put
(flash the recovery in boot sector)
type :
fastboot flash boot recovery.img
now boot the phone up the recovery should automatically open up, it may get stuck for some time but only once it will so be patient,;
go to wipe, then advanced wipe! select every option and micro sd,internal storage and usb-otg are optional
then swipe to wipe , it will show that it failed but dont worry some partitions are of sort that they show error now after this the problem should be resolved , after this flash a rom of your choice or restore a dual stock firmware backup (note: you cannot restore backups which were made from cwm , for that flash philz or cwm recovery)
Please report and hit thanks if i helped you!
Click to expand...
Click to collapse
Which is the best site for downloading latest firmware?
N RAM said:
Which is the best site for downloading latest firmware?
Click to expand...
Click to collapse
intead of flashing firmware ,it is better to flash a backup because , no chances of error
download the backup for your device from here and restore it via cwm based recovery like philz or cwm itselg
http://forum.xda-developers.com/showthread.php?t=2703161
ojas12345 said:
yes you will have to unlock bootloader and for that too i suggest you use flashtool because it does the work in seconds,!
and for relocking i dont there's any method to relock bootloader , u dont need to do that after all!
It enables you to flash modes and other cool stuff! even if you dont wanna do that then dont touch it !flash a cyanogenmod recovery,which is quite basic and wont modify anything that may harm your phone...
All the best
Click to expand...
Click to collapse
I tried to flash my xperia m dual c2005. Its only showing like the picture for long time.
what will be this? please reply me fast...
N RAM said:
I tried to flash my xperia m dual c2005. Its only showing like the picture for long time.
what will be this? please reply me fast...
Click to expand...
Click to collapse
wait for some time i think it'll take time to do that or else flash a backup after flashing a cwm based recovery!
ojas12345 said:
wait for some time i think it'll take time to do that or else flash a backup after flashing a cwm based recovery!
Click to expand...
Click to collapse
what is the meaning of that red writings?
N RAM said:
what is the meaning of that red writings?
Click to expand...
Click to collapse
I never faced that kind of a thing , make sure that you are flashing the right file!
You have unlocked your bootloader?
Again I say better flash a recovery then a backup ,its much easier.
ojas12345 said:
I never faced that kind of a thing , make sure that you are flashing the right file!
You have unlocked your bootloader?
Again I say better flash a recovery then a backup ,its much easier.
Click to expand...
Click to collapse
My phone is only showing SONY logo. So is it possible for this recovery? If yes, please tell me the correct tutorial for that and if possible any video tutorial so that i can understand it correctly...
not working
ojas12345 said:
To Install the drivers
I think you might be able to solve this problem! The problem is with your partitions.So follow:
first of all install fastboot and adb drivers from: http://forum.xda-developers.com/showthread.php?p=48915118
go to device manager and verify that and android device interface or something like that appears.
If it doesnt then s1 boot device will appear as unknown device , right click on that and update device driver and then select the option let me pick from drivers on my computer .
After that select android device then dont select anything , itll get autoselected and click next!
now your device should appear in device manager!
To restore the system completely
Install a recovery for the device by the following procedure :
first download twrp from https://twrp.me/devices/sonyxperiam.html, rename it to recovery.img
go to cmd with admin rights in the folder in which recovery is put
(flash the recovery in boot sector)
type :
fastboot flash boot recovery.img
now boot the phone up the recovery should automatically open up, it may get stuck for some time but only once it will so be patient,;
go to wipe, then advanced wipe! select every option and micro sd,internal storage and usb-otg are optional
then swipe to wipe , it will show that it failed but dont worry some partitions are of sort that they show error now after this the problem should be resolved , after this flash a rom of your choice or restore a dual stock firmware backup (note: you cannot restore backups which were made from cwm , for that flash philz or cwm recovery)
Please report and hit thanks if i helped you!
Click to expand...
Click to collapse
i am getting this error :
C:\Fastboot\android-sdk-windows\tools>fastboot flash boot recovery.img
sending 'boot' (11208 KB)...
FAILED (status read failed (Too many links))
finished. total time: -0.000s
First
I had a problem on Htc Desire 616, it shows always an error like "google play stopped working". This is not only google play, it shows lots of names and doesn't let me use the phone. Hard reset did not work. Then I stcuk in htc logo
I decided to use SP Flash Tool to install stock rom. I tried to wipe data, however it gives an error like "/data could not mount" then I have tried to flash again using SP Flash tool But i format bootloader . When i plugged in, it does not show any reaction like charging.
Now , what should I do is it completely died or is there any hope to make it work again
Thanks .
help needed
hi buddy my phone is aswell bricked.. if u find a solution please do let me know.. i too did the same mistake, as its the first time i am using sp flat tool, i choose format all+ downloading option, since the phone is completely dead..
bala_1610 said:
hi buddy my phone is aswell bricked.. if u find a solution please do let me know.. i too did the same mistake, as its the first time i am using sp flat tool, i choose format all+ downloading option, since the phone is completely dead..
Click to expand...
Click to collapse
I'm searching for a solution right now
i think i'm losing hope , so i'm going to give it to someone who can fix it
When I find a solution , I will send you back
Same here. The same thing happened to my 616. The motherboard(NAND Memory) was gone so I gave it to a local repair shop. Probably a hardware bug.
One Trick Helped me
Turkish05 said:
First
I had a problem on Htc Desire 616, it shows always an error like "google play stopped working". This is not only google play, it shows lots of names and doesn't let me use the phone. Hard reset did not work. Then I stcuk in htc logo
I decided to use SP Flash Tool to install stock rom. I tried to wipe data, however it gives an error like "/data could not mount" then I have tried to flash again using SP Flash tool But i format bootloader . When i plugged in, it does not show any reaction like charging.
Now , what should I do is it completely died or is there any hope to make it work again
Thanks .
Click to expand...
Click to collapse
I downloaded the firmware files
And tried to flash normally but it didn't work out as the SP Tools doesn't load files properly (probably stock files problem)
so I tried to flash only
1. boot.img
2. recovery.img
3. For the third file rename the "system.ext4.img" to "system.img"
4. Select in the SP Tool -> android tab and select "system.img"
5. Remove the battery from the phone
6. Click on download in SP Tool
7. Connect the phone with the usb cable
Note : Make sure you have the drivers installed in the PC
8. After flashing it will start in russian language (dont be panic), just wait untill it done. :good:
9. Now you will land on the language selection menu
10. You still get the notifications of "unfortunately stopped ..." blah blah.(just ignore it)
11. Now you'll get some error notification "Some ID is modified". Click Ok on it.
12. After few minutes your phone will restart autmatically and it will boot in recovery with loading sign and notification "Erasing"
13. Now it will reboot after the above process automatically (Please wait as the first boot take time)
14. Again setup your phone and Viola!
Your phone will work fine! :good:
aqqshay said:
I downloaded the firmware files
And tried to flash normally but it didn't work out as the SP Tools doesn't load files properly (probably stock files problem)
so I tried to flash only
1. boot.img
2. recovery.img
3. For the third file rename the "system.ext4.img" to "system.img"
4. Select in the SP Tool -> android tab and select "system.img"
5. Remove the battery from the phone
6. Click on download in SP Tool
7. Connect the phone with the usb cable
Note : Make sure you have the drivers installed in the PC
8. After flashing it will start in russian language (dont be panic), just wait untill it done. :good:
9. Now you will land on the language selection menu
10. You still get the notifications of "unfortunately stopped ..." blah blah.(just ignore it)
11. Now you'll get some error notification "Some ID is modified". Click Ok on it.
12. After few minutes your phone will restart autmatically and it will boot in recovery with loading sign and notification "Erasing"
13. Now it will reboot after the above process automatically (Please wait as the first boot take time)
14. Again setup your phone and Viola!
Your phone will work fine! :good:
Click to expand...
Click to collapse
I was going step by sep till step 7 its shows me this
BROM ERROR : S_DL_PMT_ERR_NO_SPACE (5069)
so i guess there is something in my storge or what ?
same problem
Turkish05 said:
I was going step by sep till step 7 its shows me this
BROM ERROR : S_DL_PMT_ERR_NO_SPACE (5069)
so i guess there is something in my storge or what ?
Click to expand...
Click to collapse
did u fix it?
Turkish05 said:
First
I had a problem on Htc Desire 616, it shows always an error like "google play stopped working". This is not only google play, it shows lots of names and doesn't let me use the phone. Hard reset did not work. Then I stcuk in htc logo
I decided to use SP Flash Tool to install stock rom. I tried to wipe data, however it gives an error like "/data could not mount" then I have tried to flash again using SP Flash tool But i format bootloader . When i plugged in, it does not show any reaction like charging.
Now , what should I do is it completely died or is there any hope to make it work again
Thanks .
Click to expand...
Click to collapse
I have the exactly same problem. HTC Desire 616 stuck at HTC logo after "download only" flash using SP Flash Tool and then dead after "format + download" Please help
I am using following ROM:
0PBMIMG_V3_DUG_JB422_SENSE51_1.00.708.028_Radio_MOLY.WR8.W1315.MD.WG.MP.V21.P30_Release
Snow.man said:
I have the exactly same problem. HTC Desire 616 stuck at HTC logo after "download only" flash using SP Flash Tool and then dead after "format + download" Please help
I am using following ROM:
0PBMIMG_V3_DUG_JB422_SENSE51_1.00.708.028_Radio_MOLY.WR8.W1315.MD.WG.MP.V21.P30_Release
Click to expand...
Click to collapse
mee 2 ;(( same problem. error 5069.
Delet boot loder
Hi ihave the same problem my htc 616 is broken
Becouse i do formatt+download ...and bootloder is delet...are there any solution please....:crying::crying::crying:
Samorang said:
Hi ihave the same problem my htc 616 is broken
Becouse i do formatt+download ...and bootloder is delet...are there any solution please....:crying::crying::crying:
Click to expand...
Click to collapse
I have same problem
Sent from my TECNO-Y2 using XDA Free mobile app
htc desire 616 completely dead after format plus download
I have the same problem my htc desire 616 dual sim a month ago
Becouse i do formatt+download ...and bootloder is delet...are there any solution till now please Share
Guys: I need your understanding, experience, patience and HEEELP!!!
The history:
2 months ago, I bought a new HUAWEI GR3 (TANGO) TAG-L23. Processor = MT6753T
I tried to root it using KingoRoot. I Messed it up... Got a soft-brick: splash screen boot loop. At that moment, I still had access to Fastboot and Recovery mode (stock recovery).
After tons of days googling, found a TWRP recovery that someone claimed that worked in GR3.
I decided to flash it using fastboot commands from my PC. Result = OK. Flashed and worked like a charm.
Tired of searching a stock/custom firmware for GR3 TAG-L23, I decided to download and flash a GR3 TAG-L22 rom using TWRP.
Result = Messed it up again... this time worst... Hard-bricked I think: the phone didn't show any light, couldn't boot it again in any mode... Dead...
The only hope I had is that it is detected by Windows for about 10 seconds as MEDIATEK USB PORT (COMxx) where xx changes when I connect it from one USB port to another.
Since then, I tried almost every tutorial/video/solution/forum/website over the internet, tried almost every SP Flash tool version from v3.1224 to v5.1628, downloaded every scatter.txt for MT6753 processor, tried changing with/without battery option in SPFT, pressing every phone buttons combos, with no luck...
I always get the same error: S_FT_ENABLE_DRAM_FAIL (0xFC0)
Downloaded and installed almost every driver I found on internet: not overwritting them... I created a Virtual Machine, and test them separately using snapshots. Result = Same DRAM_FAIL error.
last week, got another HUAWEI GR3 TAG-L23, untouched, brand new...
I did the following with the new one:
Flashed TWRP recovery using fastboot commands = OK
Rooted it using SuperSU = OK
executed tons of ADB commands that found over the internet, to dump the partition table and stock rom using dd command = OK (I think... what I got is a bunch of files - system, lk, boot, logo, cache, frp, userdata, secro, recovery, nvdata, protect1 and 2, tee1 and 2, and so on).
Using the partition table information, edited one scatter.txt file for MT6753 and, one by one, adjusted the partition info (start and lenght). I did it because when using any downloaded scatter file, and selecting the files that I got from dd commands, SPFT showed error messages saying them were wrong. After editing it and loading the files that I got from the second phone, SPFT recognized them as good ones.
But.... I'm still getting the d...mn S_FT_ENABLE_DRAM_FAIL (0xFC0) error
Also tried to get a rom backup and scatter file from the second phone using MTK DROID ROOT & TOOLS v2.5.3 with no luck: it shows all phone information (except IMEIs), a green rectangle shows up, but... a weird message appears at right: "ERROR: TotalBytesPerChunk Not Found. Set Default Page/Spare=2048/64 !!!". Then I click on "BLOCKS MAP" button, a new window appears showing the partition info (that already got using adb command prompt) and "create scatter file" button is grayed out... And if I try to perform the backup, it starts fine, but ends with error, and no file is backed up...
Let me mention that I already read and googled the totalbytesperchunk error and the grayed out button stuff and tried all alternatives too, and nothing worked.
My work environment:
PC = Laptop With 8 GB RAM / Windows 10 pro x64
Virtual Machines: Windows 7 pro 32 bits, Windows XP 32 bits, Ubuntu 32 and 64 bits...
What else can I do?
How can I use the second, rooted and working phone to get a rom/firmware working dump? it is possible?
If someone decides to help me, let me know what do you need (dumped files, downloaded scatter.txt files, screenshots, whatever you need...)
COM## is a COM port. You can use a terminal program to directly interact with the device.
You are not completely bricked yet.
I do not have any further details to help you, but I can tell you there is still hope.
Connect the dead device to PC, load up a terminal app (if on windows, just load up the app named Terminal)
See where you can get with that.
good luck
Please Help cesarr4: my TAG-L23 bricked - Need your TWRP
I have a bricked GR3 after using Kingo Root. You mention in the post:
"After tons of days googling, found a TWRP recovery that someone claimed that worked in GR3. I decided to flash it using fastboot commands from my PC. Result = OK. Flashed and worked like a charm."
Please share this TWRP recovery, please.
antonioroa said:
I have a bricked GR3 after using Kingo Root. You mention in the post:
"After tons of days googling, found a TWRP recovery that someone claimed that worked in GR3. I decided to flash it using fastboot commands from my PC. Result = OK. Flashed and worked like a charm."
Please share this TWRP recovery, please.
Click to expand...
Click to collapse
I attached the recovery I'm currently using in the second GR3. I'm still looking forward the stock rom and a way to recover the first one... have u found a way to unbrick it?
Here you can find the recovery too: http://forum.xda-developers.com/android/development/recovery-twrp-3-0-2-0-huawei-tag-l01-p8-t3433520
I have the same problem with kingroot, and cannot find TAG-L23 rom.
I sent my phone to huawei support and they said it's a board problem and need to replace, the cost is near to the phone's original price.... No way!
In clangsm web page there's a stock rom but you need to pay for vip membership.
Please help with this issue.
I'm still trying to get a working rom image from the 2nd GR3 that I bought... No luck yet... I'm plenty sure that there is no need to do hardware replacement... can anyone point me to a tool/step-by-step guide to readback and save a flashable rom image from GR3 phone, and a SP tools that works with GR3 chipset/PCB?
Hi, i have a TAG-L01 and i got the same problem, i've tried a lot with no lucky, it seems sp flash tool don't support our device(or is huawei that don't want).
If you have some ideas please tell me, i will help(our devices are exactly the same, all TAG-Lxx are the same)
Hello
I have a TAG-L23. I was able to install the TRWP recovery mentioned in previous posts. But I do need the Stock ROM, since I am not able to start the phone. It is allways rebooting. any idea where to find the ROM? maybe cesarr4 can do a backup on TWRP from his second phone and we can load it. just make a backup in the recovery and Zip it, then you may share it.
srgg01 said:
Hello
I have a TAG-L23. I was able to install the TRWP recovery mentioned in previous posts. But I do need the Stock ROM, since I am not able to start the phone. It is allways rebooting. any idea where to find the ROM? maybe cesarr4 can do a backup on TWRP from his second phone and we can load it. just make a backup in the recovery and Zip it, then you may share it.
Click to expand...
Click to collapse
Done. Where can I share it for you?
cesarr4 said:
Done. Where can I share it for you?
Click to expand...
Click to collapse
please share your ROM in google drive. i've got same problem here.
Any link to the TAG-L23 ROM? please share as I believe mine is corrupted.
Hello Guys,
The issue is that i wanted to root my lenovo k8 note so follow this link "https://forum.xda-developers.com/android/development/tutorials-how-to-root-lenovo-k8-note-t3685502", Everything works file but in last rooting step no. 9
9. If you see internal storage 0mb Then GoTo Wipe and FORMAT DATA once & reboot to recovery
but in my device there has memory 59999mb so i ignored and reboot using twrp but it says no OS installed
and shows orange state, then i format phone using twrp but nothing happens again orange state and no os installed.
then i found another article with same issue "https://forum.xda-developers.com/android/help/lenovo-k8-note-stuck-boot-logo-flashing-t3751324/post75974342#post75974342" and found this
The bootlogo issue.
Hey! I read your post regarding your k8 note being stuck at the bootlogo.
Consider that you can still use TWRP, boot into it.
Then go ahead and download the SuperSU zip on your PC/laptop and connect your phone with a USB. You might be able to see the SD card folders on your PC, then you can just copy and paste it to the internal sd and flash it. You'll be good to go. If that doesn't work, in the TWRP Mode, go to advanced and select ADB sideload. You can now flash using ADB sideload.
Search for tutorials on ADB sideload. It's easy and that should work.
Click to expand...
Click to collapse
solution over there and flash supersu but nothing happens.
After so many try i locked oem bootloader in fastboot using command "fastboot oem lock", after this my lenovo k8 note show Red State.
Now i am not able to do anythig please help me out.
Basically my device is stuck at the bootloop with the
Red State
=> "Your Device has fail to pass verification and may not work properly
your device will boot in 10 sec trusted
Your device will boot in 5 seconds"
definitely I must have screwed up something.
Please help me to boot my Lenovo K8 note in normal mode.
Thanks
beingfhd said:
Hello Guys,
The issue is that i wanted to root my lenovo k8 note so follow this link "https://forum.xda-developers.com/android/development/tutorials-how-to-root-lenovo-k8-note-t3685502", Everything works file but in last rooting step no. 9
9. If you see internal storage 0mb Then GoTo Wipe and FORMAT DATA once & reboot to recovery
but in my device there has memory 59999mb so i ignored and reboot using twrp but it says no OS installed
and shows orange state, then i format phone using twrp but nothing happens again orange state and no os installed.
then i found another article with same issue "https://forum.xda-developers.com/an...-flashing-t3751324/post75974342#post75974342" and found this solution over there and flash supersu but nothing happens.
After so many try i locked oem bootloader in fastboot using command "fastboot oem lock", after this my lenovo k8 note show Red State.
Now i am not able to do anythig please help me out.
Basically my device is stuck at the bootloop with the
Red State
=> "Your Device has fail to pass verification and may not work properly
your device will boot in 10 sec trusted
Your device will boot in 5 seconds"
definitely I must have screwed up something.
Please help me to boot my Lenovo K8 note in normal mode.
Thanks
Click to expand...
Click to collapse
Are you okay with losing your data on your phone? If yes then go ahead and flash stock ROM with sp flash tool. And about your problem, I guess you wiped the /system partition as well that's why it was showing no os installed.
Another thing is that if you install twrp Do not boot up your phone, boot up into twrp by pressing volume up and power button at the same time you'll need to flash magisk or supersu so that twrp can modify partition correctly.
Thanks
Anas Rahman said:
Are you okay with losing your data on your phone? If yes then go ahead and flash stock ROM with sp flash tool. And about your problem, I guess you wiped the /system partition as well that's why it was showing no os installed.
Another thing is that if you install twrp Do not boot up your phone, boot up into twrp by pressing volume up and power button at the same time you'll need to flash magisk or supersu so that twrp can modify partition correctly.
Click to expand...
Click to collapse
Thanks for the reply but i recovered it using flash stock rom.
But i have another ques that can i flash twrp without oem unlock?
beingfhd said:
Thanks for the reply but i recovered it using flash stock rom.
But i have another ques that can i flash twrp without oem unlock?
Click to expand...
Click to collapse
No you can't
k8 note stuck on bootloop...??
need help.....my k8 note was running oreo....thn i downgraded to nougat...duo to bugs on oreo... thn i was facing more problems... so i decided to flash oreo again. ... i was trying to flash...but i was getting some brom error...so i thought it might be due to unlocked bootloader... so i tried to lock it.. and then try... and the system got deleted.... i cant even access fastboot... but device is detecting on sp flash tool... but getting the same error... help buddy... its urgent.. my device is not turning on... but the led is working....
DeepRBasak said:
need help.....my k8 note was running oreo....thn i downgraded to nougat...duo to bugs on oreo... thn i was facing more problems... so i decided to flash oreo again. ... i was trying to flash...but i was getting some brom error...so i thought it might be due to unlocked bootloader... so i tried to lock it.. and then try... and the system got deleted.... i cant even access fastboot... but device is detecting on sp flash tool... but getting the same error... help buddy... its urgent.. my device is not turning on... but the led is working....
Click to expand...
Click to collapse
This might be helpful https://forum.xda-developers.com/k8-note/how-to/lenovo-k8-note-xt1902-3-fix-dead-hard-t3791839
thank u somuch am also mobile sevice man it help full for me
Anas Rahman said:
Are you okay with losing your data on your phone? If yes then go ahead and flash stock ROM with sp flash tool. And about your problem, I guess you wiped the /system partition as well that's why it was showing no os installed.
Another thing is that if you install twrp Do not boot up your phone, boot up into twrp by pressing volume up and power button at the same time you'll need to flash magisk or supersu so that twrp can modify partition correctly.
Click to expand...
Click to collapse
I have the same problem. please help us!
HARDROCK2614 said:
I have the same problem. please help us!
Click to expand...
Click to collapse
What problem do you have, please describe
I have lost all my mind and need serious help.
Recently, the march update came. i forgot that rooted phone should not be updated by the OTA update. And i did. As a result i got stuck in a bootloop. Then I had to use the oreo ROM from this forum and flashed it using SP Flash tool. It was a successfull flash. Then I used Maui META to write the IMEI for both sim. That was successfull too(Wifi and bluetooth addresses were working by themselves and i didnt write the serial number of the phone).
After working nicely for three days, i was using Whatsapp and a friend of mine sent me a .pptx file (powerpoint presentation). I opened it using WPS office app. I opened it multiple times in morning with no problems. But in the afternoon at about 2.53 PM while i was in my car, i was unable to open the file. The phone hanged. It heated up. To get out of the hang, i restarted the phone using the power button. IT DID NOT START. All it showed was the lenovo logo screen. And after doing more restarts, the phone went completely blank.
Now i cannot start it, or charge it. So i thought of flashing it again. But when i connect it to my PC, it keeps CONNECTING and DISCONNECTING. what i saw in the device manager was that the driver keeps changing very fast betwee MTK USB PORT and PRELOADER.
I found the solution to be updating the drivers manually. I did. Now the driver shows only DA USB VCOM and when it changes, it goes invisible in the PC and then appears back. Now when i start flashing, the first red progress bar appears as: Download DA 100%. and the flash hangs. After some time, this error will popup: ERROR: STATUS_UNKNOWN_STORAGE_TYPE (0xC0040009)
Please someone help me.
custom619 said:
Recently, the march update came. i forgot that rooted phone should not be updated by the OTA update. And i did. As a result i got stuck in a bootloop. Then I had to use the oreo ROM from this forum and flashed it using SP Flash tool. It was a successfull flash. Then I used Maui META to write the IMEI for both sim. That was successfull too(Wifi and bluetooth addresses were working by themselves and i didnt write the serial number of the phone).
After working nicely for three days, i was using Whatsapp and a friend of mine sent me a .pptx file (powerpoint presentation). I opened it using WPS office app. I opened it multiple times in morning with no problems. But in the afternoon at about 2.53 PM while i was in my car, i was unable to open the file. The phone hanged. It heated up. To get out of the hang, i restarted the phone using the power button. IT DID NOT START. All it showed was the lenovo logo screen. And after doing more restarts, the phone went completely blank.
Now i cannot start it, or charge it. So i thought of flashing it again. But when i connect it to my PC, it keeps CONNECTING and DISCONNECTING. what i saw in the device manager was that the driver keeps changing very fast betwee MTK USB PORT and PRELOADER.
I found the solution to be updating the drivers manually. I did. Now the driver shows only DA USB VCOM and when it changes, it goes invisible in the PC and then appears back. Now when i start flashing, the first red progress bar appears as: Download DA 100%. and the flash hangs. After some time, this error will popup: ERROR: STATUS_UNKNOWN_STORAGE_TYPE (0xC0040009)
Please someone help me.
Click to expand...
Click to collapse
I couldn't find more about the problem online, can you please upload a screenshot of the error. Try using the latest version of SP Flash Tool and see if the problem persists
I have lost all my mind and need serious help.
here are the screenshots. Note that the battery is in the phone always because i am unable to open the back cover. During the flashing process, i did not press the vol - button.
https://ibb.co/sq8knnj
https://ibb.co/VjqKQm3
https://ibb.co/4VkVPjs
https://ibb.co/cw2BzLC
https://ibb.co/kcjjJ74
Now in the following screenshots, i kept the vol - button pressed down. Note that the driver is stuck at preloader and not DA. Also the first bar is yellow color in both these cases. However, in the above situation, multiple files were flashed. But in this below situation, only this so called "flash" was done; that too unsucessful in the end.
https://ibb.co/1QKtsCb
https://ibb.co/Ssj58Zd
custom619 said:
here are the screenshots. Note that the battery is in the phone always because i am unable to open the back cover. During the flashing process, i did not press the vol - button.
https://ibb.co/sq8knnj
https://ibb.co/VjqKQm3
https://ibb.co/4VkVPjs
https://ibb.co/cw2BzLC
https://ibb.co/kcjjJ74
Now in the following screenshots, i kept the vol - button pressed down. Note that the driver is stuck at preloader and not DA. Also the first bar is yellow color in both these cases. However, in the above situation, multiple files were flashed. But in this below situation, only this so called "flash" was done; that too unsucessful in the end.
https://ibb.co/1QKtsCb
https://ibb.co/Ssj58Zd
Click to expand...
Click to collapse
The problem may be with your drivers, i see you have Preloader drivers only.
Follow this guide for installing drivers - https://forum.xda-developers.com/elephone-m2/help/windows-10-mtk-vcom-usb-drivers-32-64-t3267033
Anas Rahman said:
The problem may be with your drivers, i see you have Preloader drivers only.
Follow this guide for installing drivers - https://forum.xda-developers.com/elephone-m2/help/windows-10-mtk-vcom-usb-drivers-32-64-t3267033
Click to expand...
Click to collapse
So i did as you said brother. I don' t know how but something happened. The phone, after a long time actually displayed up. It showed the LENOVO logo and down in the corner two things came in written :
>device unlocked
>Tool DL image Fail
I googled it up and found that it requires to flash the phone with the DA DL option ticked. I did that but it does not flash. The error is same as follows:
https://ibb.co/Ssj58Zd
Can you please guide me in the flashing process? I think the mistake is very small but i don't know where i am missing.
I have lost all my mind and need serious help.
custom619 said:
So i did as you said brother. I don' t know how but something happened. The phone, after a long time actually displayed up. It showed the LENOVO logo and down in the corner two things came in written :
>device unlocked
>Tool DL image Fail
I googled it up and found that it requires to flash the phone with the DA DL option ticked. I did that but it does not flash. The error is same as follows:
https://ibb.co/Ssj58Zd
Can you please guide me in the flashing process? I think the mistake is very small but i don't know where i am missing.
Click to expand...
Click to collapse
Okay so what i figured out is that in this state: (battery plugged in, no notification LED response, no response on power or volume buttons) the driver you require is MTK USB PORT.
I updated to this driver manually, and guess what? the phone actually flashed. But three files remained and the process hanged. (system, cache and userdata)
Now i get the errors:
>device unlocked
>Tool DL image Fail
and sometimes: >device otp failed
I am trying to flash the rest three files individually. Lets see what happens.
custom619 said:
Okay so what i figured out is that in this state: (battery plugged in, no notification LED response, no response on power or volume buttons) the driver you require is MTK USB PORT.
I updated to this driver manually, and guess what? the phone actually flashed. But three files remained and the process hanged. (system, cache and userdata)
Now i get the errors:
>device unlocked
>Tool DL image Fail
and sometimes: >device otp failed
I am trying to flash the rest three files individually. Lets see what happens.
Click to expand...
Click to collapse
Try flashing wihtout these three files, then boot to fastboot mode by pressing POWER+VOL UP and choose fastboot mode then flash these three files with fastboot commamds
Anas Rahman said:
Try flashing wihtout these three files, then boot to fastboot mode by pressing POWER+VOL UP and choose fastboot mode then flash these three files with fastboot commamds
Click to expand...
Click to collapse
I.AM.DUMBFOUNDED.
During flashing this error occurred:
(yellow bar in SPFlash tool)
[recovery] Download Flash 100%
ERROR: STATUS_MMC_ERR (0xC0040030)
[HINT]:
custom619 said:
I.AM.DUMBFOUNDED.
During flashing this error occurred:
(yellow bar in SPFlash tool)
[recovery] Download Flash 100%
ERROR: STATUS_MMC_ERR (0xC0040030)
[HINT]:
Click to expand...
Click to collapse
Couldn't find much about the error, give this a try
https://forum.xda-developers.com/k8-note/how-to/lenovo-k8-note-xt1902-3-fix-dead-hard-t3791839
ALSO, in the last few screenshots you're using firmware upgrade option please choose downlaod only.
Join the Telegram group more people can help there - -
Join «Lenovo XT1902-1/2/3 (K8 Series) Official Chat Group» on Telegram: https://t.me/K8Official
Anas Rahman said:
Couldn't find much about the error, give this a try
https://forum.xda-developers.com/k8-note/how-to/lenovo-k8-note-xt1902-3-fix-dead-hard-t3791839
ALSO, in the last few screenshots you're using firmware upgrade option please choose downlaod only.
Join the Telegram group more people can help there - -
Join «Lenovo XT1902-1/2/3 (K8 Series) Official Chat Group» on Telegram: https://t.me/K8Official
Click to expand...
Click to collapse
I Already tried this thread you suggested. No outcome.
Anas Rahman said:
Couldn't find much about the error, give this a try
https://forum.xda-developers.com/k8-note/how-to/lenovo-k8-note-xt1902-3-fix-dead-hard-t3791839
ALSO, in the last few screenshots you're using firmware upgrade option please choose downlaod only.
Join the Telegram group more people can help there - -
Join «Lenovo XT1902-1/2/3 (K8 Series) Official Chat Group» on Telegram: https://t.me/K8Official
Click to expand...
Click to collapse
This group is possibly dead. No one has responded till today...