Fastboot "Command not Allowed" - Sony Xperia L

Hi!
I am trying to flash my Xperia L which is already rooted.
I got my "unlock bootloader key" and not when I try to unlock it with the key it says-
FAILED <Command did not succeed.>
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-
F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending 'recovery' (12452 KB)...
OKAY [ 0.397s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.402s
It is able to write a kernel's boot image however, but then it doesn't not even boot. (Even the screen doesn't turn on)
I will be thankful to any help!

srishabhiitk said:
Hi!
I am trying to flash my Xperia L which is already rooted.
I got my "unlock bootloader key" and not when I try to unlock it with the key it says-
FAILED <Command did not succeed.>
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-
F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending 'recovery' (12452 KB)...
OKAY [ 0.397s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.402s
It is able to write a kernel's boot image however, but then it doesn't not even boot. (Even the screen doesn't turn on)
I will be thankful to any help!
Click to expand...
Click to collapse
Is you're phone bootloader unlockable?

Yes!
Lazynestor said:
Is you're phone bootloader unlockable?
Click to expand...
Click to collapse
Yes, Unlockable and unlocked!
Actually I was using Cyanogenmod 12 by Varun Chitre and when I wanted to switch to Nightly version this error came and I couldn't find a s loution.

srishabhiitk said:
Yes, Unlockable and unlocked!
Actually I was using Cyanogenmod 12 by Varun Chitre and when I wanted to switch to Nightly version this error came and I couldn't find a s loution.
Click to expand...
Click to collapse
Did you try to flash it with Flashtool?
Also try right click on cmd and open as administrator

Fabulous_Pancake said:
Did you try to flash it with Flashtool?
Also try right click on cmd and open as administrator
Click to expand...
Click to collapse
Yes, I've tried flashtool and it gives same error. I didn't try running cmd as administrator but I doubt it would change anything..

hmm you have this problem with other kernels? also try fastboot flash boot philztaoshan.img

You can't use fastboot with recovery command.
Xperia doesn't have recovery partition

Fabulous_Pancake said:
hmm you have this problem with other kernels? also try fastboot flash boot philztaoshan.img
Click to expand...
Click to collapse
Yeah! I couldn't flash anything after that error started coming.

underd0g said:
You can't use fastboot with recovery command.
Xperia doesn't have recovery partition
Click to expand...
Click to collapse
I guess that may be the problem because everything was working fine. Until I had to flash a custom recovery like Philz through fastboot.
I didn't know the command so I searched for a general one. I used "fastboot flash recovery recovery.zip".
But there is one other thing that when I tried to install Thunderzap Kernel through Flashtool my phone even stopped showing SONY splash screen and just vibrated trying to boot!
Please tell me the correct procedure to flash custom recovery through fastboot in Xperia Phone.

As far as I know there are 2 recovery that can be flashed to FOTAKernel partition.
TWRP compiled by rohan.purohit and Phil ported by sdt.
The only method to flash FOTAKernel (recovery) is via adb shell or terminal emulator.
See TWRP thread at Original Dev section

just flash thunderzap 4.14 and cm12. extract boot.img from tz zip and go into fastboot mode on your device than simply flash extracted boot img with flashboot

Fabulous_Pancake said:
just flash thunderzap 4.14 and cm12. extract boot.img from tz zip and go into fastboot mode on your device than simply flash extracted boot img with flashboot
Click to expand...
Click to collapse
I tried to install thunderzap using Flashtool, the device stopped booting. I had to flash stock ftf!

underd0g said:
As far as I know there are 2 recovery that can be flashed to FOTAKernel partition.
TWRP compiled by rohan.purohit and Phil ported by sdt.
The only method to flash FOTAKernel (recovery) is via adb shell or terminal emulator.
See TWRP thread at Original Dev section
Click to expand...
Click to collapse
I will try that and get back to you!

srishabhiitk said:
Hi!
I am trying to flash my Xperia L which is already rooted.
I got my "unlock bootloader key" and not when I try to unlock it with the key it says-
FAILED
Second time try the same statement again and it says OK!
After that when I try to flash a recovery it says-
F:\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot flash recovery
philztaoshan.img
sending 'recovery' (12452 KB)...
OKAY [ 0.397s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.402s
It is able to write a kernel's boot image however, but then it doesn't not even boot. (Even the screen doesn't turn on)
I will be thankful to any help!
Click to expand...
Click to collapse
your command is just wrong... even if you flash recovery you have to flash it as kernel in xperia devices
fastboot flash boot boot.img
is the correct command eg:
fastboot flash boot c:\recovery.img
Sent from my C2105 using XDA Free mobile app
---------- Post added at 12:55 PM ---------- Previous post was at 12:55 PM ----------
srishabhiitk said:
I will try that and get back to you!
Click to expand...
Click to collapse
you cant flash fota recovery ob stock...
Sent from my C2105 using XDA Free mobile app

SdtBarbarossa said:
your command is just wrong... even if you flash recovery you have to flash it as kernel in xperia devices
fastboot flash boot boot.img
is the correct command eg:
fastboot flash boot c:\recovery.img
Sent from my C2105 using XDA Free mobile app
---------- Post added at 12:55 PM ---------- Previous post was at 12:55 PM ----------
you cant flash fota recovery ob stock...
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
Should I simply try flashing Philz Recovery with command-
fastboot flash boot c:\recovery.img

srishabhiitk said:
Should I simply try flashing Philz Recovery with command-
fastboot flash boot c:\recovery.img
Click to expand...
Click to collapse
if recovery is in c then yes
maybe its / not \
Sent from my C2105 using XDA Free mobile app

SdtBarbarossa said:
if recovery is in c then yes
maybe its / not \
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
I guess it is, because it has already worked before using just normal commands.

srishabhiitk said:
I guess it is, because it has already worked before using just normal commands.
Click to expand...
Click to collapse
lol you mean you are not knowing where your file is? crazy xD
Sent from my C2105 using XDA Free mobile app

SdtBarbarossa said:
lol you mean you are not knowing where your file is? crazy xD
Sent from my C2105 using XDA Free mobile app
Click to expand...
Click to collapse
Oh! You meant recovery on my PC.. I thought the partition on my phone

srishabhiitk said:
Oh! You meant recovery on my PC.. I thought the partition on my phone
Click to expand...
Click to collapse
and did it work
Sent from my C2105 using XDA Free mobile app

Related

[RECOVERY] CWM 6.0.1.1 for Acer Liquid Glow

Compiled from CM9 sources.
Recovery Image : ftp://94.23.233.147/Smartphones/Liquid Glow/Recovery/CWM-6.0.1.1-E330.img
Your bootloader have to be unlocked to flash the recovery image.
To reboot in fastboot mode :
Code:
adb reboot bootloader
or
Code:
Turn off your device, then plug USB cable while pushing Vol-.
To flash the recovery image once booted in fastboot mode :
Code:
[I][B]Optional[/B] if your bootloader is not unlocked[/I] : fastboot -i 0x0502 oem unlock
fastboot -i 0x0502 flash recovery CWM-6.0.1.1-E330.img
Is there any way to root Glow?
Any tutorial available?
EDIT
Found it in vache's server ftp://94.23.233.147/Smartphones/Liquid%20Glow/Root%20&%20Reco%20Glow.zip
Settings> Developer Options, check the USB debugging.
First run unlock.cmd
reboot
then root.cmd
reboot
You are rooted!
it's possible to unroot this device?
after i follow instruction to unlock the device and i press Vol-, it blocked on fastboot mode now?
how do I get rid of the remote error:
G:\Root & Reco Glow\Root & Reco Glow>fastboot -i 0x0502 flash recovery CWM-6.0.1.1-E330.img
sending 'recovery' (5520 KB)...
OKAY [ 0.453s]
writing 'recovery'...
FAILED (remote: access denied)
finished. total time: 0.453s
G:\Root & Reco Glow\Root & Reco Glow>
Unlock your bootloader
Get into fastboot then type fastboot oem unlock
Reboot phone and you're done.
Sent from my S500 using xda app-developers app
paugustin said:
Unlock your bootloader
Get into fastboot then type fastboot oem unlock
Reboot phone and you're done.
Sent from my S500 using xda app-developers app
Click to expand...
Click to collapse
You are right, the french guy has a unlock cmd file which does not have the unlock statement, only fastboot reboot
fastboot -i 0x0502 oem unlock
did the trick, thanks
Thank ou for your work.
Phone is rooted, CWM working.
jisse44 said:
Thank ou for your work.
Phone is rooted, CWM working.
Click to expand...
Click to collapse
I followed the above and flashed the receovery how do I check if it is rooted and how enter into CWM. After flashing i do not see SU app in the drawer. any help greatly appreciated.
New link : http://mon-nuage.net/E330/Root & Reco Glow.zip
paugustin said:
New link : http://mon-nuage.net/E330/Root & Reco Glow.zip
Click to expand...
Click to collapse
FYI, that's still the old recovery and it has some screen glitches.. couldn't find the 6.0.1.1 version anywhere - do you still have it?
it's going to be quite a pita getting the updated recovery, the recovery builder on koush's site produces glitchy recoveries and the old one lacks some functionality
Recovery image
This is great, have been searching this for a long time, unfortunately the link seems to be down.
Possibly any mirrors to this file?
Kind regards
Gino
Look two posts above yours...
Can somebody port this cwm to my device? With same chipset. I can't do with my self
nophyan said:
Can somebody port this cwm to my device? With same chipset. I can't do with my self
Click to expand...
Click to collapse
I have same recovery.fstab partitions, i'd copied /etc /sbin and /res from ramdisk into my stock recovery. But not work. Somebody know where i was wrong?
My english is suck,sorry

Recovey TWRP issue

Hello, i'm having this weird issue with the recovey, i'm running venom ViperXL btw, Well everything was working good before, but now everytime ,when i try to go in to recovery , it does not work, i mean the phone goes to recovery, but when is there, the first screen of recovery stays just flashing , nothing else happens , wont let me do nothing in recovery, i already tried flashing the recovery again from pc commands ( with differents versions ) , and from the device with goomanager but, recovery still doing the same thing, just stays flashing.
any ideas about whats happening? and how to fix this?
Thanks in advance.
S-OFF
Try
fastboot erase recovery
Fastboot erase cache
Fastboot flash recovery recoveryfilename.Img
Fastboot erase cache
Then try
Sent from my One X using xda app-developers app
exad said:
Try
fastboot erase recovery
Fastboot erase cache
Fastboot flash recovery recoveryfilename.Img
Fastboot erase cache
Then try
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Thanks ,i'm having this error with the first command.
C:\platform-tools>fastboot erase recovery
erasing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 0.007s
i'm doing something wrong?
zeroth said:
Thanks ,i'm having this error with the first command.
C:\platform-tools>fastboot erase recovery
erasing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 0.007s
i'm doing something wrong?
Click to expand...
Click to collapse
nah you're not. -_-
didn't work for me either.
Do the rest of it. Skip that step.
exad said:
nah you're not. -_-
didn't work for me either.
Do the rest of it. Skip that step.
Click to expand...
Click to collapse
i already did, but still the same issue.
Thanks.
zeroth said:
i already did, but still the same issue.
Thanks.
Click to expand...
Click to collapse
Did you check md5 of the recovery you are flashing to make sure there's no corruption? Flash using different USB cable? hooked up to a usb 2.0 port just in case? Tried a different usb port in case?
All things to try. If after all that it's still not working. If you are S-OFF, RUU and then try to flash recovery again.
exad said:
Did you check md5 of the recovery you are flashing to make sure there's no corruption? Flash using different USB cable? hooked up to a usb 2.0 port just in case? Tried a different usb port in case?
All things to try. If after all that it's still not working. If you are S-OFF, RUU and then try to flash recovery again.
Click to expand...
Click to collapse
everything is good, is just the error with the first command.
----------------\ .Edit 1
OKay i flashed ClockworkMod recovey and seems to be working , now i'm gonna try flashing TWRP back.]
---------- Edit 2
same issues with TWRP recovery.
I guess i have to get used to ClockworkMod recovery for now.
zeroth said:
everything is good, is just the error with the first command.
----------------\ .Edit 1
OKay i flashed ClockworkMod recovey and seems to be working , now i'm gonna try flashing TWRP back.]
---------- Edit 2
same issues with TWRP recovery.
I guess i have to get used to ClockworkMod recovery for now.
Click to expand...
Click to collapse
CWM can cause weird issues. Did you have cwm on there before trying to flash twrp?..
exad said:
CWM can cause weird issues. Did you have cwm on there before trying to flash twrp?..
Click to expand...
Click to collapse
not, first time with cwm. i'll see what happens later lol
seems to be working good so far lol.
I found the problem, it was a theme for twrp recovery, the theme was causing the issue.
I'm back to twrp.
Sent from my HTC One X using Tapatalk 2

Stuck at boot up failed!

Hey guys,
I wanted to have the Android 5.1 update so I looked up how I can do this.
I ended up at a youtube video called ''How to Install OFFICIAL Android 5.1 Lollipop GPe on Moto G [XT1033 & XT1032]'' by Samanyou Garg.
I did the first thing he said with the file called 5.x to 4.4.4 gpe. after I did this my phone didn't boot up. Now i'm stuck at th bootloader menu and if i try anything it says ''boot up failed''
Please help me with this problem, im stuck for 4 days right now! and I really need my phone tommorow.
poolta321 said:
Hey guys,
I wanted to have the Android 5.1 update so I looked up how I can do this.
I ended up at a youtube video called ''How to Install OFFICIAL Android 5.1 Lollipop GPe on Moto G [XT1033 & XT1032]'' by Samanyou Garg.
I did the first thing he said with the file called 5.x to 4.4.4 gpe. after I did this my phone didn't boot up. Now i'm stuck at th bootloader menu and if i try anything it says ''boot up failed''
Please help me with this problem, im stuck for 4 days right now! and I really need my phone tommorow.
Click to expand...
Click to collapse
Flash a custom recovery and wipe system ,data,dalvik and cache then flash cm 12.1 nightly
sjandroiddeveloper said:
Flash a custom recovery and wipe system ,data,dalvik and cache then flash cm 12.1 nightly
Click to expand...
Click to collapse
I tried to flash TWRP but when I put ''adb devices'' in cmd it doesn't come up with my device
update: wait It does work now with fastboot devices
poolta321 said:
I tried to flash TWRP but when I put ''adb devices'' in cmd it doesn't come up with my device
update: wait It does work now with fastboot devices
Click to expand...
Click to collapse
Okay I flashed TWRP but when I do recovery It still says Boot up failed
poolta321 said:
Okay I flashed TWRP but when I do recovery It still says Boot up failed
Click to expand...
Click to collapse
First if all don't do things you don't know about, just watching a random YouTube videos and following is a stupid thing
Now try this
In fastboot mode enter following commands
fastboot erase recovery
fastboot flash recovery recovery.img
---------- Post added at 12:24 PM ---------- Previous post was at 12:23 PM ----------
And why did you make 4 threads for the same thing
Dont spam please
sjandroiddeveloper said:
First if all don't do things you don't know about, just watching a random YouTube videos and following is a stupid thing
Now try this
In fastboot mode enter following commands
fastboot erase recovery
fastboot flash recovery recovery.img
---------- Post added at 12:24 PM ---------- Previous post was at 12:23 PM ----------
And why did you make 4 threads for the same thing
Dont spam please
Click to expand...
Click to collapse
sorry for the many threads.
I did what you said and reflashed TWRP but it still says Boot up failed when I go to recovery
poolta321 said:
sorry for the many threads.
I did what you said and reflashed TWRP but it still says Boot up failed when I go to recovery
Click to expand...
Click to collapse
When you flash recovery what does it say on phone's fastboot screen
sjandroiddeveloper said:
When you flash recovery what does it say on phone's fastboot screen
Click to expand...
Click to collapse
cmd: getvarartition-type:recovery
cmd: erase:recovery
cmd: getvarartition-type recovery
cmd: getvar:max-download-size
cmd: download:007b1800
cmd: flash: recovery
Mismatched partition size (recovery)
Boot up failed
poolta321 said:
cmd: getvarartition-type:recovery
cmd: erase:recovery
cmd: getvarartition-type recovery
cmd: getvar:max-download-size
cmd: download:007b1800
cmd: flash: recovery
Mismatched partition size (recovery)
Boot up failed
Click to expand...
Click to collapse
lol didn't mean to put the smileys there
poolta321 said:
lol didn't mean to put the smileys there
Click to expand...
Click to collapse
Try to flash Philz
And if that doesnt work out then flash the stock 5.0.2 Asian firmware for xt1033
That's the only thing you can do
sjandroiddeveloper said:
Try to flash Philz
And if that doesnt work out then flash the stock 5.0.2 Asian firmware for xt1033
That's the only thing you can do
Click to expand...
Click to collapse
tried Philz and it still says Mismatching partition and boot up failed
Tried stock 5.0.2 Asian firmware for xt1033 but it didn't do anything. on cmd I typed the code but nothing came up
poolta321 said:
tried Philz and it still says Mismatching partition and boot up failed
Tried stock 5.0.2 Asian firmware for xt1033 but it didn't do anything. on cmd I typed the code but nothing came up
Click to expand...
Click to collapse
Mismatch partition size will always occur while flashing a custom recovery, no need to worry about it
And what do you mean nothing came up when you typed commands
Some output must have come
sjandroiddeveloper said:
Mismatch partition size will always occur while flashing a custom recovery, no need to worry about it
And what do you mean nothing came up when you typed commands
Some output must have come
Click to expand...
Click to collapse
image is in attachments.
this happens for all the codes i type via mfastboot.exe
poolta321 said:
image is in attachments.
this happens for all the codes i type via mfastboot.exe
Click to expand...
Click to collapse
Wait it works right now.
I didn't knew I needed to paste the mfasboot in the SDK folder
poolta321 said:
Wait it works right now.
I didn't knew I needed to paste the mfasboot in the SDK folder
Click to expand...
Click to collapse
Okay it finished. but still doesn't do anything.....
It still says Boot up failed an when I try to turn it on it says Fastboot Reason: Fall-trough from normal boot mode
poolta321 said:
Okay it finished. but still doesn't do anything.....
It still says Boot up failed an when I try to turn it on it says Fastboot Reason: Fall-trough from normal boot mode
Click to expand...
Click to collapse
I think your bootloader is corrupted or something like that
sjandroiddeveloper said:
I think your bootloader is corrupted or something like that
Click to expand...
Click to collapse
Is there a way to fix it?
poolta321 said:
Is there a way to fix it?
Click to expand...
Click to collapse
There are plenty of people who have killed their phones by doing something the result of which was corrupt bootloader
And sadly there is no way to fix it
sjandroiddeveloper said:
There are plenty of people who have killed their phones by doing something the result of which was corrupt bootloader
And sadly there is no way to fix it
Click to expand...
Click to collapse
So my phone is broke?
poolta321 said:
So my phone is broke?
Click to expand...
Click to collapse
Technically its called hardbricked

TWRP not installing

I recently unlocked my T-Mobile HTC U11 and I'm trying to flash TWRP recovery on it. However, when I enter the command "fastboot flash recovery twrp-3.1.1.img", command prompt gives me an error "FAILED (remote: Not allowed on PRODUCTION device)." My Fastboot screen shows me:
FastBoot
Product name - QC_Reference_Phone
Variant - MSM UFS
Bootloader version -
Baseband version -
SECURE BOOT - PRODUCTION
SECURE STATE - S-ON
DEVICE STATE - UNLOCKED (U)
***Software status: Official ***
Any Help would be appreciated
Bayernholic said:
I recently unlocked my T-Mobile HTC U11 and I'm trying to flash TWRP recovery on it. However, when I enter the command "fastboot flash recovery twrp-3.1.1.img", command prompt gives me an error "FAILED (remote: Not allowed on PRODUCTION device)." My Fastboot screen shows me:
FastBoot
Product name - QC_Reference_Phone
Variant - MSM UFS
Bootloader version -
Baseband version -
Serial Number - FA76C0500145
SECURE BOOT - PRODUCTION
SECURE STATE - S-ON
DEVICE STATE - UNLOCKED (U)
***Software status: Official ***
Any Help would be appreciated
Click to expand...
Click to collapse
I haven't unlocked yet, but did you try and use htc_fastboot.exe instead or vanilla fastboot? Not sure if it is required or not.
jsaxon2 said:
I haven't unlocked yet, but did you try and use htc_fastboot.exe instead or vanilla fastboot? Not sure if it is required or not.
Click to expand...
Click to collapse
Well this is my first HTC phone so I'm not exactly sure what htc_fastboot.exe is but if I find a link or something I will check that out. Thanks :good:
Did you unlock the boot loader from htcdev with the code that they emailed you with? If the boot loader is locked it will reject the twrp flash.
Bayernholic said:
However, when I enter the command "fastboot flash recovery twrp-3.1.1.img", command prompt gives me an error "FAILED (remote: Not allowed on PRODUCTION device)."
Click to expand...
Click to collapse
Flash recovery in download mode, not in bootloader mode.
Retrogore said:
Did you unlock the boot loader from htcdev with the code that they emailed you with? If the boot loader is locked it will reject the twrp flash.
Click to expand...
Click to collapse
Yes it's unlocked with that code
Kisakuku said:
Flash recovery in download mode, not in bootloader mode.
Click to expand...
Click to collapse
I tried that and it did install correctly but now when I go to Reboot to Recovery, it says " Your device can't be check for corruption. Please lock the bootloader" and proceeds to reboot my phone. I tried to lock my bootloader with fastboot but when I type "fastboot oem lock" it gives an error saying "Failed (remote: unknown command)"
Bayernholic said:
I tried that and it did install correctly but now when I go to Reboot to Recovery, it says " Your device can't be check for corruption. Please lock the bootloader" and proceeds to reboot my phone. I tried to lock my bootloader with fastboot but when I type "fastboot oem lock" it gives an error saying "Failed (remote: unknown command)"
Click to expand...
Click to collapse
Check MD5 of twrp-3.1.1-0-ocn.img. Should be 925ebc3f6416dd8ac7b509670ca26095.
Kisakuku said:
Check MD5 of twrp-3.1.1-0-ocn.img. Should be 925ebc3f6416dd8ac7b509670ca26095.
Click to expand...
Click to collapse
The MD5 matches
Bayernholic said:
The MD5 matches
Click to expand...
Click to collapse
Re-flash TWRP and post command line output.
Kisakuku said:
Re-flash TWRP and post command line output.
Click to expand...
Click to collapse
target reported max download size of 1562400000 bytes
sending 'recovery' (34744 KB)...
OKAY [ 2.033s]
writing 'recovery'...
(bootloader) HOSD CL#931172
(bootloader) [email protected]
(bootloader) [email protected]%
(bootloader) Update partition OK
(bootloader) [email protected]
OKAY [ 2.479s]
finished. total time: 4.514s
Bayernholic said:
target reported max download size of 1562400000 bytes
sending 'recovery' (34744 KB)...
OKAY [ 2.033s]
writing 'recovery'...
(bootloader) HOSD CL#931172
(bootloader) [email protected]
(bootloader) [email protected]%
(bootloader) Update partition OK
(bootloader) [email protected]
OKAY [ 2.479s]
finished. total time: 4.514s
Click to expand...
Click to collapse
And what happens when you reboot to recovery now?
Kisakuku said:
And what happens when you reboot to recovery now?
Click to expand...
Click to collapse
Okkkk so i dont know what was wrong with the flash last 2 or 3 times but now it worked :good: thanks:good:
May I ask, what is the difference result, install TWRP in download mode and bootloader mode? Thx
Sent from my HTC U11 using XDA Developers 2016 Premium
A San said:
May I ask, what is the difference result, install TWRP in download mode and bootloader mode? Thx
Sent from my HTC U11 using XDA Developers 2016 Premium
Click to expand...
Click to collapse
When booting to TWRP use bootloader mode(does not install TRWP on Device), Installing TRWP requires Download Mode(replaces stock recovery with TWRP).
schmeggy929 said:
When booting to TWRP use bootloader mode(does not install TRWP on Device), Installing TRWP requires Download Mode(replaces stock recovery with TWRP).
Click to expand...
Click to collapse
Ok, I understand.
So do I need to backup the stock recovery first before change it to TWRP recovery. If yes how to backup?
Sent from my HTC U11 using XDA Developers 2016 Premium
A San said:
Ok, I understand.
So do I need to backup the stock recovery first before change it to TWRP recovery. If yes how to backup?
Sent from my HTC U11 using XDA Developers 2016 Premium
Click to expand...
Click to collapse
TWRP.img in fastboot folder
reboot to bootloader mode
in CMD type: fastboot boot twrp.img( device will reboot to recovery)
click Keep Read Only
click backup
select System Image, Boot and Recovery
swipe to backup
All this to be able to Take OTA update, restore System Image and Boot reboot take OTA.
schmeggy929 said:
TWRP.img in fastboot folder
reboot to bootloader mode
in CMD type: fastboot boot twrp.img( device will reboot to recovery)
click Keep Read Only
click backup
select System Image, Boot and Recovery
swipe to backup
All this to be able to Take OTA update, restore System Image and Boot reboot take OTA.
Click to expand...
Click to collapse
Im guessing he forgot to rename twrp
schmeggy929 said:
TWRP.img in fastboot folder
reboot to bootloader mode
in CMD type: fastboot boot twrp.img( device will reboot to recovery)
click Keep Read Only
click backup
select System Image, Boot and Recovery
swipe to backup
All this to be able to Take OTA update, restore System Image and Boot reboot take OTA.
Click to expand...
Click to collapse
Ok. It's done. Thx alot.
Another question I want to ask. Why before I install the TWRP Recovery, when I go to recovery, the screen only shows Red Phone with Cross?
Sent from my HTC U11 using XDA Developers 2016 Premium
A San said:
Ok. It's done. Thx alot.
Another question I want to ask. Why before I install the TWRP Recovery, when I go to recovery, the screen only shows Red Phone with Cross?
Click to expand...
Click to collapse
It has been a long time since I have seen that, but I do believe that is what the stock recovery looks like.

Razer phone Android 9.0 Pie cheryl-P-Magisk-twrp-boot

This boot comes with twrp and Magisk
Fastboot command :
fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
fastboot reboot
download
https://drive.google.com/file/d/1VbmtVm3OGLxXYZ92YOOxsQkoyuOvi91_/view?usp=sharing
Thanks @将军和妓 Making a boot file
Twrp is working for me but not Magisk, I had to flash it via recovery. Thank you very much for sharing
MusTangKKK said:
This boot comes with twrp and Magisk
Fastboot command :
fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
fastboot reboot
download
https://drive.google.com/file/d/1VbmtVm3OGLxXYZ92YOOxsQkoyuOvi91_/view?usp=sharing
Thanks @将军和妓 Making a boot file
Click to expand...
Click to collapse
I tried with fastboot boot cheryl-P-Magisk-twrp-boot.img and nothing happened.
I'll try properly flashing the image when I have the time to make a backup.
Anyone has been able to backup the clean Pie boot.img ?
EDIT: Tried flashing the boot image and it bootloops. Maybe device encription has to be disabled for twrp to work?
thank you so much for this
I worked after I flashed my phone to 7.1.1 and updated to 9 but when I did it again and after updated did a wipe(just going into the setting and wiping) I couldn't flash part b of the boot just got an error
:tools root# ./fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
Sending 'boot_a' (26840 KB) OKAY [ 0.840s]
Writing 'boot_a' OKAY [ 3.657s]
Finished. Total time: 4.503s
:tools root# ./fastboot flash boot_B cheryl-P-Magisk-twrp-boot.img
Sending 'boot_B' (26840 KB) OKAY [ 0.659s]
Writing 'boot_B' FAILED (remote: 'No such partition.')
fastboot: error: Command failed
(EDIT: I'm retarded didn't notice the uppercase B but it seem they really didn't care of Gen1)
If you can't get into the system, you can go in twrp to restore factory settings and then restart, you can enter the system
MusTangKKK said:
If you can't get into the system, you can go in twrp to restore factory settings and then restart, you can enter the system
Click to expand...
Click to collapse
No everything is working just notice it said Razer 2
Djcall11 said:
No everything is working just notice it said Razer 2
Click to expand...
Click to collapse
This boot only supports Razer phone 1
[/LIST]
[/LIST]
MusTangKKK said:
If you can't get into the system, you can go in twrp to restore factory settings and then restart, you can enter the system
Click to expand...
Click to collapse
MusTangKKK said:
This boot only supports Razer phone 1
Click to expand...
Click to collapse
My guy only Razer 1 has 7.1.1 I just seen this after I reset after updating to pie everything I fine thank or care doe
I made the mistake of trying to get into recovery after this update using the Volume + plug in USB-C. (Update removed root/Magisk of course). It then wiped my entire device!!! No warning. No recovery screen. Just a message saying wiping device.
I immediately wiped it to put Lineage on it.
waiflih said:
I tried with fastboot boot cheryl-P-Magisk-twrp-boot.img and nothing happened.
I'll try properly flashing the image when I have the time to make a backup.
Anyone has been able to backup the clean Pie boot.img ?
EDIT: Tried flashing the boot image and it bootloops. Maybe device encription has to be disabled for twrp to work?
Click to expand...
Click to collapse
You need to make a copy of the flash all batch file and edit it and take out the line that reads "erase userdata" save the file. What this will do is make the factory image skip factory reset if you want to keep your files but wanna restore to fix or whatever.
---------- Post added at 10:03 AM ---------- Previous post was at 09:59 AM ----------
MusTangKKK said:
This boot comes with twrp and Magisk
Fastboot command :
fastboot flash boot_a cheryl-P-Magisk-twrp-boot.img
fastboot flash boot_b cheryl-P-Magisk-twrp-boot.img
fastboot reboot
download
https://drive.google.com/file/d/1VbmtVm3OGLxXYZ92YOOxsQkoyuOvi91_/view?usp=sharing
Thanks @将军和妓 Making a boot file
Click to expand...
Click to collapse
So i flashed this and i also even tried flashing twrp and magisk like normal but after i would boot, most apps would not load. Im currently reverted to 8 to figure this out. If you could help me figure out what is wrong, would be appreciated.
Guys am running android 9 on razer phone 1 and bootloader unlocked. However keep getting error write to device failed. Any advise please?
marvi0 said:
Guys am running android 9 on razer phone 1 and bootloader unlocked. However keep getting error write to device failed. Any advise please?
Click to expand...
Click to collapse
Any suggestions?
marvi0 said:
Guys am running android 9 on razer phone 1 and bootloader unlocked. However keep getting error write to device failed. Any advise please?
Click to expand...
Click to collapse
Do you have both parts of the bootloader unlocked?
iliais347 said:
Do you have both parts of the bootloader unlocked?
Click to expand...
Click to collapse
hello buddy. Aaa you might be onto something. I am afraid I don't have my phone with me now. How do I check though if I have both parts of the bootloader unlocked?
marvi0 said:
hello buddy. Aaa you might be onto something. I am afraid I don't have my phone with me now. How do I check though if I have both parts of the bootloader unlocked?
Click to expand...
Click to collapse
Try fastboot oem device-info
---------- Post added at 03:55 AM ---------- Previous post was at 03:29 AM ----------
marvi0 said:
hello buddy. Aaa you might be onto something. I am afraid I don't have my phone with me now. How do I check though if I have both parts of the bootloader unlocked?
Click to expand...
Click to collapse
But fyi, the razer phone has two parts to the bootloader. One is unlocked with
"Fastboot flashing unlock"
And the other is
"Fastboot flashing unlock_critical" i believe
iliais347 said:
Try fastboot oem device-info
---------- Post added at 03:55 AM ---------- Previous post was at 03:29 AM ----------
But fyi, the razer phone has two parts to the bootloader. One is unlocked with
"Fastboot flashing unlock"
And the other is
"Fastboot flashing unlock_critical" i believe
Click to expand...
Click to collapse
Oh so I need to unlock both? Thanks will check this tonight
After install can't open music file on extened memory, usb otg
iliais347 said:
Try fastboot oem device-info
---------- Post added at 03:55 AM ---------- Previous post was at 03:29 AM ----------
But fyi, the razer phone has two parts to the bootloader. One is unlocked with
"Fastboot flashing unlock"
And the other is
"Fastboot flashing unlock_critical" i believe
Click to expand...
Click to collapse
Please can someone else confirm this please before I go ahead as I don't want to risk it?
marvi0 said:
Please can someone else confirm this please before I go ahead as I don't want to risk it?
Click to expand...
Click to collapse
Yes you need to unlock both and each command will also do a factory reset so backup anything you may need on the internal storage.
This is working great for me. Thanks
Sent from my Phone using Tapatalk

Categories

Resources