[GUIDE] Fastboot for L90 D415 - LG Optimus L90

Original guide created by ChikushodoF for the LG G3. Use at your own risk!
The LG L90 does have fastboot, but it's hiding "behind" LG Download mode. The steps to access it are as follows:
Note: This assumes you've already rooted manually or with Towelroot and know what adb/fastboot is.
First, backup your LG Download mode (laf) with this code, so you can use LG Flash if necessary.
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/laf of=/sdcard/laf.img.
Run the following code to zero out laf:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
adb reboot
For whatever reason, you won't be able to access fastboot via "reboot to bootloader" like most phones, so you've got to do a key combo:
Power Off
Unplug USB
Hold Volume Up
Plug in USB
There you go, access to fastboot. I have attached a zip containing fastboot drivers for Windows users.
Link for D415 laf.... http://d-h.st/upP

A great treat! Woooo!

Ilxaot said:
A great treat! Woooo!
Click to expand...
Click to collapse
I found fastboot drivers for Windows! It's the 17th post by @nedooo. http://forum.xda-developers.com/showthread.php?t=2180497&page=2
Sent from my LG-D415 using Tapatalk

LaDY Vengeance said:
I found fastboot drivers for Windows! It's the 17th post by @nedooo. http://forum.xda-developers.com/showthread.php?t=2180497&page=2
Sent from my LG-D415 using Tapatalk
Click to expand...
Click to collapse
Might I suggest you add this to the OP also? Great find BTW
Sent from my LG-D415 using Tapatalk

I accidentally stumbled upon that too. And the best part. When I was in there I found a command that works. I believe our
Boot loader is locked but OEM unlock works on it. So before I flash my Roms I'm doing this to unlock the boot loader. Thanks for the intel
Sent from my LG-D415 using XDA Free mobile app

demonslayer12349 said:
I accidentally stumbled upon that too. And the best part. When I was in there I found a command that works. I believe our
Boot loader is locked but OEM unlock works on it. So before I flash my Roms I'm doing this to unlock the boot loader. Thanks for the intel
Sent from my LG-D415 using XDA Free mobile app
Click to expand...
Click to collapse
Good luck because everyone over at the G3 forum says that fastboot oem unlock doesn't work.
Sent from my LG-D415 using Tapatalk

It ran when I was locked in it. Bow that I can get in and out maybe.......
Sent from my LG-D415 using XDA Free mobile app

Quick question?
How would you revert back to Download mode?
Edit:
nvm
fastboot erase recovery
fastboot erase laf
fastboot flash laf laf.img

fastboot flash laf laf.img
Sent from my LG-D415 using Tapatalk

Is this working for D410?

myllo.setya said:
Is this working for D410?
Click to expand...
Click to collapse
With a root explorer navigate to dev/block/platform/msm_sdcc.1/by-name/laf
If you can get there, then yeah...it should work! [emoji6]
Sent from my LG-D415 using Tapatalk

This also works for the lg ls740, thanks! The OEM unlock also works for us! Posted in our forum because we don't have one on xda, gave you credit!

LaDY Vengeance said:
With a root explorer navigate to dev/block/platform/msm_sdcc.1/by-name/laf
If you can get there, then yeah...it should work! [emoji6]
Sent from my LG-D415 using Tapatalk
Click to expand...
Click to collapse
Yes,i can get laf.img there. The size about 22 mb,right?

myllo.setya said:
Yes,i can get laf.img there. The size about 22 mb,right?
Click to expand...
Click to collapse
That's right! It should work! [emoji4]
Sent from my LG-D415 using Tapatalk

Sorry if stupid question, but how do you install the fast boot drivers?

danhalen1 said:
This also works for the lg ls740, thanks! The OEM unlock also works for us! Posted in our forum because we don't have one on xda, gave you credit!
Click to expand...
Click to collapse
That's awesome! I'm glad I could help you guys! [emoji4]
Sent from my LG-D415 using Tapatalk

