[HONOR 6x EMUI 8.X Oreo] Installing EMUI 8.X on Honor 6X EMUI 5.X and RAM extend via SD Card - Honor 6X Guides, News, & Discussion

My problem is that I can't run correctly LineageOS on Honor 6x, and I didn't know how to run it properly, and I still don't know how to do it because I got bootloop, even if I factory reset...
=> For future people who still want to know how I switch Honor 6x on EMUI 5.X to EMUI 8.X, I write just below the full step and problems that I met during this process (But I think there is already some thread that talk about this.
________________________________________________________________________________________________________
Installing EMUI 8.X Oreo from scratch on a Honor 6x running with the EMUI 5.X Nougat
First of all, I have to thanks @Djiban that help me for the first step ✌
So, many Custom ROM/AOSP ROM for Honor 6x required an EMUI 8.X base.
And to update your Honor 6x to EMUI 8.X, you MUST DEBRAND your phone to BLN L22 India version of the OS
1/ Requirements (Search on Google for installation and how to use, or ask in this thread below)
Spoiler: 1/ Requirements
- You can choose between those 2 methods (Advise you to take the Huawei MultiTool):
Have ADB and Fastboot tools on Computer: ||__Minimal ADB__|| (also present with Android Studio, Unity3D with Android build support)
For Unity3D, if you had add the Android Build Support, the adb and fastboot tools should be here : C:\Program Files\Unity\Hub\Editor\20XX.X.X\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platform-tools (Replace 20XX.X.X with your version of Unity 3D)
You can ALSO use ||__Huawei MultiTool v8 __||, that get on more an interface(Great Noob Friendly tools).
I advise you to set the 2 tools inside the Windows 10 environment variable to easily use adb and fastboot command on command prompt. Type adb devices on the console tools of your computer, if it's correctly referenced you will see something like the screenshot:​
{
"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"
}
- Unlock the bootloader of your phone ! (you can use ||__DC unlocker__|| to get the bootloader code for 4€, or if someone know to get the number with a simple batch file code ? It would be awesome) (Huawei don't get you anymore the bootloader code, even with the paid service)
To make DC-UNLOCKER detect your phone :​
In your phone Settings -> About Phone -> Press 7 times the Build Number => To unlock Developpers Options; then go to Settings -> Developpers Options => Enable USB debugging
Install HiSuite from Huawei to get all the drivers needed to detect your Huawei/Honor phone on your computer
You have to type in dial pad(the default phone app) *#*#2846579#*#* then go to ProjectMenu -> Background Settings -> USB Ports Settings -> [U]Manufacture Mode[/U]. You have to redo this if you disconnected your phone, because it will set by default the HiSuite Port !
Once you get the code :​
In your phone Settings -> Developpers Options => Enable Unlocking OEM
Connect your phone to your computer and allow the debugging mode, and choose MTP mode(transfert files, not charging only)
With Huawei Multi-Tool, press Quick Actions(top right of the UI) -> Reboot to Fastboot mode (OS-FB) OR
Open the console (search cmd on windows), and type adb reboot bootloader
Open the console (search cmd on windows), and type fasboot oem unlock YOURCODE
If all good, type in the cmd : fastboot reboot
- MUST install TWRP Recovery 3.1.1 (Other versions will not work for EMUI 5.X Android Nougat) :
Use Huawei MultiTool : In Recovery Tab, it will normally propose you the EMUI5 twrp image or the 3.1.x version. Press Flash Recovery_ramdisk (require you to enable/allow USB debugging on your phone)
You can also choose an image from your download (see link below for twrp 3.1.1)
Or with the cmd
Boot into fastboot : adb reboot bootloader
Install TWRP : fastboot flash recovery twrp-3.1.1-0-berlin.img
||__All TWRP version for Honor 6x[berlin]__||
||__twrp-3.1.1-0-berlin.img__||
- Advise you also to make a backup with HiSuite to save your data, and a TWRP backup to recover your system in case.
- To reboot into TWRP Recovery mode, press Volume + and Power buttons. Or use Huawei MultiTool v8 Quick Actions or type into the cmd : adb reboot recovery
2/ Debrand to BLN-L22
Spoiler: 2/ Debrand to BLN-L22
- See if you already got the BLN-L22 or not : Honor6x -> Settings -> About phone -> Build number
If yes, you can skip this step
View attachment 5233545
- Here is the tutorial made by @shashank1320 to debrand to BLN-L22 (work for BLN and BLL models as I know): ||__LINK__||
(Careful, the 3 links on the firmware finder database may take 1-3 hours to download, they didn't get a good server speed, same as the step 3) And you may need to flash OEMInfo.zip via TWRP !
- Here is some issues that I encounterd and solved, the Huawei MultiTool ZIP is there also : ||__LINK__||
Kentoto2021 said:
OKKK after one all day (9:30AM to 10:30PM) I finally get it !!!!!!! THANK YOU for your advice you saved my phone if I can say Djiban A look of my new version phone below, very happy !!! Now I have to find how to get Emui 8.X on my Honor 6.X without broken my phone
I really thought that my phone was broken because I didn't backup my OEM info with the Huawei MultiTool and ended into a bootanimation loop even restoring my phone with TWRP.
______________________________________________________________________________________
For those who is doing this awesome tutorial : https://forum.xda-developers.com/t/...ln-l22-successful-case-noob-friendly.3679402/ I attach here to my message the Huawei MultiTool v7 that I found on this forum too (but can't find the link in my browser history ) :
For this tool, don't connect to internet when you launch it to avoid auto update, you can enable it after the question about proxy or when you see the main menu. The only bad thing that it's not in english, but the screenshot in the tutorial show you what is what
For the OEM info zip, if you get "sbin/su not found" when restauring int the MultiTool , try also to install it with the traditional way in TWRP via the button Install -> Install ZIP
At the step where you have done the dload method with the update.zip, you will be get stuck in the bootanimation or black screen, it says that you have to shutdown the phone and that's a bit complicated with Honor 6x, you can only reboot whatever you done and adb acess from computer is off (don't activate the bootloader, it can reject the new update you just put in the dload folder !!!)
What I have done is going to Huawei eRecovery mode by pressing and maintaining Power button and Volume +, then choose wipe cache then wipe data/factory reset (it will erase all your data that you have on your last system !). By that, the phone will reboot and get you into the EMUI 5.X and the menu too set your phone, and by that you can rename the folder dload-data to dload through computer as mentionned in the tutorial, then SHUTDOWN your phone and redo the dload activation (Volume + and - and power button pressing)
And that's it ! Some tips to avoid future people stuck for hours and panic because nothing is working and the phone seems to be good for bin
Click to expand...
Click to collapse
WARNING : Once you update the OEM info of your phone, the Huawei eRecovery won't find update to factory reset the entire firmware ! So if the Huawei eRecovery tell you that the system is broken and you have to reset your phone (can't avoid that if it tells you that I think), after that the bootloader will be locked, then you can't go to TWRP recovery or start the OS.
DON'T PANIC, go into fasboot/bootloader by shutting down your phone(if can't, just reboot and do the following steps before the phone vibrates when reboot !) : Hold AND Keep VOLUME - , then plug the USB cable
Then on your computer, unlock the bootloader as you already done with the command : fastboot oem unlock THEBOOTLOADERCODE (The bootloader code will be the same whatever your firmware version is, it's unique for your phone harware)
3/ Update to EMUI 8.X BLN-L22HNC675 [Android 8.0]
Spoiler: 3/ Update to EMUI 8.X BLN-L22HNC675 [Android 8.0]
Here is the firmware finder database same as the previous step if you want to pick other version of your firmware
Online firmware database ⋆ TEAM MT Developers
< PREVIOUS FIND MODEL NEXT > Дата изменения Полное название Файлы обновления Размер Тип G g v f 2021.11.09 MED-LGRP2-OVS 10.1.0.195 filelist 0 OTA 1458 104 519745 3 2021.11.08 patch01 filelist 0 OTA 1458 104 525603 1 2021.11.08 TAS-LGRP1-CHN 11.0.0.170 filelist 0 OTA 1458 104 525098 1 2021.11.08...
pro-teammt.ru
- Here is the tutorial also made by the same author at the step 2 : ||__LINK__||
- Some UPDATE Links about this tutorial:
The HwOTA8 tools : ||__LINK__||
Make sure to keep HWOTA8_BLN folder inside HWOTA_BLN_Eng folder
HWOTA_BLN_Eng should be put inside the Tools folder of Huawei Multi-Tool v8
Make sure the path don't contain SPACE such as C:/Program Files
They are new update of the BLN-L22HNC675 (B520)
The newest one is : BLN-L22HNC675CUSTC675D2B520 (8.0.0.520) update on 2018.11.29
Search BLN-L22HNC675CUSTC675D here
You can upload the 3 zip on my pCloud (it's faster): ||__LINK__||
WARNING : On the first boot, wait 3-4 mins. The reboot to the EMUI 8.X can take some times
If after some minutes, nothing happen and you still on the blue Honor bootloop, try to wipe cache AND factory reset the phone via Huawei eRecovery or via TWRP (don't format data, only at the last resort but I think you have to reinstall the firware through HwOTA8 again). Have to be patient, it takes me 6-8 mins to reboot after wiping cache and data at the 2nd attempt.
- After successfully installed EMUI 8.X :
It's possible that you can't access TWRP, you have to reinstall TWRP Recovery through Huawei Multi-Tool (same step at the step 1/ Requirementsabove).
The tool will automaticcaly detect your device and propose you the BLN_TWRP_EMUI8.zip (press Flash Recovery_ramdisk with your phone open in android and allow the debugging connection - see 1/ Requirements for more informations.
Or you can download TWRP 3.2.X-0 (version 3.2.X only ! Other versions may not work, I didn't try it)
With this version, you will encounter some issue with TWRP. You can't wipe chache, or mount/unmount data for example, so some installtion through TWRP may not work, like for OpenGAPPS who maybe can't be installed when you want to try other Custom ROM like LineageOS. If you know how to install OpenKirin(LineageOS) on Honor 6x EMUI 8.X, feel free to share in this thread !
4/ Extend your RAM via SD Card
Spoiler: 4/ Extend your RAM via SD Card
If you succeed all those steps, you may right now see that your device maybe a little buggy, particularly when you open severals android application.
- For me, I used AParted available on the Play Store : ||__LINK__||
- This app require a rooted phone of course : Install Magisk ||__LINK__|| through TWRP Installation (Reboot to TWRP -> Install -> Install ZIP) or use SuperSU propose by Huawei MultiTool button installation
A PDF/Tutorial are available on the app inside, showing you the step to do with screenshot
WARNING : Save your data of your SD card before continue
You may not see big difference by increasing the RAM memory, it will just allow you to open more apps at the same times without crashing or lag
Summary of steps :
Tab CREATE -> press ADD 2 times (or more if you already have some partitions)
Set Part 1 as fat32 and give him his total storage
Set Part 2 as swap and give him his storage (will be for the RAM) (For me, I choose 2Go)
Click APPLY
Go to Tab TOOLS
Select Part 2 - FS: swap
Choose Swap in the drop down menu next to the button Apply
Press Apply
Watch a video (advertising if yo uconnected to internet)
Cancel the installation of AMemoryBoost
Click ON and OK to enable Swap Partition
Now you will saw the current RAM and the Swap memory
I wish my post can be helpful and I wish you can enjoy your new phone !!!
I can't wait to see new thread about an AOSP 11 on the honor 11 !

let us know which ROM you did try to install, and how you did solve. thx

Kentoto2021 said:
=> For future people who still want to know how I switch Honor 6x on EMUI 5.X to EMUI 8.X, I write just below the full step and problems that I met during this process (But I think there is already some thread that talk about this.
Click to expand...
Click to collapse
Below?

Kentoto2021 said:
I wish my post can be helpful and I wish you can enjoy your new phone !!!
I can't wait to see new thread about an AOSP 11 on the honor 11 !
Click to expand...
Click to collapse
thanks for this excellent and very complete guide. Hop too that @DarkJoker360 AOSP 11 system.img from Huawei P8 Lite forum will work as it did for march and July AOSP 10!!! I'll give i a try next week for sure :

After a succesfull debrand to BLN-L22 with the very fast way, I'm following your guide to step to EMUI 8, first of all thanks for providing files from your pcloud !!

Kentoto2021 said:
HWOTA_BLN_Eng should be put inside the Tools folder of Huawei Multi-Tool v8
Click to expand...
Click to collapse
You did use multi tool V8 to update to EMUI 8 ? Can see any signe of that in the guide you did follow . I guess it just replace the adb fastboot command .
All went fine for me, I'm now on very last EMUI 8 stock ROM for BLN-L22! thx
But of course TWRP flash is now an issue:
all TWRP recovery versions I fastbooted flash (3.1.1, 3.2.3, 3.5.0, all for bacon) sent me the same message error in fastboot: "FAILED (remote: partition lentgh get error)" . Apparently not EMUI 8 version .....

Oh nice wonderful !!! Happy it helps
I used the Multi Tools for the 3 step because it contains the adb and fastboot tools. But if you have it with the minimal adb software it will work also.
And if you set the adb folder to the windows 10 variable path system, I think you can put the HwOTA almost anywhere in the computer disk.
Yep indeed the twrp not work properly...
And still all my attempt to upgrade my OS with another method without the 3 zip (update, public, data) is not working

There is a workaround for custom recovery, I'll try it seriously and post back here

Kentoto2021 said:
Oh nice wonderful !!! Happy it helps
I used the Multi Tools for the 3 step because it contains the adb and fastboot tools. But if you have it with the minimal adb software it will work also.
And if you set the adb folder to the windows 10 variable path system, I think you can put the HwOTA almost anywhere in the computer disk.
Yep indeed the twrp not work properly...
And still all my attempt to upgrade my OS with another method without the 3 zip (update, public, data) is not working
Click to expand...
Click to collapse
U can try elite twrp,it worked perfectly fine for me

MAK7246 said:
U can try elite twrp,it worked perfectly fine for me
Click to expand...
Click to collapse
You mean this one:
[TWRP][3.2.1-0][EMUI5.X and AOSP][Decryption Support] For Honor 6X by HassanMirza01
Elite TWRP Project For Honor 6X DONOT COPY MY WORK, Ask for Permissions or Gather it yourself,,, This ROM is only for Firmwares based on EMUI 5.X only... /* * Your warranty is now void. * * We are not responsible for bricked devices...
forum.xda-developers.com
"for EMUI 5 only" on EMUI 8 ?

Djiban said:
You mean this one:
[TWRP][3.2.1-0][EMUI5.X and AOSP][Decryption Support] For Honor 6X by HassanMirza01
Elite TWRP Project For Honor 6X DONOT COPY MY WORK, Ask for Permissions or Gather it yourself,,, This ROM is only for Firmwares based on EMUI 5.X only... /* * Your warranty is now void. * * We are not responsible for bricked devices...
forum.xda-developers.com
"for EMUI 5 only" on EMUI 8 ?
Click to expand...
Click to collapse
Yep that is working fine!

MAK7246 said:
Yep that is working fine!
Click to expand...
Click to collapse
thanks, I'll use it for making a nandroid backup. Right afterward I'll install TWRP recovery from pretoriano80 (https://mega.nz/#!LLhBXSzY!3runNNoW9z1tOHSu-heIUhyy-4u8XHvc8rZMsn547so ou https://eu.dl.twrp.me/prague/) because I plan to try ton install @DarkJoker360 AOSP 11 for P8Lite.

Djiban said:
thanks, I'll use it for making a nandroid backup. Right afterward I'll install TWRP recovery from pretoriano80 (https://mega.nz/#!LLhBXSzY!3runNNoW9z1tOHSu-heIUhyy-4u8XHvc8rZMsn547so ou https://eu.dl.twrp.me/prague/) because I plan to try ton install @DarkJoker360 AOSP 11 for P8Lite.
Click to expand...
Click to collapse
Let me know if u are successful!

Related

Blu Life One XL 6.0 link to download UPGRADE *

* *Support and Info thread* *Starting with kitkat 4.4.4. KTU84P​ ABOUT
Looking at the build #
and the Custom build# for Android 4.4.4 and 5.0.2​* Blu Life One XL KTU84P*
* KIT KAT 4.4.4 *
* Build number : KTU84P
* Custom build version : X030Q_V07_GENERIC 03-07-2015
* Blu Life One XL LRX22G*
* Lollipop 5.0.2 *
* Build number : LRX22G
* Custom build version : X30Q_V10_L_GENERIC 01-29-2016
NOTE:
Custom build date 03-07-2015
factory date that's on this phone,
may not be your date..??​
Read more .......Can be rooted. TWRP can be put on the KITKAT version so far. need help with 5.0.2 TWRP .
6.0 https://androidmtk.com/download-blu-stock-rom-models 6.0
-------------------------------------------------------------------------------------------------------------------------------------------
* LIFE ONE AND LIFE ONE XL FLASHING PROCEDURES *
@Using the Qualcomm flash image loader (QFIL)@
Drivers
1. PC needs to be turned on with “Disable driver signature enforcement” mode. - Press the “Windows logo key + X” at the same time, then click “Command Prompt (Admin). - Type: bcdedit /set testsigning on -Press enter then restart PC.
-If done correctly bottom right of PC should show “Test Mode”.
2. Run “Setup.exe” inside “Life One XL Drivers” folder.
Flashing software - QFIL
1. Download and extract software for device.
https://androidmtk.com/use-qualcomm-flash-image-loader-qfil
all instruction on the above link.
2. To install tool run “setup.exe” inside folder “QPST.2.7.425”. 3. When setup finishes click the Windows logo key > All Programs > QPST > QFIL
------------------------------------------------SPECIFICATIONS----------------------------------------------------------------
TECHNOLOGY
Android v4.4 KitKat, upgrade-able to Android 5.0 ?? YES it is... I have the
{
"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"
}
Lollipop
3G 850/1700/1900/2100
4G LTE 700/1700/2600
Processor
64-Bit Qualcomm 1.2GHz Quad-Core
with Adreno 306 GPU
MEMORY
Internal 8GB, 1GB RAM
Micro SD Slot up to 64GB
DISPLAY
BLU Infinite View Technology (IPS)
5.5 HD 720 x 1280, 268 ppi
CAMERA
13MP Main | 5MP Front Camera |
LED Flash
HD 1080p Video @30fps
CONNECTIVITY
Bluetooth 4.0
Wifi, Hotspot
MicroUSB v2.0
SOME GOOD READING.. thank you all
http://forum.xda-developers.com/showthread.php?t=2317790
Thank you shimp208
DOWNLOAD
Minimal ADB and FASTBOOT
ALWAYS BACKUP
Downloaded * app called
BACK UP PARTITION
ADB and FAST BOOT
YOU will need
ADB FAST BOOT program - Install / with ADB driver
a list of commands - c : \ adb>
adb devices
adb reboot bootloader
fastboot devices
FILES FOR NEW RECOVERY AND INSTALLING ROM FILES NEEDED
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot
.
Need qcn please
Enviado desde mi iPhone utilizando Tapatalk
Help
An Android update to 5.0.2 was released about a month ago that has made my phone run very slow and a fix has still not been released. I also have yet to receive a response from BLU support on what my options are. Prior to the update, the phone ran considerably better and now get hung up while performing mild multi-tasking such as switching between SMS and Facebook. Performing a Factory reset down not roll back the android version. I am trying to find an older android version but am not having much luck. All help is appreciated.
Model Number: BLU LIFE ONE XL
Processor: Qualcomm-Technologies MSM8916
Build: BLU_X030Q_V10_L_GENERIC
Screenshot
Here is a screen shot of my forced flashed upgrade to Lollipop 5.0.2
factory image found on needrom + Mediafire
You can use the SP FLASH TOOLS .......no need to root . Put phone into install mode.. UN-check ALL check mark in USB connection.
https://drive.google.com/open?id=0Byjq3QLeYsombkJKbG5VcERVbkU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
can be rooted, No yet to put a recovery {twrp / or cwr } on this version Lollipop 5.0.2
no recovery [ twrp ] or [ cwr ]
Rooted with kingoroot backed up with Partition backup and restore
Steps to install TWRP on BLU Life One XL
Goto official TWRP page and download twrp-2.8.x.x-xxx.img file for your BLU Life One XL. Keep twrp-2.8.x.x-xxx.img file in a separate folder.
Your PC must have ADB & fastboot installed and configured. For quick installation try 15 Second ADB installer. Download link
Now connect your device to your PC and goto twrp folder and press and hold shift then rightclick on white space and "Open command window here".
Now type following commands at command prompt.
"adb reboot bootloader" - to boot your device into bootloader.
after booting into bootloader type "fastboot flash recovery twrp-2.8.x.x-xxx.img" - this will flash TWRP recovery on your BLU Life One XL.
"fastboot reboot" - to reboot your device.
After reboot type "adb reboot recovery" - to boot into recovery mode.
BOOT and RECOVERY image files
boot and recovery image in zip file
nandroid backup https://drive.google.com/file/d/0B_IWTAANhFJRcDg4ajJ6V0JrTmM/view
1View attachment 39739272View attachment 39739283View attachment 39739294View attachment 39739305View attachment 39739316View attachment 3973932
MODEL number
BLU LIFE ON XL
Build number
LRX22G release-keys
Custom build version
BLU_030Q_V10_GENERIC 29-01-2016 18:15:good:
Dude I'm just happy you responded to me about your backup. I almost gave up on this phone because i looked everywhere on the internet and it seemed as if the phone didn't exist to a stock ROM. Like i said before... I have twrp and root and no OS and just needed someone to make a backup using twrp so I can install it on my phone or at least find a stock one that I can use with twrp. Luckily you came thru and thank you for your response. Hopefully I don't have to use this cheapo (second phone) for long.
Sent from my XT1526 using XDA-Developers mobile app
Partition list
List of partiton files for the BLU LIFE ONE XL
RECOMMEND TO GET THIS APP after root access .
Also set app to save as IMG files . these are recommend to use in restore.
DDR ----------mmcblk0p19
ABOOT-------mmcblk0p4
ABOOTBAK--mmcblk0p5
BOOT---------mmcblk0p22
CACHE--------mmcblk0p25
CONFIG-------mmcblk0p28
FSC------------mmcblk0p16
FSG------------mmcblk0p20
HYP------------mmcblk0p10
HYPBAK-------mmcblk0p11
KEYSTORE-----mmcblk0p27
MISC-----------mmcblk0p15
MODEM-----mmcblk0p1 *EFS/IMEI*
MODEMST1--mmcblk0p13 *EFS/IMEI*
MODEMST2--mmcblk0p14 *EFS/IMEI*
OEM------------mmcblk0p29
PAD-------------mmcblk0p12
PERSIST---------mmcblk0p24
RECOVERY------mmcblk0p26
RPM -------------mmcblk0p6
RPMBAK---------mmcblk0p7
SBL1--------------mmcblk0p2
SBL1BAK --------mmcblk0p3
SEC---------------mmcblk0p21
SPLASH----------mmcblk0p18
SSD---------------mmcblk0p17
SYSTEM----------mmcblk0p23
TZ-----------------mmcblk0p8
TZBANK----------mmcblk0p30
USERDATA-------mmcblk0p
URL
reserved
LINKS TO DOWNLOAD
BLU LIFE ONE XL
WITH TWRP X030Q_V07_TWRP
https://www.dropbox.com/s/axx3ig6yl8vzixx/X030Q_V07_twrp.zip?dl=0​
Inspired
Deejaydark said:
Dude I'm just happy you responded to me about your backup. I almost gave up on this phone because i looked everywhere on the internet and it seemed as if the phone didn't exist to a stock ROM. Like i said before... I have twrp and root and no OS and just needed someone to make a backup using TWRP so I can install it on my phone or at least find a stock one that I can use with TWRP . Luckily you came thru and thank you for your response. Hopefully I don't have to use this cheapo (second phone) for long.
Sent from my XT1526 using XDA-Developers mobile app
Click to expand...
Click to collapse
did a lot of reading .... to find out it was only a corrupt boot image ... I was only getting TWRP recovery to load.
after reading About ADB and FASTBOOT
I learned how to flash the boot image , but first i need the ADB driver install on my PC.
Im not good at writing directions , but i took notes.... also was able to make back ups of all partitions.... We really only need to fix the ones we over written ... In my case was only boot image and recovery image.... my system was in tack..
thank you for inspiring me to go the distance.... I learned alot.
Rickrocks013 said:
did a lot of reading .... to find out it was only a corrupt boot image ... I was only getting TWRP recovery to load.
after reading About ADB and FASTBOOT
I learned how to flash the boot image , but first i need the ADB driver install on my PC.
Im not good at writing directions , but i took notes.... also was able to make back ups of all partitions.... We really only need to fix the ones we over written ... In my case was only boot image and recovery image.... my system was in tack..
thank you for inspiring me to go the distance.... I learned alot.
Click to expand...
Click to collapse
So I can install this with TWRP?
Sent from my XT1526 using XDA-Developers mobile app
vastalant said:
An Android update to 5.0.2 was released about a month ago that has made my phone run very slow and a fix has still not been released. I also have yet to receive a response from BLU support on what my options are. Prior to the update, the phone ran considerably better and now get hung up while performing mild multi-tasking such as switching between SMS and Facebook. Performing a Factory reset down not roll back the android version. I am trying to find an older android version but am not having much luck. All help is appreciated.
Model Number: BLU LIFE ONE XL
Processor: Qualcomm-Technologies MSM8916
Build: BLU_X030Q_V10_L_GENERIC
Click to expand...
Click to collapse
Added with my phone rooted w/twrp
Build: BLU_X030Q_V07_L_GENERIC
Deejaydark said:
So I can install this with TWRP?
Sent from my XT1526 using XDA-Developers mobile app
Click to expand...
Click to collapse
already done MOD version of Stock only recovery image and less bloat ware.
NOTE that TWRP is not fully supported... dont use the install to find your phone..
works great on backing up in recovery. must have root access .
Rickrocks013 said:
already done MOD version of Stock only recovery image and less bloat ware.
NOTE that TWRP is not fully supported... dont use the install to find your phone..
works great on backing up in recovery. must have root access .
Click to expand...
Click to collapse
So how do I install this zip file? My phone is already Rooted with TWRP.
Zenfone 2 Deluxe Special Edition
Deejaydark said:
So how do I install this zip file? My phone is already Rooted with TWRP.
Zenfone 2 Deluxe Special Edition
Click to expand...
Click to collapse
You need to unzip them on a pc or your SDCARD and flash in TWRP recovery mode... take your SDCARD out put on with pc.
THERES STOCK IMAGES also
2 method
1. ADB command with FASTBOOT read
http://www.xda-developers.com/how-to-install-twrp/
2. USE BACKUP in twrp ..after making a folder on sdcard TWRP another one BACKUP . unzip here.... get a zip program
tools.. zip program
I want to say thank you for getting my phone working again. Everything is working like it should.
Deejaydark said:
I want to say thank you for getting my phone working again. Everything is working like it should.
Click to expand...
Click to collapse
I must say i'm glad you got your phone back up and running..........
I know i put together a wild combo of files in the zip file..........
I hope it wasn't to hard to figure out......
. I labeled them the best i could.......
I can now flash upgrade with adb commands..... I don't need TWRP ,, its nice to know it works
The one thing I read is the most important is making a nandroid backup... all partitions in one Image file
Nice
---------- Post added at 05:31 AM ---------- Previous post was at 05:25 AM ----------
Now all we need is some ROMs
BLU Life One XL
Stock w/Twrp & Root
**FLASHING WITH QUALCOMM TOOLS**
Using the Qualcomm flash image loader (QFIL)
LIFE ONE AND LIFE ONE XL FLASHING PROCEDURES
Drivers
1. PC needs to be turned on with “Disable driver signature enforcement” mode. - Press the “Windows logo key + X” at the same time, then click “Command Prompt (Admin). - Type: bcdedit /set testsigning on -Press enter then restart PC.
-If done correctly bottom right of PC should show “Test Mode”.
2. Run “Setup.exe” inside “Life One XL Drivers” folder.
Flashing software - QFIL
1. Download and extract software for device. 2. To install tool run “setup.exe” inside folder “QPST.2.7.425”. 3. When setup finishes click the Windows logo key > All Programs > QPST > QFIL

Update BLN-L22C675 from EMUI 5.X.X to EMUI 8.0 (with VOLTE)- Noob Friendly

Hi Guys,
Note- if you are on BLN-L22C675 Nougat you can do this easily but if you are on other variants, you need to debrand first as per this guide- https://forum.xda-developers.com/honor-6x/how-to/guide-debranding-to-india-variant-bln-t3679402
Some background-
So what I heard earlier that post China Oreo beta, other regions may not get it (via various unofficial channels and on XDA) its finally here, even though via firmware finder but it gives us a glimpse that beta or stable would be coming soon.
I had given my Honor 6X to my brother 6 months back and was using V10 since then but he came yesterday and I tried to enable VOLTE on that phone but was not working. Even though I debranded my Honor 6X from AL10 to BLN-L22 Indian version very easily (guide in my signature) but somehow I was not able to get VOLTE working. Yesterday I tried all the known methods till 2.30 AM My time but VOLTE was not working and I gave up but today morning again I tried and updated my phone to EMUI 8.0 (already kept one phone for my brother so that if something goes wrong, I will give a new one to him so that he can use atleast as he is leaving today)
As VOLTE was not working and I decided to update to Android 8.0 Indian version, I saw a screenshot in my Honor 6X Oreo update discussion thread and downloaded and flashed via HuRUpdater but failed last night and I recovered back to B340 and then updated to B365.
Click to expand...
Click to collapse
In this guide, I will provide detailed instruction on how to update your Nougat BLN-L22C675 Indian version of Honor 6X to Oreo. Process is simple and you just need patience while updating and post updating I verified, Jio, Vodafone VOLTE working (seems iDEA would work but no 4G in Delhi/NCR).
Prerequisites-
Unlocked bootloader.
HiSuite backup/TWRP backup.
Downloads-
TWRP for BLN - https://mega.nz/#!bY9hRazT!I9kqA3a9i1tAc3tQSnDGpqMPc_cEKR4JAYe6rDQqvdE
All the Oreo files (downloaded from Firmware finder or below URLs)- you need to put your device as BLN-L22HNC675 and it will show these files under B510 firmware version.
Main zip- http://update.hicloud.com:8180/TDS/data/files/p3/s15/G3196/g1699/v154301/f1/full/update.zip
Data File- http://update.hicloud.com:8180/TDS/...channel_in/update_full_BLN-L22_channel_in.zip
Public Zip- http://update.hicloud.com:8180/TDS/...01/f1/full/public/update_data_full_public.zip
HwOTA zip from https://mega.nz/#!CXRnEaAb!XYodFoS9CDqJkHx0Uv2fdFmzycCvTrexcvYzrwnjfGI given in thread Thanks to @vovan1982
If you have not unlocked your your bootloader, please do so. You can refer this guide if not aware of the method-
Unlocking the bootloader-
Backup all your data as unlocking the bootloader will reset the device and all your data will be erased.
On windows machine, go to folder C:\adb or wherever you installed the adb drivers.
Press shift+right click together and select Open command prompt here (it will be open PowerShell here on Windows 8 and Windows 10 machine)
Run - adb reboot bootloader (this command may prompt for acceptance of RSA key if not already accepted)
This will boot the phone into bootloader mode.
Run - fastboot oem unlock <16 digit unlock code- Put your actual code you obtained from Huawei site > (This step will unlock the bootloader and will erase all your data)
Phone will restart automatically.
Installing TWRP
Once on the system, open the PowerShell or command prompt again in ADB folder (can use the previous instance as well)
Run -
Code:
adb reboot bootloader
Once in bootloader, Run
Code:
fastboot flash recovery twrp-3.1.1-0-berlin.img
(This will install the TWRP recovery for EMUI 5.0 on your phone)
Once done with the flashing the TWRP, Run
Code:
fastboot reboot
Actual Oreo update procedure
Once you have unlocked the bootloader, and installed TWRP recovery via command
Download the Oreo firmware given above in download link.
Download the HWOTA_BLN_Eng.zip from the link given above.
Unzip the HWOTA_BLN_Eng.zip file and move the extracted content (HWOTA_BLN_Eng folder) to adb folder of your PC.
Copy the downloaded Oreo firmware to C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN\update\ folder.
Rename update_data_full_public.zip file to update_data_public.zip and update_full_BLN-L22_channel_in.zip to update_all_hw.zip, do not rename the update.zip.
{
"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"
}
Boot to bootloader or fastboot mode. Keep your phone connected with PC.
Go to C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN folder and run the update_eng.bat file and follow the on screen instructions.
The update_eng.bat will install the TWRP recovery and boot to TWRP (if not, you can remove USB and press power and volume up key and it will boot to TWRP, connect the USB again)
You will get prompt for update via SD card or script, select via script
You will get prompt for change region or change firmware, select change firmware.
It will automatically copy the content of C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN\update, mainly those 3 zips and it will flash automatically.
You may see the update.zip file flashed as successful with no error but may see Error result [] for other 2 zips, dont worry that is expected.
Once flashed, it will automatically boot to Oreo without any issue and also it will ask if you want to relock your bootloader or keep this unlocked, this is your wish, I kept it unlocked and will be locked in future updates.
Your Nougat data may remain the same as it was in my case but I would advise to go with Hisuite backup and TWRP backup.
If phone unable to boot, flash the stock recovery and make factory reset and boot normally, it should boot fine. (haven't encountered this issue though)
I did factory reset after booting and verifying to system. Everything was working fine but still I did just to avoid any issue or lag (even though no lags were seen)
About Phone info and VOLTE for Jio and Vodafone. iDEA VOLTE would work as well but there is no 4G in NCR.
Enjoy Oreo.
Update- anyone having issues with call recorder, turn off Google voice typing and recording will work fine.
Changelog for - BLN-L22HN 8.0.0.510(C675CUSTC675D1)
Code:
[PHP][PHP]ANDROID 8.0[Oreo] upgrade with EMUI 8.0 is available for your device. This will upgrade your system BLN-L22HN 8.0.0.510(C675CUSTC675D1).
● VOLTE calls enabled for Vodafone,Idea and JIO.
● Call Recording feature has been added, and it has an ability to Records all your phone calls.
● EMUI 8.0 not only brings you the latest version of Android (8.0), it's also boosted with a lot of great features and improvements to make your device more intuitive, faster and safer. We highly recommend updating now.
● A new floating Navigation dock lets you perform frequently-used operations from anywhere on the screen. Newly added home screen shortcuts let you quickly access the app features you use most frequently. Simply touch and hold an app icon to display a shortcut menu.
● You can drag your navigation to any where of screen once you enabled this brand-new feature.
● How to set:Go to Setting > System > System navigation > Navigation dock Or drop down status bar > Navigation dock.
● Long-tap on parts of apps launcher icons, a shortcut menu will display.
● You can Tap and drag a shortcut to pin it to the device's launcher.
● Play Store, Settings, Gallery, Dialler, Contacts, Messaging, Camera, Email, Themes, Clock, Calendar, Notepad, Sound Recorder, Downloads etc. support the feature.
● Improved false touch protection functionality reduces unintended operations on the touch screen in a wider range of scenarios.
● Smart tips recommend you faster and smarter ways to operate your phone, appearing in specific usage scenarios and responding to your usage habits.
● Contacts and Email now let you sync the career details of your LinkedIn contacts.
● Settings has been redesigned for clearer and more intuitive organization.
● Gallery new features a recycle bin that retains deleted photos for up to 30 days. Accidentally deleted photos can be restored with a single touch.
● Phone Manager has been simplified to make managing your device easier. Standard cleanups are faster and deep cleanups more thorough.
● Google security patches are merged to make your device more secure.
● Downloading over WiFi is recommended. and make sure that the remaining power is greater than 50%.
● This update will not erase your personal data, but it's recommended to backup all of your personal data, including phone book, text messages, emails etc. before updating.
● Some third-party apps that are not compatible with Android 8.0 may function incorrectly after the update. It is recommended that you update these apps to their latest versions in the Google Play Store.
● Before upgrading, please ensure there is sufficient storage space for the update package on either the microSD card or the internal storage prior to proceeding with the update. Free storage space can be checked under system settings -> storage.
● During downloading upgrade package, the operation of the device will not be impacted. Please note, upgrade procedure need have some minutes to let device reboot and flashing. During flashing, the device is not available to be used.
● If you encounter any problems during the update, please contact the customer service hotline or visit an authorized Huawei service center for assistance which you can find.
● Your home screen layout may be rearranged slightly.
● This system version can be rolled back to the official version of EMUI 5.0 in Phone Manager. Rolling back the system version will erase your personal data. For more information, please contact the customer service hotline.
Stock Boot file for BLN-L22C675 OREO.
Bro which oreo recovery that support mtp and access to OTG
rojanjoy01 said:
Bro which oreo recovery that support mtp and access to OTG
Click to expand...
Click to collapse
did you mean during TWRP or in general. Mine supports OTG by default all the time.
Which TWRP ar you using on oreo ?
sreekantt said:
Which TWRP ar you using on oreo ?
Click to expand...
Click to collapse
None. I flashed without it. same as given in guide. you may use this post update-
https://mega.nz/#!a81EDZAR!2-9yPFh3reghkGcfSl3nRIJhHGkP8fqDsgUG66ewjkk
amazing work Shashank...
shashank1320 said:
None. I flashed without it. same as given in guide. you may use this post update-
https://mega.nz/#!a81EDZAR!2-9yPFh3reghkGcfSl3nRIJhHGkP8fqDsgUG66ewjkk
Click to expand...
Click to collapse
Internal storage shows as 0Mb. If I format data, Rom won't boot. I had to flash back stock recovery to factory reset and make it boot.
Flashing TWRP again shows 0Mb. Looks like a decryption issue.
sreekantt said:
Internal storage shows as 0Mb. If I format data, Rom won't boot. I had to flash back stock recovery to factory reset and make it boot.
Flashing TWRP again shows 0Mb. Looks like a decryption issue.
Click to expand...
Click to collapse
May be TWRP is not compatible with Oreo yet. Have seen similar issues on V10. BTW given back the phone to bro and he left for Mumbai so I couldnt test and explore much but somehow I updated his phone to Oreo and then got VOLTE working as was struggling since long and even yesterday for around 8-10 hours.
Which stock recovery you used (extracted from update.zip or else)?
shashank1320 said:
did you mean during TWRP or in general. Mine supports OTG by default all the time.
Click to expand...
Click to collapse
which twrp u use ,plz give the link
bro viper4fx not working on oreo emui 8,plz help me for solving this
rojanjoy01 said:
which twrp u use ,plz give the link
bro viper4fx not working on oreo emui 8,plz help me for solving this
Click to expand...
Click to collapse
hwota will take care of twrp if you want twrp for oreo then flash twrp from elemental rom on development section.
don't flash viper or dolbyatmos they will corrupt system files and you have to install stock again via hwota8
rojanjoy01 said:
which twrp u use ,plz give the link
bro viper4fx not working on oreo emui 8,plz help me for solving this
Click to expand...
Click to collapse
These will evolve with time. we just got Oreo. may be some developer can port these. for TWRP, Ramesh answered your query above. I have not flash any TWRP or stock recovery. HWOTA Will do the needful and install TWRP during the process and flash the update.zips one by one without issue. Once all done, your phone will boot and you will have stock recovery.
Ramesh006 said:
hwota will take care of twrp if you want twrp for oreo then flash twrp from elemental rom on development section.
don't flash viper or dolbyatmos they will corrupt system files and you have to install stock again via hwota8
Click to expand...
Click to collapse
bro now i use elemental twrp which will not support mtp and tpg
---------- Post added at 02:12 PM ---------- Previous post was at 02:12 PM ----------
Ramesh006 said:
hwota will take care of twrp if you want twrp for oreo then flash twrp from elemental rom on development section.
don't flash viper or dolbyatmos they will corrupt system files and you have to install stock again via hwota8
Click to expand...
Click to collapse
bro now i use elemental twrp which will not support mtp and otg
shashank1320 said:
Hi Guys,
Some background-
In this guide, I will provide detailed instruction on how to update your Nougat BLN-L22C675 Indian version of Honor 6X to Oreo. Process is simple and you just need patience while updating and post updating I verified, Jio, Vodafone VOLTE working (seems iDEA would work but no 4G in Delhi/NCR).
Prerequisites-
Unlocked bootloader.
HiSuite backup/TWRP backup.
Downloads-
All the Oreo files (downloaded from Firmware finder or below URLs)- you need to put your device as BLN-L22HNC675 and it will show these files under B510 firmware version.
Main zip- http://update.hicloud.com:8180/TDS/data/files/p3/s15/G3196/g1699/v154301/f1/full/update.zip
Data File- http://update.hicloud.com:8180/TDS/...channel_in/update_full_BLN-L22_channel_in.zip
Public Zip- http://update.hicloud.com:8180/TDS/...01/f1/full/public/update_data_full_public.zip
HwOTA zip from https://mega.nz/#!CXRnEaAb!XYodFoS9CDqJkHx0Uv2fdFmzycCvTrexcvYzrwnjfGI given in thread Thanks to @vovan1982
If you have not unlocked your your bootloader, please do so. You can refer this guide if not aware of the method-
Unlocking the bootloader-
Backup all your data as unlocking the bootloader will reset the device and all your data will be erased.
On windows machine, go to folder C:\adb or wherever you installed the adb drivers.
Press shift+right click together and select Open command prompt here (it will be open PowerShell here on Windows 8 and Windows 10 machine)
Run - adb reboot bootloader (this command may prompt for acceptance of RSA key if not already accepted)
This will boot the phone into bootloader mode.
Run - fastboot oem unlock <16 digit unlock code- Put your actual code you obtained from Huawei site > (This step will unlock the bootloader and will erase all your data)
Phone will restart automatically.
Once you have unlocked the bootloader, download the Oreo firmware given above in download link.
Download the HWOTA_BLN_Eng.zip from the link given above.
Unzip the HWOTA_BLN_Eng.zip file and move the extracted content (HWOTA_BLN_Eng folder) to adb folder of your PC.
Copy the downloaded Oreo firmware to C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN\update\ folder.
Rename update_data_full_public.zip file to update_data_public.zip and update_full_BLN-L22_channel_in.zip to update_all_hw.zip, do not rename the update.zip.
Boot to bootloader or fastboot mode. Keep your phone connected with PC.
Go to C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN folder and run the update_eng.bat file and follow the on screen instructions.
The update_eng.bat will install the TWRP recovery and boot to TWRP (if not, you can remove USB and press power and volume up key and it will boot to TWRP, connect the USB again)
You will get prompt for update via SD card or script, select via script
You will get prompt for change region or change firmware, select change firmware.
It will automatically copy the content of C:\adb\HWOTA_BLN_Eng\HWOTA8_BLN\update, mainly those 3 zips and it will flash automatically.
You may see the update.zip file flashed as successful with no error but may see Error result [] for other 2 zips, dont worry that is expected.
Once flashed, it will automatically boot to Oreo without any issue and also it will ask if you want to relock your bootloader or keep this unlocked, this is your wish, I kept it unlocked and will be locked in future updates.
Your Nougat data may remain the same as it was in my case but I would advise to go with Hisuite backup and TWRP backup.
If phone unable to boot, flash the stock recovery and make factory reset and boot normally, it should boot fine. (haven't encountered this issue though)
I did factory reset after booting and verifying to system. Everything was working fine but still I did just to avoid any issue or lag (even though no lags were seen)
About Phone info and VOLTE for Jio and Vodafone. iDEA VOLTE would work as well but there is no 4G in NCR.
Enjoy Oreo.
Click to expand...
Click to collapse
Do not need to renam the firmware files. HwOTA will renam firmware files automatically.
vovan1982 said:
Do not need to renam the firmware files. HwOTA will renam firmware files automatically.
Click to expand...
Click to collapse
Cool. Was not aware of this. Coz with HurUpdate, got error that file doesn't exist so rename them their and thought that is applicable here as well. Thanks for correcting this.
@shashank1320
While unlocking bootloader I took the complete backup with Hisuite but after restoring it everything's there except my safe files.
I am unable to find any of those files(safe box) in file manager too.
Is there any way to recover those files?
Mr. Ajay said:
@shashank1320
While unlocking bootloader I took the complete backup with Hisuite but after restoring it everything's there except my safe files.
I am unable to find any of those files(safe box) in file manager too.
Is there any way to recover those files?
Click to expand...
Click to collapse
not sure how did you backup so cant comment bro. backup doesnt copy any folder.
rojanjoy01 said:
bro now i use elemental twrp which will not support mtp and tpg
---------- Post added at 02:12 PM ---------- Previous post was at 02:12 PM ----------
bro now i use elemental twrp which will not support mtp and otg
Click to expand...
Click to collapse
currently twrp not supporting mtp or otg only way is via sd card.
I saw a TWRP thread for another honor varient that supports mtp and adb push files.
Thank you very much for such a detailed guide.. successfully installed Oreo on my Device ?
Just wanted to mention that faced issue with existing process when it ask to boot in TWRP recovery... It was booting to stock recovery only. So disconnected mobile, switched on , flash TWRP seperately, directly booted to TWRP and connected again to the computer and continued process.
Thak you very much for detailed guide.
Cheers:good:

How to rollback from Android 10 to 9?

Hello people,
I wish to know step by step how to rollback my devices to Android 9 official version.
1. I know that my bootloader need to be unlocked (is it possible on Android 10)?
2. How to install the official rom and where to find?
3. Would it work like the official with locked bootloader?
Please share your experience since and the way did you done it ??? since Android 10 on my Mi A2 lite have been working very bad even though I have erased all data and reset it.
Appreciate any information, have a good day (stay safe)
I am also going to downgrade it but not getting the time
Try Xiaomi Flash Tool.
koska92 said:
Hello people,
I wish to know step by step how to rollback my devices to Android 9 official version.
1. I know that my bootloader need to be unlocked (is it possible on Android 10)?
2. How to install the official rom and where to find?
3. Would it work like the official with locked bootloader?
Please share your experience since and the way did you done it since Android 10 on my Mi A2 lite have been working very bad even though I have erased all data and reset it.
Appreciate any information, have a good day (stay safe)
Click to expand...
Click to collapse
1. Yes, all you have to do is unlock OEM in developer settings, then boot to fastboot by turning off your phone and pressing power and vol- buttons at the same time, then open up adb in cmd and write "fastboot oem unlock" (it will wipe your data, unless you're still holding vol- button)
2. You install it by simply downloading it and unpacking, then copying it's directory to adb and choosing which option would you like, I recommend flash_all.bat, full command should look similiar
D:\daisy\daisy_global_images_V11.0.7.0.QDLMIXM_10.0\flash_all.bat
You can get every single fastboot Image from here:
https://forum.xda-developers.com/mi-a2-lite/how-to/fastboot-xiaomi-mi-a2-fastboot-images-t3824871
3. Yes it will work like an official with locked bootloader, only diffirence is that it might not have apps like google play music, also with unlocked bootloader you will be able to use magisk and get for example
Google camera app
Here you can download ADB
https://developer.android.com/studio/releases/platform-tools
Personally I didn't had a single problem with flashing Android One through fastboot, and personally I prefer that way since xiaomi flash tools need a phone that's in edl mode which later on you have to exit manually on your own (at least in my case, maybe others don't have this problem)
Divolka said:
1. Yes, all you have to do is unlock OEM in developer settings, then boot to fastboot by turning off your phone and pressing power and vol- buttons at the same time, then open up adb in cmd and write "fastboot oem unlock" (it will wipe your data, unless you're still holding vol- button)
2. You install it by simply downloading it and unpacking, then copying it's directory to adb and choosing which option would you like, I recommend flash_all.bat, full command should look similiar
D:\daisy\daisy_global_images_V11.0.7.0.QDLMIXM_10.0\flash_all.bat
You can get every single fastboot Image from here:
https://forum.xda-developers.com/mi-a2-lite/how-to/fastboot-xiaomi-mi-a2-fastboot-images-t3824871
3. Yes it will work like an official with locked bootloader, only diffirence is that it might not have apps like google play music, also with unlocked bootloader you will be able to use magisk and get for example
Google camera app
Here you can download ADB
https://developer.android.com/studio/releases/platform-tools
Personally I didn't had a single problem with flashing Android One through fastboot, and personally I prefer that way since xiaomi flash tools need a phone that's in edl mode which later on you have to exit manually on your own (at least in my case, maybe others don't have this problem)
Click to expand...
Click to collapse
Thank you for your help I will try now to fix it up
UPDATE I would give you a guidance how I managed since I had an issue with miflash application (maybe I'm the only one )
If you are following my steps I'm NOT RESPONSIBLE for any damage that may occur during the process!!!
After a quite a while of time I managed to rollback to the Anroid 8.1.0 daisy ( here is the rom https://forum.xda-developers.com/mi-a2-lite/how-to/fastboot-xiaomi-mi-a2-fastboot-images-t3824871 ) .
As for beggining I had a problem with most newest MIFLASH tools, since it shows an error as soon you load application and all about certain "log" folder missing from the downloaded files.
The way to solve this issue after testing a program on multiple systems ( Win 7 & Win 10), I've resolved it in following steps (working on Win 10) :
1. Download and install MiFlash20160830 from https://www.xiaomiflash.com/download/ ( Don't forget to install ADB and drivers on your PC otherwise won't work
2. Extract and install to system
3. Run the program and connect the phone while in fastboot mode ( shut down phone, wait 10 seconds and then press volume down & power button, should see "FASTBOOT" and android avatar ) and press refresh on right top corner (On the MiFlash on PC).
4. Go to the installation files (C:\XiaoMi\XiaoMiFlash <- in my case) and copy the log file
5. Then install the newest MiFlash ( from the website https://www.xiaomiflash.com/downloads/ ) and extract it
6. Paste the log folder into the directory of newest MiFlash and run Miflash
7. Carefully browse and select the extracted rom folder, than select the folder and select "clean all and lock" (in right bottom corner)
8. Power off phone and go into the fastboot mode ( volume down & power )
9. Connect phone to the computer via USB and click refresh on Miflash (should recognize you phone)
10. Click flash and let it do the work (Don't disconnect don't interrupt )
11. When is done disconnect the phone and hold power button until phone reboots and you phone is ready! Enjoy
Sorry for being so descriptive it may help the noobs like me
Hi I'm currently using Android 9 and thinking of upgrading to 10. May I ask the reason why you want to go back to Android 9 ? So I'll see if I should actually go to android 10 haha
koska92 said:
UPDATE I would give you a guidance how I managed since I had an issue with miflash application (maybe I'm the only one )
If you are following my steps I'm NOT RESPONSIBLE for any damage that may occur during the process!!!
After a quite a while of time I managed to rollback to the Anroid 8.1.0 daisy ( here is the rom https://forum.xda-developers.com/mi-a2-lite/how-to/fastboot-xiaomi-mi-a2-fastboot-images-t3824871 ) .
As for beggining I had a problem with most newest MIFLASH tools, since it shows an error as soon you load application and all about certain "log" folder missing from the downloaded files.
The way to solve this issue after testing a program on multiple systems ( Win 7 & Win 10), I've resolved it in following steps (working on Win 10) :
1. Download and install MiFlash20160830 from https://www.xiaomiflash.com/download/ ( Don't forget to install ADB and drivers on your PC otherwise won't work
2. Extract and install to system
3. Run the program and connect the phone while in fastboot mode ( shut down phone, wait 10 seconds and then press volume down & power button, should see "FASTBOOT" and android avatar ) and press refresh on right top corner (On the MiFlash on PC).
4. Go to the installation files (C:\XiaoMi\XiaoMiFlash <- in my case) and copy the log file
5. Then install the newest MiFlash ( from the website https://www.xiaomiflash.com/downloads/ ) and extract it
6. Paste the log folder into the directory of newest MiFlash and run Miflash
7. Carefully browse and select the extracted rom folder, than select the folder and select "clean all and lock" (in right bottom corner)
8. Power off phone and go into the fastboot mode ( volume down & power )
9. Connect phone to the computer via USB and click refresh on Miflash (should recognize you phone)
10. Click flash and let it do the work (Don't disconnect don't interrupt )
11. When is done disconnect the phone and hold power button until phone reboots and you phone is ready! Enjoy
Sorry for being so descriptive it may help the noobs like me
Click to expand...
Click to collapse
Nice man!! I want to try it. Do you know if back to Android 8.1 can cause some security problems on Mi A2 Lite?
After the first update(8.1 to 9.0) a lots of problems comes. The first one: Call Recorders stop work!
Now I'm with the last Android 10 update, and my cell phone is a tash. I cant use it. Lot of bugs!
I need to change the android Version(back to 8.1), install a MIUI stock, or buy a new phone(I cant do it now!!). I think this is my first and my last Xiaomi Phone.
joeyvix said:
Nice man!! I want to try it. Do you know if back to Android 8.1 can cause some security problems on Mi A2 Lite?
After the first update(8.1 to 9.0) a lots of problems comes. The first one: Call Recorders stop work!
Now I'm with the last Android 10 update, and my cell phone is a tash. I cant use it. Lot of bugs!
I need to change the android Version(back to 8.1), install a MIUI stock, or buy a new phone(I cant do it now!!). I think this is my first and my last Xiaomi Phone.
Click to expand...
Click to collapse
When it comes to security, you would need to unlock bootloader ( which means that all of the warranty would be gone). On top of that you can install some custom roms that may have some potential malware so be careful.
Nevertheless when it comes to stock roms, I never had a problem when it comes to the security, it may show up some bugs from time to time, but otherwise should run as official version...
Well the phone is pretty much outdated so it's usual that some of them won't work properly.
Nevertheless in the past with Android One phones was more than smooth and buggless. Now we see that as soon as xiaomi start to release an update it seems like they don't want to invest time to pretest the phone on the new system. It seems like MIUI is their best option...
Hoshiiiii_ said:
Hi I'm currently using Android 9 and thinking of upgrading to 10. May I ask the reason why you want to go back to Android 9 ? So I'll see if I should actually go to android 10 haha
Click to expand...
Click to collapse
Well the reason is simple. After each update my phone was much more slower and buggy. On the Android 10 the ram management was awful (as soon as you go out of the application, system close it). A lot of bugs, slow.
I've tried to connect customer service, they replied me to reset the phone and try again, but most of the problems are the same.
I won't suggest you to update.
Search out the form there was a subject about Android 10 on Mi a2 lite...
koska92 said:
UPDATE I would give you a guidance how I managed since I had an issue with miflash application (maybe I'm the only one )
If you are following my steps I'm NOT RESPONSIBLE for any damage that may occur during the process!!!
After a quite a while of time I managed to rollback to the Anroid 8.1.0 daisy ( here is the rom https://forum.xda-developers.com/mi-a2-lite/how-to/fastboot-xiaomi-mi-a2-fastboot-images-t3824871 ) .
As for beggining I had a problem with most newest MIFLASH tools, since it shows an error as soon you load application and all about certain "log" folder missing from the downloaded files.
The way to solve this issue after testing a program on multiple systems ( Win 7 & Win 10), I've resolved it in following steps (working on Win 10) :
1. Download and install MiFlash20160830 from https://www.xiaomiflash.com/download/ ( Don't forget to install ADB and drivers on your PC otherwise won't work
2. Extract and install to system
3. Run the program and connect the phone while in fastboot mode ( shut down phone, wait 10 seconds and then press volume down & power button, should see "FASTBOOT" and android avatar ) and press refresh on right top corner (On the MiFlash on PC).
4. Go to the installation files (C:\XiaoMi\XiaoMiFlash <- in my case) and copy the log file
5. Then install the newest MiFlash ( from the website https://www.xiaomiflash.com/downloads/ ) and extract it
6. Paste the log folder into the directory of newest MiFlash and run Miflash
7. Carefully browse and select the extracted rom folder, than select the folder and select "clean all and lock" (in right bottom corner)
8. Power off phone and go into the fastboot mode ( volume down & power )
9. Connect phone to the computer via USB and click refresh on Miflash (should recognize you phone)
10. Click flash and let it do the work (Don't disconnect don't interrupt )
11. When is done disconnect the phone and hold power button until phone reboots and you phone is ready! Enjoy
Sorry for being so descriptive it may help the noobs like me
Click to expand...
Click to collapse
If you got an error saying log file error or something related to log then there is a simple solution. that is creating a folder named log inside the MIflash folder. 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"
}

[RECOVERY][OFFICIAL][3.6.1-x] TWRP for Galaxy Note 10/+/5G Exynos

{
"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"
}
Official TWRP 3.6.1-* For Galaxy Note 10/+/5G​Only for exynos variants - N970F / N975F / N976B (Europe - Global, Single/Dual-SIM), N971N, N976N (South Korea)
Disclaimer
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
Please do some research if you have any concerns about features included in this recovery before flashing it!
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Kernel Features:
latest kernel source release
disabled uh/defex/proca/knox/rkp/rooting protection/logging/audit/useless features
spoofed config for firmware checks
Recovery Features:
built in full 64 mode
toybox/busybox support
compatible with Android 10.0 and above
Downloads:
Note 10 - d1 - N970F
Note 10 5G - d1x - N971N
Note 10+ - d2s - N975F
Note 10+ 5G - d2x - N976B/N976N
avb disabled vbmeta
Instructions:
Odin (Windows)
Prerequisites: Samsung USB drivers, Odin v3.14.1
If you already have the bootloader unlocked you can skip to step 6.
Make sure OEM Unlock is ON in developer settings;
Turn off the phone;
Use vol up + vol down + usb cable plugged to a pc to start the phone in download mode;
Long press vol up then confirm you want to unlock bootloader (this is needed one time only);
* Please be aware all your data will be erased including internal storage and phone will reboot!!
Let the phone boot normally, pass the setup and connect to internet (wireless or mobile data) in order to unlock RMM;
Make sure OEM Unlock is ON in developer settings;
Turn off the phone;
Use vol up + vol down + usb cable plugged to a pc to start the phone in download mode, short press vol up to confirm you want to go to download mode;
* If by any chance you see RMM state=Prenormal or KG state=Prenormal, redo from step 5!
Download appropriate TWRP .tar file according to your device
Download avb disabled vbmeta .tar
Open Odin v3.14.1 and place the downloaded TWRP .tar file in AP tab, downloaded vbmeta .tar file in CP tab and click Start - once you press start grab the phone and press vol up + power to force it boot straight in TWRP after flashing
!! Only if coming from full stock firmware
In TWRP home screen press wipe - format data - yes
Download and flash multidisabler-samsung-3.* zip to disable security and encryption.
Heimdall (Linux)
Install heimdall & additional required packages:
Code:
sudo apt-get update
sudo apt-get install heimdall-flash android-tools-fastboot android-tools-adb libusb-0.1-4 libusb-1.0-0 libusb-1.0-0-dev
If you already have the bootloader unlocked you can skip to step 6.
Make sure OEM Unlock is ON in developer settings;
Turn off the phone;
Use vol up + vol down + usb cable plugged to a pc to start the phone in download mode;
Long press vol up then confirm you want to unlock bootloader (this is needed one time only);
* Please be aware all your data will be erased including internal storage and phone will reboot!!
Let the phone boot normally, pass the setup and connect to internet (wireless or mobile data) in order to unlock RMM;
Make sure OEM Unlock is ON in developer settings;
Turn off the phone;
Use vol up + vol down + usb cable plugged to a pc to start the phone in download mode, short press vol up to confirm you want to go to download mode;
* If by any chance you see RMM state=Prenormal or KG state=Prenormal, redo from step 5!
Download appropriate TWRP .img file according to your device
Download avb disabled vbmeta .img
Open your preferred terminal in linux and type (replace red lines with the path of downloaded img files):
Code:
sudo heimdall flash --RECOVERY /path/to/recovery.img --VBMETA /path/to/vbmeta.img
and press enter - once you press enter grab the phone and press vol up + power to force it boot straight in TWRP after flashing
!! Only if coming from full stock firmware
In TWRP home screen press wipe - format data - yes
Download and flash multidisabler-samsung-3.* zip to disable security and encryption.
TWRP
Download .img file for your device and install from your current TWRP with Install image - browse to image location and select - Recovery
dd (Requires root)
Download .img file for your device, place it in the root of your /sdcard folder, rename it to twrp.img then run the following commands via adb shell or a terminal emulator app:
Code:
su
dd if=/sdcard/twrp.img of=/dev/block/platform/13d60000.ufs/by-name/recovery
!! Only if coming from full stock (magisk patched) firmware
In TWRP home screen press wipe - format data - yes
Download and flash multidisabler-samsung-3.* zip to disable security and encryption.
Sources:
Device trees - d1 / d1x / d2s / d2x
Kernel - https://github.com/corsicanu/android_kernel_samsung_universal9820/tree/android-9.0
Recovery - https://github.com/omnirom/android_bootable_recovery
Credits:
TeamWin, geiti94, jesec, dyneteve, ianmacd, testers, donors and anyone else involved in making this possible
As always, if you like what i do, you can always send me some pizza/coffee/drugs/drinks or anything else via paypal.me/corsicanu
Compatibility and changelog:
07.03.2022 - TWRP 3.6.1
Security patch: 2022-02-01
Compatibility: only GVA*/GVB* firmwares, OneUI 4.0
Spoiler: Archive
09.01.2022 - android 12 support
Security patch: 2022-01-01
Compatibility: only GUL* firmwares, OneUI 4.0
08.01.2021 - android 11 support
Security patch: 2020-12-01
Compatibility: only ETL* firmwares, OneUI 3.0
27.12.2020 - TWRP 3.5.0 bringup - december release
Security patch: 2020-12-01
Compatibility: only DTK* and DTL* firmwares
09.12.2020 - december release
Security patch: 2020-12-01
Compatibility: only DTK* and DTL* firmwares
05.12.2020 - Initial release
Security patch: 2020-11-01
Compatibility: DTJ* firmwares
Misc links:
TeamWin official website
Telegram Support Group
Telegram Channel
Bootloaders / modems zips
Latest Magisk stable or canary
Further reading:
Full guide of how to unlock/root your device
Patch TWRP with Magisk
Use recovery to boot up rooted
Background on Android Verified Boot
Rollback protection
FAQ
Q: Can i use this recovery with other firmware then mentioned in compatibility?
A: Only with same Android version and only if you don't plan to boot rooted with TWRP (some kernels deliver root prebuilt in kernel), or Rollback protection will kick in and you won't be able to pass the lockscreen.
Q: Where do i get vbmeta.img?
A: From here, download the one you need according to install instructions.
Q: TWRP can't mount data partition, what to do?
A: Make sure you formatted data partition.
Q: Phone is not booting even after 20 minutes
A: Try to reboot. If still not booting, make sure you flashed multidisabler zip / formatted data partition.
Q: How to format data partition?
A:
Q: Phone is showing only Samsung logo
A: Try to reboot. If still not booting, consider installing an older TWRP build or a more recent firmware. If you still don't succeed, post here some details about your device and previous firmware and we might be able to help.
Q: Why do i need to format data partition?
A: Because old firmware encrypted your data partition and new rom can't decrypt and use that content / root needs access to data partition to place misc files / phone not booting after flashing root until data partition gets formatted.
official builds will be up in few hours
Nice, congrats!
Hi, i'm getting the Note 10 soon & remember when i've tested the S10 months ago that i had trouble with twrp encryption/decryption : can you confirm after wiping data that you can encrypt it (system) and twrp will be able to decrypt it after you enter your pattern..? Thanks.
Android 11 TWRP is up already for a while, in case you didn't notice it yet grab it from twrp.me.
Don't forget to use targeted TWRP for your android version and release, read more about compatibility in second post of this thread.
PS: N971N does not have a build compatible with OneUI 3.0 since no public release of that yet, it will be built once samsung starts pushing the update for that phone.
Regards!
corsicanu said:
Android 11 TWRP is up already for a while, in case you didn't notice it yet grab it from twrp.me.
Don't forget to use targeted TWRP for your android version and release, read more about compatibility in second post of this thread.
PS: N971N does not have a build compatible with OneUI 3.0 since no public release of that yet, it will be built once samsung starts pushing the update for that phone.
Regards!
Click to expand...
Click to collapse
is the latest TWRP 3.5.0_9-4-d1 compatible with the latest Samsung ROM update? Below are the details of the firmware update I'm referring to:
ModelSM-N970FModel nameGalaxy Note 10VersionAndroid 11Changelist21054212Build dateThu, 18 Feb 2021 05:15:51 +0000Security Patch Level2021-03-01Product codeXTCPDAN970FXXU6FUBDCSCN970FOXM6FUBD
Thanks in advance!
Edit: based on this article it's One UI 3.1
Hi,
Is this method works and safe for N971N?
Android 12
nilofino said:
Hi,
Is this method works and safe for N971N?
Android 12
Click to expand...
Click to collapse
Actually I tried and it works
Is it safe after installing TWRP to RE-LOCK the bootloader???
tried using with android 12 trough magisk and i got phone blocked on samsung logo, also i was unable to select storage on wipe menu, any insight?
nilofino said:
Actually I tried and it works
Click to expand...
Click to collapse
HOW?!
I have the same SM-N971N, but I Got the error of showing less storage than it has after flashing. Like, -192GB/60GB and in settings it shows 16GB, Constantly says the TA Downloader has stopped.
So it messed up totally in my case ; and i reverted back
So Help me how did you managed?!
Rafin Rahman said:
HOW?!
I have the same SM-N971N, but I Got the error of showing less storage than it has after flashing. Like, -192GB/60GB and in settings it shows 16GB, Constantly says the TA Downloader has stopped.
So it messed up totally in my case ; and i reverted back
So Help me how did you managed?!
Click to expand...
Click to collapse
Just follow the instructions!
It seems that you have selected "repartition" option (in odin options),
You can find the solution easly. Maybe installing the stock Rom helps, but plz search for the solution before doing any further actions
nilofino said:
Just follow the instructions!
It seems that you have selected "repartition" option (in odin options),
You can find the solution easly. Maybe installing the stock Rom helps, but plz search for the solution before doing any further actions
Click to expand...
Click to collapse
No to be honest, i never messed with that part lol
But if it really is how you say, then let me try this pain once again :")
nilofino said:
Just follow the instructions!
It seems that you have selected "repartition" option (in odin options),
You can find the solution easly. Maybe installing the stock Rom helps, but plz search for the solution before doing any further actions
Click to expand...
Click to collapse
can you help me finding the twrp flashable zip for N9710N?
I used the original one from official website
Rafin Rahman said:
can you help me finding the twrp flashable zip for N9710N?
Click to expand...
Click to collapse
nilofino said:
I used the original one from official website
Click to expand...
Click to collapse
OK I DID IT! But man, twrp got installed, but no magisk, nothing is installing/flashing via TWRP, idk whyy!! :")
Maybe its android 12 thats causing problem
It did successfully installed TWRP as Custom Recovery, but as for superuser, Im handcuffed now , Sed Lyf:")
Intento instalar Twrp junto con Vbmate en mi N971N y me tira este error y si solo instalo Twrp no pasa del logo de Samsung
Thank you for your hardwork!

[Fluid OS][Android 11] Guide to install Fluid OS on Huawei Honor 6X

POST - v3
(This number will increase every time the post is updated.)​What's new in v3?
Added procedure in a new spoiler to install the base EMUI 8 for hi6250 devices as using the EMUI 8 we get with our device is causing some errors and bugs. Thanks to @Kentoto2021 and @VarianWrynn for testing and reporting this problem.
Spoiler: Version Changelog
What's new in v2?
Updated the thread with newly found bugs in "What isn't working" section.
Made small changes to thread.
What's new in v1?
Took a lot of time to collect the infinity stones.
Took even longer to make Mr. Thanos snap this thread to existence.
What's new in v0?
LoL Who knows?
This ROM is none of my work. I just tested it and provided appropriate procedure and fixes to errors(Found nothing yet).
Thanks a ton to @Hami_Do for making this possible. Original Post : link.
Thanks to Huawei for making their phones nearly unbrickable .
Thanks again to Huawei for making more than one device with hi6250 chipset.
Thanks a lot to @Djiban for helping me and testing different procedures, fixes and ROMs.
Follow this thread only if you know what you're doing. I'm not responsibe for any damage or thermonuclear wars .
Read the post completely and understand it before doing anything ATLEAST FOR THE SAKE OF MANKIND .
This thread is best viewed in PC and is Noob Friendly.​
Spoiler: Requirements
Requirements:
Huawei Honor 6X (Unlocked Bootloader. If not, follow this post (using PotatoNV) or YouTube video.
EMUI 8 (If not, you could follow this guide, direct file : link).
GSI from link.
TWRP from attachments or link or any other TWRP recovery compatible with Honor 6X EMUI 8.
Gapps(Optional, I used pico OpenGapps).
stock recovery (available in attachments).
Time.
PC.
ADB and Fastboot.
Patience.
Human Brain.
ALL IN ONE GUIDE : Check it out here. It contains every thing in detail all the way from bricked device -> EMUI 2 -> EMUI 5 -> EMUI 8 -> AOSP 10. Thanks to @lmaohelp for his effort and describing everything in detail.
Useful Information :
What is OpenGapps? Check it out at OpenGapps.org!
What is ARM64? it is a 64 bit operating system/platform.
What isn't working :
Usb Notification (Options will be greyed out. To transfer files, go to Developer Options > Default USB configuration > set it to File Transfer).
Dual sim is buggy. Single sim works perfectly. Thanks to @Loopeez for reporting it.
What's Working :
Everything.
*Tell me if something isn't working.
***If you have a bricked device/messed up somewhere during the process and unable to figure out what to do, follow this guide by @lmaohelp .***
Spoiler: Installing base EMUI 8 for hi6250 devices.
This was already described in a separate thread which describes the process to get back to EMUI 8 from custom ROMs. You can find it here.
Just follow the procedure in that thread. You need not even flash the frp unlock thing. After that, follow the process described in this thread.
It's recommended to be on original EMUI 8 before installing base EMUI 8 for hi6250. Follow the process linked in requirements to install EMUI 8 first then follow this spoiler.
Procedure :
Make sure your device is running stock EMUI 8.
Extract downloaded image using some xz extractor(7zip can also do this), copy it to pc.
Reboot your device to TWRP.
Format the data partition {Wipe > Format data > type "yes"}
Flash fstab.hi6250b.zip from attachments
Check if your device is detected by adb using
Code:
adb devices
.
Move the img file using adb to device
Code:
adb push -p *img-name*.img /sdcard/
(the img file must be in adb directory).
(Optional, only if you want gapps) Move Gapps in the same manner
Code:
adb push -p *gapps-name*.zip /sdcard/
(the zip file must be in adb directory).
Install img as system image {Install > Install Image > Select > Choose system image > Swipe➡}.
(Optional, only if you want gapps) Unmount and Remount system partition as writable. Go to wipe > advanced wipe > Choose system > resize > Swipe➡.
Flash gapps.
Flash stock recovery. Push it with adb using
Code:
adb push -p stock_recovery_ramdisk.img /sdcard/
and flash it with twrp as "Recovery" after choosing install image.
Disconnect your device from PC and reboot to recovery(stock one).
Clear cache partition and perform a factory reset(You'll get an error during factory reset but you have to do it) (your device will bootloop if wiped with twrp itself).
Reboot, Cross your fingers and wait.
>Booting is quite different in android 11 ROMs on our device. You'll see the "Your device has been unlocked" screen for more time than usual. Then, you'll see the boot animation (for very short time on subsequent boots) and the device will boot to ROM. So, be patient. (This isn't the case with ROMs upto android 10)
>Face Unlock is working perfectly
Spoiler: Additionals
Additionals:
>Its better to charge your device to atleast 70% before doing anything as you'll have ample of time to recover it if you messed up something. If not, you can still charge your device in eRecovery mode and twrp but i found some issues like heating up and slow charging.
>Don't forget to set ringtone, notification and other sounds from settings after booting.
Spoiler: Updates
Updates :
Nothing yet...
Happy Flashing !
{
"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"
}
RESERVED​
Thx for keep looking for the best andorid 11 rom for Honor 6X. Installed it, no issue so far, testing it as a 2nd daily device. Let you know...
Below is my installation procedure using a microsdcard, quite the same as post #1 apart of that.
- on a micro SD card, download:
https://forum.xda-developers.com/attachments/twrp-img.5326857/
https://sourceforge.net/projects/darkjoker360-developements/files/Huawei/fstab.hi6250b.zip/download
https://forum.xda-developers.com/attachments/stock_recovery_ramdisk-img.5321325
FluidOS-1.1-Rum-R-Hi6250-emui8.img extracted with 7zip from https://mega.nz/#!jWQWEJ7Z!cd2S5oy2g8IdUuw5PfQEkSadslojBpFgB6ltUNOpc-w
OPTIONAL: pico gapps from https://sourceforge.net/projects/opengapps/files/arm64/test/20210110/
- insert the micro SD card in your usb debugging enabled Honor 6X (with EMUI 8 or custom rom installed over EMUI8), and connect it to a PC with adb & fastboot
- in adb, "adb reboot bootloader"
- in fastboot, "fastboot flash recovery_ramdisk TWRP.img"
- in fastboot, "fastboot reboot"
- after reboot completed, "adb reboot recovery"
- disconnect the honor 6x from the PC
- in TWRP recovery, Format the data partition {Wipe > Format data > type "yes"}
- in TWRP recovery, flash fstab.hi6250b.zip
- in TWRP Recovery, flash FluidOS-1.1-Rum-R-Hi6250-emui8.img {Install > Install Image > Select > Choose system image > Swipe}
- OPTIONNAL IF GAPPS WANTED: in TWRP recovery, Mount system partition (Mount > check system and unckeck read only OR reboot in recovery).And
resize system (Go to wipe > advanced wipe > Choose system > repair > resize). Then install open_gapps-arm64-11.0-pico-XXXXXXX.zip.
- in TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe}
- in TWRP recovery, reboot to recovery (even if TWRP says no OS installed)
- in Stock recovery, wipe cache and factory reset (error is normal)
- in Stock recovery, reboot and wait
Click to expand...
Click to collapse
Rom is very nice so far , no issue yet!!!!
Djiban said:
Rom is very nice so far , no issue yet!!!!
Click to expand...
Click to collapse
Same with me.
Hello, do you know how can I factory reset in the Huawei ERecovery step at the end ?
I try to do it so but it keep reboot my phone to TWRP recovery, it's like I can't wipe data/factory reset my phone from the stock recovery.
Maybe TWRP is bloking it ? Should I disable something in the TWRP settings ?
Between thanks for yours work !
Kentoto2021 said:
Hello, do you know how can I factory reset in the Huawei ERecovery step at the end ?
I try to do it so but it keep reboot my phone to TWRP recovery, it's like I can't wipe data/factory reset my phone from the stock recovery.
Maybe TWRP is bloking it ? Should I disable something in the TWRP settings ?
Between thanks for yours work !
Click to expand...
Click to collapse
Your mistake is that your using stock erecovery.
You have to use stock recovery. Meaning flashing the stock recovery provided in post 1 over the twrp recovery :
- in TWRP Recovery Flash STOCK_RECOVERY_RAMDISK.img {Install > Install Image > Select > Choose recovery image > Swipe}
- in TWRP recovery, reboot to recovery (even if TWRP says no OS installed)
- in Stock recovery, wipe cache and factory reset (error is normal)
- in Stock recovery, reboot and wait
Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Edit : no it's too painfull without google services haha
Kentoto2021 said:
Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Click to expand...
Click to collapse
Perform a factory reset after flashing gapps too.
Flashing gapps without factory reset crashed chromium based browsers on AOSP 10. This might not be the case with this rom but better do it.
Kentoto2021 said:
Yep thanks, I forget to choose Recovery when I flash the stock recovery ramdisk, so my twrp install it on the last choice that it's system image
To resolve my problem I reinstall my previous system (EMUI 8 for honor 6x) and this time I wipe the david cache, system, cache ... after format the data partition
And I didn't install any OpenGAPPS and it works fine !
A little empty, but I will try without Google services to see if it sweet to me, it saved a lot of battery so that's nice !
Again, I thank you all of you for your amazing work thank you very much my honor 6x can still live haha
Edit : no it's too painfull without google services haha
Click to expand...
Click to collapse
Android without Google services is more and more easy.
Aurora market is a good choice.
I have also some workaround for'GPS localisation and so....
Nevertheless, gapps working fine for me, no device lag cause of it ! All services active and working
Djiban said:
Nvertheless, gapps working fine for me, no device lag cause of it ! All services active and working
Click to expand...
Click to collapse
Same with me. And the power menu controls are just AWESOME.
Dang, I cannot go past installing Huawei USB COM driver to unlock my device (
jottect said:
Dang, I cannot go past installing Huawei USB COM driver to unlock my device (
Click to expand...
Click to collapse
? Didn't get you... Did you mean bootloader unlock? If yes, follow @lmaohelp 's guide mentioned in post 1. He described it very clearly.
Venkata Lochan Nune said:
? Didn't get you... Did you mean bootloader unlock? If yes, follow @lmaohelp 's guide mentioned in post 1. He described it very clearly.
Click to expand...
Click to collapse
Yes, it's clear, read the posts, watched YT video, but one of the steps is installing Huawei USB COM driver to replace the SER driver, and I already tried on 2 computers, Windows 10 (updated) fails to install that driver, and without it, PotatoNV won't 'see' the device.
Venkata Lochan Nune said:
Same with me. And the power menu controls are just AWESOME.
View attachment 5337621
Click to expand...
Click to collapse
Oooh how did you get that ?
I only have this :
Is it Gapps ? I use the nano one
Kentoto2021 said:
Is it Gapps ? I use the nano one
Click to expand...
Click to collapse
Nope, there's an app on play store called "power menu controls" download that. And the other, you could use Tasker(also an app from play store) to create your custom controls like the ones I did for screen rotation.
jottect said:
Yes, it's clear, read the posts, watched YT video, but one of the steps is installing Huawei USB COM driver to replace the SER driver, and I already tried on 2 computers, Windows 10 (updated) fails to install that driver, and without it, PotatoNV won't 'see' the device.
Click to expand...
Click to collapse
what's the procedure you followed to install drivers?
Unzip the attached file, and choose "DriverSetup.exe" and that's it. uninstall these drivers after installing the rom using "DriverUninstall.exe" for mtp to work. The process will ask for reboot in some language(i think Chinese) after uninstalling but it isn't needed.
*These are also the fastboot drivers(but the name in attachments is testpoint drivers).
Kentoto2021 said:
Edit : no it's too painfull without google services haha
Click to expand...
Click to collapse
Indeed! I once tried using AOSP 10 with floss services and without Google ones but yeah it didn't last even a day... lol I flashed gapps within 5 hrs.
Venkata Lochan Nune said:
what's the procedure you followed to install drivers?
Unzip the attached file, and choose "DriverSetup.exe" and that's it. uninstall these drivers after installing the rom using "DriverUninstall.exe" for mtp to work. The process will ask for reboot in some language(i think Chinese) after uninstalling but it isn't needed.
*These are also the fastboot drivers(but the name in attachments is testpoint drivers).
Click to expand...
Click to collapse
Thanks a million! It worked., I just unlocked the bootloader, I did not have these drivers.
Now onto next steps... may take a while, I'm old and slow
Well, did not go too far... when trying to flash twrp (as per this guide:
), I'm getting an error:
fastboot flash recovery_ramdisk twrp.img
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (24466 KB)...
OKAY [ 0.642s]
writing 'recovery_ramdisk'...
FAILED (remote: partition length get error)
finished.
Ideas?
P.S. I also tried
fastboot flash recovery twrp.img
target reported max download size of 471859200 bytes
sending 'recovery' (24466 KB)...
OKAY [ 0.642s]
writing 'recovery'...
FAILED (remote: image verification error)

Categories

Resources