[Recovery] TWRP 2.8.7.0/2.8.6.0 for Mate7 / Android 4.4 - Ascend Mate 7 Original Android Development

Hi all !
TWRP Recovery 2.8.6.0 for MATE7​twrp 2.8.7.0 for 4.4 https://basketbuild.com/devs/asyan4ik/hwmt7_l09_4.4[/SIZE]
​screenshots​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Install​
connect phone to pc (enable usb debugging ) , unpack archive and run Flash_twrp_recovery.bat

Testing now.
UPDATE:
Backup and restore works. Mine is black/yellow.

yep don't work with lollicrap beta rom... damm, no TWRP, no CWM... no root...

tozneno said:
yep don't work with lollicrap beta rom... damm, no TWRP, no CWM... no root...
Click to expand...
Click to collapse
if you want I'll describe the way how to get to the root on 5.1 ...
i compile cwm \ twrp recovery for 5.1 . work - no gui

acbka said:
if you want I'll describe the way how to get to the root on 5.1 ...
i compile cwm \ twrp recovery for 5.1 . work - no gui
Click to expand...
Click to collapse
ahhhh why not, i could take a look. because i've just need a custom recovery for install super su zip. once it's down i come back to stock recovery for keeping OTA ok with the root.

acbka said:
if you want I'll describe the way how to get to the root on 5.1 ...
i compile cwm \ twrp recovery for 5.1 . work - no gui
Click to expand...
Click to collapse
for what version ? mt7-tl10 ?? i want cwm or twrp .. can you help ?

tozneno said:
ahhhh why not, i could take a look. because i've just need a custom recovery for install super su zip. once it's down i come back to stock recovery for keeping OTA ok with the root.
Click to expand...
Click to collapse
try it :
1. Download and unpack this archive https://yadi.sk/d/ByBdaMIshJuxF
2. Run from unpacked folder terminal
3. Write terminal
Code:
adb reboot bootloader
fastboot flash recovery nogui.img
fastboot reboot
after loading
important after command adb reboot recovery - the screen will be black
Code:
adb reboot recovery
adb push UPDATE-SuperSU-v2.46.zip /su.zip
adb shell /sbin/recovery --update_package=/su.zip
back to stock recovery
Code:
adb reboot bootloader
fastboot flash recovery recovery_lollipop.img
View attachment 3366008

Works on tl10 and tl9?
Sent from my HUAWEI MT7-TL10 using Tapatalk

paulopais said:
Works on tl10 and tl9?
Sent from my HUAWEI MT7-TL10 using Tapatalk
Click to expand...
Click to collapse
I think it's working on tl10 , try

Can i save my stock recovery ?
Sent from my HUAWEI MT7-TL10 using Tapatalk

acbka said:
I think it's working on tl10 , try
Click to expand...
Click to collapse
Does it work on tl09 also?

acbka said:
try it :
1. Download and unpack this archive https://yadi.sk/d/vij50mf9hHzyW
2. Run from unpacked folder terminal
3. Write terminal
Code:
adb reboot bootloader
fastboot flash recovery nogui.img
fastboot reboot
after loading
important after command adb reboot recovery - the screen will be black
Code:
adb reboot recovery
adb push UPDATE-SuperSU-v2.46.zip /su.zip
adb shell /sbin/recovery --update_package=/su.zip
back to stock recovery
Code:
adb reboot bootloader
fastboot flash recovery recovery_lollipop.img
View attachment 3366008
Click to expand...
Click to collapse
thx you so mutch :good: i've dld it for now but i'll get a try after work, i'll keep in touch for feedback.

Thanks... every time more people is coming here to bring great news about development...
---------- Post added at 08:08 AM ---------- Previous post was at 07:55 AM ----------
Ok.... I was able to flash this recovery using flashify... I download your package and extract the recovery image and works... HAM7 lt_09 stock 137sp04 rooted Rom and locked bootloader...

@acbka
it's very funny because i could flash your no gui recovery, it seems to work because a could going under it with push vol up + power (the adb commande ligne for it don't work...) but after that all other adb commande don't work, the commande return "device not found"...

fastboot flash recovery nogui.img give me a error
FAILED -(remote: command not allowed)
http://i.imgur.com/9FOny1O.jpg - why say phone unlocked ?
anyone ?

I have Cwm recovery.... And KangVip Rom... Can i flash with flashify the twrp image? Or have to flash first stock recovery and after twrp image?

