Acer Z630S stuck in boot - Android Q&A, Help & Troubleshooting

Hi,
I tried to root my phone using TWRP, ADB & Fastboot but my phone is stuck in boot. It restarts as soon as the Acer logo is displayed. I need stock ROM for my phone. Please help me in resetting the phone.
My phone details are below :
Model Number: T04
Android version: 5.1
Kernel version: 3.10.65
Image version: Acer_AV0L0_T04_RV01RC07_IND_GEN1
Build Number : Acer_AV0L0_T04_1 .007.00_IND_GEN1
Thanks.

Kumaranil_1918 said:
Hi,
I tried to root my phone using TWRP, ADB & Fastboot but my phone is stuck in boot. It restarts as soon as the Acer logo is displayed. I need stock ROM for my phone. Please help me in resetting the phone.
My phone details are below :
Model Number: T04
Android version: 5.1
Kernel version: 3.10.65
Image version: Acer_AV0L0_T04_RV01RC07_IND_GEN1
Build Number : Acer_AV0L0_T04_1 .007.00_IND_GEN1
Thanks.
Click to expand...
Click to collapse
Here you are:
https://drive.google.com/file/d/0B35guFajHaQfYUJrWnRON3FTbDg/view
Also here is some links that is veeery useful to you:
http://vache-android.com/?dir=hubicAcer/Z630S

MigoMujahid said:
Here you are:
https://drive.google.com/file/d/0B35guFajHaQfYUJrWnRON3FTbDg/view
Also here is some links that is veeery useful to you:
http://vache-android.com/?dir=hubicAcer/Z630S
Click to expand...
Click to collapse
Thank you but is it compatible with my phone? I tried rooting using 'TWRP_2860_Z630S-T04_Shreps.img' file. When I unlocked bootloader using the fastboot command, my phone was reset. Then, I flashed the above image using fastboot for custom recovery so that I can install SuperSu but phone stuck in boot as soon as I entered fastboot reboot. Since then, my phone is in bootloop. Manual reset using the phone button isn't working.

Kumaranil_1918 said:
Thank you but is it compatible with my phone? I tried rooting using 'TWRP_2860_Z630S-T04_Shreps.img' file. When I unlocked bootloader using the fastboot command, my phone was reset. Then, I flashed the above image using fastboot for custom recovery so that I can install SuperSu but phone stuck in boot as soon as I entered fastboot reboot. Since then, my phone is in bootloop. Manual reset using the phone button isn't working.
Click to expand...
Click to collapse
It's compatible with your phone, there is another image in the other link i gave you but an older firmware, you can try it too
There is also this lollipop rooted one :
https://drive.google.com/file/d/0BwF5fKdxM85SenRSSnU1c3JHczg/view?usp=sharing
And this one is thought to be marshmallow:
https://drive.google.com/file/d/0BwF5fKdxM85SQmVhQ0IzX3dwWEU/view?usp=sharing

MigoMujahid said:
It's compatible with your phone, there is another image in the other link i gave you but an older firmware, you can try it too
There is also this lollipop rooted one :
https://drive.google.com/file/d/0BwF5fKdxM85SenRSSnU1c3JHczg/view?usp=sharing
And this one is thought to be marshmallow:
https://drive.google.com/file/d/0BwF5fKdxM85SQmVhQ0IzX3dwWEU/view?usp=sharing
Click to expand...
Click to collapse
Thank you. WIll try and let you know. Can you please tell me how to flash the recovery since my phone is stuck in bootlloop?

Kumaranil_1918 said:
Thank you. WIll try and let you know. Can you please tell me how to flash the recovery since my phone is stuck in bootlloop?
Click to expand...
Click to collapse
Using adb you can flash the recovery but it requires the USB debugging yo be enabled on your phone, and your phone is bootloaped so we are almost in a dead end here, what do you get when you try to enter the recovery?

MigoMujahid said:
Using adb you can flash the recovery but it requires the USB debugging yo be enabled on your phone, and your phone is bootloaped so we are almost in a dead end here, what do you get when you try to enter the recovery?
Click to expand...
Click to collapse
I already enabled usb debugging mode and unlocked bootloader before flashing the TWRP image. I don't know how to enter into recovery mode. I tried every key combination but my phone restarts once Acer logo is displayed. A blank screen is displayed, then phone vibrates and acer logo is displayed. Again, the same thing happens.

Kumaranil_1918 said:
I already enabled usb debugging mode and unlocked bootloader before flashing the TWRP image. I don't know how to enter into recovery mode. I tried every key combination but my phone restarts once Acer logo is displayed. A blank screen is displayed, then phone vibrates and acer logo is displayed. Again, the same thing happens.
Click to expand...
Click to collapse
Have you tried power button with volume up or with volume down,?
If you succeed, do the following while in the bootloader menu
To flash TWRP with adb, you must have adb & fastboot installed, download the installation from here.
Now connect your device to your PC and go to the folder where your TWRP is and press and hold shift then right click on an empty place on the folder and choose "Open command window here"
Now type following commands at command prompt.
Code:
adb reboot bootloader
to boot your device into bootloader.
after booting into bootloader type
Code:
fastboot flash recovery xxxx.img
"xxxx" refers to the recovery file name.
After the process finishes, try booting into the Recovery using Power+Volume up.

MigoMujahid said:
Have you tried power button with volume up or with volume down,?
If you succeed, do the following while in the bootloader menu
To flash TWRP with adb, you must have adb & fastboot installed, download the installation from here.
Now connect your device to your PC and go to the folder where your TWRP is and press and hold shift then right click on an empty place on the folder and choose "Open command window here"
Now type following commands at command prompt.
Code:
adb reboot bootloader
to boot your device into bootloader.
after booting into bootloader type
Code:
fastboot flash recovery xxxx.img
"xxxx" refers to the recovery file name.
After the process finishes, try booting into the Recovery using Power+Volume up.
Click to expand...
Click to collapse
Thanks. I tried the combination but nothing happens. I also tried removing the battery and connecting the phone to pc. Once I connect without battery, a blue charging light appears on the top left hand side. Then, I tried the key combinations again. The phone vibrates but blank screen is being displayed. Is there any way I can recover using SP flash tool using the scatter file in the link provided above?

Kumaranil_1918 said:
Thanks. I tried the combination but nothing happens. I also tried removing the battery and connecting the phone to pc. Once I connect without battery, a blue charging light appears on the top left hand side. Then, I tried the key combinations again. The phone vibrates but blank screen is being displayed. Is there any way I can recover using SP flash tool using the scatter file in the link provided above?
Click to expand...
Click to collapse
I tried flashing the file "Acer_AV0L0_T04_1.001.00_EMEA_GEN2_(rooted)" using SP flash tool and I got the errors. I've attached screenshots of both the errors. Now my phone isn't booting when I press the power button. No vibrations, only blank screen. I searched in Google and "Error Message: S_DL_GET_DRAM_SETTING_FAIL (0x13BE), Meaning: The firmware you're trying to flash is either not compatible with your device or you have selected the wrong flashing settings". Please help.

