Swift root accident !! - Wileyfox Swift

Hi,
Got my answers regarding recovering the swift after some more digging.
But how to root the swift without any issues in now the question !!
Cheers
Steve

which issues do you expect?

Soo find the root zip file from chainfire which in it has boot patcher and put it on sdcard. Then, you need to unlock the bootloader thru fastboot with some commands wich u can find on the internet. Flash the custom recovery lije. Twrp, and flash root zip file! Thats it! WARNING! ALL OF YOUR DATA WILL BE ERASED SO BACKUP YOUR PHONE!!!

10.jear.old.child.alan said:
Soo find the root zip file from chainfire which in it has boot patcher and put it on sdcard. Then, you need to unlock the bootloader thru fastboot with some commands wich u can find on the internet. Flash the custom recovery lije. Twrp, and flash root zip file! Thats it! WARNING! ALL OF YOUR DATA WILL BE ERASED SO BACKUP YOUR PHONE!!!
Click to expand...
Click to collapse
Hi thanks for the reply, from fastboot I installed TWRP which worked fine but only if i prevent it rebooting by pulling the battery, i then used TWRP to flash it with UPDATE-SuperSU-v2.65-20151226141550.. Im still waiting at a boot screen to see if it worked - to clarify.
1. set 'allow bootloader to be unlocked' in developer menu options
2. loaded UPDATE-SuperSU-v2.65-20151226141550 to sd card via PC
3. installed TWRP 3.0.1-0 via fastboot -
fastboot -i 0x2970 erase recovery
fastboot -i 0x2970 flash recovery recovery.img
Then pull battery out without it re-booting.
4. Replace battery and reboot into TWRP, installed UPDATE-SuperSU-v2.65-20151226141550 via TWRP.
Back to square one non-booting phone.
Root, wipe and repeat !!
Ground hog day ?
Cheers
Stevo

stevo38 said:
Hi thanks for the reply, from fastboot I installed TWRP which worked fine but only if i prevent it rebooting by pulling the battery, i then used TWRP to flash it with UPDATE-SuperSU-v2.65-20151226141550.. Im still waiting at a boot screen to see if it worked - to clarify.
1. set 'allow bootloader to be unlocked' in developer menu options
2. loaded UPDATE-SuperSU-v2.65-20151226141550 to sd card via PC
3. installed TWRP 3.0.1-0 via fastboot -
fastboot -i 0x2970 erase recovery
fastboot -i 0x2970 flash recovery recovery.img
Then pull battery out without it re-booting.
4. Replace battery and reboot into TWRP, installed UPDATE-SuperSU-v2.65-20151226141550 via TWRP.
Back to square one non-booting phone.
Root, wipe and repeat !!
Ground hog day ?
Cheers
Stevo
Click to expand...
Click to collapse
After a few mins of boot screen I pulled the battery and turned it on again .. it booted.
But do I have root ?? Nothing seems to say I do.

Use the latest SuperSU "BETA-SuperSU-v2.77-20160827190633.zip".
Using twrp flash the file.....
Then ur phone will boot 2-3 times ....and it will boot properly with no issues.
Sorry ....I cant put links ......Google this file and Download it.

Joshua_JK said:
Use the latest SuperSU "BETA-SuperSU-v2.77-20160827190633.zip".
Using twrp flash the file.....
Then ur phone will boot 2-3 times ....and it will boot properly with no issues.
Sorry ....I cant put links ......Google this file and Download it.
Click to expand...
Click to collapse
Thanks Joshua, as it turned out it just took as you said about 3 boots to sort itself out but seems fine now ...

Related

S-on AND Root

