[Recovery] BKL NoCheck Recovery - Flash unapproved OTA firmwares! - Honor View 10 ROMs, Kernels, Recoveries, & Other D

Overview
This is a patched recovery image which bypasses the usual checks performed during a firmware flash, allowing you to flash unapproved OTA and upgrade/downgrade firmware.
Prerequisites
Unlocked bootloader
Backup your data (flashing may cause bootloader to re-lock or restore factory default etc. - don't blame me if it goes wrong!)
Instructions
Download firmware:
Use Huawei Firmware Finder (Play Store link) to download the latest firmware files - you will need all 3 zip files:
- update.zip
- update_data_public.zip
- update_all_hw.zip
Tips: check for the latest version number and ensure you have the larger filesize (around 2GB+).
Flash nocheck recovery:
Reboot device to fastboot mode (power off fully, hold down volume button and connect USB cable)
Run the following to flash recovery:
Code:
fastboot flash recovery_ramdisk recovery_ramdisk_BKL-L04_nocheck.img
fastboot reboot
Send commands via ADB
Phone should be booted back to system - connect phone via adb and allow root prompt:
Code:
adb shell
su
Create HWOTA folder:
Code:
mkdir /data/update/HWOTA
Copy firmware to HWOTA folder (replace 102064 below with correct value):
Code:
cp /sdcard/HWFF/102064/update* /data/update/HWOTA/
Paste recovery command:
Code:
echo "--update_package=/data/update/HWOTA/update.zip" > /cache/recovery/command
echo "--update_package=/data/update/HWOTA/update_data_public.zip" >> /cache/recovery/command
echo "--update_package=/data/update/HWOTA/update_all_hw.zip" >> /cache/recovery/command
exit
Finally reboot to recovery to start firmware upgrade:
Code:
adb reboot recovery
Firmware should install and reboot automatically
If this has helped you out and you want to show support please click here: https://paypal.me/sendpennies
Thanks
- Mankindtw - Massive thanks to Mankindtw, I only ported his work
- Blackball
(L04 tester)
XDA:DevDB Information
BKL NoCheck Recovery, Tool/Utility for the Honor View 10
Contributors
Atarii, mankindtw
Version Information
Status: Beta
Created 2018-04-15
Last Updated 2018-04-15

arrgggg limited to 15 thanks per day....
I'll give it a shot... sick of being on February security patches...
Course.... gotta find me some legit update packages.... nothing in FF for me

kevp75 said:
arrgggg limited to 15 thanks per day....
I'll give it a shot... sick of being on February security patches...
Course.... gotta find me some legit update packages.... nothing in FF for me
Click to expand...
Click to collapse
I have them if your on l04

Can we flash this on BKL L09

Successfully updated my L04 from the beta firmware it came with to the latest stable update without any problems! Really straightforward instructions, thanks a lot and great work!

I just restored my .105 firmware using only root and terminal emulator good work guys!

testing now
---------- Post added at 05:11 PM ---------- Previous post was at 05:05 PM ----------
very very straight forward... wish I wasnt out of thanks for the day!
Worked great! Now I'm finally up to date and am I right in thinking that I am no longer on beta? (I was on L04 .41(567log))

kevp75 said:
testing now
---------- Post added at 05:11 PM ---------- Previous post was at 05:05 PM ----------
very very straight forward... wish I wasnt out of thanks for the day!
Worked great! Now I'm finally up to date and am I right in thinking that I am no longer on beta? (I was on L04 .41(567log))
Click to expand...
Click to collapse
If the Beta club app is gone along with the persistent notification about creating logs, and you don't have "log" appended to the C567 part, then you are out of the beta version like mine.

kevp75 said:
testing now
---------- Post added at 05:11 PM ---------- Previous post was at 05:05 PM ----------
very very straight forward... wish I wasnt out of thanks for the day!
Worked great! Now I'm finally up to date and am I right in thinking that I am no longer on beta? (I was on L04 .41(567log))
Click to expand...
Click to collapse
Yup

Can we use these on BKL-L09 (India/Europe View10)??
Can we flash BKL L04 latest uodate on L09?

It's possible that it working for you too. But it's not recommend to flash L04 firmware for your device.
Sent from my BKL-L04 using Tapatalk

Atarii said:
Overview
This is a patched recovery image which bypasses the usual checks performed during a firmware flash, allowing you to flash unapproved OTA and upgrade/downgrade firmware.
Prerequisites
Unlocked bootloader
Backup your data (flashing may cause bootloader to re-lock or restore factory default etc. - don't blame me if it goes wrong!)
Instructions
Download firmware:
Use Huawei Firmware Finder (Play Store link) to download the latest firmware files - you will need all 3 zip files:
- update.zip
- update_data_public.zip
- update_all_hw.zip
Tips: check for the latest version number and ensure you have the larger filesize (around 2GB+).
Flash nocheck recovery:
Download from here - BKL L04: recovery_ramdisk_BKL-L04_nocheck.img
Reboot device to fastboot mode (power off fully, hold down volume button and connect USB cable)
Run the following to flash recovery:
Send commands via ADB
Phone should be booted back to system - connect phone via adb and allow root prompt:
Create HWOTA folder:
Copy firmware to HWOTA folder (replace 102064 below with correct value):
Paste recovery command:
Finally reboot to recovery to start firmware upgrade:
Firmware should install and reboot automatically
If this has helped you out and you want to show support please click here: https://paypal.me/sendpennies
Thanks
- Mankindtw - Massive thanks to Mankindtw, I only ported his work
- Blackball
(L04 tester)
XDA:DevDB Information
BKL NoCheck Recovery, Tool/Utility for the Honor View 10
Contributors
Atarii, mankindtw
Version Information
Status: Beta
Created 2018-04-15
Last Updated 2018-04-15
Click to expand...
Click to collapse
Working on my phone BKL-L09 -many many thanks man ?
Updated to .141 without any issue
Sent from my Honor View 10 using XDA Labs

youtuber123 said:
Working on my phone BKL-L09 -many many thanks man ?
Updated to .141 without any issue
Click to expand...
Click to collapse
Can you please share stock images of BKL-LO9, it's showing an update of Jan in FF for me.
Thank you

Narasimha12 said:
Can you please share stock images of BKL-LO9, it's showing an update of Jan in FF for me.
Thank you
Click to expand...
Click to collapse
http://pro-teammt.ru/firmware-database/?firmware_model=bkl-l09&firmware_page=0

Narasimha12 said:
Can you please share stock images of BKL-LO9, it's showing an update of Jan in FF for me.
Thank you
Click to expand...
Click to collapse
Use HUAWEI FIRMWARE FINDER and download the latest full ota
Sent from my Honor View 10 using XDA Labs

But I can only see one update

Narasimha12 said:
But I can only see one update
Click to expand...
Click to collapse
Just click on ADD and search for BKL-L09 you will see latest 141 image. Download full ota and follow instructions given in OP.

Narasimha12 said:
But I can only see one update
Click to expand...
Click to collapse
Maybe reinstall FirwareFinder app.

Narasimha12 said:
But I can only see one update
Click to expand...
Click to collapse
Its because they are C432, meanwhile Indian and Chinese are C675.

Will the OTA works on the rooted device? Do I need to re-root again?

Related

MİUİ8-6.7.5-GLOBAL Alpha & 6.6.3 eu-multi-unofficial global

Fastboot rom install with -miflashtool
Xiaomi MI4 MIUI 8 Global ROM Alpha Test V 6.6.28 to V 6.7.5
http://bigota.d.miui.com/6.7.5/miui-ota-cancro_alpha_global-6.6.28-6.7.5-8f2c7836db-6.0.zip
OTA Update Full Package 6.6.28
http://bigota.d.miui.com/6.6.28/miui_MI3WMI4WAlphaGlobal_6.6.28_52f73ad90f_6.0.zip
OTA Update from 6.6.1 to 6.6.3 global alpha
http://bigota.d.miui.com/6.6.3/miui-ota-cancro_alpha_global-6.6.1-6.6.3-0991bbd15d-6.0.zip
OTA Update Full Package 6.6.3 global alpha
http://bigota.d.miui.com/6.6.3/miui_MI3WMI4WAlphaGlobal_6.6.3_020507d871_6.0.zip
6.6.3 eu_multi rom (unofficial global rom)
https://qc3.androidfilehost.com/dl/...81947/xiaomi.eu_multi_cancro_6.6.3_v8-6.0.zip
6.4.5 beta global : http://bigota.d.miui.com/6.4.5/miui_MI3WMI4WGlobal_6.4.5_09a48e7edd_6.0.zip
6.3.31>6.4.5 ota http://bigota.d.miui.com/6.4.5/miui-ota-cancro_global-6.3.31-6.4.5-f1389f749a-6.0.zip
6.3.31 beta global : http://bigota.d.miui.com/6.3.31/miui_MI3WMI4WGlobal_6.3.31_d234dcc6aa_6.0.zip
really nice
install gapps : https://drive.google.com/file/d/0B2UMSvqNe0deWFhRTGhJSEgyZ1k/view?usp=sharing
supersu- for rot :http://download.chainfire.eu/924/SuperSU/BETA-SuperSU-v2.68-20160228150503.zip
7.2.7 video: https://youtu.be/MAv8ekeueq8
Global 6.3.3 https://www.androidfilehost.com/?fid=24438995911970529
6.2.25 GLOBAL full : http://bigota.d.miui.com/6.2.25/miui_MI3WMI4WGlobal_6.2.25_41a7c373b2_6.0.zip
6.2.25 GLOBAL ota only for 6.2.23 : http://bigota.d.miui.com/6.2.25/miui-ota-cancro_global-6.2.23-6.2.25-18cf8540b2-6.0.zip
6.2.23 GLOBAL full : http://bigota.d.miui.com/6.2.23/miui_MI3WMI4WGlobal_6.2.23_19b11abf9d_6.0.zip
6.2.16 GLOBAL full : http://bigota.d.miui.com/6.2.16/miui_MI3WMI4WGlobal_6.2.16_4c58982281_6.0.zip
6.2.16 alpha full rom : http://bigota.d.miui.com/6.2.16/miui_MI3WMI4WAlpha_6.2.16_2590847604_6.0.zip
HOW TO INSTALL :
1. Flash Rom 5.12.17 with TWRP clean instal (wipe cache, dalvik, system ,data)(marshmallow need big partition --and 5.12.17 install for merge partition)
2. Reboot System
3. System setting-about phone > choose update packet( downloaded to the phone , select below rom)
6. Reboot To Recovery
7. Wipe User Data
8. Reboot System
9. Done
10. Good news open gapps working on 6.1.28-install and flash with twrp choose 6.0 and pico gapps
And needs may be - first aid box
1- OneClickRecovery - recovery video
2-İf u want back kitkat rom need two partittion special all.flash.bat
3-Google installer for china roms
4-BETA-SuperSU-v2.67 -- install video
FOLLOW ME ON YOUTUBE FOR ROM LINKS
Daily Beta or Alpha & gapps
6.1.28 GLOBAL FULL PACKET LINKS added on youtube 6.1.28 video
6.1.28 Develop-Global Version Full Root Rom
people said I should accept the world. Bull****! I don't accept the world.
RICHARD STALLMAN
Pls delete ur post. Say "No leaks!"
Thanks for sharing.... But move this thread to general section... Whoever want to try can try....its not against the XDA rules ....
do the alpha builds come on daily basis??
vinprivag said:
do the alpha builds come on daily basis??
Click to expand...
Click to collapse
Of course not. They are weekly or more than that as what I saw
Exiting..
Sent from my MI 3W using Tapatalk
29 is out
Dr. Ramm said:
29 is out
Click to expand...
Click to collapse
you have the link?
Dr. Ramm said:
29 is out
Click to expand...
Click to collapse
plz share link
I added a new rom 5.12.29
Thanks for sharing. You will add future links in future updates? :angel:
I have some issue of google contact sync and calendar sync. First time after install contact and calendar sync by google installer it work but after that it not sync.
murattiy said:
This rom for special beta tester use
AND CHANGE İN FLASH.BAT FİLES
Click to expand...
Click to collapse
I flashed this on Mi4 my device doesn't even start it doesn't even boot to FASTBOOT screen is simply not turning on
Prince Chandela said:
I flashed this on Mi4 my device doesn't even start it doesn't even boot to FASTBOOT screen is simply not turning on
Click to expand...
Click to collapse
pls sayme step tep
Prince Chandela said:
I flashed this on Mi4 my device doesn't even start it doesn't even boot to FASTBOOT screen is simply not turning on
Click to expand...
Click to collapse
check if your device in quhusb mode
ashish289 said:
check if your device in quhusb mode
Click to expand...
Click to collapse
murattiy said:
pls sayme step tep
Click to expand...
Click to collapse
I have an Idea to fix it I'm downloading fastboot Rom right now, it will take some time to download. (I'll report back here once I'm done downloading and Fixing) :good:
Meanwhile when I connect Mi4 to PC I see lots of drives 5-7 drives which are not accessible they need to be formatted. (I didn't do anything just left them as they are)
Prince Chandela said:
I have an Idea to fix it I'm downloading fastboot Rom right now, it will take some time to download. (I'll report back here once I'm done downloading and Fixing) :good:
Meanwhile when I connect Mi4 to PC I see lots of drives 5-7 drives which are not accessible they need to be formatted. (I didn't do anything just left them as they are)
Click to expand...
Click to collapse
Unbrick the mi3/4 like this. Follow the steps:
1) get a fastboot rom. Preferably miui 7 leaked Chinese version fastboot rom.
2) revert back to the dual partition using cwm recovery
3) Goto fastboot menu, connect to pc and using miflash tool flash the fastboot rom. Make sure flash_all.bat is selected in the advanced option.
4) it takes time for initial boot.
5) transfer the zip files of 5.12.17 version and latest 5.12.29 into the Phone Memory.
6)rename 5.12.29 zip to update.zip
7) open Updater app in miui - menu - choose update file and select 5.12.17.
8) 5.12.17 will merge the partition
9)after successful flashing reboot and goto recovery
10) clear cache and data
11) flash update.zip
I can not install the gapps. Any help?
ganeshrnet said:
Unbrick the mi3/4 like this. Follow the steps:
1) get a fastboot rom. Preferably miui 7 leaked Chinese version fastboot rom.
2) revert back to the dual partition using cwm recovery
3) Goto fastboot menu, connect to pc and using miflash tool flash the fastboot rom. Make sure flash_all.bat is selected in the advanced option. p
Click to expand...
Click to collapse
My screen doesn't turn on. How can i use CWM then?
---------- Post added at 04:58 PM ---------- Previous post was at 04:43 PM ----------
murattiy said:
pls sayme step tep
Click to expand...
Click to collapse
ashish289 said:
check if your device in quhusb mode
Click to expand...
Click to collapse
Hi, Now mi4 is not even getting detected as QHUSUB Bulk on PC
murattiy said:
I added a new rom 5.12.29
Click to expand...
Click to collapse
Exactly where do u get the links bro?
---------- Post added at 05:00 PM ---------- Previous post was at 04:58 PM ----------
Prince Chandela said:
My screen doesn't turn on. How can i use CWM then?
---------- Post added at 04:58 PM ---------- Previous post was at 04:43 PM ----------
Hi, Now mi4 is not even getting detected as QHUSB device?
Click to expand...
Click to collapse
Can you see the drives connected than?
I had the same problem you have (except I could properly see the device as QHSUB which ur saying now lost)
Just open MI Flash and check if you can see the device. If yes than simply flash any fastboot ROM

