Related
[size=+2]TWRP Custom Recovery for Vivo V3[/size]
This is an experimental custom recovery for Vivo V3 based on TWRP version 3.0.2-0. You can use this recovery to flash custom ROMs and other flashable ZIPs. Full root access is available via an ADB shell.
Important - read before flashing
This is an experimental recovery. Whilst it will not prevent your device from booting back in to its normal ROM, I am not responsible for anything that goes wrong. If you flash this recovery to your device you will no longer be able to receive OTA updates for Funtouch OS and will have to install ROM updates manually unless you flash back to original stock recovery.
DOWNLOAD LINK
TWRP Custom Recovery
Flashing Instructions
1. Go to Settings, then More Settings, About Phone, and then tap Software version 10 times. It should now say that you are a developer.
2. Go to Settings, then More Settings, Developer Options. Turn on USB Debugging and Enable OEM Unlock.
3. Connect your phone to your computer. Authorize the USB debugging request on your phone screen.
4. If you haven't already, install ADB/Fastboot drivers. See here for further instructions: http://forum.xda-developers.com/showthread.php?t=2317790
5. Place the TWRP file from the download links above in your current directory
6. Completely power off your phone.
7. Hold the VOLUME DOWN and POWER buttons together until you see a black screen with FASTBOOT options.
8. In a command line window (or using Minimal ADB Fastboot if you used the above instructions), run this command:
Code:
fastboot flash recovery recovery-v3.img
9. If all went well the custom recovery has now been flashed. Use the volume buttons on your phone to select "RECOVERY" from the FASTBOOT options on-screen, then press the power button to confirm. You should now be in recovery mode! Congratulations!
Going back to stock recovery
Currently I have no original recovery image, so you will not be able to go back to stock recovery unless Vivo release it (unlikely).
Note to testers:
You can make a backup of the stock V3 recovery by flashing this TWRP recovery like so:
Code:
fastboot flash boot recovery-v3.img
fastboot reboot
This flashes the recovery to your boot partition rather than the recovery partition. You'll then be able to make a backup of the stock recovery in TWRP. After saving a copy to your SD card, flash back to your original boot partition like so:
Code:
fastboot flash boot boot-original-v3-1.8.20.img
fastboot reboot
Afterwards you can flash this TWRP to your recovery partition as normal and then you also have a stock recovery file too. Please upload it to this forum if you make a backup of stock.
The original stock boot image can be downloaded here if you need it: https://drive.google.com/file/d/0B0TtHsl8vcaLYTJhZHNHTFVfdGs/view?usp=sharing
hi
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
prabaecepct said:
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
Click to expand...
Click to collapse
Hello.
Making of custom recovery can be very difficult to explain but this thread tells you how to build TWRP recovery from source code.
Some pointers for building for Vivo V3 SD616:
1. Use Omni 5.1 sources instead of CM (see thread for more info)
2. Download latest V3 firmware from www.vivoglobal.com. Extract boot.img from the ZIP file and then use software called Android Image Kitchen (or similar) to extract the contents of boot.img.
3. From boot.img, find fstab.qcom file and make a note of its contents. You will need this information to make recovery.fstab file for TWRP.
4. From boot.img, find the "device fingerprint" and make a note of it. It's usually in default.prop file or can be somewhere else.
5. Make a note of the kernel command line options from the boot.img zImage split as they may be useful.
Finally:
If you manage to compile a full TWRP recovery for your phone but it does not boot, simply replacing the kernel from boot.img of latest firmware into the TWRP image may fix this. (again use Android Image Kitchen or similar).
I hope this helps. Sorry I can't be of more assistance.
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
prabaecepct said:
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
Click to expand...
Click to collapse
Please try this one based on your stock recovery
https://drive.google.com/open?id=0B0TtHsl8vcaLR25fZkR1YkloUTA
Hi i flashed only stock recovery are booting
Can i flash this recovery for vivo y51l
Simple answer no
nimesh.batra93 said:
Can i flash this recovery for vivo y51l
Click to expand...
Click to collapse
you will brick your phone , Only flash your phone`s compatible ROMs and Recoveries i.e those of your phone model and cpu structure . Also Vivo has not open sourced its development as other phone makers so making it custom friendly is freakin pain in the >> A$% . anyhow :good: keep your hopes up someone might just make a custom rom for VIVO once they hack into it. Till then stay away from anything that is not VIVO
For those who need the official VIVO V3 (non-max) recovery, I have the latest version here:
Original recovery image (Global ROM, non max)
Hy @liamcrayden,
do i need to unlock bootloader before i flash the twrp?
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
langithitam said:
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
Click to expand...
Click to collapse
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
Finally I am also unlocked.
Sent from my Vivo vivo V3 using XDA Labs
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
I flashed supersu using TWRP but its showing device not rooted
Can anyone provide me the twrp.img file for Vivo Y12
I had a Xperia L, its pretty old now but i wanted to do something with it like trying out Android Nougat feel on Xperia L
So i googled much (I don't have much knowledge in phones and flashing), I tried installing this https://forum.xda-developers.com/xperia-l/orig-development/rom-cyanogenmod-14-alpha-1-t3469162
Lineage OS on Xperia L(taoshan) by corphish
I read few of the blog posts about flashing a custom rom on Xperia L, and I got to know that the steps to install a custom rom are:
1. Root your phone
2. Unlock Bootloader
3. Install TWRP/CWM or some custom recovery
4. Flash the rom from SD Card or Internal Storage(Clear Cache, DALVIK CACHE obv)
I did root my phone with KingRoot APK
Did unlock bootloader with the official SONY Technique, but the thing happened was my phone went into a bootloop (boot animation didn't stop) although i fixed it by flashing the official stock ftf and when i turned my device on my Root and Bootloader was gone again
Could someone recommend me a solution to this issue
(Might be a way to directly flash the lineage rom from the PC/or some flasher app which takes all the load to flash a rom/
Or just a possible fix)
Thanks ! (In Advance)
~Haji
Hi Haji joon
Maybe you should try unlocking your bootloader with flashtool v0.9.18.4 , Then turn off your phone.
Then extract the "boot.img" file from the custom ROM's zip file and use adb&fastboot (you can get it from here: https://androiddatahost.com/bnjkh ) then copy boot.img file to the installation folder of adb&fastboot and connect your phone in fastboot mode (volume up + connect to pc) and type the command below, in fastboot app:
" fastboot flash boot boot.img "
Now you can turn on your phone and press volume up to enter recovery, and install any custom ROM you want
Kungfu73 said:
Hi Haji joon
Maybe you should try unlocking your bootloader with flashtool v0.9.18.4 , Then turn off your phone.
Then extract the "boot.img" file from the custom ROM's zip file and use adb&fastboot (you can get it from here: ) then copy boot.img file to the installation folder of adb&fastboot and connect your phone in fastboot mode (volume up + connect to pc) and type the command below, in fastboot app:
" fastboot flash boot boot.img "
Now you can turn on your phone and press volume up to enter recovery, and install any custom ROM you want
Click to expand...
Click to collapse
Thanks but have you tried this method ? (also the boot.img you were referring to do you mean the boot.img of the recovery?)
Yes!
LordHaji said:
Thanks but have you tried this method ? (also the boot.img you were referring to do you mean the boot.img of the recovery?)
Click to expand...
Click to collapse
In order to flash Nougat ROM, you must have latest TWRP recovery (v 3.0.2 for xperia L)
So, you should either flash TWRP image or the boot.img of any Nougat rom( because they have latest TWRP in them) and flashing boot.img is somehow safer in xperia L (but no difference in them)
And about boot.img, it is in the ROM file that you've downloaded. For example, in Lineage rom's zip installation file, there's a file named boot.img . You should extract and use it in the process I've said before.
And if anywhere you encounter with a problem, simply you can flash stock ROM and start again
And sorry for my long post!
Kungfu73 said:
In order to flash Nougat ROM, you must have latest TWRP recovery (v 3.0.2 for xperia L)
So, you should either flash TWRP image or the boot.img of any Nougat rom( because they have latest TWRP in them) and flashing boot.img is somehow safer in xperia L (but no difference in them)
And about boot.img, it is in the ROM file that you've downloaded. For example, in Lineage rom's zip installation file, there's a file named boot.img . You should extract and use it in the process I've said before.
And if anywhere you encounter with a problem, simply you can flash stock ROM and start again
And sorry for my long post!
Click to expand...
Click to collapse
Final Query are you sure that the ROM i linked in has TWRP & could you tell me bout the best Xperia L Kernel ?
LordHaji said:
Final Query are you sure that the ROM i linked in has TWRP & could you tell me bout the best Xperia L Kernel ?
Click to expand...
Click to collapse
Actually, I'm not sure about Lineage 14.1, because I've only tested it on RR Rom. But you can simply test it with no worries! Or just use the first method that I've told you before.
And about kernel, unfortunately there is no usable kernel developed for XL Nougat ROMs till now :crying: . You should use the ROM's default one.
..
Kungfu73 said:
Actually, I'm not sure about Lineage 14.1, because I've only tested it on RR Rom. But you can simply test it with no worries! Or just use the first method that I've told you before.
And about kernel, unfortunately there is no usable kernel developed for XL Nougat ROMs till now :crying: . You should use the ROM's default one.
Click to expand...
Click to collapse
Ok, can you give me the download URL for latest RR for XL ?
(I don't think its 7.1.1 yet) @Kungfu73
LordHaji said:
Ok, can you give me the download URL for latest RR for XL ?
(I don't think its 7.1.1 yet) @Kungfu73
Click to expand...
Click to collapse
Here you are:
https://www.androidfilehost.com/?fid=745425885120743168
Use this one. It's latest stable version of RR 7.1.2 ROM (2017/06/20). It has no bugs (but install some other file managers, default one can't access sdcard0)
There was a problem in last one (2017/07/06) but developer is working on it and maybe release an update soon ( I hope).
So I'll try it out today with the boot.img of the RR rom
Also for the ROM updates do i need it flash it again or is there some OTA updating feature ?
Ok, I again did unlock the bootloader and its in bootloop state again, will i start the flash mode (volume down + usb cable insert) and then load the boot.img of RR with
" fastboot flash boot boot.img " ?
Then i can power + volume up to start TWRP and install it right ?
LordHaji said:
So I'll try it out today with the boot.img of the RR rom
Also for the ROM updates do i need it flash it again or is there some OTA updating feature ?
Click to expand...
Click to collapse
Although there is an OTA update center, but it doesn't show latest updates! So you should check here in forum for updates!
---------- Post added at 06:24 AM ---------- Previous post was at 06:05 AM ----------
LordHaji said:
Ok, I again did unlock the bootloader and its in bootloop state again, will i start the flash mode (volume down + usb cable insert) and then load the boot.img of RR with
" fastboot flash boot boot.img " ?
Then i can power + volume up to start TWRP and install it right ?
Click to expand...
Click to collapse
No, you should press volume up and use fastboot mode to flash boot.img
Then type fastboot reboot and disconnect cable and press volume up when LED lights on.
Also, for recovery mode do i need to press the volume up button continuously or just long press it
LordHaji said:
Also, for recovery mode do i need to press the volume up button continuously or just long press it
Click to expand...
Click to collapse
Quickly pressing one time when phone vibrates is enough, but it's better to press 2-4 times continuously.
Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29
Files You Need To Download:
1:Miracle Box Tool-https://mega.nz/#!lVsQGSaC!6TTJopMyntMQA0IKYdC_5BlsxIjV_Ibhx2qWL_ZqDyI
2:Stock Rom- https://mega.nz/#F!ncMFUaaa!0fVNwJ_Io0EMFv8YLjBZlQ [Select Download As Zip]
3:https://androidmtk.com/install-android-cdc-driver-manually [Install Drivers Using This Guide]
Click to expand...
Click to collapse
Steps To Flash Stock Rom:
1:Install Miracle Box And Drivers
2:Launch Miracle Box
3: Open Mtk Tab
4:Click on Services
5:Select Write From The Available Options
6:Select 8th Boot From Boot Options
7:In Second Options,Select Oppo Realme 1
8:Check Skip Preloader File
9:Hit Start
10:Now connect your phone and hold volume and power buttons... It will flash and turn off your phone
11:Remove Cable And Press Power+VOLUME Up For 15 Seconds
You Have Unbricked Your Device
Click to expand...
Click to collapse
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
1st link miracle box is not working plz correct it bro
can you share download links from other providers? mega asks for premium account.
thank you.
Didn't work for me
anurag rai said:
Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
Click to expand...
Click to collapse
After flashing twrp recovery when I booted my device, a software update popped up and it automatically updated over night and my device hard bricked. I tried everything but couldn't fix it. My pc is not even recognising my phone so can't follow your steps. Any suggestion or help to fix my device will be appreciated.
same mine bro,
rom version was a31 and after installed twrp, my device hard bricked. i couldnt solve yet, waiting a newer version of miracle box or etc.
anurag rai said:
Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
Click to expand...
Click to collapse
i dumped the stock rom bro @besttipsYT Not Shobith
this method is not working at this time...when i trying to flash by this method only show.......phone connected......downloding boot8....then disconnect my phone ..&reboot
Please don't flash custom recovery (here twrp) without proper knowledge or just sake of modding device. The builds and methods are not always working and may end up bricking your device.
Hi There, Can someone PLZ help me setting up OPPO PRELOADER Drivers correctly. Everytime i try to use miracle thunder i get the following log:
Waiting for USB Port...
Set USB Serial Device (COM9)
Connecting to Phone,Wait..
Connected to Phone.
CPU: MT6771 SW:0000 Ver: CA00
>>Downloading Boot8 ...
and it remains on here forever.
Actually oppo preloader shows for some time in pc and after that it goes away and hence it is not letting the miracle thunder work properly (i guess)
when my phone was working (booting in coloros 6, then also oppo preloader was doing the same thing and after a few seconds my battery would start charging), now i can't see anything on screen as it's bricked now.
Preloader doesn't even work with SP Flash Tools also.
EDIT : I have tried almost everything i knew, drivers manager add legacy option etc.
If someone could help me get out of this problem, i would really be grateful.
Brick Reason : Flashed TWRP but used fastboot command to boot into that : (
PLEASE HELP SOMEONE
Alen012 said:
Hi There, Can someone PLZ help me setting up OPPO PRELOADER Drivers correctly. Everytime i try to use miracle thunder i get the following log:
Waiting for USB Port...
Set USB Serial Device (COM9)
Connecting to Phone,Wait..
Connected to Phone.
CPU: MT6771 SW:0000 Ver: CA00
>>Downloading Boot8 ...
and it remains on here forever.
Actually oppo preloader shows for some time in pc and after that it goes away and hence it is not letting the miracle thunder work properly (i guess)
when my phone was working (booting in coloros 6, then also oppo preloader was doing the same thing and after a few seconds my battery would start charging), now i can't see anything on screen as it's bricked now.
Preloader doesn't even work with SP Flash Tools also.
EDIT : I have tried almost everything i knew, drivers manager add legacy option etc.
If someone could help me get out of this problem, i would really be grateful.
Brick Reason : Flashed TWRP but used fastboot command to boot into that : (
PLEASE HELP SOMEONE
Click to expand...
Click to collapse
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Bootloop if i try t access fastboot mode. Can go to recovery but its not allowing me to flash amything saying its an older version. Any work around yet?
Naveen56 said:
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Click to expand...
Click to collapse
StripsOfTatti said:
Bootloop if i try t access fastboot mode. Can go to recovery but its not allowing me to flash amything saying its an older version. Any work around yet?
Click to expand...
Click to collapse
Which recovery are you in? Is it Stock or Custom?
If u have stock first wipe data and then flash boot.img or ozip file (stock ROM).
If u have custom recovery then you need to flash stock recovery + stock ROM.
plz help me ihave realme 1 and it stuck in logo and orange state and restart over and over and icannot boot into recovery or fastboot plz help me
Simba Gaara said:
plz help me ihave realme 1 and it stuck in logo and orange state and restart over and over and icannot boot into recovery or fastboot plz help me
Click to expand...
Click to collapse
If recovery and fastboot are inaccessible means you need to visit service center.
When trying to connect realme 1 to miracle it showing usb device not connected, how to solve this? Drivers are installed
Naveen56 said:
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Click to expand...
Click to collapse
So bro in case if I brick my phone then I can flash stock rom using stock recovery.......??
Do I get those Rom files from official realme website?
AwesomeVk47 said:
So bro in case if I brick my phone then I can flash stock rom using stock recovery.......??
Do I get those Rom files from official realme website?
Click to expand...
Click to collapse
Yes. Do remember you need both fastboot and recovery to be working, so you can flash Stock Recovery (only if you have TWRP installed).
If you have stock recovery installed then download stock rom from official Realme site and place it in the Sdcard (otg wont help). Enter into recovery and update/install the ozip.
If your phone is completely dead then above method wont help and you have to follow another one.
Note: If your device is rooted then installing (from stock recovery) stock rom fails. At this time flash TWRP from fastboot then flash zip file (convert stock rom from ozip to zip).
Naveen56 said:
Yes. Do remember you need both fastboot and recovery to be working, so you can flash Stock Recovery (only if you have TWRP installed).
If you have stock recovery installed then download stock rom from official Realme site and place it in the Sdcard (otg wont help). Enter into recovery and update/install the ozip.
If your phone is completely dead then above method wont help and you have to follow another one.
Note: If your device is rooted then installing (from stock recovery) stock rom fails. At this time flash TWRP from fastboot then flash zip file (convert stock rom from ozip to zip).
Click to expand...
Click to collapse
Sorry to bother you bro but let's say I bricked my phone and have twrp installed......where will I get the stock recovery from and how to enter the fastboot mode of realme phone if it's bricked
AwesomeVk47 said:
Sorry to bother you bro but let's say I bricked my phone and have twrp installed......where will I get the stock recovery from and how to enter the fastboot mode of realme phone if it's bricked
Click to expand...
Click to collapse
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Code:
fastboot oem reboot-recovery
Install ozip.
Naveen56 said:
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Install ozip.
Click to expand...
Click to collapse
Is that link for realme 1 stock recovery?.......it would be great help if you could tell me how to obtain it....just for future use
---------- Post added at 03:18 PM ---------- Previous post was at 03:07 PM ----------
Naveen56 said:
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Install ozip.
Click to expand...
Click to collapse
Will this link work for stock rom file?
Link1
https://www.realme.com/in/support/software-update
Link2
https://www.getdroidtips.com/oppo-realme-1-stock-firmware-collections/
Which one of these should I use?
Welcome to the TWRP Project for Huawei P8 Lite 2017 family devices
Installation
Reboot to bootloader.
run: fastboot flash recovery_ramdisk recovery.img
Downloads
Read the second post.
Bugs
Backup (Welcome to Huawei World)
Huru: give me "Error finding input device".
MTP (I'm working on it).
Pushing files related on MTP issues, you have to use adb to upload files into sdcard.
Kernel:
I'm not voilating any kind of license, because I'm still using the one provided by Emui 8.0. So all credits goes to Huawei.
Additional Credits
@Dil3mm4 for gpio advice that let me fix huru
@zxz0O0 for your script, I just create a 0.5 version that it is compatible with 3.3.x twrp
my intention isn't "stealing" your works.
Sources
https://github.com/hak86/twrp_device_huawei_hi6250-twrp
XDA:DevDB Information
TWRP Recovery for P8 Lite 2017, ROM for the Huawei P8lite/P8 Lite
Contributors
haky 86
Source Code: https://github.com/hak86?tab=repositories
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Emui-8.x
Based On: LineageOS/AOSP
Version Information
Status: Alpha
Stable Release Date: 2019-07-30
Beta Release Date: 2019-07-30
Created 2019-07-30
Last Updated 2019-07-30
twrp-3.3.1.0-emui-8.x-prague-30072019.img
https://sourceforge.net/projects/p8...3.3.1.0-emui-8.x-prague-30072019.img/download
Initial build
twrp-3.3.1-0-v1-18112019-hi6250-emui8-haky86.img
https://sourceforge.net/projects/hi...-v1-18112019-hi6250-emui8-haky86.img/download
Fix ADB.
Fix resize system.
backup should be fine.
twrp-3.3.1-0-v1.5-21112019-hi6250-emui8-haky86.img
https://sourceforge.net/projects/hi...1.5-21112019-hi6250-emui8-haky86.img/download
Fix Rebooting stuff.
Fix Wiping, you can flash roms with full wipes, by;
1-Wipe > Format Data > YES.
2-Wipe > Advanced Wipe > select Dalvik / ART Cache > Cache > Data > Internal Storage > System > Flash ROM then GAPPS then enjoy.
twrp-3.3.1-0-v2.0-03032020-hi6250-emui8-haky86.img
https://sourceforge.net/projects/hi...2.0-03032020-hi6250-emui8-haky86.img/download
nothing special.
twrp-3.4.0.0-v1-hi6250-emui8.img
https://sourceforge.net/projects/hi...WRP/twrp-3.4.0.0-v1-hi6250-emui8.img/download
nothing special.
Reserved
Huru
Download my HuRUpdater_0.5.zip from "attached files" so all credits to the original author.
Flash it like usually, it is just compatible with 3.3.x twrp.
Update
* Huru is fixed now.
* Read the second post.
is it better as askuccios twrp or others?Thanx.
-CALIBAN666- said:
is it better as askuccios twrp or others?Thanx.
Click to expand...
Click to collapse
askuccio's one huru doesn't work while mine it is, I'll fix mtp in next build.
Glad to see that your still developing for this device!
I'm from TWRP 3.2.1-0 April 8th build Round 2, will I be able to switch from the current one to your brand new version?
F2196G said:
Glad to see that your still developing for this device!
I'm from TWRP 3.2.1-0 April 8th build Round 2, will I be able to switch from the current one to your brand new version?
Click to expand...
Click to collapse
the only thing that need a fix, copying files but you can push them using adb till I fix it. for the rest of things such wipe, installing custom roms are fine. for huru use my edited version 0.5 in the second post.
haky 86 said:
the only thing that need a fix, copying files but you can push them using adb till I fix it. for the rest of things such wipe, installing custom roms are fine. for huru use my edited version 0.5 in the second post.
Click to expand...
Click to collapse
And switch from my current TWRP is fine right? Do I need other adb commands or they're always the same?
i think u can flash the image with ur current twrp, or not?
-CALIBAN666- said:
i think u can flash the image with ur current twrp, or not?
Click to expand...
Click to collapse
I prefer to flash recoveries from pc via adb
Hey Haky 86, is it able to flash / update your .img via Flashify app?
F2196G said:
Hey Haky 86, is it able to flash / update your .img via Flashify app?
Click to expand...
Click to collapse
that app for qualcomm devices I think, never tried so use fastboot
Sorry for so many questions... But..
I have to tell you what happened to me.
I had Bootloader unlocked, FRP unlocked, official PRA-LX1 8.0.0.400(C432) and rooted with Magisk.
Then I tried to flash a ROM, but I proceeded without nandroid backup, and I data formatted instead of wiping. Then I flashed ROM and GApps, but I was on bootloop. Then I followed https://forum.xda-developers.com/p8...uide-brick-huawei-p8-lite-2017-maybe-t3816694 this guide (Problem No.3), factory resetted from erecovery, and now I can boot to OS with no problems. But now, PC, adb and fastboot do not recognize the device even if the device is in Fastboot&Rescue mode.
adb devices says nothing. fastboot devices either.
HiSuite does not recognize the device. If I plug in the USB cable, PC says nothing, no sound, and the device goes in charge mode, without asking for a USB mode(charge only, file transfer or photo transfer) what can I do? Is it safe to root this firmware by flashing Magisk zip from current TWRP since I cannot communicate with the device from command prompt?
F2196G said:
Sorry for so many questions... But..
I have to tell you what happened to me.
I had Bootloader unlocked, FRP unlocked, official PRA-LX1 8.0.0.400(C432) and rooted with Magisk.
Then I tried to flash a ROM, but I proceeded without nandroid backup, and I data formatted instead of wiping. Then I flashed ROM and GApps, but I was on bootloop. Then I followed https://forum.xda-developers.com/p8...uide-brick-huawei-p8-lite-2017-maybe-t3816694 this guide (Problem No.3), factory resetted from erecovery, and now I can boot to OS with no problems. But now, PC, adb and fastboot do not recognize the device even if the device is in Fastboot&Rescue mode.
adb devices says nothing. fastboot devices either.
HiSuite does not recognize the device. If I plug in the USB cable, PC says nothing, no sound, and the device goes in charge mode, without asking for a USB mode(charge only, file transfer or photo transfer) what can I do? Is it safe to root this firmware by flashing Magisk zip from current TWRP since I cannot communicate with the device from command prompt?
Click to expand...
Click to collapse
1-that guide for nougat firmware that have different fastboot command.
2-I'm not Huawei assistance as I'm not going to help each one that doesn't use stock recovery to boot my whole roms, also OpenKirin recommend stock recovery to wipe data for booting roms.
haky 86 said:
Update
* Huru is fixed now.
* Read the second post.
Click to expand...
Click to collapse
backup still not working?
F2196G said:
backup still not working?
Click to expand...
Click to collapse
no, will never ever work.
for all here with the request to flash it over current twrp.
Ive tested it and flashed it in askuccius twrp and it works flawlessly, no problem.
In twrp just change to img flash option and flash new twrp as recovery ramdisk, reboot to recovery, tada. Greetz!!!
-CALIBAN666- said:
for all here with the request to flash it over current twrp.
Ive tested it and flashed it in askuccius twrp and it works flawlessly, no problem.
In twrp just change to img flash option and flash new twrp as recovery ramdisk, reboot to recovery, tada. Greetz!!!
Click to expand...
Click to collapse
I specify in the op how to install but seems most people ignore what I wrote.
Developments of this device has been discontinued, since most of people have troubles and bugs with my stuff as you are free to use what you want.
I'm gonna move to another phone.
twrp-3.3.1-0-v1-18112019-hi6250-emui8-haky86.img
https://sourceforge.net/projects/hi...-v1-18112019-hi6250-emui8-haky86.img/download
Fix ADB.
Fix resize system.
backup should be fine.
I have tried rooting my FRD-L14 yesterday. I have successfully unlocked the bootloader, OEM, FRP, and developer mode on the phone to install TWRP. I have also installed ADB (with corresponding drivers like fastboot like the usual). I have inputted the usual flashing command through fastboot:
.\fastboot.exe flash recovery .\twrp-{version_name}-frd.img
However, after trying to flash both TWRP versions 3.6.2 & 3.0.2-0 (as shown in a video guide to install TWRP on FRD), I am always stuck on the "Your device is booting now..." screen when entering recovery mode either through ADB or [power] + [Vol Down] buttons. I have to always press down [power] + [Vol Up] buttons in order to do a regular boot. I have already spent countless hours trying to look for a solution to install TWRP rather than giving up.
Some of the websites that I have browsed through seems to have a custom TWRP that is fit for FRD-L14 but unfortunately, the download links seem to have expired already.
XDA Developer Link with no solutions on continuing to install TWRP
Expired Custom TWRP Link Page
Link where I get my official TWRP downloads
My phone is a FRD-L14C567B402 (USA only) running on Android 7.0 Nougat with Hisilicon Kirin 950 processers and EMUI version 5.0.4....
Current Plans:
I am planning to download every single TWRP version on the Official TWRP website for FRD and try every single one of them... If this fails, I am not sure how to successfully install TWRP
Any other suggestions or solutions to solving this problem? Thanks in advance!
paulLi_01 said:
I have tried rooting my FRD-L14 yesterday. I have successfully unlocked the bootloader, OEM, FRP, and developer mode on the phone to install TWRP. I have also installed ADB (with corresponding drivers like fastboot like the usual). I have inputted the usual flashing command through fastboot:
.\fastboot.exe flash recovery .\twrp-{version_name}-frd.img
However, after trying to flash both TWRP versions 3.6.2 & 3.0.2-0 (as shown in a video guide to install TWRP on FRD), I am always stuck on the "Your device is booting now..." screen when entering recovery mode either through ADB or [power] + [Vol Down] buttons. I have to always press down [power] + [Vol Up] buttons in order to do a regular boot. I have already spent countless hours trying to look for a solution to install TWRP rather than giving up.
Some of the websites that I have browsed through seems to have a custom TWRP that is fit for FRD-L14 but unfortunately, the download links seem to have expired already.
XDA Developer Link with no solutions on continuing to install TWRP
Expired Custom TWRP Link Page
Link where I get my official TWRP downloads
My phone is a FRD-L14C567B402 (USA only) running on Android 7.0 Nougat with Hisilicon Kirin 950 processers and EMUI version 5.0.4....
Current Plans:
I am planning to download every single TWRP version on the Official TWRP website for FRD and try every single one of them... If this fails, I am not sure how to successfully install TWRP
Any other suggestions or solutions to solving this problem? Thanks in advance!
Click to expand...
Click to collapse
The right TWRP to use in Honor 8 android 7 is:
[TWRP][H8][3.1.1-1][EMUI 5.x / AOSP N][DECRYPTION SUPPORT]
This is only for Honor 8 (FRD) OpenKirin presents unofficial TWRP for stock EMUI 5.x with decryption support. Intended for usage on stock emui 5.x in combination with unlocked bootloader and modded boot image with disabled dm-verity (depending...
forum.xda-developers.com
The download link for the TWRP in that post is:
https://github.com/OpenKirin/android_device_honor_frd/releases/download/3.1.1-1/twrp-3.1.1-1-frd.img
To boot to recovery, you must hold Volume Up + Power Button. Make sure the device is not connected to a charger or computer, because it does not boot into recovery when it is connected to a charger or computer when you use that button combination to boot into TWRP.
CHECK_123 said:
The right TWRP to use in Honor 8 android 7 is:
[TWRP][H8][3.1.1-1][EMUI 5.x / AOSP N][DECRYPTION SUPPORT]
This is only for Honor 8 (FRD) OpenKirin presents unofficial TWRP for stock EMUI 5.x with decryption support. Intended for usage on stock emui 5.x in combination with unlocked bootloader and modded boot image with disabled dm-verity (depending...
forum.xda-developers.com
The download link for the TWRP in that post is:
https://github.com/OpenKirin/android_device_honor_frd/releases/download/3.1.1-1/twrp-3.1.1-1-frd.img
To boot to recovery, you must hold Volume Up + Power Button. Make sure the device is not connected to a charger or computer, because it does not boot into recovery when it is connected to a charger or computer when you use that button combination to boot into TWRP.
Click to expand...
Click to collapse
I will try this and update the situation if this does not work! Thank you so much!
CHECK_123 said:
The right TWRP to use in Honor 8 android 7 is:
[TWRP][H8][3.1.1-1][EMUI 5.x / AOSP N][DECRYPTION SUPPORT]
This is only for Honor 8 (FRD) OpenKirin presents unofficial TWRP for stock EMUI 5.x with decryption support. Intended for usage on stock emui 5.x in combination with unlocked bootloader and modded boot image with disabled dm-verity (depending...
forum.xda-developers.com
The download link for the TWRP in that post is:
https://github.com/OpenKirin/android_device_honor_frd/releases/download/3.1.1-1/twrp-3.1.1-1-frd.img
To boot to recovery, you must hold Volume Up + Power Button. Make sure the device is not connected to a charger or computer, because it does not boot into recovery when it is connected to a charger or computer when you use that button combination to boot into TWRP.
Click to expand...
Click to collapse
Yep! This TWRP file works! Thank you so much! I just got the device rooted!