paulopais said:
fastboot flash recovery nogui.img give me a error
FAILED -(remote: command not allowed)
http://i.imgur.com/9FOny1O.jpg - why say phone unlocked ?
anyone ?
Click to expand...
Click to collapse
On my HAM 7 says unlock... but is not true.. when I rooted it shows as unlock and if you type
Fastboot oem get-bootinfo it says unlocked but not able to flash nothing... I did a test reflashing a stock firmware whitout root and typing the command and show as locked...

djzero86 said:
On my HAM 7 says unlock... but is not true.. when I rooted it shows as unlock and if you type
Fastboot oem get-bootinfo it says unlocked but not able to flash nothing... I did a test reflashing a stock firmware whitout root and typing the command and show as locked...
Click to expand...
Click to collapse
Unlock bootloader , can be done with 5.1 ?
I have made full backup without problems.
Sent from my HUAWEI MT7-TL10 using Tapatalk

paulopais said:
Unlock bootloader , can be done with 5.1 ?
I have made full backup without problems.
Sent from my HUAWEI MT7-TL10 using Tapatalk
Click to expand...
Click to collapse
Really I can't tell you since I am on 137 Rom .. and locked bootloader:crying:

acbka said:
try it :
1. Download and unpack this archive https://yadi.sk/d/vij50mf9hHzyW
2. Run from unpacked folder terminal
3. Write terminal
Code:
adb reboot bootloader
fastboot flash recovery nogui.img
fastboot reboot
after loading
important after command adb reboot recovery - the screen will be black
Code:
adb reboot recovery
adb push UPDATE-SuperSU-v2.46.zip /su.zip
adb shell /sbin/recovery --update_package=/su.zip
back to stock recovery
Code:
adb reboot bootloader
fastboot flash recovery recovery_lollipop.img
View attachment 3366008
Click to expand...
Click to collapse
Thanks Sir, finally got my MT7 TL-10 rooted

Related

ASUS ZE551ML bought abroad and can't update