[GUIDE] UNROOT Restore Stock Recovery & Rom 6.0.1 LENOVO K6 NOTE (K53a48)

According to adilrenzu's guide here we are now able to root Lenovo K6 Note successflully. This guide is for users who want to change their phones to the factory original state, downgrade from 7.0 or unroot. I tested this with my lenovo k6 note. Bu as you know rooting and unrooting operations are dangerous and may brick your phone. Please do it with your own risk.
This downgrade process supports full OTA Upgrade.
Reguired Files
First Download all required files from here http://goo.gl/Gfs1zf
Install Drivers in 2_Driver.rar
Install softwares in 3_Microsoft C.rar (For 64bit Windows install Both)
Phone : In Developer Options >
>Turn on USB debugging
>Enable Oem Unlock
1. Uninstalling Root
We must uninstall root (supersu) on the device. Select supersu app and tap the settings.
Access > Default Access > Grant and Full Unroot > Continue > Yes > Yes
The phone is restarting now. Check the supersu app not in drawer.
Shutdown the phone.
2. Turn Phone To Download Mode.
Hold down together the Volume Up + Power button for a while. Release power key after lenovo logo shows up. On the menu select download. Download Mode dont have any screen. Screen is blank but working.)
Connect phone to PC
3. Flashing Rom
Unrar 5_K53_S123_170216_ROW_STOCK.rar (Latest) or 5_K53_S116_161115_ROW_STOCK.rar (Testing OTA)
Unrar 4_QcomDLoader.rar Open folder. Click and open QcomDloader.exe
On Downloder Window Click load button. (First on top left)
Select the directory of the rom files (The directory numbered 5 which contains many img files) Click OK.
Click settings button. (Second on top left)
Dont change anything. I was pre entered the options. Check the values. If wrong, correct.
Manifacture Order: EMPTY (Important)
Download Mode: UPGRADE
Chipset: 8937
Downloaded Rom: CHECKED
eMMC Programmer: prog_emmc_firehose_8937_ddr.mbn
Raw Program: rawprogram0.xml
patch0: patch0.xml
Click OK.
Click Start button. (Third on top left)
Status becomes Downloading. Wait for a while. Flashing finishes around 400-500 seconds.
Status becomes Finish. Progress Passed.
Disconnect the phone. Close the Downloader on PC.
Press Power button 10 seconds on phone. Device is restarting.
Wait a few minutes. Phone will be opened to first install mode . In language selection screen Shutdown the phone by pressing power button.
4. Installing ADB
Install 1_adb-setup-1.3.exe to the pc. (Select > Yes > Yes > Yes > Yes. In the opened window click Install)
5. Locking the Bootloader.
Restart phone in fastboot mode. (Hold down power + Volume DOWN keys. Fastboot Mode appairs left top of the screen.)
Connect phone to PC
Adb directory now located in C Drive. Open adb folder. Open a command window here. (CRTL+SHIFT right click on empty space. Select Open Command Prompt Here)
Type: fastboot devices then press enter. (Your device must be listing like: s356d3a9 fastboot)
Type: fastboot oem lock (OKAY [ 0.031s] finished. total time: 0.031s)
Type: fastboot oem device-info
Control all options are false.
Disconnect the phone. Restart phone by pressing power button 10 seconds.
Finished...
This rom contains no bloatware except Lenovo Help (a.k.a Lenovo Companion)
Changing The Phone Region (Optional)
Open Dialer > Type ####682# > Chose Your Region > Restart
Check Region > Type ####5993# > Last 2 chars are your region.
Changing the region gives you to access phone software's drive when connect it to PC
OFFICIAL ROM LINKS: (Lenovo Ota Server)
Update ROM S116-161115 to S123-170216
http://phonedl.ota.lenovomm.com/dls/v6/K53_S116_161115_ROW_TO_K53_S123_170216_ROW_WC2178D800.zip
Update ROM S123-170216 to S218-170605 (Official Android 7.0)
http://phonedl.ota.lenovomm.com/dls/v6/K53_S123_170216_ROW_TO_K53_S218_170605_ROW_WC48DE0BA5.zip
Changelog
Added Lenovo Vibe K6 Note Android 7.0 Nougat Official Rom Link: Download From Lenovo Server
Added Region Codes: S116-161115 Rom added to repository who wants to test OTA
....
Thanks for the thorough write-up!
Harder than unlocking bootloader
mehmet6ok said:
1. Uninstalling Root.
We must uninstall root (supersu) on the device. Select supersu app and tap the settings.
Access > Default Access > Grant and Full Unroot > Continue > Yes > Yes
The phone is restarting now. Check the supersu app not in drawer.
Shutdown the phone.
Click to expand...
Click to collapse
I've reached that stage, what should I answer to the questions about :
1. Restore original boot.img
2. Restore original recovery.img
I'm guessing a "NO" would be safer since they were modified and we're restoring anyway...ok did that.
ok, all good, although I did have to reboot my W7 computer to disable digital signing to install the Qualcomm drivers.
Thanks again, will be useful to upgrade to N on May 17th !
webvan said:
ok, all good, although I did have to reboot my W7 computer to disable digital signing to install the Qualcomm drivers.
Thanks again, will be useful to upgrade to N on May 17th !
Click to expand...
Click to collapse
Not may 17th. 2017 may:good:
Sorry what ? I'm pretty sure I got that date from Lenovo's site, let's see, yes : https://support.lenovo.com/fr/en/solutions/ht501098?cid=ww:display:1tf0ay#smartphone
"Lenovo VIBE K6 Note Android 6.0 Marshmallow Android 7.0 Nougat May-17 Pending"
Quick question, do you see any problem in flashing the recovery.img from your 5_K53_S123_170216_ROW_STOCK.rar ? I've just found out that you could easily remove the password locks by booting into TWRP and that's making me a bit nervous. Thanks !
Official OTA update rom added to first message.
webvan said:
Quick question, do you see any problem in flashing the recovery.img from your 5_K53_S123_170216_ROW_STOCK.rar ? I've just found out that you could easily remove the password locks by booting into TWRP and that's making me a bit nervous. Thanks !
Click to expand...
Click to collapse
No not tested. Not using phone locked. I tested the xposed and modules only.
mehmet6ok said:
According to adilrenzu's guide here we are now able to root Lenovo K6 Note successflully. This guide is for users who want to change their phones to the factory original state. I tested this with my lenovo k6 note. Bu as you know rooting and unrooting operations are dangerous and may brick your phone. Please do it with your own risk.
....
Click to expand...
Click to collapse
QUESTION
Is this rom can receive OTA Updates? /Excited about nougat update\
Can I flash the recovery.img and boot.img in 5 rom folder through adb/cmd command?
Do you have a flashable zip file?
Please reply to me I'm waiting
Here's the screenshot list of official update for k6 note
firemax13 said:
QUESTION
Is this rom can receive OTA Updates? /Excited about nougat update
Can I flash the recovery.img and boot.img in 5 rom folder through adb/cmd command?
Do you have a flashable zip file?
Please reply to me I'm waiting
Click to expand...
Click to collapse
Can receive Ota update: YES. select old firmware. After install you will receive the Ota update.
Tested with QComdownloader and Qfil. All OK. Not tested with command.
Flashable zip file: NO
mehmet6ok said:
Can receive Ota update: YES. select old firmware. After install you will receive the Ota update.
Tested with Qdownloader and Qfil. All OK. Not tested with command.
Flashable zip file: NO
Click to expand...
Click to collapse
Thanks!
mehmet6ok said:
According to adilrenzu's guide here we are now able to root Lenovo K6 Note successflully. This guide is for users who want to change their phones to the factory original state. I tested this with my lenovo k6 note. Bu as you know rooting and unrooting operations are dangerous and may brick your phone. Please do it with your own risk.
....
Click to expand...
Click to collapse
Question
It will wipe my all data and my important files?
firemax13 said:
Question
It will wipe my all data and my important files?
Click to expand...
Click to collapse
First time installation from root to unroot: YES
Do Backup
After installing the S116-161116, OTA UPDATE to S123-170216 Rom: NO
mehmet6ok said:
First time installation from root to unroot: YES
Do Backup
After installing the S116-161116, OTA UPDATE to S123-170216 Rom: NO
Click to expand...
Click to collapse
If I will flash the latest S123-170216 ROM still can receive the nougat update?
Or I need to flash the old S116-161116 ROM and update via OTA the latest S123-170216 ROM and receive the nougat update?
firemax13 said:
If I will flash the latest S123-170216 ROM still can receive the nougat update?
Or I need to flash the old S116-161116 ROM and update via OTA the latest S123-170216 ROM and receive the nougat update?
Click to expand...
Click to collapse
No difference and no matters. Old firmware was an ota working test for me.
According to net sniffing with latest rom, system updater apk can succesfully checks server and running.
There seems no problem.
Sent from my Lenovo Leovo VIBE K6 Note using XDA Labs
mehmet6ok said:
No difference and no matters. Old firmware was an ota working test for me.
According to net sniffing with latest rom, system updater apk can succesfully checks server and running.
There seems no problem.
Click to expand...
Click to collapse
SORRY FOR DISTURBANCE AND NOOB QUESTION
And also thank you so much for your cooperate
Sent from my Lenovo VIBE K6 Note using XDA Labs
---------- Post added at 03:03 PM ---------- Previous post was at 02:52 PM ----------
Reguired Files
First Download all required files from here http://goo.gl/Gfs1zf
Install Drivers in 2_Driver.rar
Install softwares in 3_Microsoft C.rar (For 64bit Windows install Both)
Can I upload your file to MediaFire and MEGA for faster download?
Because Google Drive is so slow downloading can't wait here in Philippines.....All we know here in Philippines the connection is to slow.....
I can provide you a link for both MediaFire and MEGA.
firemax13 said:
SORRY FOR DISTURBANCE AND NOOB QUESTION
And also thank you so much for your cooperate
Sent from my Lenovo VIBE K6 Note using XDA Labs
---------- Post added at 03:03 PM ---------- Previous post was at 02:52 PM ----------
Reguired Files
First Download all required files from here http://goo.gl/Gfs1zf
Install Drivers in 2_Driver.rar
Install softwares in 3_Microsoft C.rar (For 64bit Windows install Both)
Can I upload your file to MediaFire and MEGA for faster download?
Because Google Drive is so slow downloading can't wait here in Philippines.....All we know here in Philippines the connection is to slow.....
I can provide you a link for both MediaFire and MEGA.
Click to expand...
Click to collapse
No problem...And let me share the new links.
mehmet6ok said:
No problem...And let me share the new links.
Click to expand...
Click to collapse
I'm own my way tomorrow I will upload the link.
Please report to me if the link broke or down.
Thanks again!
mehmet6ok said:
According to adilrenzu's guide here we are now able to root Lenovo K6 Note successflully. This guide is for users who want to change their phones to the factory original state. I tested this with my lenovo k6 note. Bu as you know rooting and unrooting operations are dangerous and may brick your phone. Please do it with your own risk.
....
Click to expand...
Click to collapse
LINKS​Here's the link I made.
I will upload the S116-161116 ROM and S123-170216 ROM later.​
LINKS:
Adb_setup-1.3.zip
Link: http://www.mediafire.com/file/1s22pdptn8q8oox/1_adb-setup-1.3.exe
Driver.rar / Lenovo Usb Driver
Link: http://www.mediafire.com/file/rf4hfmm6nq8bw9s/2_Driver.rar
Microsoft C.rar
Link: http://www.mediafire.com/file/v6so59rww6o6b8f/3_Microsoft_C.rar
QcomDLoader.rar
Link: http://www.mediafire.com/file/i9pnl00kl2e22c2/4_QcomDLoader_(1).rar
Platform_Tools_Windows.zip with fastboot
Link: http://www.mediafire.com/file/1h71jaodrc2om06/platform-tools-latest-windows.zip
( PS. PLEASE REPORT IF THE LINK IS BROKEN OR CORRUPTED )​
Please like button!!​:good::good::good:
Wait for the ROM link I will upload it later