I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Kayak83 said:
I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Click to expand...
Click to collapse
There are 2 options to flash a custom ROM that has a custom kernel on an unlocked bootloader.
1. Instead of booting to recovery mode directly, you need to boot in Fastboot mode and issue the command:
Fastboot boot [path to custom recovery.img]
This will boot you into recovery mode using the custom recovery image. Then you can flash a custom ROM with a custom kernel correctly.
2. Extract the boot.img from the custom ROM zip file and copy it to your SDK tool directory.
Then boot into recovery mode and flash the custom ROM. Next you must reboot into bootloader mode and enter Fastboot mode. Enter the following command:
Fastboot flash boot [path to the boot.img file].
Try either option 1 or option 2. You do not need to do both.
Hope this helps.
tpbklake said:
There are 2 options to flash a custom ROM that has a custom kernel on an unlocked bootloader.
1. Instead of booting to recovery mode directly, you need to boot in Fastboot mode and issue the command:
Fastboot boot [path to custom recovery.img]
This will boot you into recovery mode using the custom recovery image. Then you can flash a custom ROM with a custom kernel correctly.
2. Extract the boot.img from the custom ROM zip file and copy it to your SDK tool directory.
Then boot into recovery mode and flash the custom ROM. Next you must reboot into bootloader mode and enter Fastboot mode. Enter the following command:
Fastboot flash boot [path to the boot.img file].
Try either option 1 or option 2. You do not need to do both.
Hope this helps.
Click to expand...
Click to collapse
Tried option 1 and when I go to select install zip from sd card after booting to cwm the phone restarts. Trying option 2 now...
Option #2 won't work since I get stuck at the HTC screen when trying to load a custom ROM.
Kayak83 said:
Option #2 won't work since I get stuck at the HTC screen when trying to load a custom ROM.
Click to expand...
Click to collapse
How did you try to reboot into bootloader from recovery once the ROM was flashed. Once I get into recovery I connect the phone with a USB cable and then type
Adb reboot bootloader
This will boot you into HBOOT straight from recovery and should prevent the hang at the HTC.
Ok. Let's start fresh and complete:
1- Plug phone into computer.
2- select HTC sync on phone
3- open cmd and get to sdk
4- type "adb reboot bootloader"
5- phone should reboot to HTC's recovery thing
now what?
I have cwm installed already.
Kayak83 said:
Ok. Let's start fresh and complete:
1- Plug phone into computer.
2- select HTC sync on phone
3- open cmd and get to sdk
4- type "adb reboot bootloader"
5- phone should reboot to HTC's recovery thing
now what?
I have cwm installed already.
Click to expand...
Click to collapse
Just select Charge Only, not HTC Sync.
Once you type adb reboot bootloader you should get the HBOOT screen and it should show FASTBOOT USB.
At this point you should enter Fastboot commands from you PC command prompt.
So you said you tried fastboot boot [path to recovery.img file] and it did boot you into recovery, right? Then you should be able to flash the custom ROM and reboot normally when the install is complete.
For option 2 once you are in recovery mode flash the custom ROM and then when it is finished connect the phone with the USB cable and at the command prompt you should be able to type adb devices and it will respond with your device id.
If it does, then type adb reboot bootloader and it will take you back to the HBOOT screen. From there you would then enter the following Fastboot command:
Fastboot flash boot [path to boot.img file]
Then Fastboot reboot
tpbklake said:
Just select Charge Only, not HTC Sync.
Once you type adb reboot bootloader you should get the HBOOT screen and it should show FASTBOOT USB.
At this point you should enter Fastboot commands from you PC command prompt.
So you said you tried fastboot boot [path to recovery.img file] and it did boot you into recovery, right? Then you should be able to flash the custom ROM and reboot normally when the install is complete.
For option 2 once you are in recovery mode flash the custom ROM and then when it is finished connect the phone with the USB cable and at the command prompt you should be able to type adb devices and it will respond with your device id.
If it does, then type adb reboot bootloader and it will take you back to the HBOOT screen. From there you would then enter the following Fastboot command:
Fastboot flash boot [path to boot.img file]
The Fastboot reboot
Click to expand...
Click to collapse
I'm able to fastboot into cwm. But when I go to select install zip from sd card via the phone controls (volume up/down/power), the phone reboots.
Kayak83 said:
I'm able to fastboot into cwm. But when I go to select install zip from sd card via the phone controls (volume up/down/power), the phone reboots.
Click to expand...
Click to collapse
Which version of CWM are ou using. I use CWM 5.0.2 and it works fine.
SUCCESS. Thanks for your help!
Glad you got it goin!
Sent from my ADR6350 using xda premium
Kayak83 said:
SUCCESS. Thanks for your help!
Click to expand...
Click to collapse
Which option did you have success with?
dumb question but...
how do you find the path to your custom recovery?
mza929 said:
dumb question but...
how do you find the path to your custom recovery?
Click to expand...
Click to collapse
You determine what the path is when you download the recovery image to your PC. The best place to download or copy it to is the same folder you run adb.exe and fastboot.exe from.
tpbklake said:
You determine what the path is when you download the recovery image to your PC. The best place to download or copy it to is the same folder you run adb.exe and fastboot.exe from.
Click to expand...
Click to collapse
great thank you... i was thinking i had to use a path to the recovery on my phone's storage not my PC's...
Can someone link me to a cwm recovery that works. I'm having the reboot issue after selecting choose file from SD card.
Sent from my dinc2 using XDA App
mza929 said:
Can someone link me to a cwm recovery that works. I'm having the reboot issue after selecting choose file from SD card.
Sent from my dinc2 using XDA App
Click to expand...
Click to collapse
You should look for and use CWM 5.0.2
Kayak83 said:
I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Click to expand...
Click to collapse
OK maybe I am missing something here. Do you actually have full root? If you do, how did you get it? I don't know how to get the su binary and busybox installed. I have unlocked my bootloader using the htc supertool and I don't have root, which is keeping me from installing CWM or anything root related for that matter. I have not seen any instructions on how to root this thing since the unlock tool became compatible 3 days ago. But maybe I have missed something.
Thanks for any help.
Still cant get rom to boot... however, i have been able to fastboot into custom recovery and complete the flashing process...
Now i am just stuck at the HTC screen after reboot.
Any suggestions?
Thank you all so far. You have been most helpful.
***** update ***** I finally got it after fast booting into recovery, flashing rom, and then extracting boot.img from that rom and flashing it via fastboot.
mza929 said:
Still cant get rom to boot... however, i have been able to fastboot into custom recovery and complete the flashing process...
Now i am just stuck at the HTC screen after reboot.
Any suggestions?
Thank you all so far. You have been most helpful.
***** update ***** I finally got it after fast booting into recovery, flashing rom, and then extracting boot.img from that rom and flashing it via fastboot.
Click to expand...
Click to collapse
Yes good job. The last part is the key to getting a custom ROM installed. Glad it worked for you.
---------- Post added at 09:13 AM ---------- Previous post was at 09:09 AM ----------
hackweed said:
OK maybe I am missing something here. Do you actually have full root? If you do, how did you get it? I don't know how to get the su binary and busybox installed. I have unlocked my bootloader using the htc supertool and I don't have root, which is keeping me from installing CWM or anything root related for that matter. I have not seen any instructions on how to root this thing since the unlock tool became compatible 3 days ago. But maybe I have missed something.
Thanks for any help.
Click to expand...
Click to collapse
After you have an unlocked HBOOT, you need to flash CWM recovery image in FASTBOOT mode. Once you have CWM installed, you can install the latest SU-3.0.xx.zip to root your current ROM and then you can installl and use root programs like ROM Manager, Busybox, Titianium Backup, etc. or you can install a rooted custom ROM.