Good day,
sorry for going direct to the point but, i'm having trouble with my ze551ml, as it was not yet available in my country a few months back, i bought it online, and it seems the original firmware was CN, and it was just converted to WW before it was shipped to me, as i bought it via CC, i didn't return it to the online store. now the problem is that, i want to update the software but it always fails, even if i did manual update.
Device info:
-device is rooted(it was rooted already when i got it
Build number:
LRX21V.WW-ASUS_Z00A-2.13.40.13_20150401_8390_user
044030427_201501060109
0010000500001
Kernel Version:
[email protected] #1
Wed Apr 1 00:31:25 CST 2015
Baseband Version
1509_5.0.18.00_0320,1509_7.0.10.0_0320
CPU-Z
also wondering, this was supposed to be a 64 bit phone right? but in the cpu-z it says
Processor: Intel(R) Atom(TM) CPU Z3560 1.83GHz
Cores: 4
Architecture: x86
CPUID: 6.5a.0
Codename: Moorfield
Process: 22 nm
P.S: is it possible to update if i flash the latest firmware?
BTW: Are these info safe to share?? Thanks
Yeah it's OK to share, you fail to update in recovery right? but you get the ota notification right? To me it looks like your build version is too old and it fails to update since newer updates require newer recoveries. Does ADB sideload fails too?
sorry can't understand much
ota doesn't see new updates, haven't tried adb, current computer has no android sdk installed, hopefully answered everything? but will install it now, also will finish latest stock rom in a minute
BTW: i'm willing to lose all data just to fix this problem
dwynez03 said:
ota doesn't see new updates, haven't tried adb, current computer has no android sdk installed, hopefully answered everything? but will install it now, also will finish latest stock rom in a minute
BTW: i'm willing to lose all data just to fix this problem
Click to expand...
Click to collapse
You have to try with adb, go in the recovery and you should see the adb sideload option, press it and connect to the PC, now download this http://forum.xda-developers.com/zen...l-windroid-universal-android-toolkit-t3206907 and go to command section and the sideload file. Now choose the lastest update available on asus site http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.168-user.zip (here is a direct link), now your update should start it will take a long time so don't unplug the usb!!
ElmirBuljubasic said:
You have to try with adb, go in the recovery and you should see the adb sideload option, press it and connect to the PC, now download this http://forum.xda-developers.com/zen...l-windroid-universal-android-toolkit-t3206907 and go to command section and the sideload file. Now choose the lastest update available on asus site http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.168-user.zip (here is a direct link), now your update should start it will take a long time so don't unplug the usb!!
Click to expand...
Click to collapse
ok, will try this, i'll get back to you, thanks
dwynez03 said:
ok, will try this, i'll get back to you, thanks
Click to expand...
Click to collapse
help, always rebooting into fastboot mode, how do i disable this? it won't enter twrp/recovery...
dwynez03 said:
help, always rebooting into fastboot mode, how do i disable this? it won't enter twrp/recovery...
Click to expand...
Click to collapse
You can't boot the system? Or the phone reboots in fastboot and you cant enter in recovery?
ElmirBuljubasic said:
You can't boot the system? Or the phone reboots in fastboot and you cant enter in recovery?
Click to expand...
Click to collapse
the phone reboots into fastboot and can't enter recovery, i tried reboot to recovery option in fastboot but it just boots again to fastboot..
dwynez03 said:
the phone reboots into fastboot and can't enter recovery, i tried reboot to recovery option in fastboot but it just boots again to fastboot..
Click to expand...
Click to collapse
You softbricked it, but that's OK, can you follow this guide please http://www.asus-zenfone.com/2015/12/how-to-re-lock-bootloader-asus-zenfone-2.html and after point 18 use the file you downloaded from asus site
ElmirBuljubasic said:
You softbricked it, but that's OK, can you follow this guide please http://www.asus-zenfone.com/2015/12/how-to-re-lock-bootloader-asus-zenfone-2.html and after point 18 use the file you downloaded from asus site
Click to expand...
Click to collapse
btw, when i try normal boot it boots properly into the system, i can use it normally, is that still softbricked? thanks
when i try to reboot to recovery it always returns to this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
when i select recovery mode it reboots the the same fastboot mode image,
this doesn't show up
dwynez03 said:
btw, when i try normal boot it boots properly into the system, i can use it normally, is that still softbricked? thanks
Click to expand...
Click to collapse
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
ElmirBuljubasic said:
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
Click to expand...
Click to collapse
i think it got bricked, now all it shows up is usb symbol....
dwynez03 said:
i think it got bricked, now all it shows up is usb symbol....
Click to expand...
Click to collapse
That error is a bi***, follow this to fix all your problems http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256
haha, ok, it's not bricked, just jumped to conclusion., here's what happened, i can boot normally, but when i try to boot into fasboot or recovery it shows up the usb symbol....
dwynez03 said:
haha, ok, it's not bricked, just jumped to conclusion., here's what happened, i can boot normally, but when i try to boot into fasboot or recovery it shows up the usb symbol....
Click to expand...
Click to collapse
Here is what i think, the guy who sold your phone have put the wrong recovery in your phone, by flashing the files i give you(in my good will i thought the recovery was the same as firmware version) you bricked the bootloader, to fix this you must perform the guide i give you (http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256), so i suggest you to do is backup all your internal storage to PC, backup everything you might need and do that operation when you have time, then you can update OTA
ElmirBuljubasic said:
Ahh then it's not, some people can't boot in the system and only in the fastboot, i want you to flash a recovery and let's see if works, http://www.mediafire.com/folder/setyy42t2cymy#3puweqngpjspc download all this files and put them in your adb folder(if you have any if not download this folder(https://drive.google.com/file/d/0B8Zi6Xs3FmZlSkl5NUFFNmZxOE0/view?usp=sharing i know it's for root but it will do just fine)) and after you have booted in bootloader type this commands
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
1 at time and then try to go into recovery
Click to expand...
Click to collapse
hmmm, i think i made a mistake here, i entered this commands in fastboot mode...
ElmirBuljubasic said:
Here is what i think, the guy who sold your phone have put the wrong recovery in your phone, by flashing the files i give you(in my good will i thought the recovery was the same as firmware version) you bricked the bootloader, to fix this you must perform the guide i give you (http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256), so i suggest you to do is backup all your internal storage to PC, backup everything you might need and do that operation when you have time, then you can update OTA
Click to expand...
Click to collapse
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
dwynez03 said:
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
Click to expand...
Click to collapse
Sure! This is part of everyone experience when modding the phone
dwynez03 said:
thanks, will try again tomorrow, i'm ready if it means losing all data... thanks again,, i'll update you tomorrow or later, when i get back online.
Click to expand...
Click to collapse
hi, followed this one, and now, i can't seem to boot normally now, haha, i think it is softbricked now, but everytimer i try to flash any image, it's alwast flash failed..