Kumaranil_1918 said:
I tried flashing the file "Acer_AV0L0_T04_1.001.00_EMEA_GEN2_(rooted)" using SP flash tool and I got the errors. I've attached screenshots of both the errors. Now my phone isn't booting when I press the power button. No vibrations, only blank screen. I searched in Google and "Error Message: S_DL_GET_DRAM_SETTING_FAIL (0x13BE), Meaning: The firmware you're trying to flash is either not compatible with your device or you have selected the wrong flashing settings". Please help.
Click to expand...
Click to collapse
The firmware is compatible, try flashing with SP Flash tool v3 not v5.

MigoMujahid said:
The firmware is compatible, try flashing with SP Flash tool v3 not v5.
Click to expand...
Click to collapse
Which options do I choose now? I assume I have to select 'Format All + Download' option since my phone isn't booting when I press the power button. No vibrations, only blank screen. Also, I need to know if all the files provided in the ROM need to be checked in SP flash tool for flashing or just Recovery.img.

Kumaranil_1918 said:
Which options do I choose now? I assume I have to select 'Format All + Download' option since my phone isn't booting when I press the power button. No vibrations, only blank screen. Also, I need to know if all the files provided in the ROM need to be checked in SP flash tool for flashing or just Recovery.img.
Click to expand...
Click to collapse
Well, choosing the recovery only will flash the recovery only, keep it default and try "download"

MigoMujahid said:
Well, choosing the recovery only will flash the recovery only, keep it default and try "download"
Click to expand...
Click to collapse
Just to confirm, I just select 'Download only' option and keep the checked items as it is without changing and flash using SP Flash tool v3. Am I right?

Kumaranil_1918 said:
Just to confirm, I just select 'Download only' option and keep the checked items as it is without changing and flash using SP Flash tool v3. Am I right?
Click to expand...
Click to collapse
Yes that should absolutely work...
-----------------------------------------
If i Helped you, support me and press the "thanks" button

MigoMujahid said:
Yes that should absolutely work...
Click to expand...
Click to collapse
Thanks. I'll try now and let you know.

Kumaranil_1918 said:
Thanks. I'll try now and let you know.
Click to expand...
Click to collapse
I tried flashing using the below versions:
SP-Flash-Tool-v3.1224.0.100
SP-Flash-Tool-v3.1312.0.139
SP-Flash-Tool-v3.1316.0.150
SP-Flash-Tool-v3.1328.0.183
SP-Flash-Tool-v3.1332.0.187
SP-Flash-Tool-v3.1344.0.212
I got many error messages. I've attached them. I've also tried downloading and installing 'Mediatek_USB_Driver_Auto-Installer_5.1632.00'. The flashing still doesn't work.

Kumaranil_1918 said:
I tried flashing using the below versions:
SP-Flash-Tool-v3.1224.0.100
SP-Flash-Tool-v3.1312.0.139
SP-Flash-Tool-v3.1316.0.150
SP-Flash-Tool-v3.1328.0.183
SP-Flash-Tool-v3.1332.0.187
SP-Flash-Tool-v3.1344.0.212
I got many error messages. I've attached them. I've also tried downloading and installing 'Mediatek_USB_Driver_Auto-Installer_5.1632.00'. The flashing still doesn't work.
Click to expand...
Click to collapse
Can you please tell me how to proceed now?

Kumaranil_1918 said:
Can you please tell me how to proceed now?
Click to expand...
Click to collapse
Press download first, then plug the phone to usb

MigoMujahid said:
Press download first, then plug the phone to usb
Click to expand...
Click to collapse
Yes, I selected 'Download' option and then connected my phone with battery in it. I left the checked boxes as it is. You can see them in the screenshots. The tool didn't proceed from 0%. It showed the errors which I've attached previously.

Related

not starting after booot in recovery

