Related
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img', 'bootloader.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot flash bootloader bootloader.img
press enter.
viii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
andywoody12 said:
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
Click to expand...
Click to collapse
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
androidoverdoze said:
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
Click to expand...
Click to collapse
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
andywoody12 said:
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
androidoverdoze said:
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
Click to expand...
Click to collapse
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
andywoody12 said:
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
So, its a tablet pc. Ok if you can get access to the bootloader menu then only my procedure is possible.Actually you do not need any CWM recovery for getting into the bootloader menu. It comes up when you switch on your device by pressing the volume up and the power button at the same time.
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
nipun2309 said:
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
Click to expand...
Click to collapse
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Help needed !!
androidoverdoze said:
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Click to expand...
Click to collapse
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
AgentJT said:
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
Click to expand...
Click to collapse
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
androidoverdoze said:
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Click to expand...
Click to collapse
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
androidoverdoze said:
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
Click to expand...
Click to collapse
where to use this zip file i hv dowloaded it plz help my phone is bricked
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this page http://forum.xda-developers.com/cro...lick-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this. http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
androidoverdoze said:
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
Click to expand...
Click to collapse
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
stan1996 said:
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
Click to expand...
Click to collapse
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
androidoverdoze said:
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Click to expand...
Click to collapse
where is the AOnePro installation folder??
stan1996 said:
where is the AOnePro installation folder??
Click to expand...
Click to collapse
It is the folder where the AOnePro gets installed. C: -> Program files (x86) -> ZedSofts -> AOnePro
Help Guys....
Yesterday, I was flashing twrp recovery from android one toolkit.
Before I was using Philz touch recovery.
after Installing twrp, whenever I tried to boot my device it directed to recovery mode and the image of twrp stucks.
even If I open reccovery mode from an alternative way...it stucks in the twrp screen "teamwin".
Help guys how to get my phone back.
will the given method will work for it?
I yes, can I use AndroidOne Toolkit for using installing recovery again?
---------- Post added at 03:03 PM ---------- Previous post was at 03:00 PM ----------
Can I use this method on cm13 rom?
Hi this is a thread for new users to revert back to stock rom in huawei Honor 4x from their custom roms .
Follow these steps only if have unlocked your bootloader and had custom rom installed already. Of course you must have already installed custom recovery (twrp or cwm). This guide will also allow you to revert back to stock huawei recovery.
Step 1 : Download the ROM Package from the link~1GB)
http://www.huaweidevice.co.in/Downloads/Cherry-L04-V100R001C900B126.rar
Step2 : Extract using Winrar. (Inside dload folder you will find Update.app file)
Step3 :Now Download Huawei Update extractor and install
http://cn.club.vmall.com/thread-3239393-1-1.html
Step4 : Now Run the huawei update extractor and point to the update.app file.Now the contents of the update.app file will be displayed.
Select the Boot.img,recovery.img and System.img alone and select extract by rightclicking it.
Step5:Now we need the adb tool kit, .(~10mb)
https://drive.google.com/file/d/0B8CpdMmTiXaVdS1Eam5RY3BVR3c/view?pli=1
Step6:
Install and configure the Adb. Make sure once installed connect the device to usb and press vol down + Power button together.It will enter fastboot mode. Make sure phone is unlocked.
Step7:Now copy the extracted recovery.img,system.img and boot. img to the adb root folder which should be in c:\adb\.
Step8: Now in terminal window of adb , type these
1. "adb devices" -Displays some id of your device which makes sure your device is connected.
2. "Fastboot Flash recovery recovery.img" - Flashes stock recovery
3. "fastboot flash system system.img" - Replaces your custom rom with stock rom
4."Fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
Step9:Now all is flashed.
"adb reboot" - Reboots your device.
Step10:Wait for few mins and your phone reboots into stock emui rom. Now if you want the second emui update. Download from hihonour.in and flash the downloaded zip with stock recovery.
Credits
All the software makers.
All the Xda members,Xda team ,Xda Posts.
Important Note
I'm not responsible for your phone getting bricked or whatever things could happen to your Device.
I am always ready to support for Huawei Honor 4x custom rom developments. PLs lets join together and make many custom roms for our device.
put dload in sdcard
press volume +,-,power
everything will start
Hi I suppose only if we have stock recovery , it will work ?!.
Sent from my Che1-L04 using XDA Free mobile app
awesome
I think you've done great job here
Thank you
after flashing the old firmware's files i got no boot and i dont mean bootloop i mean phone is not booting at all just stopped at the first screen
is there any solution
I did everything you mentioned but in adb devices its showing No devices found. I forgot to turn on usb debugging. What to do now. Its struck on the window Fastboot and rescue mode.
---------- Post added at 02:11 PM ---------- Previous post was at 02:04 PM ----------
Hey Huawei. I contacted you earlier for the bootloader unlock key and got the same from you which I would Like to thank yOu for same. After unlocking bootloader I installed MIUI ROM on my Honor 4x (Che1-l04) and it ran smoothly. But I didn't like it much and wanted to change back to my stock ROM. I tried to Install your Honor 4x Android L. I extracted the ZIP file using Huawei Update extractor and did the steps mentioned by XDA Developers. Here- http://forum.xda-developers.com/android/development/reverting-to-stock-rom-honor-4xmsm8916-t3168732
After doing All steps While doing ''adb reboot'' Its saying DEVICE NOT FOUND in cmd. I Found that i forgot to turn on USB debugging. But now my device is struck on FASTBOOT AND RESCUE MODE.(PHONE UNLOCKED).I am not able to tur it on. I tried many steps to show my device but failed. Please help me regarding this. I will be highly thankful to you
Beware!
This tutorial seems to be written very sloppy and doesn't work at all. (at least not on a CHE2-11)
After entering fastboot mode no adb commands will work.
"adb boot" must be replaced by fastboot reboot.
After applying your changes however my pone hangs at the first screen (showing "honor")
I've the same problem than you tosho1. And the adb commands not work in bootloader/fastboot mode. Only in recovery and system
some issuses
when i extract the recovery, boot and system.img files from the UPDATE.APP file with the Update Extractor tool, it creates 6 files instead of 3:
1. BOOT.img
2. BOOT.img.header
3. RECOVERY.img
4. RECOVERY.img.header
5. SYSTEM.img
6. SYSTEM.img.header
What is the purpose of the file which ends with ".header" extension ?
praveen1988 said:
Hi this is a thread for new users to revert back to stock rom in huawei Honor 4x from their custom roms .
Follow these steps only if have unlocked your bootloader and had custom rom installed already. Of course you must have already installed custom recovery (twrp or cwm). This guide will also allow you to revert back to stock huawei recovery.
Step 1 : Download the ROM Package from the link~1GB)
http://www.huaweidevice.co.in/Downloads/Cherry-L04-V100R001C900B126.rar
Step2 : Extract using Winrar. (Inside dload folder you will find Update.app file)
Step3 :Now Download Huawei Update extractor and install
http://cn.club.vmall.com/thread-3239393-1-1.html
Step4 : Now Run the huawei update extractor and point to the update.app file.Now the contents of the update.app file will be displayed.
Select the Boot.img,recovery.img and System.img alone and select extract by rightclicking it.
Step5:Now we need the adb tool kit, .(~10mb)
https://drive.google.com/file/d/0B8CpdMmTiXaVdS1Eam5RY3BVR3c/view?pli=1
Step6:
Install and configure the Adb. Make sure once installed connect the device to usb and press vol down + Power button together.It will enter fastboot mode. Make sure phone is unlocked.
Step7:Now copy the extracted recovery.img,system.img and boot. img to the adb root folder which should be in c:\adb\.
Step8: Now in terminal window of adb , type these
1. "adb devices" -Displays some id of your device which makes sure your device is connected.
2. "Fastboot Flash recovery recovery.img" - Flashes stock recovery
3. "fastboot flash system system.img" - Replaces your custom rom with stock rom
4."Fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
Step9:Now all is flashed.
"adb reboot" - Reboots your device.
Step10:Wait for few mins and your phone reboots into stock emui rom. Now if you want the second emui update. Download from hihonour.in and flash the downloaded zip with stock recovery.
Credits
All the software makers.
All the Xda members,Xda team ,Xda Posts.
Important Note
I'm not responsible for your phone getting bricked or whatever things could happen to your Device.
I am always ready to support for Huawei Honor 4x custom rom developments. PLs lets join together and make many custom roms for our device.
Click to expand...
Click to collapse
In case, anyone wants to know how to downgrade from Marshmallow to kitkat on honor 4x. Refer this thread: http://forum.xda-developers.com/honor-4x/help/provide-downgrade-procedure-emui-4-0-to-t3409717/page2
Solution is given on Page 2. Also, you cannot downgrade to 4.4.4 directly from 6.0.1. You need to go from 6.0 to 5.1 and then 4.4.4. For details refer the link.
In honor 4c i unloked bootloader and rooted my device no twrp installed when i flashed twrp file i struck at honor logo......
Can anyone resolve it plz......
pls help!!
does this work on locked bootloader?? any posssibility? i flashed twrp and it ended in loop gained root access throuh king root what to do??:crying:
pl suggest I am facing the same problem, error shows while flashing that ( remote data is too large)- I have updated the fastboot binaries but no success... Help me out pLease
i am not able to flash recovery and boot,getting a error "remote:size too large".What to do??
not working
Huawei update extractor stucks while extraction boot.img
any fix
Does not work
dianlujitao said:
put dload in sdcard
press volume +,-,power
everything will start
Click to expand...
Click to collapse
It does not work in my case. Could you please help.
praveen1988 said:
Step8: Now in terminal window of adb , type these
1. "adb devices" -Displays some id of your device which makes sure your device is connected.
2. "Fastboot Flash recovery recovery.img" - Flashes stock recovery
3. "fastboot flash system system.img" - Replaces your custom rom with stock rom
4."Fastboot flash boot boot.img" - Flashes boot partition which is need to boot stock rom.
Click to expand...
Click to collapse
It actually worked for me ( I messed up with custo roms). Now i'm back to stock. Thanks!
P.S. Honor 6x
dianlujitao said:
put dload in sdcard
press volume +,-,power
everything will start
Click to expand...
Click to collapse
i stuck on the huawei recovery mode around 90% . Wait for 3 hours and more also stuck on 90%.
Please help
How can be unlock honor che-L04 if there is invalid imei in the phone
Sent from my Redmi 3S using Tapatalk
---------- Post added at 03:49 PM ---------- Previous post was at 03:40 PM ----------
How to unlock honor Che1-L04 if there is no imei in stock rom installed in phone by huawei smartphone multi-download software v1002
Sent from my Redmi 3S using Tapatalk
I cant install the adb tool ki. it keeps closing
need original boot.img for g6-u10
hey
i was working on boot.img for add TWRP 2.7 Recovery
after i flashed boot.img from here
How to Install TWRP 2.7 Recovery:
TWRP 2.7 works only with the Android 4.4.2 KitKat powered Huawei Ascend P6.
You must have installed Android ADB & Fastboot drivers on your PC. Get the Fastboot folder using the guide.
Once done with the ADB and Fastboot installation, download TWRP 2.7 Recovery.img file.
Rename the downloaded file to boot.img.
Enable USB debugging mode on your Huawei Ascend P6 and connect it to your PC.
Now open the Fastboot folder that you created using our ADB & Fastboot guide.
Press and hold the shift key and then right click on an empty area inside the Fastboot folder, now click on “Open Command Window Here”.
Now in command prompt type “adb reboot bootloader”.
It should reboot your phone into the bootloader mode, now push this command in command window
“fastboot flash boot boot.img”
This will quickly flash the TWRP 2.7 recovery in your device.
Once done, reboot your device.
Boot into recovery by pressing Volume Up or Down Key as soon as you see the Red LED while booting up your phone.
You should see the TWRP recovery interface now.
That’s all with the recovery installation on the Huawei Ascend P6. In case you got any queries or your facing any problems regarding this post, feel free to stop by the comment box below and reach us. Thanks all.
Click to expand...
Click to collapse
phone wont start only fastboot mode
please help me guys to reinstall system again
finally i install cwm on my phone from other topic here
but now only 2 screen 1 the cwm and 2 screen for fastboot mode
now i need to reinstall system like it come from huawei then i try again to install cwm again or it just install once
sorry guys this frist time to edit huawei phones and i try before with samsung and it so easy with it not like huawei phone
im now download G6-U10_V100R001C900B146CUSTC408D004_Firmware_Algeria_Egypt_Jordan_Sudan_Tunisia_Channel-Others_4.3 JB_EMUI 2.0 Lite_05012HLX.zip
from huawei site to try install it
so guys this way to install G6-U10_V100R001C900B146CUSTC408D004_Firmware_Algeria_Egypt_Jordan_Sudan_Tunisia_Channel-Others_4.3 JB_EMUI 2.0 Lite_05012HLX.zip from cwm is corruct or need download another file to reinstall system?
hope guys help me fast becuze this frist time with huawei phones
any help guys
any help to rest my phone?
you can't install original firmware from cwm, you have to proceed with the included instruction (in zip)
can u give me the firmware to download and flash it
need help guys
Huawei g6 u10
Mount cache fail
Mount data fail
Help us solve this issue please....
---------- Post added at 07:27 PM ---------- Previous post was at 07:04 PM ----------
Need zip files or scatterfile to flash via sp flashtool..
Is it possible to flash p6 rom on g6 via sp flashtool???
Please help us solve this issue.....
Hello guys i have Nokia 3 and i want to root it can i root it without any problems and after root can I recieve updates and am able to install it successfully?
I need help
I unlocked the bootloader, Thanks to the_laser, but... I can´t install any recovery, I´ve looking many options, and I can´t
Can yo help me, giving me the link here or by private message.
I need to root my nokia 3 ta-1028 please.
Thanks a lot
xdrucsix said:
I unlocked the bootloader, Thanks to the_laser, but... I can´t install any recovery, I´ve looking many options, and I can´t
Can yo help me, giving me the link here or by private message.
I need to root my nokia 3 ta-1028 please.
Thanks a lot
Click to expand...
Click to collapse
twrp is available only for ta-1032, sorry about that, you need to wait for someone to port it.
SkaboXD said:
twrp is available only for ta-1032, sorry about that, you need to wait for someone to port it.
Click to expand...
Click to collapse
Oh, Ok I can see, I have to wait :/
is there any difference between ta-1028 and ta-1032 in TWRP view ?
it is easy to try just boot into recovery - "fastboot boot <recovery.img>"
the_laser said:
is there any difference between ta-1028 and ta-1032 in TWRP view ?
it is easy to try just boot into recovery - fastboot boot recovery <recovery.img>
Click to expand...
Click to collapse
i know that ta-1032 is for EU dual sim, ta-1028 is american single sim version but i think that there is no difference in hardware. he can try that command to see is that recovery works @xdrucsix
Steps:
first download twrp if you didn't
rename recovery to recovery.img and move it to platform-tools
open cmd as administrator
type location of platform-tools
boot to fastboot
type command
fastboot boot recovery.img
then you will see does it boot or not. twrp will disappear completely after you exit twrp.
I did every step that you say, nothing happened :/
something should definitely happen
at least show all fastboot.exe output during your tries
SkaboXD said:
twrp is available only for ta-1032, sorry about that, you need to wait for someone to port it.
Click to expand...
Click to collapse
The twrp dint even work for 1032..
Mithra siva said:
The twrp dint even work for 1032..
Click to expand...
Click to collapse
it worked for me and others, which method you tried?
SkaboXD said:
it worked for me and others, which method you tried?
Click to expand...
Click to collapse
The method you have mentioned only.. it was showing writing ..'recovery' failed..
---------- Post added at 12:53 PM ---------- Previous post was at 12:49 PM ----------
SkaboXD said:
it worked for me and others, which method you tried?
Click to expand...
Click to collapse
The method you have mentioned only..
It was showing ." Writing 'recovery'...failed (remote size too large)... Please help
SkaboXD said:
it worked for me and others, which method you tried?
Click to expand...
Click to collapse
Bro say something
Mithra siva said:
Bro say something
Click to expand...
Click to collapse
try this
Steps:
first download twrp if you didn't
rename recovery to recovery.img and move it to platform-tools
open cmd as administrator
type location of platform-tools
boot to fastboot
type command
fastboot boot recovery.img
SkaboXD said:
try this
Steps:
first download twrp if you didn't
rename recovery to recovery.img and move it to platform-tools
open cmd as administrator
type location of platform-tools
boot to fastboot
type command
fastboot boot recovery.img
Click to expand...
Click to collapse
How to type location..I have kept it in root folder of (E)
---------- Post added at 05:16 AM ---------- Previous post was at 05:00 AM ----------
SkaboXD said:
try this
Steps:
first download twrp if you didn't
rename recovery to recovery.img and move it to platform-tools
open cmd as administrator
type location of platform-tools
boot to fastboot
type command
fastboot boot recovery.img
Click to expand...
Click to collapse
Can you please send again...how to install twrp..with twrp link indetail.. I go for a last try..
Mithra siva said:
How to type location..I have kept it in root folder of (E)
---------- Post added at 05:16 AM ---------- Previous post was at 05:00 AM ----------
Can you please send again...how to install twrp..with twrp link indetail.. I go for a last try..
Click to expand...
Click to collapse
link for twrp
https://1drv.ms/u/s!AsmTb5aqoY12mDZqDZbPOp47QVMV
when downloaded, copy twrp to folder platform-tools and rename it to recovery.img
to type platform-tools location, type this:
chdir C:/Users/John/Desktop/platform-tools (this is just a example, you need to type your own location of platform-tools)
reboot to recovery
adb reboot recovery
then reboot to bootloader (fastboot) by pressing volume keys.
to flash recovery type this command:
fastboot flash recovery recovery.img
then reboot, fastboot reboot
if it didn't worked, use this command just to boot to twrp (you need to do this everytime when you are connected to PC)
fastboot boot recovery.img
To install root, first disable system modification on twrp then flash this zip for root.
This is not the latest version of SuperSU, but newest releases have some problems and crashes. (at least for me). This is last version that works for me.
That is it.
SkaboXD said:
link for twrp
https://1drv.ms/u/s!AsmTb5aqoY12mDZqDZbPOp47QVMV
when downloaded, copy twrp to folder platform-tools and rename it to recovery.img
to type platform-tools location, type this:
chdir C:/Users/John/Desktop/platform-tools (this is just a example, you need to type your own location of platform-tools)
reboot to recovery
adb reboot recovery
then reboot to bootloader (fastboot) by pressing volume keys.
to flash recovery type this command:
fastboot flash recovery recovery.img
then reboot, fastboot reboot
if it didn't worked, use this command just to boot to twrp (you need to do this everytime when you are connected to PC)
fastboot boot recovery.img
To install root, first disable system modification on twrp then flash this zip for root.
This is not the latest version of SuperSU, but newest releases have some problems and crashes. (at least for me). This is last version that works for me.
That is it.
Click to expand...
Click to collapse
Thanks man it's done..
---------- Post added at 03:35 PM ---------- Previous post was at 03:33 PM ----------
Mithra siva said:
Thanks man it's done..
Click to expand...
Click to collapse
Now can I relock my Bootloader with root..if i can please instruct me
And again thanks a lot
Mithra siva said:
Thanks man it's done..
---------- Post added at 03:35 PM ---------- Previous post was at 03:33 PM ----------
Now can I relock my Bootloader with root..if i can please instruct me
And again thanks a lot
Click to expand...
Click to collapse
no, you can't have locked bootloader and root, after locking bootloader you need to reflash .nb0 file with OST because locking bootloader don't just remove data, it removes whole ROM.
SkaboXD said:
no, you can't have locked bootloader and root, after locking bootloader you need to reflash .nb0 file with OST because locking bootloader don't just remove data, it removes whole ROM.
Click to expand...
Click to collapse
I can't able to remove the system apps even after root..I used system app remover (root) ..
Help
Mithra siva said:
I can't able to remove the system apps even after root..I used system app remover (root) ..
Help
Click to expand...
Click to collapse
did you rebooted after uninstalling system apps?
SkaboXD said:
did you rebooted after uninstalling system apps?
Click to expand...
Click to collapse
It was showing uninstalling failed
Hi people,
Here can you you get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
update download links: https://www74.zippyshare.com/v/dxGCgGju/file.html
https://wsi.li/1U5TP90Cyt26
Great , works perfectly. Thank you
thanks buddy really appreciate the effort just updated.
Gonna test the camera tomorrow when it's daylight haha
Just patched with your file, worked like a charm! Thanks a lot for the effort!!!
No problem people and all you have to do is use a bin extractor to get all the files from the update and then let magisk patch the boot.img so that you get a nice patched fastboot ?
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
Sent from my Galaxy S8 using XDA Labs
how to install it guide please
---------- Post added at 04:00 AM ---------- Previous post was at 03:59 AM ----------
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
how o you install it thanks
---------- Post added at 04:01 AM ---------- Previous post was at 04:00 AM ----------
Viking84 said:
Just patched with your file, worked like a charm! Thanks a lot for the effort!!!
Click to expand...
Click to collapse
guide to install it please help
sry but, what's the advantage?
need unlocked bootloader, yes?
Can you install this from twrp? Reason I ask is because I like to restore the stock boot image before installing a custom kernel, and this would save a step for me.
Thanks for posting this. This got me past accidentally flashing twrp directly to the boot partition after taking the latest OTA.
help
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
installation guide please help
---------- Post added at 06:12 AM ---------- Previous post was at 06:11 AM ----------
RiTCHiE007 said:
Hi people,
Here can you you get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c80da83c5af3815fae1ee8ed785756220180717173519/0d0778
Click to expand...
Click to collapse
installation guide please help
izote61 said:
installation guide please help
---------- Post added at 06:12 AM ---------- Previous post was at 06:11 AM ----------
installation guide please help
Click to expand...
Click to collapse
He just told you. Read the first post:
get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c8...7173519/0d0778
help
REAL6 said:
He just told you. Read the first post:
get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c8...7173519/0d0778
Click to expand...
Click to collapse
help how to do it fastboot from the boot.img
izote61 said:
help how to do it fastboot from the boot.img
Click to expand...
Click to collapse
Install ADB and the fastboot mode with the oneplus drivers.
Then type cmd in the windows search bar to open up command prompt
Will my data be deleted after this procedure?
Enviado desde mi ONEPLUS A6003 mediante Tapatalk
deleted
RiTCHiE007 said:
Install ADB and the fastboot mode with the oneplus drivers.
Then type cmd in the windows search bar to open up command prompt
Click to expand...
Click to collapse
Hi, I don't know what I'm doing wrong :
My OEM Bootloader is unlocked
I reboot on fastboot mode
I connect the phone to my PC
I launch the PowerShell window from the folder where I have downloaded the boot.img and patched_boot.img
I check if my phone is here : fastboot devices (OK)
I launch the first command : fastboot boot.img => then the phone reboot "normally"
I power off the phone
I boot on fastboot mode
I launch the second command : fastboot patched_boot_img => the the phone reboot "normally"
And no root at the end... What am I doing wrong ?
Tibawbaw said:
Hi, I don't know what I'm doing wrong :
My OEM Bootloader is unlocked
I reboot on fastboot mode
I connect the phone to my PC
I launch the PowerShell window from the folder where I have downloaded the boot.img and patched_boot.img
I check if my phone is here : fastboot devices (OK)
I launch the first command : fastboot boot.img => then the phone reboot "normally"
I power off the phone
I boot on fastboot mode
I launch the second command : fastboot patched_boot_img => the the phone reboot "normally"
And no root at the end... What am I doing wrong ?
Click to expand...
Click to collapse
Reboot to recovery and flash magisk
Geoz said:
Reboot to recovery and flash magisk
Click to expand...
Click to collapse
Sorry, I'm so close :
I reboot to recovery
I type my password
I select English
Then... "Wipe data and cache" or "Advanced"
No "flash". Do I have to wipe cache (or anything else) in order to flash magisk ?
Thanks for your help !!
Tibawbaw said:
Sorry, I'm so close :
I reboot to recovery
I type my password
I select English
Then... "Wipe data and cache" or "Advanced"
No "flash". Do I have to wipe cache (or anything else) in order to flash magisk ?
Thanks for your help !!
Click to expand...
Click to collapse
If updating from stock only cache