LG G3 boot certification verify problem In download mode ?

After Flash LS990ZV8 And Make Root With LG_Root_Script_v2.4.zip And Have This Error ?
Now Need Make Root To unlock With Octoplus Box But Cant Get download mode
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any One Help me Need solution To Make Root With Out download mode Or Need Fix download mode
And cant access to fastboot Help Me
ttggyy90 said:
And cant access to fastboot Help Me
Click to expand...
Click to collapse
Can you access your OS. I mean can you boot into android? If yes then which android are you using on it ( version no) and do you have the tot or kdz file of that android.
dksoni411 said:
Can you access your OS. I mean can you boot into android? If yes then which android are you using on it ( version no) and do you have the tot or kdz file of that android.
Click to expand...
Click to collapse
yas phone work 5.0.1 LS990ZV8
but need make root to unlock ? that all
but can't access todownload mode and fastboot ?
ttggyy90 said:
yas phone work 5.0.1 LS990ZV8
but need make root to unlock ? that all
but can't access todownload mode and fastboot ?
Click to expand...
Click to collapse
What happens when you try to enter into download mode (When connects phone to pc holding volum+ button while phone is powered off)
dksoni411 said:
What happens when you try to enter into download mode (When connects phone to pc holding volum+ button while phone is powered off)
Click to expand...
Click to collapse
boot certification verify
and black screen
ttggyy90 said:
boot certification verify
and black screen
Click to expand...
Click to collapse
Okay So you have no access to recovery and also not to download mode . But as you can still access android system. You still have some.
Now the only thing you have to do is first root your device. You can't access download mode so mostly script won't work.
Try to root device using apk. Like this one
http://forum.xda-developers.com/lg-g3/general/root-g3-pc-kingroot-t3136013
or this
http://stumproot.org/
or some other apk which root android by one-click (Make sure to enable USB debugging). Once you successfully root your device,
You will be able to flash original download mode. So do it and tell me if you are successful in rooting and installing supersu.
dksoni411 said:
Okay So you have no access to recovery and also not to download mode . But as you can still access android system. You still have some.
Now the only thing you have to do is first root your device. You can't access download mode so mostly script won't work.
Try to root device using apk. Like this one
http://forum.xda-developers.com/lg-g3/general/root-g3-pc-kingroot-t3136013
or this
http://stumproot.org/
or some other apk which root android by one-click (Make sure to enable USB debugging). Once you successfully root your device,
You will be able to flash original download mode. So do it and tell me if you are successful in rooting and installing supersu.
Click to expand...
Click to collapse
First thanks for the help
stumproot and kinroot not working
and can access to recovery
ttggyy90 said:
First thanks for the help
stumproot and kinroot not working
and can access to recovery
Click to expand...
Click to collapse
Have you tried other rooting applications. Internet is full of such application. Like as "Vroot" "Romaster root" "Framaroot"
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276
Which recovery you can access. Is it stock or custom?
and best way for saying thanks is to press "Thanks" button>
dksoni411 said:
Have you tried other rooting applications. Internet is full of such application. Like as "Vroot" "Romaster root" "Framaroot"
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276
Which recovery you can access. Is it stock or custom?
and best way for saying thanks is to press "Thanks" button>
Click to expand...
Click to collapse
Try Every Thing need download Mode
ttggyy90 said:
Try Every Thing need download Mode
Click to expand...
Click to collapse
If you need download mode image you can get it from here
http://downloads.codefi.re/autoprime/LG/LG_G3/D855/stock_partitions
it is named "laf.img". But you still need rooted device or access to twrp recovery to perform some adb commands for flashing this image file
dksoni411 said:
If you need download mode image you can get it from here
http://downloads.codefi.re/autoprime/LG/LG_G3/D855/stock_partitions
it is named "laf.img". But you still need rooted device or access to twrp recovery to perform some adb commands for flashing this image file
Click to expand...
Click to collapse
How FLash lag.img ? only have adb
Please help me
ttggyy90 said:
How FLash lag.img ? only have adb
Click to expand...
Click to collapse
You need supersu permission also to flash "laf.img" by using adb commands. If you can get root access then here are commands.
First of all makke sure you have working adb drivers installed in PC. You can follow bellow guide for that purpose
http://forum.xda-developers.com/showthread.php?t=2317790
Copy downloaded laf image to your sdcard and name it "laf" (It would look like "laf.img") (Don't keep it inside any folder)
Then connect phone while USB debgging is "on".
enter commands
Code:
adb devices ( make sure devices is connected"
adb shell (Allow pc finger prints access on your phone)
su (It will work if you have supersu installed. Supersu will ask for root access permission)
dd if=/sdcard/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
(Now your laf image will be flashed.)
Make sure to flash correct laf image for your version.. And again it will only work if you have root access and supersu is installed.
All the best :good:
On zva/b/c that error is normal just give it a minute or two and it should eventually boot to download mode and flash root and then put back your original laf.img so that the error goes away.
If not see above post by dksoni411
boot certification verify
ttggyy90 said:
After Flash LS990ZV8 And Make Root With LG_Root_Script_v2.4.zip And Have This Error ?
Now Need Make Root To unlock With Octoplus Box But Cant Get download mode
Click to expand...
Click to collapse
Hello I have the same problem with my LG3.
Cannot access to reboot but have access to twrp. even with this it does not open the phone ///
HELP PLEASE
Solution to root LG G3 d852 Marshmallow 6.0 and other variants.
I had tested and rooted my device. Best solution just follow instruction.
1) Intstall kingroot.( temporary root )
2) Intsall autorec from given link below.
http://forum.xda-developers.com/showpost.php?p=66526912&postcount=18
3) follow instructions . Enable usb debugging.
Remember to thank @bender_007 for developing app.
And this man for testing @Dene_Bluesman
Give a try.
Note: not responsible, if your device bricked.
http://forum.xda-developers.com/lg-g3/help/auto-rec-d852-mm-t3363008/page3