i flashed clockworkmod recovery from rom manager and then tried to boot in recovery but the p500 stuck on lg logo.
i tried to remove battery and then placing again but it wasn't starting.
pls help me i think my phone is brick or something like that
can you try what you find here: http://androidforums.com/getitnowmarketing/330813-all-one-recovery-thread.html
I've experienced the same thing long back, it happens when recovery gets damaged...don't worry, the phone is not bricked...I recovered it by flashing back official firmware by using KDZ...
I'm assuming, u r not able to go to recovery either...r u?
yes i'm not able to go to recovery
to use kdz, pc is required but, when i tried to connect the phone to pc using usb cable it wasn't regonised. what to do
dmayurx said:
yes i'm not able to go to recovery
to use kdz, pc is required but, when i tried to connect the phone to pc using usb cable it wasn't regonised. what to do
Click to expand...
Click to collapse
Try the 8th point mentioned in the post...
Code:
http://forum.xda-developers.com/showthread.php?t=883314
dmayurx said:
i flashed clockworkmod recovery from rom manager and then tried to boot in recovery but the p500 stuck on lg logo.
i tried to remove battery and then placing again but it wasn't starting.
pls help me i think my phone is brick or something like that
Click to expand...
Click to collapse
well lgmdp is the best and the safest method to get ur phn back to life http://forum.xda-developers.com/showthread.php?t=1324105
folow this to flash recovery http://forum.xda-developers.com/showthread.php?t=1318750 just be sure to enable usb debugging on phn before flashing any recovery via clockwork or even lgmdp
shhbz said:
well lgmdp is the best and the safest method to get ur phn back to life http://forum.xda-developers.com/showthread.php?t=1324105
folow this to flash recovery http://forum.xda-developers.com/showthread.php?t=1318750 just be sure to enable usb debugging on phn before flashing any recovery via clockwork or even lgmdp
Click to expand...
Click to collapse
My phone is stuck on LG logo. that means my android isn't booting. so, my point is how can i turn ON USB Debugging.
and the other thing is i installed my phone drivers to pc(win 7 32 bit) but my phone was not recognized so, how can I use the tools like KDZ updater or LGMDP.
Thanks for the reply dude
dmayurx said:
My phone is stuck on LG logo. that means my android isn't booting. so, my point is how can i turn ON USB Debugging.
and the other thing is i installed my phone drivers to pc(win 7 32 bit) but my phone was not recognized so, how can I use the tools like KDZ updater or LGMDP.
Thanks for the reply dude
Click to expand...
Click to collapse
u can use kdz with the emergency mode...nothing to do with the USB debugging...the problem is the phone is not recognized...try many times with the "shaking technique"...it will work for sure, it worked for me...
dmayurx said:
My phone is stuck on LG logo. that means my android isn't booting. so, my point is how can i turn ON USB Debugging.
and the other thing is i installed my phone drivers to pc(win 7 32 bit) but my phone was not recognized so, how can I use the tools like KDZ updater or LGMDP.
Thanks for the reply dude
Click to expand...
Click to collapse
well i am saying that be sure to enable usb debugging in future for the time just use the method to revive your phn back ,when ur phn is on just be sure usb debugging is enabled and than flash recovery using any method u r comfortable with, use the lgmdp method its safe and kdz flashing is used the shaking method when the phn is in dead condition as ur phn boot to lg logo so the lgmdp method will work even the kdz but the later one is bit risky.
Get lgdmp (firmware flasher) on PC
Link: http://*******/5v3zU
Open lgdmp.exe
Disable LG modem
Device manager -> modems
Go to emergency mode first.
For that:
Power off phone (even if by taking out battery) -> keep press volume up+back button and press power button.
Now u will enter emergency mode
In lgdmp click select port
Phone will be detected automatically -> press connect
Close the pop-up window that shows to select image file
Backup NV
Tools -> NV backup
Download recovery
Link: http://*******/5v3tT
Unzip the downloaded recovery into a folder
Open the extracted folder as the image folder in lgdmp
It will show some errors. Don't mind and just close the image selection window
Now press download in main window of lgdmp
It will flash recovery to the phone
After its complete u can boot to recovery by keycombination menu + volume down when pressing power button
Hope it will help
Edit: xda don't allow adfly links so download files from http://lg-p500-optimusone.blogspot.in/p/flashing-custom-recovery-cwm-from-lgmdp.html
Sent from my LG-P500 using XDA
God! What the hell are you doing!
Do you even know what happened to your phone; No!
So don't go for anything
You got your CWM 5.0.2.7 corrupted while flash
So just boot into fastboot mode and flash CWM 5.0.2.0 via fastboot method
@All here: If anyone of you, could please link him to fastboot unbrick method from Bytecode's repo
By the way. What ever you try but KDZ and LGPMD won't recogonise your phone
So no chance to use it
Most probably he will be confused like hell by seeing all those answers like
Go for lgmdp no go to kdz no phone bricked ma money oh GOD.. :banghead:
Am not spamming by the way lol........
doppelgänger said:
Get lgdmp (firmware flasher) on PC
Link: http://*******/5v3zU
Open lgdmp.exe
Disable LG modem
Device manager -> modems
Go to emergency mode first.
For that:
Power off phone (even if by taking out battery) -> keep press volume up+back button and press power button.
Now u will enter emergency mode
In lgdmp click select port
Phone will be detected automatically -> press connect
Close the pop-up window that shows to select image file
Backup NV
Tools -> NV backup
Download recovery
Link: http://*******/5v3tT
Unzip the downloaded recovery into a folder
Open the extracted folder as the image folder in lgdmp
It will show some errors. Don't mind and just close the image selection window
Now press download in main window of lgdmp
It will flash recovery to the phone
After its complete u can boot to recovery by keycombination menu + volume down when pressing power button
Hope it will help
Edit: xda don't allow adfly links so download files from http://lg-p500-optimusone.blogspot.in/p/flashing-custom-recovery-cwm-from-lgmdp.html
Sent from my LG-P500 using XDA
Click to expand...
Click to collapse
still phone stucks on lg logo.
nothing happens when I press the Vol up + return button.
i tried without emergency mode but it won't help
DJoptimus-One said:
God! What the hell are you doing!
Do you even know what happened to your phone; No!
So don't go for anything
You got your CWM 5.0.2.7 corrupted while flash
So just boot into fastboot mode and flash CWM 5.0.2.0 via fastboot method
@All here: If anyone of you, could please link him to fastboot unbrick method from Bytecode's repo
Click to expand...
Click to collapse
Is this what ur talking about i found this
http://forum.xda-developers.com/showthread.php?t=1088046
it isn't from bytecode(u may know this)
no following codes were shown on my screen
Symptom
You tried flashing a custom recovery like ClockWorkMod or Thunderg, or you flashed an incorrect ROM, and when you rebooted, it showed this screen:
Code:
fastboot mode started
udc_start()
DJoptimus-One said:
God! What the hell are you doing!
Do you even know what happened to your phone; No!
So don't go for anything
You got your CWM 5.0.2.7 corrupted while flash
So just boot into fastboot mode and flash CWM 5.0.2.0 via fastboot method
@All here: If anyone of you, could please link him to fastboot unbrick method from Bytecode's repo
Click to expand...
Click to collapse
I found this too a "FastBoot Tutorial"
http://forum.xda-developers.com/showpost.php?p=15122833&postcount=100
after select port nothing appears in new window
dmayurx said:
Is this what ur talking about i found this
http://forum.xda-developers.com/showthread.php?t=1088046
it isn't from bytecode(u may know this)
no following codes were shown on my screen
Symptom
You tried flashing a custom recovery like ClockWorkMod or Thunderg, or you flashed an incorrect ROM, and when you rebooted, it showed this screen:
Code:
fastboot mode started
udc_start()
Click to expand...
Click to collapse
Completely switch off your phone
Press Power + Home button
It will boot into fastboot mode and then just follow the method as shown on the thread (link that you mentioned)
Make sure to download 5.0.2.0 CWM recovery image from here
Two things that i wanna advise you about
1) Read that thread very carefully, understand what you are doing and follow each and every command.
2) Make sure to rename the download *.img file to recovery.img
Note that .img is the extension and not to be included in name
I'm sure this will help
Once done, type in fastboot reboot and wait for the phone to boot to the previous instance, where the phone was before this happened
Avoid using 5.0.2.7; its buggy
dmayurx said:
I found this too a "FastBoot Tutorial"
http://forum.xda-developers.com/showpost.php?p=15122833&postcount=100
after select port nothing appears in new window
Click to expand...
Click to collapse
Don't use this. Use the previous link you mentioned
DJoptimus-One said:
By the way. What ever you try but KDZ and LGPMD won't recogonise your phone
So no chance to use it
Click to expand...
Click to collapse
The same thing happened with my phone too, but I was able to revive it by kdz, flashing back stock froyo...and carried out the entire step again...anyway thanks for mentioning a faster technique...may come handy in future
kiran2cy said:
The same thing happened with my phone too, but I was able to revive it by kdz, flashing back stock froyo...and carried out the entire step again...anyway thanks for mentioning a faster technique...may come handy in future
Click to expand...
Click to collapse
Nice to hear that it helped others out too
I suffered from this about 20 times but it took me 2 minutes to recover back

Phone stuck on BootLoop with No Recovery/Usb Debug

My phone is stuck on bootloop. I have cyanogenmod 13 installed on my moto g 3rd gen(2015). I can't seem to get into my system recovery either, which is now twrp and it just shows the logo for twrp recovery. I also for some dumb reason disabled my usb debugging mode, so i can't flash my phone either. Help plzz
Maybe go to bootloader and reflash TWRP
minimale_ldz said:
Maybe go to bootloader and reflash TWRP
Click to expand...
Click to collapse
Doesn't work, can't connect to bootloader
znyght said:
Doesn't work, can't connect to bootloader
Click to expand...
Click to collapse
So, if you turn the phone off and then hold "power" and "volume down" untill it boots, nothing happens?
minimale_ldz said:
So, if you turn the phone off and then hold "power" and "volume down" untill it boots, nothing happens?
Click to expand...
Click to collapse
of course, it goes into bootloader but my PC can't recognize anything. So I can't flash anything. USB Debugging is disabled. If there was a way to force connect that would be great
znyght said:
of course, it goes into bootloader but my PC can't recognize anything. So I can't flash anything. USB Debugging is disabled. If there was a way to force connect that would be great
Click to expand...
Click to collapse
You don't need USB debugging to use fastboot when your phone is booted into bootloader. What you need there is a fastboot tool and drivers. I'm using this one:
http://forum.xda-developers.com/showthread.php?p=48915118
and if it doesn't install correct drivers for you, you can get them here:
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
first thing to do is check what fastboot returns after this command:
Code:
fastboot devices
if it shows your device ID you're good to go
I'd suggest downloading stock firmware first and flashing it before messing with custom recovery. Just remember Motorola often updates bootloader with new firmware so don't flash anything older than you had on your phone before.
Good luck
EDIT: you can also use RSD Lite to flash a new software, it basically automates fastbooting proccess, so theres no risk of misspelling or doing other stuff wrong
EDIT2: firmware is here:
http://forum.xda-developers.com/2015-moto-g/general/index-moto-g-factory-firmware-images-t3169639
also, the OP (lost101) is a great, helpful guy who may give you some advice if you need
Thanks I'll give them a try
Originally Posted by minimale_ldz 
You don't need USB debugging to use fastboot when your phone is booted into bootloader. What you need there is a fastboot tool and drivers. I'm using this one:
Click to expand...
Click to collapse
I've tried these but they didn't seem to work