aSuperSaiyanG0D said:
Sorry if stupid question, but how do you install the fast boot drivers?
Click to expand...
Click to collapse
Really? LOL.... OK. You extract the zip. Then, using device manager, select the device that needs it, then just manually install.
Sent from my LG-D415 using Tapatalk

Thanks! And turned out I didn't need to install aha, I'm using this adb package that had it built it, so all is good and I'm unlocked now ?? Thanks again!

LaDY Vengeance said:
That's right! It should work! [emoji4]
Sent from my LG-D415 using Tapatalk
Click to expand...
Click to collapse
Thanks. . Its work for me. .:good:

What happens if you dont flash laf.img back before exiting fastboot? Will it leave the new unlocked fastboot mode alone, or will something else happen?

Related

[Q] Bricked after OTA Update?

Hello folks!
I was running a "google play edition" rom on my phone (rooted/ superuser). Today it said there was an ota update for kit-kat available. I let it go through with the install. For some reason the install failed (I think it was a 'status 7').The phone wouldn't boot (instead of a loading boot animation just blue screen) Then when I went to try to reflash my old rom (I was stupid and didn't have a backup), I got a status 7 error again, and I've gotten one for every rom I've tried to flash (HTC One nexus edition and another one, can't remember the name).
Anyway, I can push and pull files via adb but nothing will install. I've tried sideloading too but that failed also.
I have CWM 6.0.2.8.
Any help would be lovely.
Update CWM to newest image. That version won't work with 4.4
Sent from my HTC One using Tapatalk
irrelephant said:
Update CWM to newest image. That version won't work with 4.4
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
How do I update it without rommanager? I tried to install via sideboot but it failed.
kojimin said:
How do I update it without rommanager? I tried to install via sideboot but it failed.
Click to expand...
Click to collapse
Fastboot flash via fastboot.
Sent from my HTC One using Tapatalk
irrelephant said:
Fastboot flash via fastboot.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Okay, so I'm trying via fastboot but when I do I get this:
Code:
tys-macbook-pro:android tyrecegivens$ fastboot flash recovery-clockwork-6.0.4.3-m7tmo.img
unknown partition 'recovery-clockwork-6.0.4.3-m7tmo.img'
error: cannot determine image filename for 'recovery-clockwork-6.0.4.3-m7tmo.img'
What am I doing wrong?
PS: thank you for your responses thus far.
kojimin said:
Okay, so I'm trying via fastboot but when I do I get this:
Code:
tys-macbook-pro:android tyrecegivens$ fastboot flash recovery-clockwork-6.0.4.3-m7tmo.img
unknown partition 'recovery-clockwork-6.0.4.3-m7tmo.img'
error: cannot determine image filename for 'recovery-clockwork-6.0.4.3-m7tmo.img'
What am I doing wrong?
PS: thank you for your responses thus far.
Click to expand...
Click to collapse
Do you have the recovery in the same folder that fastboot is in?
Is the phone in fastboot USB mode while connected to the computer?
Try renaming it to "recovery" without the quotation marks. Then just use "fastboot flash recovery recovery.img" without the quotations.
Sent from my HTC One using Tapatalk
irrelephant said:
Do you have the recovery in the same folder that fastboot is in?
Is the phone in fastboot USB mode while connected to the computer?
Try renaming it to "recovery" without the quotation marks. Then just use "fastboot flash recovery recovery.img" without the quotations.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
That did it! I think it was because I was using "fastboot flash filename.img", leaving out recovery.
Rom installed. Thanks a million man!
kojimin said:
That did it! I think it was because I was using "fastboot flash filename.img", leaving out recovery.
Rom installed. Thanks a million man!
Click to expand...
Click to collapse
Nope problem. I'm glad we got it fixed! Feel free to thank the posts, if I've helped.
Sent from my HTC One using Tapatalk
irrelephant said:
Nope problem. I'm glad we got it fixed! Feel free to thank the posts, if I've helped.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Gotcha! You were extremely helpful

[SCRIPT] Recovery Flashing Script

Hello Guys! I made this little script for the people that dont know adb/fastboot commands and want to install a custom recovery
This will ONLYwork on UNLOCKED bootloaders.
Make sure "USB-Debugging" is enabled and adb/fastboot drivers have been properly installed
DISCLAIMER: I am not responsible for bricked devices or nuclear warfare. I made this simple script for those who can follow simple instructions.
1st. Download the Recovery Flashing script from here: http://goo.gl/ZtaUFe
2. Unzip the files to a folder on your desktop, or where ever you would like, just remember where you unzipped it to.
3. Download the recovery of your choice:
[m8][CWM Advanced Edition] PhilZ Touch: http://forum.xda-developers.com/showthread.php?t=2703223
OR
[RECOVERY][m8] TWRP 2.7.0.0 touch recovery: http://forum.xda-developers.com/showthread.php?t=2717932
4. Place the recovery you downloaded in the previous step into the folder you unzipped the Recovery Flashing script.
5. Rename the recovery you downloaded to Recovery that way it appears as "Recovery.img" in the folder. If it has and extra ".img" at the end, it will fail to flash.
6. After you have done all the steps above, Simply click the "Recovery-Flasher.bat" and follow its instructions it presents, If you have done everything correctly you phone will boot into recovery at the end of the script
I hope this has made life a little easier for our new comers. Please dont forget to hit the thanks button!!! :good::good::good:
Changelog:
V1.1- Added "Fastboot erase cache" after flashing recovery.
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Yes I sure will. I'll get it done tomorrow and update the OP
Sent from my HTC One_M8 using XDA Premium 4 mobile app
I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk
jonny68 said:
I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app
monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Done
I'm open to any request guys ?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
rpomponio said:
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks I've no PC just a tablet and not rooted yet so Flashify won't work
Sent from my Nexus 7 using Tapatalk
Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk
jonny68 said:
Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yes, as long as your rooted, your good to go
@Root-Maniac
What would it take to make either recovery of choice a flashable zip file to be flashed wile in a custom recovery

Need help asap xt1064

Ok so I just unlocked the bootloader and tried rooting using this method
Phone: moto g 2014 xt1064 unlocked
Android version: 5.0.2
Link: http://forum.xda-developers.com/moto-g-2014/development/xt1064-lollipop-root-t2938051
And now WiFi won't work and my phone doesn't have the stock recovery and root checker says its not rooted either! Please any help would be appreciated!!!
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Ok so I just unlocked the bootloader and tried rooting using this method
Phone: moto g 2014 xt1064 unlocked
Android version: 5.0.2
Link: http://forum.xda-developers.com/moto-g-2014/development/xt1064-lollipop-root-t2938051
And now WiFi won't work and my phone doesn't have the stock recovery and root checker says its not rooted either! Please any help would be appreciated!!!
Click to expand...
Click to collapse
Try this; http://forum.xda-developers.com/moto-g/help/root-moto-g-lollipop-5-0-2-t3009330
On a side note:
dat username tho
\m/:silly:\m/
*brutal*
metalrules321 said:
Try this; http://forum.xda-developers.com/moto-g/help/root-moto-g-lollipop-5-0-2-t3009330
On a side note:
dat username tho
\m/:silly:\m/
*brutal*
Click to expand...
Click to collapse
That thread is from the moto g not the moto g 2014 will it still work?
Also is there a way that I could just flash stock 5.0.2 ROM using Odin? Since my phones recovery is gone (like I boot into recovery and it says no command with the broken Android)
Thanks and btw I know my username is awesome lol
Sent from my GT-N7105 using XDA Free mobile app
Or since I just figured out that Odin is for Samsung phones only (btw I'm not a noon but this is my first non Samsung phone lol) but will this method work for restoring my moto g 2014 with recovery back?
http://forum.xda-developers.com/showthread.php?t=2957167
Thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
That thread is from the moto g not the moto g 2014 will it still work?
Also is there a way that I could just flash stock 5.0.2 ROM using Odin? Since my phones recovery is gone (like I boot into recovery and it says no command with the broken Android)
Thanks and btw I know my username is awesome lol
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Wheeeps !
Sorry for the ginormous error !!! Lack of sleep is getting to me
Let me search, and then I'll update you again
---------- Post added at 11:52 AM ---------- Previous post was at 11:48 AM ----------
ArmStrongDickPunch said:
Or since I just figured out that Odin is for Samsung phones only (btw I'm not a noon but this is my first non Samsung phone lol) but will this method work for restoring my moto g 2014 with recovery back?
http://forum.xda-developers.com/showthread.php?t=2957167
Thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Yup, that toolset is developed by shawn5162 and hes a well respected dev
That should help you in restoring your phone back to stock BUT it wont likely relock your bootloader
metalrules321 said:
Wheeeps !
Sorry for the ginormous error !!! Lack of sleep is getting to me
Let me search, and then I'll update you again
---------- Post added at 11:52 AM ---------- Previous post was at 11:48 AM ----------
Yup, that toolset is developed by shawn5162 and hes a well respected dev
That should help you in restoring your phone back to stock BUT it wont likely relock your bootloader
Click to expand...
Click to collapse
I'm hoping it works although it restores to KitKat and I'm on lollipop so hopefully it won't cause a bootloop BC of my boot loader being on lollipop
Unless I can find a way to flash stock recovery from flastboot then I can reflash stock ROM and figure out a root method that works
Would that be possible to flash 5.0.2 stock recovery IMG from flastboot? Is so can u help me find a stock recovery IMG to do so
Again thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
I'm hoping it works although it restores to KitKat and I'm on lollipop so hopefully it won't cause a bootloop BC of my boot loader being on lollipop
Unless I can find a way to flash stock recovery from flastboot then I can reflash stock ROM and figure out a root method that works
Would that be possible to flash 5.0.2 stock recovery IMG from flastboot? Is so can u help me find a stock recovery IMG to do so
Again thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
The toolset works for lollipop too
It says so in the title
As for xt1064 stock img . Wait , I'll search for it
metalrules321 said:
The toolset works for lollipop too
It says so in the title
As for xt1064 stock img . Wait , I'll search for it
Click to expand...
Click to collapse
OK just wondering BC the last post in the form someone had that issue but I'll try it after I try to use fastboot mode to flash the recovery BC if that works I won't need to use the toolset lol and what would the command be to flash the recovery? "Fastboot flash recovery.img" ?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
OK just wondering BC the last post in the form someone had that issue but I'll try it after I try to use fastboot mode to flash the recovery BC if that works I won't need to use the toolset lol and what would the command be to flash the recovery? "Fastboot flash recovery.img" ?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
nope
fastboot flash recovery recovery.img
EDIT; (adding a smiley)
metalrules321 said:
nope
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Also the toolset has a recovery img would that work or is there a lollipop specific recovery img? Thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Also the toolset has a recovery img would that work or is there a lollipop specific recovery img? Thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
If you downloaded the LP firmware, all should go okay
And no, the recovery stays the same (stock)
metalrules321 said:
If you downloaded the LP firmware, all should go okay
And no, the recovery stays the same (stock)
Click to expand...
Click to collapse
I couldn't find the lollipop stock firmware I thought I had it but it was just the ota for 5.0.1 but I'll use the recovery.img from the toolset and try that
If it doesn't work and I use the toolset and restore to 4.4 KitKat will I get the ota to 5.0.2 again or will I have to find and flash it?
Sent from my GT-N7105 using XDA Free mobile app
Btw I'm using minimal adb and fastboot program and I just tried flashing the recovery.img but its still showing no command when I enter recovery mode…
Any suggestions before I try the toolset?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Btw I'm using minimal adb and fastboot program and I just tried flashing the recovery.img but its still showing no command when I enter recovery mode…
Any suggestions before I try the toolset?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
@ArmStrongDickPunch
Hey, sorry for the delayed reply
Couldnt find the lp firmware for x64 on xda
So here you go
you can download the firmware for xt1064 from here
http://motofirmware.center/files/category/35-moto-g-2nd-generation/
And follow the instructions given here
http://forum.xda-developers.com/moto-g-2014/general/index-guide-update-to-lollipop-android-t2941340
metalrules321 said:
@ArmStrongDickPunch
Hey, sorry for the delayed reply
Couldnt find the lp firmware for x64 on xda
So here you go
you can download the firmware for xt1064 from here
http://motofirmware.center/files/category/35-moto-g-2nd-generation/
And follow the instructions given here
http://forum.xda-developers.com/moto-g-2014/general/index-guide-update-to-lollipop-android-t2941340
Click to expand...
Click to collapse
Think I figured it out just flashed cwm touch recovery via fastboot and I now have recovery and installed SuperSU to re root about to see if I have root now!!
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Think I figured it out just flashed cwm touch recovery via fastboot and I now have recovery and installed SuperSU to re root about to see if I have root now!!
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Nicceee
metalrules321 said:
Nicceee
Click to expand...
Click to collapse
Now I just need to fix WiFi BC its still broken and my Sim is in my note 2 atm so I'm going to try and install SuperSU from my tumbdrive
Any suggestions to fix WiFi?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Now I just need to fix WiFi BC its still broken and my Sim is in my note 2 atm so I'm going to try and install SuperSU from my tumbdrive
Any suggestions to fix WiFi?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
WIFI shouldnt be borked on stock roms
Try flashing a stock LP rom using the fastboot method
metalrules321 said:
WIFI shouldnt be borked on stock roms
Try flashing a stock LP rom using the fastboot method
Click to expand...
Click to collapse
How do I flash stock ROM using fastboot? Or should I just use the recovery since I got cwm? And the WiFi broke after I tried the root method from my first post lol
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
How do I flash stock ROM using fastboot? Or should I just use the recovery since I got cwm? And the WiFi broke after I tried the root method from my first post lol
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
No , dont flash it via cwm it wont work
My best bet would be to
1. download stock 4.4 firmware for x64
2. Extract the files to the fastboot folder
3. Boot into your bootloader
4. Open fastboot, then connect your phone (all moto driver should be properly installed)
5, Run the following commands exactly as is , one by one
fastboot flash partition rom\gpt.bin
fastboot flash motoboot rom\motoboot.img
fastboot flash logo rom\logo.bin
fastboot flash boot rom\boot.img
fastboot flash recovery rom\recovery.img
fastboot flash system rom\system.img_sparsechunk.0
fastboot flash system rom\system.img_sparsechunk.1
fastboot flash system rom\system.img_sparsechunk.2
fastboot flash system rom\system.img_sparsechunk.3
fastboot flash modem rom\NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg rom\fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Awesomely long (I know), but this is the only way to downgrade to a stock 4.4
You will lose your custom recovery and root too
Try this site
http://www.guidingtech.com/38303/restore-moto-g-stock/
Works for x64 too

Huawei P8 Lite 2017 [PRA-LX1] - ADB & Fastboot Error (Command not allowed)

Hello everyone!
A month ago I rooted my device (Huawei P8 Lite 2017 [PRA-LX1]) using the XDA tutorial here. Now I am trying to recover my device using this XDA tutorial here.
My device is fully working but I have a few problems and bugs now and then so I want to fully recover it. My bootloader is unlocked and USB Debugging is on but every time I try to recover my phone or flash anything, I am getting the same error over and over and over again: FAILED (remote: Command not allowed).
Any ideas on how to fix that and recover my device?
is the frp locked?
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
is the frp locked?
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
Yes it is and I tried to unlock it using the Fastboot and ADB but I am getting the same error.
meymigrou said:
Yes it is and I tried to unlock it using the Fastboot and ADB but I am getting the same error.
Click to expand...
Click to collapse
do you have stock recovery or TWRP?
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
do you have stock recovery or TWRP?
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
I don't have the stock recovery and I don't know where to find it and download it. But I have all the TWRP files on my PC.
meymigrou said:
I don't have the stock recovery and I don't know where to find it and download it. But I have all the TWRP files on my PC.
Click to expand...
Click to collapse
first of all...take a backup using twrp...and then...you must flash the stock recovery...if you have root...you can use flashify...and then you must do a factory reset using the stock recovery...
after all the steps above...
you must relock your bootloader using thia command:
fastboot oem relock xxxxxxxxxxxxxx
xxxx.... are your bootloader unlock code...
after locking the bootloader you can re enable your oem unlocking in developing options
Sent from my PRA-LA1 using Tapatalk
---------- Post added at 06:11 PM ---------- Previous post was at 06:05 PM ----------
hamzio7 said:
first of all...take a backup using twrp...and then...you must flash the stock recovery...if you have root...you can use flashify...and then you must do a factory reset using the stock recovery...
after all the steps above...
you must relock your bootloader using thia command:
fastboot oem relock xxxxxxxxxxxxxx
xxxx.... are your bootloader unlock code...
after locking the bootloader you can re enable your oem unlocking in developing options
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
reasons why you need the stock recovery:
after relocking the bootloader your phone asks to delete everything and encrypt the phone again.
without stock recovery you can't
why you need to do a factory reset using the stock recovery first?
your phone will detect your phone as rooted and will give you this error when you try to relock the bootloader
root risk or something...i don't remember it
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
first of all...take a backup using twrp...and then...you must flash the stock recovery...if you have root...you can use flashify...and then you must do a factory reset using the stock recovery...
after all the steps above...
you must relock your bootloader using thia command:
fastboot oem relock xxxxxxxxxxxxxx
xxxx.... are your bootloader unlock code...
after locking the bootloader you can re enable your oem unlocking in developing options
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
First things first, thank you so much for taking the time to help me with a solution. Here's the problem: I can't do anything with TWRP because it's stuck at booting.
use flashify to flash twrp on your phone...or you can use dd commands via terminal and super su
meymigrou said:
First things first, thank you so much for taking the time to help me with a solution. Here's the problem: I can't do anything with TWRP because it's stuck at booting.
Click to expand...
Click to collapse
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
use flashify to flash twrp on your phone...or you can use dd commands via terminal and super su
Click to expand...
Click to collapse
I can't use Flashify because my device isn't rooted. I want to root it but I don't know how because TWRP doesn't work. Is there any other way I could root my device?
meymigrou said:
I can't use Flashify because my device isn't rooted. I want to root it but I don't know how because TWRP doesn't work. Is there any other way I could root my device?
Click to expand...
Click to collapse
have you rooted your device before?
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
have you rooted your device before?
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
Yes I did! I rooted it using TWRP and Super Su (both downloaded from XDA).
meymigrou said:
Yes I did! I rooted it using TWRP and Super Su (both downloaded from XDA).
Click to expand...
Click to collapse
su it's rooted...you just have to install the super su apk...
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
su it's rooted...you just have to install the super su apk...
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
I just installed SuperSu from Play Store and it says that 'Root Undetected'.
meymigrou said:
I just installed SuperSu from Play Store and it says that 'Root Undetected'.
Click to expand...
Click to collapse
use the one that you downloaded from xda
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
use the one that you downloaded from xda
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
Same again, I downloaded the same SuperSu apk from XDA and it says that root undetected.
that's bad...i don't know what to do...can you try terminal emulator...type su and press enter key...if there wasn't any errors then you can use terminal to flash files
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
that's bad...i don't know what to do...can you try terminal emulator...type su and press enter key...if there wasn't any errors then you can use terminal to flash files
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
I did and it says "not found". That's really weird, how can I fix a device that doesn't let you flash anything and it's firmware doesn't even work? When I try to open TWRP it stuck at boot and doesn't do anything. I can't even reset my device because it stays at boot.
meymigrou said:
I did and it says "not found". That's really weird, how can I fix a device that doesn't let you flash anything and it's firmware doesn't even work? When I try to open TWRP it stuck at boot and doesn't do anything. I can't even reset my device because it stays at boot.
Click to expand...
Click to collapse
use adb command to boot into recovery and see if the device boots to TWRP...
adb reboot recovery
Sent from my PRA-LA1 using Tapatalk
hamzio7 said:
use adb command to boot into recovery and see if the device boots to TWRP...
adb reboot recovery
Sent from my PRA-LA1 using Tapatalk
Click to expand...
Click to collapse
I just did it and it stuck at boot again.
meymigrou said:
I just did it and it stuck at boot again.
Click to expand...
Click to collapse
the only thing that you can do to flash files at the moment is with DC Phoenix box ... it's a paid app...15 euro for 72 hours of using...i used it to fix mine
Sent from my PRA-LA1 using Tapatalk

Rooting And Twrp Help ASAP

I been trying to root my Moto e5 Play for a couple days and have almost found success. Right now, I am stuck in a boot loop and I don't have a way to access the rooted phone. Everytime I try to boot into the Android or Factory Mode, it brings me into Twrp. I don't know how to fix this.
The other problem is that before this constant boot loop occured, I would attempt to start boot up and the black N/A screen would appear but stay only on that screen.
I did install a Moto driver.
I did unlock the bootloader using adb.
I did install twrp using adb.
I am trying to root using supersu.
Roooting said:
I been trying to root my Moto e5 Play for a couple days and have almost found success. Right now, I am stuck in a boot loop and I don't have a way to access the rooted phone. Everytime I try to boot into the Android or Factory Mode, it brings me into Twrp. I don't know how to fix this.
The other problem is that before this constant boot loop occured, I would attempt to start boot up and the black N/A screen would appear but stay only on that screen.
I did install a Moto driver.
I did unlock the bootloader using adb.
I did install twrp using adb.
I am trying to root using supersu.
Click to expand...
Click to collapse
I doubt supersu will work
You likely need to reflash boot.img
Sent from my mata using XDA Labs
sd_shadow said:
I doubt supersu will work
You likely need to reflash boot.img
Click to expand...
Click to collapse
This? I already tried flashing that particular img. The reboot always returns to the bootloader. I am missing something.
Roooting said:
This? I already tried flashing that particular img. The reboot always returns to the bootloader. I am missing something.
Click to expand...
Click to collapse
No flash stock boot.img with fastboot
Sent from my perry_f using XDA Labs
sd_shadow said:
No flash stock boot.img with fastboot
Click to expand...
Click to collapse
I don't understand how to do that. :/
Can you walk me through the steps?
Roooting said:
I don't understand how to do that. :/
Can you walk me through the steps?
Click to expand...
Click to collapse
Which model number?
Do you know which software channel
See
https://mirrors.lolinet.com/firmware/moto
Download the firmware
Extract/uncompress the . zip
Flash
Code:
Fastboot flash boot boot.img
Sent from my mata using XDA Labs
sd_shadow said:
Which model number?
Do you know which software channel
See
https://mirrors.lolinet.com/firmware/moto
Download the firmware
Extract/uncompress the . zip
Flash
Click to expand...
Click to collapse
I don't know the software channel. This phone is unlocked and may not have a carrier.
Roooting said:
I don't know the software channel. This phone is unlocked and may not have a carrier.
Click to expand...
Click to collapse
According to your bootloader screenshot
James 1925-2
Att
Try
https://mirrors.lolinet.com/firmware/moto/james/official/ATT/
Sent from my mata using XDA Labs
sd_shadow said:
According to your bootloader screenshot
James 1925-2
Att
Try
https://mirrors.lolinet.com/firmware/moto/james/official/ATT/
Click to expand...
Click to collapse
I picked the first one.
Took the boot.img out of the zip file and inserted it into internal storage. Then tried flashing using twrp. Nothing worked. The boot returned me to the bootloader.
I also tried doing adb sideload in fastboot. That didn't work either.
Roooting said:
I picked the first one.
Took the boot.img out of the zip file and inserted it into internal storage. Then tried flashing using twrp. Nothing worked. The boot returned me to the bootloader.
I also tried doing adb sideload in fastboot. That didn't work either.
Click to expand...
Click to collapse
Use the newest one
abd commands don't work in fastboot mode
Sent from my mata using XDA Labs
sd_shadow said:
Use the newest one
abd commands don't work in fastboot mode
Click to expand...
Click to collapse
Nothing works with any of those. Still get stuck in the bootloop. :/
I know what the problem is. I don't have a OS installed. That's why the phone is stuck on the bootloader bootloop. I need to flash a OS.
Roooting said:
I know what the problem is. I don't have a OS installed. That's why the phone is stuck on the bootloader bootloop. I need to flash a OS.
Click to expand...
Click to collapse
https://forum.xda-developers.com/moto-e5/how-to/firmware-restoring-moto-e5-play-to-t3820053
Sent from my Cosmo_Communicator using XDA Labs
sd_shadow said:
https://forum.xda-developers.com/moto-e5/how-to/firmware-restoring-moto-e5-play-to-t3820053
Click to expand...
Click to collapse
Tried two different stocks. Twrp error.
Roooting said:
Tried two different stocks. Twrp error.
Click to expand...
Click to collapse
Don't use TWRP
Sent from my mata using XDA Labs
---------- Post added at 02:24 AM ---------- Previous post was at 02:23 AM ----------
Where does it say use TWRP?
Sent from my mata using XDA Labs
sd_shadow said:
Don't use TWRP
Click to expand...
Click to collapse
What do I use to flash if not adb or twrp?
Roooting said:
What do I use to flash if not adb or twrp?
Click to expand...
Click to collapse
https://forum.xda-developers.com/moto-e5/how-to/firmware-restoring-moto-e5-play-to-t3820053
Sent from my mata using XDA Labs
sd_shadow said:
https://forum.xda-developers.com/moto-e5/how-to/firmware-restoring-moto-e5-play-to-t3820053
Click to expand...
Click to collapse
I don't have permission to download whatever is in that google drive link.
Roooting said:
I don't have permission to download whatever is in that google drive link.
Click to expand...
Click to collapse
Setting up and Using adb.exe and fastboit.exe https://forum.xda-developers.com/android/general/index-links-setting-using-adb-fastboot-t3495167
Sent from my mata using XDA Labs
---------- Post added at 02:57 AM ---------- Previous post was at 02:53 AM ----------
https://forum.xda-developers.com/moto-e5/how-to/firmware-moto-e5-xt1944-4-dual-sim-t3820901
Sent from my mata using XDA Labs
sd_shadow said:
Setting up and Using adb.exe and fastboit.exe https://forum.xda-developers.com/android/general/index-links-setting-using-adb-fastboot-t3495167
Sent from my mata using XDA Labs
---------- Post added at 02:57 AM ---------- Previous post was at 02:53 AM ----------
https://forum.xda-developers.com/moto-e5/how-to/firmware-moto-e5-xt1944-4-dual-sim-t3820901
Click to expand...
Click to collapse
I can't find my device in RSD.

Categories

Resources