I can't access to Download Mode, I can't flash RUU, Don't Charge, Brick Phone

Hey Guys, I did a factory reset and the phone went don't:
I can't access to Download Mode.
It doesn't charge
I Can't flash RUU (Because I can't access to the download mode)
I Can't access to the recovery.
It is stuck in this white screen.
*I tried installing the TWRP (Sucess!) , Installing boot.img (from Bad boyz ROM) (Success) but the error is still there, I can't access to the recovery neither.
It has S-OFF
It has unlock bootloader.
Any solution please?
HTC 10 Sprint version.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
scarface.717 said:
Hey Guys, I did a factory reset and the phone went don't:
I can't access to Download Mode.
It doesn't charge
I Can't flash RUU (Because I can't access to the download mode)
I Can't access to the recovery.
It is stuck in this white screen.
*I tried installing the TWRP (Sucess!) , Installing boot.img (from Bad boyz ROM) (Success) but the error is still there, I can't access to the recovery neither.
It has S-OFF
It has unlock bootloader.
Any solution please?
HTC 10 Sprint version.
View attachment 4191298
Click to expand...
Click to collapse
Do you have the android sdk installed on a PC? if so you can boot directly into the the ruu download mode without actually having to reboot into download mode.
From the bootloader screen connect your pc with usb c cable
navigate to where your sdk/platform tools hold shift and right click and choose open command prompt here
type in the command
fastboot oem rebootRUU
wranglerray said:
Do you have the android sdk installed on a PC? if so you can boot directly into the the ruu download mode without actually having to reboot into download mode.
From the bootloader screen connect your pc with usb c cable
navigate to where your sdk/platform tools hold shift and right click and choose open command prompt here
type in the command
fastboot oem rebootRUU
Click to expand...
Click to collapse
The thing is, the phone doesn't charge. So I tried to Run the RUU but it showed "battery below 30%" , I need at least the phone charge, But I don't know how.
you can also flash recovery from fastboot oem rebootRUU if you have a copy of twrp place it in the same folder as the platform tools and execute the command
fastboot flash recovery <nameoftherecovery>.img
then
fastboot reboot recovery
it should charge in recovery
wranglerray said:
you can also flash recovery from fastboot oem rebootRUU if you have a copy of twrp place it in the same folder as the platform tools and execute the command
fastboot flash recovery <nameoftherecovery>.img
then
fastboot reboot recovery
it should charge in recovery
Click to expand...
Click to collapse
It didn't work
Help me please!
Sent from my iPhone using Tapatalk
scarface.717 said:
It didn't work
Help me please!
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
what happened when you tired to flash the recovery?
wranglerray said:
what happened when you tired to flash the recovery?
Click to expand...
Click to collapse
The flash is success! But when I select "Recovery" it stuck in the HTC logo.
Sent from my iPhone using Tapatalk
scarface.717 said:
View attachment 4193274
The flash is success! But when I select "Recovery" it stuck in the HTC logo.
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
do you have a rom zip saved on your computer? if you do place it in the same folder as adb.
run fastboot oem rebootRUU again
once it reboots into RUU run the command
fastboot flash zip <nameofrom>.zip
wranglerray said:
do you have a rom zip saved on your computer? if you do place it in the same folder as adb.
run fastboot oem rebootRUU again
once it reboots into RUU run the command
fastboot flash zip <nameofrom>.zip
Click to expand...
Click to collapse
It doesn't start in the RUU, it shows the same HTC logo :/
Sent from my iPhone using Tapatalk
scarface.717 said:
It doesn't start in the RUU, it shows the same HTC logo :/
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
power off the phone.. Then turn it back on again holding the power button and the vol down button
---------- Post added at 04:52 PM ---------- Previous post was at 04:20 PM ----------
wranglerray said:
power off the phone.. Then turn it back on again holding the power button and the vol down button
Click to expand...
Click to collapse
Also head over to omj'S thread and down the firmware in the zip file and put that on your sdcard if you have one. It should give you the option to install from the sdcard
Sent from my 2PS64 using Tapatalk
wranglerray said:
power off the phone.. Then turn it back on again holding the power button and the vol down button
---------- Post added at 04:52 PM ---------- Previous post was at 04:20 PM ----------
Also head over to omj'S thread and down the firmware in the zip file and put that on your sdcard if you have one. It should give you the option to install from the sdcard
Sent from my 2PS64 using Tapatalk
Click to expand...
Click to collapse
I really appreciate your effort and your help for this issue.
I can't access to the download mode and recovery mode neither. It always stucks on the HTC logo, I only have access to the Bootloader mode (The White Screen) that's the problem. When I tried to enter to download more or Recovery mode, it stucks in the HTC Logo :/
Up!
scarface.717 said:
Up!
Click to expand...
Click to collapse
Can you
fastboot oem rebootRUU ?
RUU_Decrypt_Tool RUU.zip
fastboot reboot-bootloader
fastboot flash hosd hosd_signed.img from Decrypt Folder
Thanks for this!!
osakajung said:
RUU_Decrypt_Tool RUU.zip
fastboot reboot-bootloader
fastboot flash hosd hosd_signed.img from Decrypt Folder
Click to expand...
Click to collapse
I had a very similar problem as OP and I was able to get my HTC 10 (unlocked NA edition) to take an RUU after following this suggestion. Specifically I got the decrypt tool here: https://forum.xda-developers.com/chef-central/android/tool-universal-htc-ruu-rom-decryption-t3382928