[Q] i cant get TWRP recovery installed via either , SP Flash tools nor Fastboot

I did everything that was stated in the how to's but to no avail. additionally i cant get TWRP installed via fatboot, i have checked and crosschecked usb debugging and unlock OEM , but i cant get it to work , with SP Flash my phone pops up and vanishes in the hardware manager withing fractions of a second so it doesnt work with the sp Flash , in fastboot it wont let me download to recovery even if i use the command line oem unlock , because the volume up button that you have to use to accept[yes] doesnt work , only the vol down[no ] button has an effect, anyone any ideas anyone?
?
Kylekassar said:
I did everything that was stated in the how to's but to no avail. additionally i cant get TWRP installed via fatboot, i have checked and crosschecked usb debugging and unlock OEM , but i cant get it to work , with SP Flash my phone pops up and vanishes in the hardware manager withing fractions of a second so it doesnt work with the sp Flash , in fastboot it wont let me download to recovery even if i use the command line oem unlock , because the volume up button that you have to use to accept[yes] doesnt work , only the vol down[no ] button has an effect, anyone any ideas anyone?
?
Click to expand...
Click to collapse
To use SP Flash tools, turn the phone off, press download on the software then plug the phone in. The preloader is only meant to show for a short time (a fraction of a second to a few seconds) so SPFT needs to be sending the signal to download in that time window.
What I've also found works is to press download on SPFT then press and hold power and volume up until the device starts downloading.
thx for the quick answer i will try a.s.a.p.
Kylekassar said:
thx for the quick answer i will try a.s.a.p.
Click to expand...
Click to collapse
Tried but it doesnt work , i starts the dload but then i end up on brom error : STATUS_PRELOADER_INVALID(0xC0030004) no recovery flashed
Kylekassar said:
Tried but it doesnt work , i starts the dload but then i end up on brom error : STATUS_PRELOADER_INVALID(0xC0030004) no recovery flashed
Click to expand...
Click to collapse
That could be a couple of things:
Which SPFT version are you using? If its an older version try using a newer one.
Or
The scatter file you loaded is not good, download a stock firmware and use the scatter file from that.
Try this:
fastboot flash recovery "filename".img
or
fastboot flash boot "filename".img
Do you have the MTK drivers installed? What does your phone appear as in the Device Manager? Like others have said, once you've chosen your scatter file and recovery to flash, hit download and then plug in the phone.
Managed to fix this? I have the exact same problem and not able to fix it till now....
I'm in a similar situation. I CAN get my phone to flash recovery in SPFT and get a lovely big green tick but when I power off and boot into recovery using power and volume up it boots into the stock android recovery rather than TWRP.
Going another way via ADB, I can get the phone detected but when I send the OEM unlock bootloader command I am unable to use volume up to confirm. Only the volume down key works to cancel.
All I want is to put viper4android on. Never had any issues until this phone.
chandlerp said:
I'm in a similar situation. I CAN get my phone to flash recovery in SPFT and get a lovely big green tick but when I power off and boot into recovery using power and volume up it boots into the stock android recovery rather than TWRP.
Going another way via ADB, I can get the phone detected but when I send the OEM unlock bootloader command I am unable to use volume up to confirm. Only the volume down key works to cancel.
All I want is to put viper4android on. Never had any issues until this phone.
Click to expand...
Click to collapse
Are you 100% sure the recovery.img you flashed was TWRP?
Absolutely. Downloaded from this very site. It was this one: recovery_TWRP_3021_P9000.img
---------- Post added at 02:23 PM ---------- Previous post was at 02:17 PM ----------
Did an OTA update this morning and am showing as on build number Elephone_P9000_20160608 now. Haven't tried flashing since the update as I'm at work with locked down computers. Was going to try again over the weekend. Which recovery and version of flash tools would you recommend trying this time?
thanks for any advice.
Actually I have the same problem.
I tried to reinstall the drivers because it seems to be not the correct one. Here is a pic: i.imgur.com/FoUnVyz.png
After I read somewhere that i can try and hold down Volume+ while connecting my phone to the pc where i started the download in sp tools prior.
I got this error code: STATUS_PRELOADER_INVALID(0xC0030004)
And here I am with a not-up-to-date elephone p9000.
Anybody care to help me?
I'm in the same situation, tried everything - flashtool recovery.img separate in download mode, flashtool in update mode full 7.0 with replaced original recovery.img with TWRP one, played with fastboot with no luck as did not find the way to OEM UNLOCK it - vol + not reacting. Bought the phone on Gearbest, looks like it's locked very hard.
Can't install TWRP
Me too! I've updated my p9000 to latest stock v7 rom with spft. I can't install twrp recovery despite getting a geen tick from spft. Tried four times but it won't overwrite the stock rom recovery. A locked bootloader seems to be the popular diagnosis but spft doesn't use the bootloader. What else could it be? Ideas very welcome.
Did you boot into recovery immediately after flashing? A normal system boot will overwrite TWRP with the stock recovery. Once you start TWRP there is an option to prevent this from happening.
Can't install TWRP
Thanks for the suggestion. I flashed twrp again but it won't boot into recovery afterwards without a restart, just hangs. Stiĺl on stock recovery.

My Redmi note 3 stuck on charger screen while turning on