[Stock Recovery] Getting back to Stock Recovery after you've flashed TWRP.

As you know, TWRP still doesn't support FBE, so in-case if you wanna flash another system.img the Wipe data/factory reset in TWRP wouldn't work (at least didn't work for me).
That would force you to get back to stock recovery, which allows a successful factory reset.
Steps are pretty straight forward, if you already have a backup of your stock recovery just do the below steps, if else you could download one from the below link.
Put the device into fastboot mode. There are two ways to do that.
1)By long pressing the power button and volume down button whilst the USB is connected.
2)Just do a adb reboot bootloader command if you could boot into the system.
Then just do
Code:
fastboot flash recovery_ramdisk recovery_ramdisk.img
Then disconnect the USB and long press the power and volume up button until you see the "The device is booting now" message.
Downloads
- Stock recovery for BKL-L09
Thanks, you saved me.
Thanks
Just created a md5sum of your recovery and my backed up recovery. It's exactly the same size but the md5sum is different.
A quick look with a hex editor also shows some big differences. Is that expected?
Copperhead100 said:
Just created a md5sum of your recovery and my backed up recovery. It's exactly the same size but the md5sum is different.
A quick look with a hex editor also shows some big differences. Is that expected?
Click to expand...
Click to collapse
MD5 hash wouldn't possibly match, because the backup was taken using dd and there might be some config files modified or added when I used the stock recovery once. But, hey the thing would work if you have BKL-L09 device
Thanks. This works!
shihabsoft said:
As you know, TWRP still doesn't support FBE, so in-case if you wanna flash another system.img the Wipe data/factory reset in TWRP wouldn't work (at least didn't work for me).
That would force you to get back to stock recovery, which allows a successful factory reset.
Click to expand...
Click to collapse
Mate, will this stock recovery work in Indian model(BKL-L09-C675)?
atf2m4 said:
Mate, will this stock recovery work in Indian model(BKL-L09-C675)?
Click to expand...
Click to collapse
Ofc it does
shihabsoft said:
Ofc it does
Click to expand...
Click to collapse
Mate, after restoring this recovery, will I be able to receive system update for the device. I have rooted with Magisk and twrp is installed. what to do to receive system update automatically?. please give detailed steps. Thank you.
atf2m4 said:
Mate, after restoring this recovery, will I be able to receive system update for the device. I have rooted with Magisk and twrp is installed. what to do to receive system update automatically?. please give detailed steps. Thank you.
Click to expand...
Click to collapse
Not sure, as it might check integrity before giving updates. Just download Firmware Finder app and check for updates constantly.
atf2m4 said:
Mate, after restoring this recovery, will I be able to receive system update for the device. I have rooted with Magisk and twrp is installed. what to do to receive system update automatically?. please give detailed steps. Thank you.
Click to expand...
Click to collapse
You will receive the updates but you won't be able to install them with TWRP. Simply flash the stock recovery and the updates will self install when they come. You'll have to root again with Magisk after the updates, but that's a simple process.
Sent from my Honor View 10 using XDA Labs
Hie,
How can I get back from lineage OS to stock using this? I guess I'm on the same boat as a lot of people out there and could really use some help here. I'm on Cosmos OS and can't go back to stock. I tried flashing this recovery.img but can't figure out a way back.
Reboot to bootloader, flash system recovery_ramdisk and ramdisk. Reboot to recovery wipe cache, reboot system enjoy.
Works every time fine for me
Powered by View 10
2WildFirE said:
Reboot to bootloader, flash system recovery_ramdisk and ramdisk. Reboot to recovery wipe cache, reboot system enjoy.
Works every time fine for me
Powered by View 10
Click to expand...
Click to collapse
Can you help me with the commands please?
---------- Post added at 09:20 PM ---------- Previous post was at 09:12 PM ----------
2WildFirE said:
Reboot to bootloader, flash system recovery_ramdisk and ramdisk. Reboot to recovery wipe cache, reboot system enjoy.
Works every time fine for me
Powered by View 10
Click to expand...
Click to collapse
Wildfire, can you please help me with the commands? I believe there's an inclusion of ramdisk in the commands now.
---------- Post added at 09:52 PM ---------- Previous post was at 09:20 PM ----------
2WildFirE said:
Reboot to bootloader, flash system recovery_ramdisk and ramdisk. Reboot to recovery wipe cache, reboot system enjoys.
Works every time fine for me
Powered by View 10
Click to expand...
Click to collapse
Apparently, there isn't any system.img file in the Indian firmware I downloaded. The rest are there but not the system.img.
Someone please help me out
I can't flash system.img as I was told in an earlier reply, it returns me an error that says 'Error: Cannot load System.':crying: I tried using -P and 256M commands to see the space divided and none of these worked either. CAN SOME PLEASE HELP ME OUT WITH THIS?
I cannot find system.img in the Indian firmware either, that is making things tough for me.
ankan1993 said:
I can't flash system.img as I was told in an earlier reply, it returns me an error that says 'Error: Cannot load System.':crying: I tried using -P and 256M commands to see the space divided and none of these worked either. CAN SOME PLEASE HELP ME OUT WITH THIS?
I cannot find system.img in the Indian firmware either, that is making things tough for me.
Click to expand...
Click to collapse
You should have made a backup before you started "tinkering" with your device. Lesson learned, hopefully.
Sent from my Honor View 10 using XDA Labs
Einwod said:
You should have made a backup before you started "tinkering" with your device. Lesson learned, hopefully.
Sent from my Honor View 10 using XDA Labs
Click to expand...
Click to collapse
Indeed! Can you please help me this one time?
ankan1993 said:
Indeed! Can you please help me this one time?
Click to expand...
Click to collapse
I cannot help you as I do not have your firmware or know anything about the Indian version. Where did you get this firmware from?
Einwod said:
I cannot help you as I do not have your firmware or know anything about the Indian version. Where did you get this firmware from?
Click to expand...
Click to collapse
I downloaded this from https://www.getdroidtips.com/huawei-honor-view-10-b160-oreo-firmware/#Downloads.
ankan1993 said:
I downloaded this from https://www.getdroidtips.com/huawei-honor-view-10-b160-oreo-firmware/#Downloads.
Click to expand...
Click to collapse
What device do you have exactly?

[Index] BKL-L04 Updates Discussion [BKL-L04 8.1.0.131]

Hi everyone
in this thread we will discuss/share stuff about OTA's/Updates for BKL-L04 aka USA Model, ill start with B122 OTA
Latest Update:
BKL-L04 8.1.0.131(C567)
Release Date:
25/09/2018
Changelog:
This update adds the Huawei GPU Turbo acceleration technology, which improves graphic processing efficiency.
[System]
[Camera]
Optimizes the Leica watermark feature in Camera. (You can enable it in Camera settings).
-[Security]
Integrates Google security patches released in September 2018 for improved system security
Downloads:
FullOTA
Update.zip
update_data_full_public.zip
OTA-Only
Update.zip
update_data_public.zip
How to update:[/COLOR][/U]
-Wait for OTA
-Update with HuRu [URL="https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279"]Here
-Update with nocheck recovery Here
[/B]
Latest Update:
BKL-L04 8.1.0.122(C567)
Release Date:
2018.08.21
Changelog:
-This update improves system security with Google security patches.
-[Security]
Integrates Google security patches released in Aug 2018 for improved system security.
Downloads:
FullOTA
Update.zip
update_full_BKL-L04_hw_usa.zip
update_data_full_public.zip
OTA-Only
Update.zip
update_data_public.zip
update_BKL-L04_hw_usa.zip
How to update:
-Wait for OTA
-Update with HuRu Here
-Update with nocheck recovery Here
i need this also
Cool
Is it worth the update time?
I don't have twrp, how can I update my phone.
jesbu said:
I don't have twrp, how can I update my phone.
Click to expand...
Click to collapse
wait for the OTA prompt
B123 Added to OP, just a new security patch
AL_IRAQI said:
B123 Added to OP, just a new security patch
Click to expand...
Click to collapse
Small update... what's weird is I just got a 7M security patch.... but no v123 lol
---------- Post added at 12:03 PM ---------- Previous post was at 11:28 AM ----------
kevp75 said:
Small update... what's weird is I just got a 7M security patch.... but no v123 lol
Click to expand...
Click to collapse
Stranger still.... update files using No_Check recovery
131's out
I'll try to upload the fullota soon
kevp75 said:
131's out
I'll try to upload the fullota soon
Click to expand...
Click to collapse
heres all 3
https://mega.nz/#!rsJQGQ6b!o-PfmLp3ZMueURE2e75JjVlHwVX-gzY6g8NMyTs7mv4
https://mega.nz/#!OtQUkQwY!c_vj6O6tLaB51d9Hc8qLnizTb4Jkv3GVlxXv4CmSMow
https://mega.nz/#!GtRUWCLK!9DKZYK7Z6AssoisVHsNtbNGAjME4vnkgPCqhwaJqIww
kevp75 said:
heres all 3
https://mega.nz/#!rsJQGQ6b!o-PfmLp3ZMueURE2e75JjVlHwVX-gzY6g8NMyTs7mv4
https://mega.nz/#!OtQUkQwY!c_vj6O6tLaB51d9Hc8qLnizTb4Jkv3GVlxXv4CmSMow
https://mega.nz/#!GtRUWCLK!9DKZYK7Z6AssoisVHsNtbNGAjME4vnkgPCqhwaJqIww
Click to expand...
Click to collapse
Thanks buddy, will update links in the morning
AL_IRAQI said:
Thanks buddy, will update links in the morning
Click to expand...
Click to collapse
no prob. havent installed it yet... NFL day so... maybe tomorrow lolol
I just saw on Firmware Finder that we now have Pie? Plus there was another update 12/27 prior to it. Strangely, the Pie full update is only 2 files, and not the normal 3.
I'm copying them off my phone now and will upload them in a little bit
kevp75 said:
I just saw on Firmware Finder that we now have Pie? Plus there was another update 12/27 prior to it. Strangely, the Pie full update is only 2 files, and not the normal 3.
I'm copying them off my phone now and will upload them in a little bit
Click to expand...
Click to collapse
YESSS!!!!!!!
LO4 has Pie! :cyclops: :laugh:
I'll post the links to the files once they are finished uploading. I used the NoCheck recovery method here:
https://forum.xda-developers.com/ho.../recovery-bkl-nocheck-recovery-flash-t3778085
NOTE
I did have to reboot into recovery and do a factory reset, and wipe cache... tho that could have been because I was on an AOSP Rom...
kevp75 said:
YESSS!!!!!!!
LO4 has Pie! :cyclops: :laugh:
I'll post the links to the files once they are finished uploading. I used the NoCheck recovery method here:
https://forum.xda-developers.com/ho.../recovery-bkl-nocheck-recovery-flash-t3778085
NOTE
I did have to reboot into recovery and do a factory reset, and wipe cache... tho that could have been because I was on an AOSP Rom...
Click to expand...
Click to collapse
Here are the 2 files:
- update_all_hw.zip: https://mega.nz/#!j8JEhSxR!qIbNQX45osNWp8_rgJgOtTkdQR7Lpm1Dn21pItGbnGY
- update.zip: https://mega.nz/#!ioYQyCpY!GfnzDK7A0nr_0w6IpEHKQPAlYLmWyxS-bZqvTsxVJRg
Again, use the NoCheck Recovery to flash it, then boot to the stock recovery and do a factory reset.
---------- Post added at 01:46 PM ---------- Previous post was at 01:40 PM ----------
kevp75 said:
Here are the 2 files:
- update_all_hw.zip: https://mega.nz/#!j8JEhSxR!qIbNQX45osNWp8_rgJgOtTkdQR7Lpm1Dn21pItGbnGY
- update.zip: https://mega.nz/#!ioYQyCpY!GfnzDK7A0nr_0w6IpEHKQPAlYLmWyxS-bZqvTsxVJRg
Again, use the NoCheck Recovery to flash it, then boot to the stock recovery and do a factory reset.
Click to expand...
Click to collapse
You can root it using this method: https://forum.xda-developers.com/ho...ide-magisk-root-honor-view-10-bkl-09-t3888112
Just make sure you get your own stock recovery_ramdisk.img and patch that. Otherwise, you will not boot
If you are using nocheck recovery, how are you booting into stock recovery to wipe?
I'm coming from TWRP so I want to make sure I take the correct steps.
kevp75 said:
Here are the 2 files:
- update_all_hw.zip: https://mega.nz/#!j8JEhSxR!qIbNQX45osNWp8_rgJgOtTkdQR7Lpm1Dn21pItGbnGY
- update.zip: https://mega.nz/#!ioYQyCpY!GfnzDK7A0nr_0w6IpEHKQPAlYLmWyxS-bZqvTsxVJRg
Again, use the NoCheck Recovery to flash it, then boot to the stock recovery and do a factory reset.
---------- Post added at 01:46 PM ---------- Previous post was at 01:40 PM ----------
You can root it using this method: https://forum.xda-developers.com/ho...ide-magisk-root-honor-view-10-bkl-09-t3888112
Just make sure you get your own stock recovery_ramdisk.img and patch that. Otherwise, you will not boot
Click to expand...
Click to collapse
hgelpke said:
If you are using nocheck recovery, how are you booting into stock recovery to wipe?
I'm coming from TWRP so I want to make sure I take the correct steps.
Click to expand...
Click to collapse
After it flashes via NoCheck, you will have stock recovery... it will get overwritten.
Also... TWRP causes a boot loop for now, so, dont get used to flashing it after the Rom completes....
kevp75 said:
After it flashes via NoCheck, you will have stock recovery... it will get overwritten.
Also... TWRP causes a boot loop for now, so, dont get used to flashing it after the Rom completes....
Click to expand...
Click to collapse
So no getting into LOS 16 for the time being then?
How did you flash it with nocheck? After I paste the recovery commands and reboot, the recovery can't find it

[GUIDE] [EMUI 9.1] Magisk Root P30 Pro * BL Code Received * UPDATE FIRMWARE Join Here

SUCCESSFULLY ROOTED...
Just received my BL code and I'm so excited to root my P30 Pro. I will share my experience about rooting here.
Complete Guide with required tools for BL Unlocking & Rooting with Magisk. Thanks to @Athanatos81
I don't want to write whole thread here that's why just share direct thread link.
====================================================================================================
ROOTING GUIDE & TOOLS CLICK HERE
====================================================================================================
ROOT WITH BELOW MENTIONED STEPS:
i. BL Unlock code needed for BL Unlocking.
ii. Patch your RAMDIS with magisk 7.2.0 manager.
iii. Flash patched img with fastboot commands mentioned below.
adb devices
adb reboot-bootloader
fastboot devices
fastboot flash recovery_ramdisk magisk_patched.img
fastboot reboot
iv. Remove USB cable press volume + button until it boot.
That's it...Safety Net Passed
====================================================================================================
FIRMWARE UPDATE WITH EMUI FLASHER TOOL:
Successfully updated firmware with " EMUI Flasher 1.1 " tool.
EMUI FLASHER TOOL 1.1 LINK Click Here
====================================================================================================
SIDE EFFECTS OF ROOTING...!
+ Stock Phone app is not opening, force close.
+ Stock Google Message not receive or send any message, force close.
solution~) Backup your sms and contact first.
This solved messages issue :
adb shell
su
rm /data/user/0/com.android.providers.telephony/databases/*
rm /data/user/0/com.android.providers.contacts/databases/*
Go back to phone and wipe data of Phone and Messages
Go back to command prompt and:
reboot recovery
- Root explorer not mount system as R/W even granted root permission, so we can't copy, past or delete files in system partition - No solution till now, Due to EROFS (Extendable Read Only File System) working on it.
==================================================================================================
I have received my BL code from this guy +375257585263 You can contact him on whatsapp.
Anybody who got BL code are welcome:highfive:
Thanks to
@topjohnwu - magisk developer
@gmanrainy (Team MT) - Huawei Firmware Finder
@worstenbrood - Huawei Update Extractor
@OldDroid - EMUI Flasher 1.1 tool developer
 @ante0 - Fix Messages and Dialer in 9.1 [Root required]
Thanks,
goldybewon
Huawei P30 Pro 8/256
Looking foward to know about your acomplishment.
goldybewon said:
Just received my BL code and I'm so excited to root my P30 Pro. Now a days I don't have much time to backup all my data, may be after two or three days I will unlock my phone and trying to root. I will share my experience about rooting here.
Complete Guide for BL Unlocking & Rooting with Magisk. Thanks to @Athanatos81
I don't want to write whole thread here that's why just share direct thread link. There are many guide available on xda but I personally prefer this one because it's more detailed.
ROOTING GUIDE CLICK HERE
I have received my BL code from this guy +375257585263 You can contact him on whatsapp.
Anybody who got BL code are welcome:highfive:
Thanks to
@topjohnwu - magisk developer
@gmanrainy (Team MT) - Huawei Firmware Finder
@worstenbrood - Huawei Update Extractor
Thanks,
goldybewon
Huawei P30 Pro 8/256
Click to expand...
Click to collapse
That guide will likely not work, due to fastboot being disabled.
How much was the bl unlock code?
See my thread in this section. I've already tried this method several days before. Does not work. Seems like EMUI 9.1 is a lot different than EMUI 9.0
goldybewon said:
I will unlock my phone and trying to root. I will share my experience about rooting here.
Click to expand...
Click to collapse
Is the Google Pay works?
zhangyang_haha said:
See my thread in this section. I've already tried this method several days before. Does not work. Seems like EMUI 9.1 is a lot different than EMUI 9.0
Click to expand...
Click to collapse
Exactly. The OP shouldn't be making threads that make it sound like we have the ability to root when he even admits he's not done it yet.
https://forum.xda-developers.com/showpost.php?p=79681506&postcount=9
Solution is
Backup all, then factory reset. After reset don't allow phone to boot, immediately go to fastboot and flash recovery_ramdisk with magisk. Then reboot and wait for phone first init. It tells that root is found, press ok.
After that we hawe root and SMS working/QUOTE]
Might be worth trying for someone that has their bootloader unlocked and is willing to factory reset, provided the OPs link with instructions for creating the modified recovery_ramdisk works. I just ordered my code yesterday so I'm not expecting it until the end of the week to do any testing.
Recovery mode should still work, even if the phone starts boot looping. It's on a separate partition and downloads a fresh copy of the firmware from Huawei to install. It saved me a few times when experimenting in the early days of the P20 pro
Click to expand...
Click to collapse
@op - Did you get rooted?
Just Tried Again,
Extracted the Ramdisk from 153 (C185) Update file using Update Extractor
Patched using Magisk 19.3 - Magisk Manager
Flashed in Fastboot after a Factory Reset, Flashing went fine. No Errors.
Phone boots fine in Normal Mode, setup done - booted to System (Root Not available)
Turned off - Boot in Recovery Combination - Goes into Bootloop. After 3 Bootloops, Phone boots to eRecovery for Restore.
EMUI 9.1 doesn't support the Magisk patch method used for EMUI 9.0.
Any other ideas guys?
JazonX said:
@op - Did you get rooted?
Just Tried Again,
Extracted the Ramdisk from 153 (C185) Update file using Update Extractor
Patched using Magisk 19.3 - Magisk Manager
Flashed in Fastboot after a Factory Reset, Flashing went fine. No Errors.
Phone boots fine in Normal Mode, setup done - booted to System (Root Not available)
Turned off - Boot in Recovery Combination - Goes into Bootloop. After 3 Bootloops, Phone boots to eRecovery for Restore.
EMUI 9.1 doesn't support the Magisk patch method used for EMUI 9.0.
Any other ideas guys?
Click to expand...
Click to collapse
Fastboot works once the bootloader is unlocked? I thought it was locked or disabled.
---------- Post added at 12:34 PM ---------- Previous post was at 12:32 PM ----------
I can help experimenting since the recovery partition seems quite save. However, how do i make a backup of everything? All apps, their settings, icons on home screen etc?
Would this work? https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/
Hell everyone thanks for sharing your experience here. I want to clarify that I'm not a developer, what I have learnt from xda I shared here. I am a guy who wants to root his phone no more mods needed. These are the experience we have to share with each other. Will will find a way... I want to be rooted at any cost.
See my attachment, there is a hope. Magisk creator is trying hard for EMUI, every new build comes with EMUI bug fixes.
Thanks again for sharing rooting experience:good:
goldybewon
borgqueenx said:
Fastboot works once the bootloader is unlocked? I thought it was locked or disabled.
---------- Post added at 12:34 PM ---------- Previous post was at 12:32 PM ----------
I can help experimenting since the recovery partition seems quite save. However, how do i make a backup of everything? All apps, their settings, icons on home screen etc?
Would this work? https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/
Click to expand...
Click to collapse
Nah, Bootloader was always accessible to me. There was no issue with it.
Try Uninstalling Hisuite and installing Google ADB. Hisuite installs a modified version called HDB which might mess up things sometimes.
For a complete backup without root, HiSuite is the only way.
OK, Tried with 7.2.0 and it worked!
Root is working guys. Safety Net is Passed!
Success Story Posted here!
Does anyone knows how to install viper sound or any other app that actually and truly makes it louder?
JazonX said:
OK, Tried with 7.2.0 and it worked!
Root is working guys. Safety Net is Passed!
Success Story Posted here!
Click to expand...
Click to collapse
Do you add cards to Google Pay?
s_b81 said:
Do you add cards to Google Pay?
Click to expand...
Click to collapse
Google pay not work with bootloader unlocked
sug010 said:
Google pay not work with bootloader unlocked
Click to expand...
Click to collapse
for this install magisk.
that's why I asked: Do you add cards to Google Pay? for the pharse "Safety Net is Passed! "
Flash update_full_base.zip (FULL OTA) firmware with EMUI Flasher v1.1
Hy guys,
Can someone with unlocked bootloader and root install EMUI Flasher and flash the update_full_base.zip (FULL OTA) on device and report if it's working? Below you'll find the MEGA mirror for latest firmware v.176 downloaded from Firmware Finder.
MEGA link for VOG-LGRP2-OVS 9.1.0.176 - MD5 checksum value 4dbe96c1b4fbc29aaa67cae2f3778517
LINK for [GUIDE] Manual updating/Firmware Collection/Rooting and EMUI Flasher ( thanks @OldDroid )
BEFORE proceding, make sure to patch RECOVERY_RAMDIS.img from v176 firmware while you are rooted on current firmware version.
REMEMBER that after succesfull firmware update you'll have to reflash the patched_boot.img to recovery_ramdisk (via fastboot) to regain root access.
Your userdata should stay intact - at least that was it back when i flashed on P20 Pro
s_b81 said:
for this install magisk.
that's why I asked: Do you add cards to Google Pay? for the pharse "Safety Net is Passed! "
Click to expand...
Click to collapse
Yeah mb
But now I'm rooted, and you can add cards but you can't confirm coz messages crash and you can't receive sms...
JazonX said:
OK, Tried with 7.2.0 and it worked!
Root is working guys. Safety Net is Passed!
Success Story Posted here!
Click to expand...
Click to collapse
But why your guide is referring to Mate 20 Pro?

Categories

Resources