Error while flashing twrp from PC

I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )
vib$$$ said:
I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )
Click to expand...
Click to collapse
Try official recovery it worked
kash2freedom said:
Try official recovery it worked
Click to expand...
Click to collapse
it is the official one
vib$$$ said:
it is the official one
Click to expand...
Click to collapse
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second picture​
Shahitto said:
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this View attachment 4494056​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second pictureView attachment 4494060​
Click to expand...
Click to collapse
Yes. My bootloader is unlocked. So oem is also ticked. I'll try using this software. Do you have the proper steps for it?
type fastboot devices and see if it shows a device
maybe try using anothar usb port on laptop
if fastboot devices is not showing anything, its coz adb and fastboot drivers are not installed properly, are u using a windows 10 laptop??? they tend to give some problems while installing drivers.. google up and u will find ways
I had the same issue. Its coz windows 10 driver issues. I tried the same method in a windows 7 pc and it worked.
Shahitto said:
Did you turn on OEM unlock in developer option before flashing TWRP? and I used this tool to flash TWRP from MIUI fastboot, you can also try this but make sure you have proper adb driver install and the tool detect your device is fastboot mood
Link of the tool - https://androidfilehost.com/?fid=746010030569969698
1. After connected with fastboot with the tool will look like this View attachment 4494056​2. And then click the "Recovery Flash button" and follow the second pic, do tick the "and boot it" option like in the second pictureView attachment 4494060​
Click to expand...
Click to collapse
is it for redmi note 5 pro
vib$$$ said:
is it for redmi note 5 pro
Click to expand...
Click to collapse
i used this toolkit and it does not recognise my device in fastboot mode. it recognises that the device is in fastboot. but shows no device found. When i tried installing the adb files. it showed 0 files copied. maybe thats why it is. any solution to the 0 files copied thing
vib$$$ said:
i used this toolkit and it does not recognise my device in fastboot mode. it recognises that the device is in fastboot. but shows no device found. When i tried installing the adb files. it showed 0 files copied. maybe thats why it is. any solution to the 0 files copied thing
Click to expand...
Click to collapse
It's OK not to show device name in the toolkit if the toolkit only shows fastboot as green color that means you device has been recognized and you don't have to install adb driver again so now you just need to click on the button Recovery Flash and a new box will appear and then check my second Pic file and find the twrp file and flash it, it's very simple
And I have done this method for my Redmi Note 5 AI(China)
Same thing happened with me. I can't even flash anything via fastboot. I updated from 8.4.25 to 8.5.2 global beta on my Redmi Note 5 Pro and this happened.
Also, I noticed that if I try to flash anything from MiFlash, the phone would disconnect itself even if I would flash from CMD.
After disconnecting from itself, the screen stays on fastboot and immediately a text appears "Press any key to shut down" on the top left corner.
Now I'm on Miui 9.2.4.0 Global Stable flashed through EDL mode still the fastboot is broken
confused what the heck happened! Tried reinstalling all drivers but no luck.
p.s In the image I was just testing the flashing state using userdata.img and twrp files
vib$$$ said:
I am getting this error everytime I try to flash twrp using the fastboot commands. I used the proper flashing commands on my Redmi Note 5 pro. Bootloader is also unlocked. Adb and minimal drivers are installed as well. Please help.
target reported max download size of 536870912 bytes
sending 'recovery' (35404 KB)...
FAILED (remote: Requested download size is more than max allowed )
Click to expand...
Click to collapse
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%
Easiest solution is to go with linux!
You can make this even form freshly created ubuntu live USB drive. Just go in terminal, install adb and fastboot and voila, no need for "drivers", here You work in "native" environment!
Then, agin in terminal go with:
sudo fastboot flash recovery recovery.img
or for ROM flashing, when You are in recovery, activate sideload option an again in terminal go with:
sudo adb sideload rom.zip
That's it!
Works every time!
nikhil jain984 said:
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%
Click to expand...
Click to collapse
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT
nikhil jain984 said:
I Also faced these issues Many time in Adb
Here is the solution
Copy the boot img. Of your phone's rom
(If u r on Official nought then use that's boot img.
If on any other rom use the img. Of other rom )
And paste it to Adb folder where U pasted twrp
Then use command
That will work 100%
Click to expand...
Click to collapse
That's what I've been doing bud... :/ No luck.
---------- Post added at 03:19 AM ---------- Previous post was at 02:58 AM ----------
vib$$$ said:
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT
Click to expand...
Click to collapse
Use this link.
https://drive.google.com/file/d/18QNEWcwgoMP1HPth8VxiI0DgCVe3My8L/view?usp=drivesdk
vib$$$ said:
How do I get the boot image ? I have the recovery and the fastboot file of 9.2.4. where do I find the boot.img? also My device is currently on 9.2.7 so will it work if i used the boot.img of 9.2.4. Both are NOUGHAT
Click to expand...
Click to collapse
U can try but in My case the 9.2.7 boot image worked
gavi7566 said:
That's what I've been doing bud... :/ No luck.
---------- Post added at 03:19 AM ---------- Previous post was at 02:58 AM ----------
Use this link.
https://drive.google.com/file/d/18QNEWcwgoMP1HPth8VxiI0DgCVe3My8L/view?usp=drivesdk
Click to expand...
Click to collapse
This is the boot image of which Rom?
vib$$$ said:
This is the boot image of which Rom?
Click to expand...
Click to collapse
9.2.7.0
I had same problem , Yesterday i fixed it somehow .
S_Arya said:
I had same problem , Yesterday i fixed it somehow .
Click to expand...
Click to collapse
How??