Help me please
My redmi note 3 is stuck on the charging logo.when I try to turn it on it shows mi and then shows the picture of a phone and a USB cable I cannot bypass it ,cannot access recovery. When I try to access recovery it goes to the testing screen .
Anyone who knows the solution to this please help me....:crying::crying:
I think accidently you deleted your twrp recovery.you can give a try by reinstalling twrp via adb tool.
I'm​ completely noob but you can give a try
Sorry for my bad english
SARATH NAIR said:
Help me please
My redmi note 3 is stuck on the charging logo.when I try to turn it on it shows mi and then shows the picture of a phone and a USB cable I cannot bypass it ,cannot access recovery. When I try to access recovery it goes to the testing screen .
Anyone who knows the solution to this please help me....:crying::crying:
Click to expand...
Click to collapse
tell me d condition of ur phone, whether its rooted, what recovery u use, . did u flash any rom?
ajeshmanu said:
tell me d condition of ur phone, whether its rooted, what recovery u use, . did u flash any rom?
Click to expand...
Click to collapse
No sir I haven't done anything.Its boot loader is still locked.I haven't rooted,or flashed any rom
ajeshmanu said:
tell me d condition of ur phone, whether its rooted, what recovery u use, . did u flash any rom?
Click to expand...
Click to collapse
Can you tell me a way to unlock the boot loader through fastboot...
Press down + power to go to fast boot, insert usb cable phone to pc, open miflash app (download it here http://en.miui.com/thread-272376-1-1.html), select any fastboot rom version (Here is an example, http://en.miui.com/thread-543021-1-1.html , download fastboot rom for redmi note 3 pro, after downloading unzip the file if you see weird extension file just replace it to .zip and extract to see the files). After selecting the fastboot rom directory on miflash, make sure that your phone is detected as a fastboot device (if you can't see anything on the list on the app, recheck the connection), then select save user data on the bottom, then flash if there is an error, select clean all on the bottom then flash. Wait for the flashing to finished.
SARATH NAIR said:
Can you tell me a way to unlock the boot loader through fastboot...
Click to expand...
Click to collapse
npredtorch said:
Press down + power to go to fast boot, insert usb cable phone to pc, open miflash app (download it here http://en.miui.com/thread-272376-1-1.html), select any fastboot rom version (Here is an example, http://en.miui.com/thread-543021-1-1.html , download fastboot rom for redmi note 3 pro, after downloading unzip the file if you see weird extension file just replace it to .zip and extract to see the files). After selecting the fastboot rom directory on miflash, make sure that your phone is detected as a fastboot device (if you can't see anything on the list on the app, recheck the connection), then select save user data on the bottom, then flash if there is an error, select clean all on the bottom then flash. Wait for the flashing to finished.
Click to expand...
Click to collapse
yes go thru the above guide
ajeshmanu said:
yes go thru the above guide
Click to expand...
Click to collapse
I will try this method. Does this method require to go to EDL?
npredtorch said:
Press down + power to go to fast boot, insert usb cable phone to pc, open miflash app (download it here http://en.miui.com/thread-272376-1-1.html), select any fastboot rom version (Here is an example, http://en.miui.com/thread-543021-1-1.html , download fastboot rom for redmi note 3 pro, after downloading unzip the file if you see weird extension file just replace it to .zip and extract to see the files). After selecting the fastboot rom directory on miflash, make sure that your phone is detected as a fastboot device (if you can't see anything on the list on the app, recheck the connection), then select save user data on the bottom, then flash if there is an error, select clean all on the bottom then flash. Wait for the flashing to finished.
Click to expand...
Click to collapse
This guide above is to return back your phone to a working MIUI.
If you just need to unlock bootloader to flash twrp/custom recovery, then Unlock it via official method
http://en.miui.com/unlock/
- Download mi unlocker
- Open it, then login with your Mi account (Prefer to use your phone number in username)
- Reboot to fastboot mode (vol down + power), connect usb phone to pc
-The app will detect your phone once connected, then proceed on unlocking by clicking the button.
-Wait for it to finished
BTW, the guide above is specifically for redmi note 3 quallcomm/sd/pro, if you have different device, please look for your right fastboot rom in the list in the given thread. Good luck!
SARATH NAIR said:
I will try this method. Does this method require to go to EDL?
Click to expand...
Click to collapse
try this one
http://en.miui.com/thread-235865-1-1.html
ajeshmanu said:
try this one
http://en.miui.com/thread-235865-1-1.html
Click to expand...
Click to collapse
yes you can try this one if you can't access fastboot. good luck!!
npredtorch said:
Press down + power to go to fast boot, insert usb cable phone to pc, open miflash app (download it here http://en.miui.com/thread-272376-1-1.html), select any fastboot rom version (Here is an example, http://en.miui.com/thread-543021-1-1.html , download fastboot rom for redmi note 3 pro, after downloading unzip the file if you see weird extension file just replace it to .zip and extract to see the files). After selecting the fastboot rom directory on miflash, make sure that your phone is detected as a fastboot device (if you can't see anything on the list on the app, recheck the connection), then select save user data on the bottom, then flash if there is an error, select clean all on the bottom then flash. Wait for the flashing to finished.
Click to expand...
Click to collapse
I did that and now I have a new problem
The phone is not turning back on.When I tried to turn on it shows mi logo and turns off.when I plug it in to charger there is a red notification light starts to blink .What shall I do..??
I have flashed a fastboot ROM through miflash and now my phone is not turning back on and just a red notification light starts to blink help..
SARATH NAIR said:
I did that and now I have a new problem
The phone is not turning back on.When I tried to turn on it shows mi logo and turns off.when I plug it in to charger there is a red notification light starts to blink .What shall I do..??
Click to expand...
Click to collapse
Did you finished flashing? No errors or something?
Try to check your bootloader if it is unlocked or not, use method 2
https://thebroodle.com/android/how-to-check-your-bootloader-is-locked-or-unlocked/
If it is locked, try to use this step to unlock
http://en.miui.com/unlock/
- Download mi unlocker
- Open it, then login with your Mi account (Prefer to use your phone number in username)
- Reboot to fastboot mode (vol down + power), connect usb phone to pc
-The app will detect your phone once connected, then proceed on unlocking by clicking the button.
-Wait for it to finished
npredtorch said:
Did you finished flashing? No errors or something?
Try to check your bootloader if it is unlocked or not, use method 2
https://thebroodle.com/android/how-to-check-your-bootloader-is-locked-or-unlocked/
If it is locked, try to use this step to unlock
http://en.miui.com/unlock/
- Download mi unlocker
- Open it, then login with your Mi account (Prefer to use your phone number in username)
- Reboot to fastboot mode (vol down + power), connect usb phone to pc
-The app will detect your phone once connected, then proceed on unlocking by clicking the button.
-Wait for it to finished
Click to expand...
Click to collapse
Phone is showing no recovery no fastboot.Just stuck on edl mode.
Then proceed with adeshmanu suggestion, http://en.miui.com/thread-235865-1-1.html
I forgot to mention while flashing the fastboot ROM I pasted a file to the ROM folder to unlock the boot loader.will this be the reason why my phone got stuck in the black screen while the notification led blinks
SARATH NAIR said:
I forgot to mention while flashing the fastboot ROM I pasted a file to the ROM folder to unlock the boot loader.will this be the reason why my phone got stuck in the black screen while the notification led blinks
Click to expand...
Click to collapse
what file did you pasted inside the rom folder? something like a unlock file for bootloader?
Maybe that's the thing why it didn't worked. The steps always work for me whenever I got into something.
Also, are you sure that you've downloaded the right fastboot rom for your device? Are you on redmi note 3 pro too?
npredtorch said:
what file did you pasted inside the rom folder? something like a unlock file for bootloader?
Maybe that's the thing why it didn't worked. The steps always work for me whenever I got into something.
Also, are you sure that you've downloaded the right fastboot rom for your device? Are you on redmi note 3 pro too?
Click to expand...
Click to collapse
I have pasted. The unlock file for boot loader
I am using redmi note3 snapdragon version
SARATH NAIR said:
Phone is showing no recovery no fastboot.Just stuck on edl mode.
Click to expand...
Click to collapse
npredtorch said:
Then proceed with adeshmanu suggestion, http://en.miui.com/thread-235865-1-1.html
Click to expand...
Click to collapse
proceed with above step...
Here is the link to fastboot rom for redmi note3snapdragon version (kenzo)
http://en.miui.com/a-234.html
and select "Redmi Note 3 Qualcomm Latest Global Stable Version Fastboot File Download"
plz dont paste any other files to rom (first make it boot)

Alcatel flash plus 2 doesn't boot after root

Hi...
I try to root my FL02 (ALCATEL FLASH PLUS 2) every thing goes perfect and i get ORANGE STATUS but at the last step when trying to flash the rom with TWRP it could not read the SD card and system folder isn't abel to wipe so i try to repeat steps again.
first flasing in the video done and mobile restarting. no logo on screen and it doesnt boot and cannt go in boot mode or fastboot mode.
it connect and disconnect with PC but i still can connect it to flashing programme and i can send flash from PC but it doesnt boot and nothing appear on the screen.
any help....
Phone : FLASH PLUS 2
N D1M N7KE 03 TJZ
ANDROID 6.0
I follow this video to root
youtube.com/watch?v=d8zPGPJ_uZY
EFAYSAL said:
Hi...
I try to root my FL02 (ALCATEL FLASH PLUS 2) every thing goes perfect and i get ORANGE STATUS but at the last step when trying to flash the rom with TWRP it could not read the SD card and system folder isn't abel to wipe so i try to repeat steps again.
first flasing in the video done and mobile restarting. no logo on screen and it doesnt boot and cannt go in boot mode or fastboot mode.
it connect and disconnect with PC but i still can connect it to flashing programme and i can send flash from PC but it doesnt boot and nothing appear on the screen.
any help....
Phone : FLASH PLUS 2
N D1M N7KE 03 TJZ
ANDROID 6.0
I follow this video to root
youtube.com/watch?v=d8zPGPJ_uZY
Click to expand...
Click to collapse
Ok, tell me to can help you;
Do you have TWRP installed?
Do you unlock bootloader succesfully?
In which modes you can enter? fastboot, recovery, download (do detects SPFlash Tool?)
SubwayChamp said:
Ok, tell me to can help you;
Do you have TWRP installed?
Do you unlock bootloader succesfully?
In which modes you can enter? fastboot, recovery, download (do detects SPFlash Tool?)
Click to expand...
Click to collapse
Thank you SubwayChamp for help.
No , TWRP is not installed now .
Yes, I think bootloader has been unlocked. It is done with Orange status.
I think it is in download mode. it detects SPFlash.
EFAYSAL said:
Thank you SubwayChamp for help.
No , TWRP is not installed now .
Yes, I think bootloader has been unlocked. It is done with Orange status.
I think it is in download mode. it detects SPFlash.
Click to expand...
Click to collapse
Ok, I guess that your device is actually in bootloop and don´t booting.
Tutorial that you followed has many steps and don´t need to do all this to just root device and it contains some files like lk.bin that you can´t be sure that should be for your device.
Some users use this file (lk.bin) of an unlocked device and think that flashng in other device then get unlock it but no need, your device can be unlock it just follow some commands in fastboot mode.
Now you can do the next;
Try to flash again your rom stock (I guess that you don´t have a backup), if for some reason your official tool doesn´t work then use only some images like boot, system and userdata with the scatter.txt to flash them through SP Flash Tool.
Here a link to TWRP https://youtu.be/6vj_BY6xJdA, you can root it with supersu v2.78 0r v2.82 and here some files that can be usefull too https://drive.google.com/uc?id=0BwJgeCYTpnEHNlg2VUlieHFTYVU&export=download
Update steps that you are following to can assist. What extension has your rom and if it is recogniced for SP Flash Tool. I didn´t ask you if you can enter to fastboot mode and if you can then you can know if your bootloader is unlocked typing fastboot oem info
Most info that you give and some screenie will help to understand better
Unfortunatly, it can not enter to fastboot or recovery mode. Those files in replay didn't work and i dont have a backup. I try to flash recovery.img, system.img and preloader_shine_plus.bin . All done but it still black screen and does not boot. But now it connect to Pc without disconect .
I cant add link or images to my post.
EFAYSAL said:
Unfortunatly, it can not enter to fastboot or recovery mode. Those files in replay didn't work and i dont have a backup. I try to flash recovery.img, system.img and preloader_shine_plus.bin . All done but it still black screen and does not boot. But now it connect to Pc without disconect .
I cant add link or images to my post.
Click to expand...
Click to collapse
Gmail didn´t warn myself about your post. Did you solve it?
You said that flashed recovery, system and preloader but how, through SPFlashTool?, if yes, are you sure that this tool recogniced your device?
You forgot to flash boot.img too.
Other way to try; flash only preloader.bin and then try flashing boot, system and userdata that are the three most important partitions to can boot.
Like last resort you can do a Format all + flash but only like last.
SubwayChamp said:
Gmail didn´t warn myself about your post. Did you solve it?
You said that flashed recovery, system and preloader but how, through SPFlashTool?, if yes, are you sure that this tool recogniced your device?
You forgot to flash boot.img too.
Other way to try; flash only preloader.bin and then try flashing boot, system and userdata that are the three most important partitions to can boot.
Like last resort you can do a Format all + flash but only like last.
Click to expand...
Click to collapse
first of all thank you for your help. I was busy last week .
Yes it was with SPFlash and it is show MT6775 when mobile connect . but if i try flashing boot it gives an erorr and cant flashing.
I think i have a wrong boot file.
I miss userdata file.
Do you know where can i download necessary files for this model?
I apologize for delaying. It is time for school examin
EFAYSAL said:
first of all thank you for your help. I was busy last week .
Yes it was with SPFlash and it is show MT6775 when mobile connect . but if i try flashing boot it gives an erorr and cant flashing.
I think i have a wrong boot file.
I miss userdata file.
Do you know where can i download necessary files for this model?
I apologize for delaying. It is time for school examin
Click to expand...
Click to collapse
I´m not sure if you are connecting correctly your device at right time and form to can flash it properly. Every device has more or less a specific way to do it. My last alcatel it was connected just with device power off and after to tap on download, but in other device Blu Dash was connected pressing just vol_up and my last mt6757 Bluboo had to press both vol up and down at time to connect to pc and after to tap on download option. To have sure that is well done increase volume in your pc, you will hear a first sound that is cause pc is recognicing but then you have to hear a second sound that is when SPFlashTool is recognicing device and you will see a red line in down side of the tool window, release button inmediately and let tool to work.
This is a good rom for your device according the author is optimized https://droid1311.blogspot.com/2017/08/alcatel-fl02-aka-flash-plus-2-via.html and this is the link directly if you have troubles with pop-up-adds https://drive.google.com/file/d/0BwAGh1drb91SeDZwV1VXbXpjQWM/view
Also you can try with other versions of SP Flash Tool, most stable maybe should be v5,1628 https://androidmtk.com/smart-phone-flash-tool leth me know how you go
If I understant, the status bar has to be red then I will release the mobile button and click download in SPFlashTool.
SPFlashTool 5.1628:
I try all the way with and without pressing any button but no luck . And when it work finishing with error.
SPFlashTool 5.1628:
I try all the way to get that mode but nothing works. So I try to click download button then conect the phone by random buttons and every time i get red color , yellow , green ,purple , yellow (for many times 100%)
then i get this error:
ERR: STATUS-SEC-IMG-TYPE-MISMATCH (0xC002002A)
EFAYSAL said:
If I understant, the status bar has to be red then I will release the mobile button and click download in SPFlashTool.
I try all the way to get that mode but nothing works. So I try to click download button then conect the pkone by random buttons and every time i get red color , yellow , green ,purple , yellow (for many times 100%)
then i get this error:
ERR: STATUS-SEC-IMG-TYPE-MISMATCH (0xC002002A)
Click to expand...
Click to collapse
There is a part that is not variable in the way to use this tool, ever you have to tap on download before to connect device and is recommendable too connect cable usb to pc (not yet to device); from here is when the button that you have to press can vary but like I said you before in my last mt6757 (a very similar to yours) works pressing both vol at same time to connect terminal cable to device and now you will see a red line (could be violet-ish)
Try before just flashing only preloader file to recreate some partitions and then do other flash for the other files.
Of course you have to be sure that all drivers are installed correctly cause this tool needs to put your device in download mode (a special level) and also keep it in this state so find VCOM drivers for Alcatel and adb/fastboot installer and try to uninstalling some older drivers that you don´t use and many times we keep in our pcs and for a short data transmission can helo that all the rom move it in same folder where SPFlashTool is allocated.
After updating drivers and trying all the possibilities buttons the red line doesnt appear.
EFAYSAL said:
After updating drivers and trying all the possibilities buttons the red line doesnt appear.
Click to expand...
Click to collapse
Ok, here there are somethings that we need to know
- First of all don´t forget to charge your battery, after many attempts could consume a lot.
- Your device is recogniced in fastboot mode? mtk has two variables ways to enter to, pressing both vol + pwr till an options menu appear, then you have to select, and the other method most known is vol down+ pwr to go diirectly
- In what android version are you, 6.0?
- What is the exact variant of your device, you can know maybe seeing in the box, this rom is for 5095K version 6.0 MM
- Did you try to flash just preloader, only this file?
If SPFlashTool don´t give signals of recognicing device is probably that your device is not now totally power off, try pressing pwr by 7 seconds, then try to flash again combining both vol with pwr button
Upload some screenshot about the process
SubwayChamp said:
Ok, here there are somethings that we need to know
- First of all don´t forget to charge your battery, after many attempts could consume a lot.
- Your device is recogniced in fastboot mode? mtk has two variables ways to enter to, pressing both vol + pwr till an options menu appear, then you have to select, and the other method most known is vol down+ pwr to go diirectly
Click to expand...
Click to collapse
Which option mode should appear? Screen is always black (off) all that i have on the phone is the LED.
I try more than 4 different drivers for Alcatel Flash Plus 2 (vcom & cdc) but no sound from SPFlash to prove that it recognise the phone. Sounds just release and keep relrease from Windows 10.
SubwayChamp said:
- In what android version are you, 6.0?
Click to expand...
Click to collapse
Yes, last time it was 6.0 before the root
SubwayChamp said:
- What is the exact variant of your device, you can know maybe seeing in the box, this rom is for 5095K version 6.0 MM
Click to expand...
Click to collapse
Unfortunatly, I dont know . There is nothing on the box or manuel.
that is what i found on the box :
FL02
Venus gold H-B
FL02-2HLCEU2
- PWR+VOL(+) : reset the phone
SubwayChamp said:
- Did you try to flash just preloader, only this file?
Click to expand...
Click to collapse
It is done. all that i have to do is to tab on Download and then connect the phone and I dont need to press any button.
SubwayChamp said:
If SPFlashTool don´t give signals of recognicing device is probably that your device is not now totally power off, try pressing pwr by 7 seconds, then try to flash again combining both vol with pwr button
Upload some screenshot about the process
Click to expand...
Click to collapse
I did that but it is same.
Note:
Success fash always done without pressing any button on the phone. and I try it with and without buttons sometimes it is fail when I press a button and otherwise it work.
I have formated whole fash.
EFAYSAL said:
Which option mode should appear? Screen is always black (off) all that i have on the phone is the LED.
I try more than 4 different drivers for Alcatel Flash Plus 2 (vcom & cdc) but no sound from SPFlash to prove that it recognise the phone. Sounds just release and keep relrease from Windows 10.
Yes, last time it was 6.0 before the root
Unfortunatly, I dont know . There is nothing on the box or manuel.
that is what i found on the box :
FL02
Venus gold H-B
FL02-2HLCEU2
- PWR+VOL(+) : reset the phone
It is done. all that i have to do is to tab on Download and then connect the phone and I dont need to press any button.
I did that but it is same.
Note:
Success fash always done without pressing any button on the phone. and I try it with and without buttons sometimes it is fail when I press a button and otherwise it work.
I have formated whole fash.
Click to expand...
Click to collapse
You need to try two different ways to flash files and restore your device.
First method: fastboot mode
You need to get device enter to fastboot in order to flash some files like system, boot and userdata, then there are two main methods to do it:
- Pressing pwr + vol down
- And I mentioned that sometimes work pressing both volume button + pwr and a menu have to appear to can select an option to enter to (fastboot mode), in some devices this method is not working but you have to try several times attempting to.
Second method: SPFlashTool
You have to ever press first of all Download box and connect terminal cable to pc and the buttons thhat you need to press at time to connec cable usb to your device may vary, sometimes vol down, sometimes both vol but never pwr button; if pc recognice then you have to release all buttone an let it pc continue the flash process.
If SPFlashTool recognice device first flash only preloader file and select now lk.bin too. Flash only these two files and after do again a new flash with the rest of the files, Why you need to do this? your partitions are corrupted and you need to restore them with these files in order to can flash all another files.
Before all of this charge your battery, if you have a cover removable then extract it some minutes and put it again.
Also I read that for this model it´s used this tool instead of SPFlash Tool https://androidmtk.com/download-sugar-mtk-sp-flash-tool (inside the zip you will find a password to start the tool) but I´m not sure what kind of rom it needs, you have to connect your device to begin the process, you will find in product models section in the tool this variant for your device "FL02"
Try first the other tool and then this and let me know how you go, mtk devices are almost unbrickeable so it´s just to find the appropriate way to return it to the life.
Hi again!
It was along time,I know . But I tried to know why I can’t return my phone back to life.
I have searched all possible websites for rom of this model and I have formatted my pc and installed win7 with all necessary drivers.
I can’t found any rom for it but now I can flash all the necessary files for boot they flashing and running smoothly but the mobile can’t boot up.
I try to use that app in your replay. It recognizes the device but stuck after that and keep looking for rom without any chance to download it.
I think I have a wrong rom files. I can’t find any other reason but this.
I will write again all information about my phone:
It is called Alcatel Flash Plus 2
I bought it from AliExpress and it came from Indonesia as I remember (not sure)
On battery wrote:
FL02
TCL communication Ltd
FL02-2HLCEU2
EFAYSAL said:
Hi again!
It was along time,I know . But I tried to know why I can’t return my phone back to life.
I have searched all possible websites for rom of this model and I have formatted my pc and installed win7 with all necessary drivers.
I can’t found any rom for it but now I can flash all the necessary files for boot they flashing and running smoothly but the mobile can’t boot up.
I try to use that app in your replay. It recognizes the device but stuck after that and keep looking for rom without any chance to download it.
I think I have a wrong rom files. I can’t find any other reason but this.
I will write again all information about my phone:
It is called Alcatel Flash Plus 2
I bought it from AliExpress and it came from Indonesia as I remember (not sure)
On battery wrote:
FL02
TCL communication Ltd
FL02-2HLCEU2
Click to expand...
Click to collapse
Yes, so many time
When device is booting, it stays in bootlogo or goes atleast to bootanimation?
I understand that you tried with Sugar tool with no lucky.
Did you try again through SP Flash tool? trying to flash in a first attempt only preloader file and in a second attempt the other files? (try with 2 or 3 versions and see the differences).
Is there some custom development, recovery, roms for your device?
I think that now you are flashing correct rom through fastboot but like you did before bad/wrong flashings your bootloader is refusing to boot to system. Flash through fastboot all the partitions that you can follow the syntax for every one of them by i.e. typing fastboot flash cache cache.img and so on one by one (some of them are unflashable through this method)
SubwayChamp said:
Yes, so many time
When device is booting, it stays in bootlogo or goes atleast to bootanimation?
Click to expand...
Click to collapse
Unfortunately, nothing happens. The screen is black no bootlogo appears or anything that shows that device is booting. It is looking like nothing has happened.
SubwayChamp said:
I understand that you tried with Sugar tool with no lucky.
Click to expand...
Click to collapse
Yes. After recognizing it keeps trying to download data but no luck.
SubwayChamp said:
Did you try again through SP Flash tool? trying to flash in a first attempt only preloader file and in a second attempt the other files? (try with 2 or 3 versions and see the differences).
Click to expand...
Click to collapse
I know it is disappointing!. I try this but no luck.
SubwayChamp said:
Is there some custom development, recovery, roms for your device?
Click to expand...
Click to collapse
Unfortunately no, all that I found are TWRP recovery Roms. I don’t know if I can use them with SPFLASH Tool.
SubwayChamp said:
I think that now you are flashing correct rom through fastboot but like you did before bad/wrong flashings your bootloader is refusing to boot to system. Flash through fastboot all the partitions that you can follow the syntax for every one of them by i.e. typing fastboot flash cache cache.img and so on one by one (some of them are unflashable through this method)
Click to expand...
Click to collapse
I began lose hope that the mobile could work again. I live in Sweden and no technicians kan help me to fix this issue. I should do it by myself.
If you kan help me to do that step by step. Please write to me what I have to do from the beginning step by step until I reach the end. To be sure I'm doing it by the right way.
Thanks
EFAYSAL said:
Unfortunately, nothing happens. The screen is black no bootlogo appears or anything that shows that device is booting. It is looking like nothing has happened.
Yes. After recognizing it keeps trying to download data but no luck.
I know it is disappointing!. I try this but no luck.
Unfortunately no, all that I found are TWRP recovery Roms. I don’t know if I can use them with SPFLASH Tool.
I began lose hope that the mobile could work again. I live in Sweden and no technicians kan help me to fix this issue. I should do it by myself.
If you kan help me to do that step by step. Please write to me what I have to do from the beginning step by step until I reach the end. To be sure I'm doing it by the right way.
Thanks
Click to expand...
Click to collapse
I´ll tell you some ideas with no any specific order that you can try or see if works.
Really very strange that display stays in black, you told me that flashing files through fastboot is working but doesn´t appear not even bootlogo, connect to pc as it is and see how pc recognices in devices manager and my pc if appears like a determined drive d/e/f so it looks that some bad flashing burn your kernel and this case is similar to when a Samsung device need to use jtag method to revive, if in your country no-one knows about Alcatel devices this could be a similar case to what I´m saying then it could be a clue for a technician. I tell you this cause many time ago when I flashed by error a Samsung s4 and only this method revived my device.
Try this, flash your stock recovery only through SPFlash tool and flash after through Alcatel Download tool your stock rom cause some firmwares need to detect stock recovery first to can flash other partitions.
At this stage don´t you have stock recovery, no? so you can try to format data cause sometimes when bootloader is altered then avoid to boot and formatting data can solve this.
If this recovery twrp is for your device you can try flashing through SPFlash tool, you have to put recovery.img and scatter-txt in a same folder. then if succesfull format data, system, wipe cache and dalvik and maybe later try to port some custom rom would be a way to solve this.
To flash any partition through fastboot this is the syntax, just follow one by one any of the files that are in your rom folder so just follow these, if some of then can´t be flashed don´t worry then it´s not flashable:
fastboot flash boot bot.img
fastboot flash cache cache.img
fastboot flash lk lk.bin
and so on till the end
...But after try this if you didn´t get boot to recovery and obviously you can´t delete data nor system then delete first the next partitions trough fastboot typing:
fastboot erase system
fastboot erase cache
fastboot erase userdata
fastboot erase boot
Try all this and let us see how it goes
I have flashed TWRP Rom but it is same , no luck.
On sugar tool I got this message after success flashing via SPFLASH tool.
I tried all possible buttons to connect device to PC on Fastboot mode but the PC cannot send data to my device.
To be in Fastboot mode , the device has to boot while pressing on (PWR & VOL+) but my device can’t boot.
EFAYSAL said:
I have flashed TWRP Rom but it is same , no luck.
On sugar tool I got this message after success flashing via SPFLASH tool.
View attachment 4518365
I tried all possible buttons to connect device to PC on Fastboot mode but the PC cannot send data to my device.
To be in Fastboot mode , the device has to boot while pressing on (PWR & VOL+) but my device can’t boot.
Click to expand...
Click to collapse
I see that Sugar tool detects your device like rooted and refuses to flash anything, compare imei number which is in the box, I hope that it couldn´t be changed.
Don´t tell me simply no luck, what it says in SPFlash tool when you tried to flash TWRP and I guess that you put scatter-txt and twrp renamed recovery.img simply in the same folder. Just to be clear, to can flash with this tool your device it has to be off not needed fastboot for this. (provide some screenie)
Other combination of keys to enter to fastboot to flash some partitions when something is missing is, try these three ways:
- Pressing only vol down and at same time connecting to charger (connect first one terminal of cable to your device and then to the charger)
- Pressing the three buttons till a menu appears (you must to release inmediately all)
- Pressing vol up + pwr till a menu appears (you must to release pwr button inmediately) then choose fastboot
In the post 4 I provided a link from Google Drive, in this zip there are 8 items;
- From the item 2 use this version of SP Flash tool, put the four files in a folder and flash them
- In the item 3 you will find some scripts for fastboot, maybe they´re working better and also you have here a subfolder with twrp image.
- And if you get sucessfully install twrp in the item 7 there is a backup with some files to restore from this recovery.
Try one by one and update the info, I hope that your motherboard is not damaged.

Categories

Resources