I badly need help

I have the Zenfone 2 and it is stuck in bootloop.
My brother boot it to CWM and flashed Paranoid Android without unlocking the bootloader and flashing TWRP. Now the phone stuck in bootloop, i tried flashing system.img the stock one but it is telling me that system.img cannot be loaded. What should i do? It is now bootlooping. I dont know what to do.
ebanreb37 said:
I have the Zenfone 2 and it is stuck in bootloop.
My brother boot it to CWM and flashed Paranoid Android without unlocking the bootloader and flashing TWRP. Now the phone stuck in bootloop, i tried flashing system.img the stock one but it is telling me that system.img cannot be loaded. What should i do? It is now bootlooping. I dont know what to do.
Click to expand...
Click to collapse
Hi, I unfortunatelly am not able to solve your Problem, but maybe you could help me with mine. Could you pls upload the System.img? I am only able to find *.zip and adb doesn´t want to Flash it at all
Thanx in advance
Blubber120 said:
Hi, I unfortunatelly am not able to solve your Problem, but maybe you could help me with mine. Could you pls upload the System.img? I am only able to find *.zip and adb doesn´t want to Flash it at all
Thanx in advance
Click to expand...
Click to collapse
Go to Original Android developement. It's in the pre-rooted thread, these are the ONLY img files for roms available unless you push the zip file using ADB...
Flash the system zip file rather than trying to flash simply the .img. The zip files are in this thread (http://forum.xda-developers.com/zenfone2/development/asus-zenfone-2-rom-t3054956) and might help because you're also flashing default recovery... could be CWM.
Also try flashing using fastboot.
your phone model?
ze55m1
Rma
What worked with me, Problem is simmilar, I flaged the Boot.img and androidboot.img, which Werke attached in the custim Rom folder, too. Without that, I gut stuck at the Boot Logo, now all works fine and I am trying to be up to date with the Roms.
Blubber120 said:
What worked with me, Problem is simmilar, I flaged the Boot.img and androidboot.img, which Werke attached in the custim Rom folder, too. Without that, I gut stuck at the Boot Logo, now all works fine and I am trying to be up to date with the Roms.
Click to expand...
Click to collapse
1. download the latest recovery from here https://dl.twrp.me/Z00A/ and firmware from here http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.97-user.zip
2. download and install adb and fastboot driver from here http://forum.xda-developers.com/showthread.php?t=2317790 and intel usb drivers from here https://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices
3.the adb driver should have installed in your pc OS drive [ which is C: ] put the downloaded recovery and firmware in that folder [where adb is installed] then in that folder, open command window by pressing shift and right click and a dialogue box will appear then open the command window from there and enter this command fastboot flash recovery {name of the recovery twrp something}.img then connect your phone to your pc and enter bootloader in your phone and press enter in command window.
4.after that put the downloaded firmware in any sdcard and put it in your phone then open recovery mode in your phone and go to reboot>recovery [yeah you have to reboot the recovery] then when recovery open again then go to wipe>advanced wipe> and select system,data,cache,dalvik and internal storage [internal storage is optional but if you choose it then it will wipe all your data in your phone] then wipe it and go to install section then choose the extsdcard [it should be written internal storage click on that then you can choose your external storage] then in the extstorage choose the firmware you downloaded and just swipe to flash.
5.patience ..because it would take time and maybe get stuck at 52% or 59% ..so just let it take time for installation [btw connect your phone to thr charger in this process]
6.after it done then reboot your phone and ALL DONE. [the first boot will take some mins to boot up]
Sent from my ASUS_Z00A

I killed my watch

1 week ago i bought in china the watch .i dont know Chinese and i was just there for business so i thought that when i will connect to my phone it will automatically change to English but that never happend . So i tried several threads in xda to understand how it is working and what can i do . And i followed the thread that says to flash another system img recovery and boot . So i first unlocked the bootloader and booted on it and i flash the images and tried to reboot to recovery but already the recovey option in the bootloader is missing i get only shutdown , reboot , reboot bootloader , so i thought that i haven't correct flash the recovery.img so i flash it again but still the same . I also tried twrp recoveries and other recoveries that i found in other threads but still the same i can only boot to bootloader and nothing else . Has any one had the same problem and fixed it ? And if not were can i find the stock chinese firmware to try to flash it maybe it will come back to life .. thanks in advance
Have you tried using adb and fastboot commands?
Ex::
adb reboot-bootloader (for bootloader)
adb push xxxxxxx.img or xxxxxxx.zip /sdcard/ (for transfer files to sdcard)
adb push recovery.img /sdcard/ (for transfer yours custom recovery - i recommend the latest 3.1.1.0 because the others have some bugs)
after that boot to recovery: fastboot boot recovery.img (personally i never tried to flash the recovery but just boot it, baut it works)
from recovery just install the files that you have transferred earlier to sdcard (oh, and prior that erase everything except internal memory, or that toot but you have to transfer your files again)
ex: install zip (i recommend negalite) after that install kernel (negalite too) and install performance or battery booster .
Oh, after kernel install, it will automatically reboot, so you have to repeat the process to install the booster.
Reboot.
p.s. - the reboot process take LOOONG, so wait patiently.
Hope i could help you.
Currently my watch is stuck on AW boot logo from Skin Sturgeon kernel, how can I boot back to stock to reflash? Am unable to access adb as it doesn't seem to get that far in the boot process.
Enter bootloader
spicerackk said:
Currently my watch is stuck on AW boot logo from Skin Sturgeon kernel, how can I boot back to stock to reflash? Am unable to access adb as it doesn't seem to get that far in the boot process.
Click to expand...
Click to collapse
If you want to enter the bootloader, to choose, where u want to reboot and you are stuck:
Hold the button on your watch...hold it, till you feel the first vibration after the restart at the HUAWEI-Logo. Then, press the button once again (Its just timing).
It should show you your bootloader and you can restart into recovery or wherever you want.
Hope I could help :highfive:

TWRP not persistent

Hi guys,
I've just updated to newest OOS firmware wich is 5.1.2 and I'm facing a weird problem.
Every time I flash codeworks TWRP and reboot to system, the next time i try to boot to recovery it boots to the original recovery.
It's like when I flash TWRP it doesn't remain persistent. When i flash it through fastboot and straightly boot from fastboot to recoverry I succeed to get in TWRP but as soon as I reboot to system and try to boot to recovery I reach the original OnePlus recovery.
Is anyone facing the same problem ?
And also do you have any idea about what i could do to solve this problem ?
Thanks in advance for your answers !
If you don't have root or custom kernel its normal, plus you should use blu spark's twrp, its newer and more reliable.
Adnan008 said:
If you don't have root or custom kernel its normal, plus you should use blu spark's twrp, its newer and more reliable.
Click to expand...
Click to collapse
Indeed, I just needed to flash magisk to get it persistent. I'll try blu spark's one as you suggested.
Thank you very much for your answer !
Cheers !
Nothing to do with recoveries or kernel. After you do the fastboot flash recovery TWRP in fastboot, do this: "fastboot boot TWRP". I believe that's the right command. Basically after you flash it, manually boot to recovery through fastboot one time. After that it'll work from inside the phone or with the button combination with the phone off.
Jesus people are lazy these days.
First off there are official twrp versions for a reason!
Download the latest version: https://dl.twrp.me/dumpling/
Reboot into flash boot with the following command from your rom: adb reboot bootloader
With phone in fastboot mode: fastboot flash recovery 'twrp.img'
(You don't need to type out the entire file path you can just drag the file into the terminal and it'll insert the file location)
The reason you're not getting back into that recovery is because you're not booting into the recovery before you reboot into your ROM.
There is an option to boot straight into the recovery from the fastboot mode
pinnekeshaar said:
Jesus people are lazy these days.
First off there are official twrp versions for a reason!
Download the latest version: https://dl.twrp.me/dumpling/
Reboot into flash boot with the following command from your rom: adb reboot bootloader
With phone in fastboot mode: fastboot flash recovery 'twrp.img'
(You don't need to type out the entire file path you can just drag the file into the terminal and it'll insert the file location)
The reason you're not getting back into that recovery is because you're not booting into the recovery before you reboot into your ROM.
There is an option to boot straight into the recovery from the fastboot mode
Click to expand...
Click to collapse
Actually not that lazy because I used to do what you mentionned.
The thing is that a flash of Magik is needed to patch twrp. That's the step I forgot in the procedure and explained here.
So before being unpleasant, please know what you're talking about...
Cheers !

NO RPMB (how to install TWRP, a new ROM and using Magisk)

Hello, I have sent my phone to warranty and after that I received a phone with NO RPMB and after many frustrations I found (with help of many users and forums) how to workaround this..
To start:
Download boot image from here
Download twrp from the official website
Change the name to boot.img and twrp.img and put it in the platform-tools folder
Open the terminal there
Download your favourite rom
Enter fastboot mode on your phone
!!!!After this you will loose all of your data!!!!
Paste this to the terminal
fastboot oem unlock
(select yes on your phone)
fastboot flash boot boot.img
fastboot flash recovery twrp.img
fastboot format userdata
fastboot format cache
Reboot to recovery (if it doesn't enter at the first time enter download mode again and restart to recovery)
After that you have twrp and can flash every rom.. yay!!!
Wipe everything.
Copy the rom zip to your phone using MTP
Install your fancy new rom
If you want to install magisk:
Install the magisk manager.
On the app select install and select patch image file. (it will create a new boot image already patched)
After that install the new image (patched_boot.img) using twrp
Do a clean instalation of your ROM (recomended) or a Factory Reset first
Reboot to twrp
Select install
Click in install image
Select patched_boot.img
Select install to boot partition
Reboot.
Install magisk manager and do the sugested setup.
You now have magisk working
Thanks to all the users that helped me!!
I had real trouble getting twrp to work the last time I tried this a few months ago. Followed the steps here and am now on pixel experience with magisk. Thanks!
Hello, im in the same situation of NO RPMB. This procedure will permanently lets have bootloader unlocked?
About Magisk, i can install it in usual way once im in the recovery? (I mean download latest stable version for Bullhead and flash via TWRP).
Thanks.
sigibian said:
Hello, im in the same situation of NO RPMB. This procedure will permanently lets have bootloader unlocked?
About Magisk, i can install it in usual way once im in the recovery? (I mean download latest stable version for Bullhead and flash via TWRP).
Thanks.
Click to expand...
Click to collapse
My bootloader is still unlocked after following this guide
For Magisk:
-Install your custom ROM and boot it up (without root)
-Then extract the boot.img from the ROM zip file and save it on your phone storage.
-Install the Magisk manager apk
-In Magisk manager, select install Magisk> choose the patch boot image option and -Select the boot.img you previously saved.
Once it's done, reboot into twrp and flash the patched boot.img. When you reboot Magisk will be working.
I've had no issues with my bootloader, even after an ota update for pixel experience.
Thank you, i will try it.
Another question. I never tried dowload mode before, as i read in other post i should Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb that's already connected to pc, right?
When in download mode i can fire up fastboot commands like im in bootloader mode?
So then after do last command fastboot format cache i can reboot to recovery from terminal using adb reboot recovery or i can / should do it from device?
About twrp it's ok to use the latest 3.2.3.0 official version or the 3.2.1 4core version from here as someone suggested from Reddit? https://forum.xda-developers.com/nexus-5x/development/recovery-twrp-3-2-1-4-core-t3796656
sigibian said:
Thank you, i will try it.
Another question. I never tried dowload mode before, as i read in other post i should Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb that's already connected to pc, right?
When in download mode i can fire up fastboot commands like im in bootloader mode?
So then after do last command fastboot format cache i can reboot to recovery from terminal using adb reboot recovery or i can / should do it from device?
About twrp it's ok to use the latest 3.2.3.0 official version or the 3.2.1 4core version from here as someone suggested from Reddit? https://forum.xda-developers.com/nexus-5x/development/recovery-twrp-3-2-1-4-core-t3796656
Click to expand...
Click to collapse
The official twrp works for fine for me, haven't tried the 4 core version but it can't hurt to try if you need it.
Power off your phone then press and hold volume - and power to enter bootloader, then connect to your pc and follow the steps in the OP
So i have to enter in bootloader mode? At point 6 of OP there is written to enter in the download mode, this makes me confusing.
Can anyone explain me latest 2 commands why they are needed?
fastboot format userdata
fastboot format cache
sigibian said:
So i have to enter in bootloader mode? At point 6 of OP there is written to enter in the download mode, this makes me confusing.
Can anyone explain me latest 2 commands why they are needed?
fastboot format userdata
fastboot format cache
Click to expand...
Click to collapse
This thread is fairly comprehensive;
https://forum.xda-developers.com/nexus-5x/general/moto-nexus-5x-sticky-roll-t3207487
Holding volume - and power takes you to fastboot mode (download mode essentially), theres also an option to reboot into recovery (selectable using the volume keys.)
Formatting user data and cache is necessary prior to installing a new rom (especially if moving from stock). You lose all data (back up first!) But a clean flash is the best place to start.
baddesthad said:
This thread is fairly comprehensive;
https://forum.xda-developers.com/nexus-5x/general/moto-nexus-5x-sticky-roll-t3207487
Holding volume - and power takes you to fastboot mode (download mode essentially), theres also an option to reboot into recovery (selectable using the volume keys.)
Formatting user data and cache is necessary prior to installing a new rom (especially if moving from stock). You lose all data (back up first!) But a clean flash is the best place to start.
Click to expand...
Click to collapse
Thanks for the explanation but for installing a new ROM usually you can do factory reset directly in TWRP, plus doing all the wipes, this should be enough.
About fastboot mode and download mode, they are completely different, fastboot mode: vol down + power, download mode for LG: Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb.
My question is what i can do in download mode? As OP says after entering download mode open terminal and use fastboot commands.
sigibian said:
Thanks for the explanation but for installing a new ROM usually you can do factory reset directly in TWRP, plus doing all the wipes, this should be enough.
About fastboot mode and download mode, they are completely different, fastboot mode: vol down + power, download mode for LG: Plug USB cable into pc, Hold volume up and power at the same time and plug phone into usb.
My question is what i can do in download mode? As OP says after entering download mode open terminal and use fastboot commands.
Click to expand...
Click to collapse
You need to use vol- and power to go into fastboot mode then connect to the pc. As for userdata and cache, if you don't clean them when coming from stock you will have issues (your data will be encrypted if you're on stock?). As I said this guide worked for me. The op was talking about fastboot mode in the 6th option (also there is much more information in the thread I linked above)
sorry for the confusing i wanted to say fastboot mode..
i knew the thread that you are saying but most people doesn't want to search so I made a little thread only with the needed parts..
I use it myself so I have a place to remember all the steps when I need to change the rom to a new one or when I make experiments and brick my phone XD
If anyone know anything else that should be in here just say, I really want to improve the post
Hi. I just went through the whole process several times (I have tried the different modified boot images from the dedicated post) and my device is still locked [emoji24] any suggestions?
fhartane said:
Hi. I just went through the whole process several times (I have tried the different modified boot images from the dedicated post) and my device is still locked [emoji24] any suggestions?
Click to expand...
Click to collapse
your device will always be locked this is a workaround to get twrp, new roms and magisk while it stays locked..
with twrp usable it won't matter if you are locked or not
PedroM.CostaAndrade said:
your device will always be locked this is a workaround to get twrp, new roms and magisk while it stays locked..
with twrp usable it won't matter if you are locked or not
Click to expand...
Click to collapse
Thanks for the answer. You mean that now I have twrp, I can flash custom Roms with my bootloader locked without any issue?
Envoyé de mon ONEPLUS A3003 en utilisant Tapatalk
Yes if you have TWRP you can install custom ROMs, custom Kernel's, magisk, super su, etc..
the locked bootloader only prevents you from using fastboot commands like the one needed for installing custom recovery
Now that you have TWRP you can use it for everything
Hello everyone, I also have a nexus 5x with motherboard that has been replaced under warranty and unfortunately I can't keep the bootloader unlocked.
I tried the procedure you have indicated, but at this point there is the problem, because after inserting the boot.img and twrp.img inside the phone, then when I go to do the unlocking procedure with 'fastboot oem unlock (select yes on your phone) 'in practice the memory is deleted on the phone, so I lose the previously uploaded files, and therefore I can no longer continue with the flash procedure of boot.img and twrp.img because they are no longer present in memory.
I hope I made myself understood, maybe I am wrong, or is there a way to solve this problem?
Fabiojoker said:
Hello everyone, I also have a nexus 5x with motherboard that has been replaced under warranty and unfortunately I can't keep the bootloader unlocked.
I tried the procedure you have indicated, but at this point there is the problem, because after inserting the boot.img and twrp.img inside the phone, then when I go to do the unlocking procedure with 'fastboot oem unlock (select yes on your phone) 'in practice the memory is deleted on the phone, so I lose the previously uploaded files, and therefore I can no longer continue with the flash procedure of boot.img and twrp.img because they are no longer present in memory.
I hope I made myself understood, maybe I am wrong, or is there a way to solve this problem?
Click to expand...
Click to collapse
fastboot is for the files on your PC not your phone
you need to put the files inside of platform-tools and then open cmd inside it and use the fastboot commands
fastboot will take the files of your PC
Hello, thank you for your information, since I haven't done modding on phones for a long time, I didn't remember exactly the procedure with fastboot and therefore I didn't understand where I had to put the files, but in the end I did it.
Thank you
PedroM.CostaAndrade said:
fastboot is for the files on your PC not your phone
you need to put the files inside of platform-tools and then open cmd inside it and use the fastboot commands
fastboot will take the files of your PC
Click to expand...
Click to collapse
Why is a custom boot image needed? I don't want to root.

Categories

Resources