Question some issue with twrp

yo guys, i have a little trouble with twrp, it is flashing in slot b and dont boot, or flashing in slot a and dont boot the system, tried 3 other twrp & ofox, maybe you'll know whats wrong?
sewerfract said:
yo guys, i have a little trouble with twrp, it is flashing in slot b and dont boot, or flashing in slot a and dont boot the system, tried 3 other twrp & ofox, maybe you'll know whats wrong?
Click to expand...
Click to collapse
Last version
https://dl.akr-developers.com/?dir=skkk/TWRP/A12/v6.0_A12
Installation
Phone in fastboot mode
Cmd:
fastboot boot twrp.img
Power shell
./fastboot boot twrp.img
then in Twrp go to Advanced -> flash current TWRP.
NOSS8 said:
fastboot boot twrp.img
Click to expand...
Click to collapse
if fastboot boot would work i would not writing here
sewerfract said:
if fastboot boot would work i would not writing here
Click to expand...
Click to collapse
You have not specified it.
So you have installed a TWRP with fastboot and now the Fastboot mode no longer works?
And specify what phone you have.
NOSS8 said:
You have not specified it.
So you have installed a TWRP with fastboot and now the Fastboot mode no longer works?
And specify what phone you have.
Click to expand...
Click to collapse
fastboot still working, no problems with it. twrp just didnt flash with fastboot boot twrp.img, i can send vids how it looks.
poco f3 alioth global
sewerfract said:
fastboot still working, no problems with it. twrp just didnt flash with fastboot boot twrp.img, i can send vids how it looks.
poco f3 alioth global
Click to expand...
Click to collapse
With this one?
https://dl.akr-developers.com/?file=skkk/TWRP/A12/v6.0_A12/[BOOT]3.6.2_12-RedmiK40-POCOF3-Mi11X_v6.0_A12-alioth-skkk_b3647986.zip
NOSS8 said:
With this one?
https://dl.akr-developers.com/?file=skkk/TWRP/A12/v6.0_A12/[BOOT]3.6.2_12-RedmiK40-POCOF3-Mi11X_v6.0_A12-alioth-skkk_b3647986.zip
Click to expand...
Click to collapse
yeah, that first twrp i ever tried to flash
sewerfract said:
yeah, that first twrp i ever tried to flash
Click to expand...
Click to collapse
the bootloader is unlocked?
If so post a screenshot of the fastboot command.
NOSS8 said:
the bootloader is unlocked?
If so post a screenshot of the fastboot command.
Click to expand...
Click to collapse
of course unlocked.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sewerfract said:
yo guys, i have a little trouble with twrp, it is flashing in slot b and dont boot, or flashing in slot a and dont boot the system, tried 3 other twrp & ofox, maybe you'll know whats wrong?
Click to expand...
Click to collapse
You need to provide full details of what you are doing. Are you flashing a ROM? Did you format the data partition after flashing the ROM? etc. etc.
sewerfract said:
of course unlocked.
Click to expand...
Click to collapse
try with power shell
DarthJabba9 said:
You need to provide full details of what you are doing. Are you flashing a ROM? Did you format the data partition after flashing the ROM? etc. etc.
Click to expand...
Click to collapse
Okay. I flash stock fastboot miui 13.0.5, next i want flash a twrp with "fastboot boot twrp.img" command, but as i wrote above, it didn't flash, my phone just turned off and after turning it on it start miui, "fastboot reboot recovery" command sent me in stock miui recovery. Today I tried flash twrp with "fastboot flash boot_a twrp.img" command, it flashed, but after i do this system stop booting, worked only twrp and fastboot mode. I also tried "fastboot flash boot_b" command but like "fastboot boot" it didn't flash twrp
Download Platform tool
command is
NOSS8 said:
Download Platform tool
command is
View attachment 5728813
Click to expand...
Click to collapse
i try it tomorrow, thanks
sewerfract said:
Okay. I flash stock fastboot miui 13.0.5, next i want flash a twrp with "fastboot boot twrp.img" command, but as i wrote above, it didn't flash, my phone just turned off and after turning it on it start miui, "fastboot reboot recovery" command sent me in stock miui recovery. Today I tried flash twrp with "fastboot flash boot_a twrp.img" command, it flashed, but after i do this system stop booting, worked only twrp and fastboot mode. I also tried "fastboot flash boot_b" command but like "fastboot boot" it didn't flash twrp
Click to expand...
Click to collapse
Try this:
Code:
fastboot devices
fastboot flash boot twrp.img
fastboot reboot recovery
sewerfract said:
i try it tomorrow, thanks
Click to expand...
Click to collapse
You are using ADB.exe instead of Fastboot.exe.
NOSS8 said:
You are using ADB.exe instead of Fastboot.exe.
Click to expand...
Click to collapse
always using it
sewerfract said:
always using it
Click to expand...
Click to collapse
It is a Fastboot command,that s all.

Categories

Resources