- Search Results
Here is a simple Step By Step guide explaining How to Install TWRP Recovery on any Android device using Fastboot. There are many ways by which you can install TWRP on your phone or tablet out of which flashing the TWRP using fastboot is one such method.
If you are a beginner to these things like the TWRP or fastboot then I will tell you in simple words that the fasboot is a utility provided by Google to deal with fastboot ot bootloader mode on an Android device. Android has many partitions as a complete System, such as: Boot partition, Recovery partition, System partition, Cache partition, Userdata partition etc. Basically this fastboot mode is used to update these partitions manually. Here we are going to use fastboot to flash the TWRP Custom Recovery or install a GCam on an Android phone or tablet. Basically TWRP is a customized Android recovery available for many but not all Android devices.
DISCLAIMER:
Installing TWRP custom recovery may require your Android’s bootloader to be unlocked and may VOID your warranty and may delete all your data. Before proceeding further you may consider backup your all data. You are the only person doing changes to your phone and I cannot be held responsible for the mistakes done by you. Neither the developer nor we can be held responsible for any disaster that happens to your device.REQUIRED LINKS AND DOWNLOADS TO INSTALL TWRP ON ANDROID PHONE OR TABLET USING FASTBOOT:
- Unlocked bootloader on your Android. Here is a Bootloader unlock guide which may help for your device.
- ADB and Fastboot installed on your PC or MAC.
– 15 Seconds ADB Installer for Windows
– Minimal ADB and Fastboot for Windows
– ADB Fastboot Installation guide for Linux and MAC - TWRP image for your device.
- Enough battery backup. (More than 60% of battery charge will be good enough)
- A PC with USB driver installed for your Android.
HOW TO INSTALL TWRP RECOVERY ON ANDROID USING FASTBOOT:
- Download the TWRP recovery image to be installed on your Android. Make sure that the TWRP recovery is meant for your Android device ONLY.
- Enable USB Debugging under Developer Options. If you don’t know how to do this then here is How to Enable Developer Options and How to Enable USB Debugging under Developer Options.
- Install ADB and Fastboot utility on your PC or MAC. Follow the appropriate guide to install Fastboot according to the OS that you use:
15 Seconds ADB Installer or Minimal ADB and Fastboot for Windows
ADB Fastboot Installation guide for Linux and MAC. - Go to the directory where you have downloaded the TWRP image file and then open the command console or termianl on this directory on your PC. To open a command window on Windows OS in the current directory, press shift + Right Click anywhere on Windows explorer, or some folder. Then on the menu opened, just press the “w” key on the keyboard or select “Open command window here” to open a command window.
- Now connect your Android to the PC using a USB cable.
- Know if you have a A-only device or an AB device. Execute the following ADB command to know that:
getprop ro.build.ab_update
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]If the returned value is true then your phone is an AB device. If it is empty it is an A-only device.[/su_note] - Enter the following command on the command window opened:
adb reboot bootloader
to put your Android into bootloader mode where you can flash/install the TWRP recovery.
If your Android device asks permission such as “Allow USB debugging” then just tap on OK to proceed. - If you have an A-only device, then execute the following command on the console:
fastboot flash recovery twrp-3.0.x.x-xxx.img
If you have an AB device, then execute the following command:
fastboot flash boot twrp-3.0.x.x-xxx.img
If you have a Huawei phone running on an Android version > 8.0 (Oreo or later) then use the below command:
fastboot flash recovery_ramdisk twrp-3.0.x.x-xxx.img
While executing this command make sure to replace the twrp-3.0.x.x-xxx.img with the actual file name of the TWRP that you have downloaded for your Android phone.
- Wait for the TWRP to be flashed. Once it is done execute the following command:
fastboot reboot
on the command console and VOILA, your Android is now installed with TWRP recovery.
After executing all above steps in order, your Android will have the TWRP installed. If you want some more TWRP guides, like: how to wipe data or other partitions using TWRP or how to take backup using TWRP then the following links will help you:
– How to wipe Android partitions using TWRP
– How to take NANDROID backup using TWRPIf you have any concerns while installing TWRP on your Android then just login and reply back on this thread to get instant help.
Android Nougat 7.0 AOSP ROM for Moto X Play (lux) is now available through an unofficial AOSP ROM update and this is a guide which explains how to update Moto X Play (lux) to Android Nougat 7.0. Since the Android Nougat Source code release, till now we have many Android Nougat ROMs available for various devices and we also have a big list of Available CM14/CyanogenMod 14 Nougat 7.0 ROMs. This time the Nougat AOSP ROM for Moto X Play has arrived, which is brought to you by developer GtrCraft. If you like his work and want to help GtrCraft then here is the donation link: Donate to GtrCraft using this link.
DISCLAIMER:
Installing a custom ROM on a the Moto X Play requires a custom recovery to be installed, which may VOID your warranty and may delete all your data. Before proceeding further you may consider backup all data on the phone. You are the only person doing changes to your phone and I cannot be held responsible for the mistakes done by you.Status of Moto X Play (lux) Nougat 7.0 AOSP ROM:
WHAT’S WORKING:
– Network (Calls, SMS, Data)
– Wifi
– Bluetooth
– Camera
– Video playbackKNOWN ISSUES:
– Camcorder (Video quality only works at 720p)
– HDR (Works on Moto Camera)
– Permissive SELinuxREQUIRED DOWNLOADS AND LINKS TO UPDATE MOTO X PLAY NOUGAT 7.0 AOSP ROM:
- TWRP recovery download link for Moto X Play (lux) by vache.
– Follow this guide: How to Install TWRP on Moto X Play using Fastboot (This requires an unlocked bootloader).
- ROM Download link to Nougat 7.0 AOSP ROM for Moto X Play
- Google Apps download link for the Moto X Play Nougat 7.0 AOSP ROM
- Enable ROOT on Moto X Play Nougat 7.0 AOSP
HOW TO INSTALL/FLASH/UPDATE MOTO X PLAY NOUGAT 7.0 AOSP ROM (lux):
Follow this to update AOSP 7.0 Nougat ROM for Moto X Play for the first time or coming from another ROM:
Points to NOTE on BACKUP before updating:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.- Download the Moto X Play Nougat zip file and a suitable Nougat Gapps zip file from the above download link and copy both the files to phone.
- Boot into Recovery by one of the following method:
– Power off the phone and keep pressing key combinations while turning on your phone.
– If you have enabled USB debugging and you have ADB utility installed on your PC then you can execute the following command on a console or command prompt:adb reboot recovery
- Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition using the recovery.
– Here is a guide explaining how to wipe data using TWRP recovery.This will delete all your data on your phone. IGNORE IF YOU DON’T WANT TO OR IF YOU HAVE ALREADY DONE THIS. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM.
– How to backup all data on your Android Device.
– how to take NANDROID backup using TWRP recovery. - First flash the Moto X Play AOSP Nougat ZIP from device. DO NOT REBOOT YET.
– Here is a post explaining how to flash a custom ROM using TWRP recovery. - Now flash the Google Apps package.
– Here is a post explaining how to flash Nougat GApps using TWRP recovery. - Reboot the phone and enjoy AOSP Nougat for Moto X Play.
Upgrading from earlier version of AOSP Nougat 7.0 ROM for Moto X Play:
- Copy the latest Moto X Play Nougat 7.0 AOSP ROM ZIP file to your phone.
- Boot into Recovery.
- Flash the latest Nougat AOSP ROM ZIP from your phone and wait till it finishes flashing.
– Here is a post explaining how to flash a custom ROM using TWRP recovery. - Then flash the Nougat Google Apps package using the TWRP or custom recovery.
– Here is a post explaining how to flash Nougat GApps using TWRP recovery. - Reboot and Enjoy
Reboot to system after flashing is done completely. Do the required initial setup and enjoy the Nougat ROM for Moto X Play. If you face any problem following this guide or post installation then just login and leave a comment to get an instant reply from us.
To root this Moto X Play Nougat 7.0 AOSP ROM, download the SuperSU package and follow the link there to install it and then Profit !!!
Stay tuned or Subscribe to the Moto X Play (lux) forum For other Android Nougat ROMs, CyanogenMod 14 ROMs, other ROMs and all other device specific topics.Development thread of Moto X Play (lux) Nougat 7.0 AOSP ROM is here.
Here comes the Nougat 7.1 ROM for LG G5 T-Mobile CyanogenMod 14/14.1 (CM14/14.1). For latest updates, stay tuned to the Lineage OS device list page. This Nougat 7.1 has come for LG G5 T-Mobile via CyanogenMod 14/14.1 ROM. Since Google released Android Nougat Source code, we have a big list of officially supported CM14.1 and we also have update many Android NOUGAT AOSP ROMs and also many CyanogenMod 14/14.1 ROMs updated and many are yet to come. This LG G5 T-Mobile for CyanogenMod 14/14.1 is brought to you by developer King_lilrowrow another build from ZION959 and one more build from sportsstar89. If you like this ROM and want the developers to keep up this good work then consider donating them. Donate king_lilrowrow via PayPal using this link and Donate ZION959 via PayPal using this link.
DISCLAIMER:
THIS IS STILL AN EARLY BUILD AND CONTAINS BUGS. Installing custom ROM requires a custom recovery to be installed on your device, which may VOID your warranty and may delete all your data. Before proceeding further you may consider backup your all data. You are the only person doing changes to your phone and neither the developer(s) nor we can be held responsible for the mistakes done by you.Status of LG G5 T-MOBILE CM14/14.1 (CyanogenMod 14/14.1 ) Nougat 7.1 ROM:
WHAT’S WORKING:
– Almost everything for king_lilrowrow’s buildKNOWN ISSUES:
– Not knownREQUIRED LINKS AND FILES FOR LG G5 T-MOBILE CM14/14.1 (CYANOGENMOD 14/14.1, NOUGAT) CUSTOM ROM:
- TWRP download link for LG G5 T-Mobile (h830)
– Here is How to Install TWRP through fastboot (this guide requires unlocked bootloader).
- Download link to king_lilrowrow’s LG G5 T-Mobile CM14/14.1 ROM (h830) [DOWNLOAD THE LATEST BUILD]
- Download link to ZION959’s LG G5 T-Mobile CM14/14.1 ROM (h830)
- Download link to Sportsstar89’s LG G5 T-Mobile CM14/14.1 ROM (h830)
- Nougat GApps download link for LG G5 T-Mobile CM14/14.1 ROM
Root binary is inbuilt since CyanogenMod 12, so you don’t need a separate SuperSu package to install to gain ROOT access. Here is How to Enable ROOT on CM14/14.1 (CyanogenMod 14/14.1)
HOW TO INSTALL/DOWNLOAD/FLASH/UPDATE LG G5 T-MOBILE (h830) CM14/14.1 (CYANOGENMOD 14/14.1) NOUGAT CUSTOM ROM:
Follow this if you are flashing CyanogenMod 14/14.1 for LG G5 T-Mobile for the first time, or coming from another ROM:
This will delete all your data on your phone. You may consider backing up your phone data or take a nandroid backup. Here is how to take NANDROID backup using TWRP recovery.
Points to NOTE:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.- Download and Copy the GApps and LG G5 T-Mobile CyanogenMod 14/14.1 ROM ZIP to your phone.
- Boot into Recovery. Make sure to have a Custom recovery like CWM or TWRP or any other custom recovery. If not then follow the Custom Recovery Installation Guide for LG G5 T-Mobile (it’s a generic guide which will work for TWRP as well as CWM recovery)
- Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition.
– Here is a guide explaining how to wipe data using TWRP recovery.This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– How to backup all data on your Android Device
– how to take NANDROID backup using TWRP recovery - First flash the CM14/14.1 ROM ZIP from device. Then flash the GApps zip from your device memory.
– Here is a post explaining how to flash a custom ROM using TWRP recovery. - Then reboot into recovery (don’t skip this) and flash the CM14/14.1 Nougat Google Apps package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy the CyanogenMod 14/14.1 Nougat ROM on LG G5 T-Mobile (h830).
Upgrading from earlier version of CyanogenMod 14/14.1 for LG G5 T-Mobile (h830):
- Copy the latest LG G5 T-Mobile CyanogenMod 14/14.1 ROM ZIP file to your phone.
- Boot into Recovery.
- Flash the latest CM ROM ZIP from your phone.
– Here is a post explaining how to flash a custom ROM using TWRP recovery. - Then flash the CM14/14.1 Nougat Google Apps package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy
Complete the initial setup and enjoy Android Nougat 7.1.0 with CyanogenMod 14/14.1 for LG G5 T-Mobile (h830). After this CM14/14.1 installation you may want to enable ROOT access on your phone and here is how you can do that:
How to Enable ROOT on CM14/14.1 (CyanogenMod 14/14.1).Stay tuned or Subscribe to the LG G5 T-Mobile (h830) forum For other Android Nougat ROMs, CyanogenMod 14 ROMs, other ROMs and all other device specific topics.Dev thread for the LG G5 T-Mobile CM14.1 by king_lilrowrow is here.
Android Nougat 7.1 ROM, LineageOS 14.1 for Galaxy NOTE Edge has now arrived via an UNOFFICIAL build. If you want some more LineageOS ROMs for other devices then stay tuned to the LineageOS 14.1 page or the latest LineageOS 15 list of supported devices. This Galaxy NOTE Edge LineageOS 14.1 is brought to you by xNNism and the TWRP for Note Edge is by micky387.
DONATION TO DEVELOPER(S):
If you like the ROM or the TWRP recovery brought to you by these developer(s) then consider donation to them. Believe me it motivates and it matters too.
– donation to micky387DISCLAIMER:
THIS IS AN INITIAL BUILD WHICH MAY NOT BOOT AT ALL. EVEN IF IT BOOTS, IT MIGHT NOT BE USEFUL AS A DAILY DRIVER. HAVE A BACKUP BEFORE FLASHING THIS AND TRY AT YOUR OWN RISK. Installing a custom ROM on a Galaxy NOTE Edge (tbltexx) may require the bootloader to be unlocked, which may VOID your warranty and may delete all your data. Before proceeding further you may consider a complete backup. You are the only person making changes to your phone and I cannot be held responsible for the mistakes done by YOU.Status of LineageOS 14.1 for Galaxy NOTE Edge (tbltexx) Nougat 7.1 ROM:
WHAT’S WORKING:
– Not KnownKNOWN ISSUES:
– Not KnownREQUIRED LINKS AND FILES FOR LineageOS 14.1 for Galaxy NOTE Edge NOUGAT 7.1 BASED CUSTOM ROM:
- Latest available stock FW and baseband
- TWRP link for Galaxy NOTE Edge (by micky387)
– Here is: how to install TWRP for Samsung Galaxy NOTE Edge (This guide is only for .tar or .tar.md5 TWRP file)
– To flash .img file you can follow this TWRP update guide using fastboot or you can use Flashify to update the .img TWRP. [YOUR DEVICE MIGHT NEED TO BE BOOTLOADER UNLOCKED IF YOU ARE FOLLOWING THIS] - Galaxy NOTE Edge LineageOS 14.1 (by TeamButter) ROM download link [UNOFFICIAL]
- Lineage 14.1 GApps download for Galaxy NOTE Edge LineageOS 14.1 Nougat 7.1 ROM
- Google Assistant for LineageOS [OPTIONAL]
– Use the following guide: installing a flashable zip
Root binary is NOT inbuilt in LineageOS 14.1, so you may need a separate SuperSu package or LineageOS su binary to install to gain ROOT access. Here is LineageOS ROOT method
If there is no in-built ROOT or it does not work for some reason then you can try SuperSU ROOT guide to gain ROOT access.HOW TO INSTALL/DOWNLOAD/FLASH/UPDATE Galaxy NOTE Edge LineageOS 14.1 NOUGAT CUSTOM ROM:
Follow this if you are flashing LineageOS 14.1 for Galaxy NOTE Edge (tbltexx) for the first time, or coming from another ROM:
Points to NOTE:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.- Download and Copy the GApps and LineageOS 14.1 for Galaxy NOTE Edge ROM ZIP to your phone.
- Boot into Recovery. Make sure to have a Custom recovery like CWM or TWRP or any other custom recovery. If not then follow the Recovery Installation Guide for Samsung phones to flash a custom recovery on the Galaxy NOTE Edge (tbltexx). (it’s a generic guide which will work for TWRP as well as CWM recovery or any other recovery)
- Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition.
– Here is a guide explaining Erasing data using TWRP recovery.This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– backup data on Android
– TWRP NANDROID Backup guide - First flash the Galaxy NOTE Edge LineageOS 14.1 ROM ZIP from device. Then flash the GApps zip from your device memory.
– Here is a post explaining how to install LineageOS. - DO NOT REBOOT yet. Then flash the LineageOS 14.1 GApps package.
– Here is a post explaining how to install LineageOS 14.1 GApps. - Reboot and Enjoy the Nougat 7.1 LineageOS 14.1 ROM for Galaxy NOTE Edge (tbltexx).
Upgrading from earlier version of Galaxy NOTE Edge LineageOS 14.1 (tbltexx):
- Copy the latest LineageOS 14.1 for Galaxy NOTE Edge ROM ZIP file to your phone.
- Boot into Recovery.
- Flash the latest LineageOS ROM ZIP from your phone.
– Here is a post explaining how to update LineageOS. - Then flash the LineageOS 14.1 GApps package.
– Here is a post explaining how to flash GApps. - Reboot and Enjoy
Complete the initial setup and enjoy Android Nougat 7.1 with LineageOS 14.1 for Galaxy NOTE Edge (tbltexx). After the installation of Galaxy NOTE Edge LineageOS 14.1 ROM (tbltexx) you may want to enable ROOT access on your phone and here is how you can do that:
LineageOS 14.1 Rooting guide.Stay tuned or Subscribe to the Galaxy NOTE Edge (tbltexx) forum For other Android Nougat ROMs, LineageOS 14.1 ROMs, other ROMs and all other device specific topics.If you want to install LineageOS or TWRP or root your Mi Note 10 you need to unlock the bootloader of your phone. In this post I am presenting a step-by-step guide to unlock bootloader of Mi Note 10.
[su_note note_color=”#F9D9D9″ text_color=”#AA4343″ radius=”3″ class=”” id=””]
DISCLAMER:
Unlocking the bootloader may void the warranty of your device and erase all user data. So, make sure that you are out of the warranty period or you are sure about what you are doing with your device.Also, make sure to backup all important data out of the phone.
[/su_note]What is a Bootloader and why is it locked?
In computing, the startup process of a device is called as boot-up. During this boot-up process, the device is unusable by the user till it boots-up completely.
A boot-loader is a piece of software that loads other software(s) during the boot-up process. In Android this bootloader is locked to make sure no-one can alter what is being loaded by this bootloader.
Usually a user can install a software only after the boot process is complete and when the device is ready to use. So, basically the bootloader software is not something that is meant for the user but to run the device. If not secured, the user may alter the boot-up process leaving the device unusable.
Locking the bootloader ensures that the software integrity of the phone is trusted, meaning it has not been modified from the stock and hence used to provide or discard warranty etc.
Before Unlocking the Bootloader on Mi Note 10
Once you understand what is the bootloader and want to unlock it on your Mi Note 10 then below are the few things that you need to do first.
- 30% or more battery charge (just to be on the safe side)
- Register for Mi Account (you might have already done it on your phone or you can do it now)
- A Windows PC with internet connection
- Download the MiFlash Unlock Tool (only available for Windows)
Now, How to Unlock bootloader of Mi Note 10?
- First enable Developer Options on your phone which is hidden.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > About Phone > Tap 7-8 times on MIUI Version to unlock the developer options.[/su_note] - Then enable the OEM unlocking and USB debugging options which are inside Developer Options settings.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > Additional Settings > Developer Options scroll down a bit and first enable OEM Unlocking and then scroll a little bit down and enable USB Debugging[/su_note] - Add your Mi Note 10 to the Mi Unlock Status
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > Additional Settings > Developer Options > Mi Unlock status and add your Mi account to your Mi Note 10[/su_note]The Unlock status page will look like the below image when locked and when unlocked –
- Now unzip the MiFlash Unlock tool zip file that you have downloaded earlier (if not download it now and unzip) and run the MiUsbDriver.exe file to install the USB driver required for your Mi Note 10 bootloader unlock.
- Then from the same folder run the miflash_unlock.exe program.[su_note note_color=”#FBF4DD” text_color=”#A38C68″ radius=”3″ class=”” id=””]Read the disclaimer carefully and Agree to the terms and condition to proceed.[/su_note]
- Then sign-in to the Mi account.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Enter your registered mobile phone number and then click on the Get verification code button to get a verification code.
– Enter the verification code and then click on the Sign in/Sign up button.[/su_note][su_note note_color=”#FBF4DD” text_color=”#A38C68″ radius=”3″ class=”” id=””]There are only 3 attempts allowed in 24 hours of time. So, be careful while using this.[/su_note] - The tool will verify for the permissions on your Mi account and take you to the next screen where it will ask you to connect the phone to the PC.
- Boot the phone into Fastboot mode and then connect to the PC using a USB cable.[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Here the phone must be in Fastboot mode or otherwise known as bootloader mode.
To boot into the fastboot mode first power off the Mi Note 10 and then press and hold Volume Down and Power button together till you see the fastboot screen on the phone.[/su_note] - Once connected the Unlock button on the application will be activated. Click on the Unlock button to start the bootloader unlock process of your Mi Note 10.
The software application may take a while to unlock the bootloader on your Mi Note 10. If done correctly then your phone will have an unlocked bootloader after few seconds.
Troubleshooting, if Failed to unlock Bootloader on Mi Note 10
Sometimes the MiFlash Unlock tool shows a failed message only at 99% of processing. or if the tool is not able to detect your phone at all etc. Following could be the reasons to looks at –
- See if you have installed the USB drivers correctly and it does show in the device manager of Windows OS when you connect the phone in fastboot mode
- or See if you have put your phone in Fastboot mode or not while connecting to the PC
- Verify if you have enabled USB debugging and OEM unlock and linked your phone to Mi Unlock status
- Verify if your account has unlock permissions.
- If everything is alright but still it fails, then contact the Xiaomi support team or you can use their forum to seek support on your case.
Well, that’s all on how to unlock bootloader on Mi Note 10. If you face any kind of issue while following this guide, then just leave a reply here to get a response back.
Was this guide useful? You can always subscribe to the Mi Note 10 forum to get more about the device specific topics.Android 10 based Bliss ROM 12.x for OnePlus 7 Pro is now available to download. This Bliss ROM Android 10 build for OnePlus 7 Pro is brought to you by Team Bliss.
[su_note note_color=”#D8F1C6″ text_color=”#769958″ radius=”3″ class=”” id=””]Android 11 is released and here is the LineageOS 18 for OnePlus 7 Pro which is an Android 11 custom ROM. For other latest updates you can also visit this Android 11 download page.[/su_note]
Other Downloads for OnePlus 7 Pro
Following are some of the other custom ROMs based on Android 10 for OnePlus 7 Pro:
– LineageOS 17.1 for all available devices
– Android 10 download for all available devicesDONATION TO DEVELOPER(S)/PROJECT:
If you like this ROM then do consider for a contribution to Bliss ROMs team:
– Donate to Team Bliss[su_note note_color=”#F9D9D9″ text_color=”#AA4343″ radius=”3″ class=”” id=””]This is a custom ROM for OnePlus 7 Pro which may have many bugs. This firmware has to be installed using a custom recovery such as TWRP, which requires an unlocked bootloader on the phone.
Make sure you BACKUP all the data and all the partitions of your phone before installing this Bliss ROM.You are the only person making changes to your phone and I cannot be held responsible for anything wrong done by you.[/su_note]
About Bliss ROM v12 based on Android 10:
Bliss ROM is an AOSP based Rom which provides Theming options, customization, better battery life, regular security merges etc. This is a non-profitable project founded and run by jackeagle and many others in the team.
The Bliss ROM version v12.x is based on the recently released Android 10, which is the latest Android to date.
Status of this OnePlus 7 Pro Bliss ROM Android 10:
WHAT’S WORKING:
– Almost everythingKNOWN ISSUES:
– Nothing reported yetWhere to Download Bliss ROM 12.x Android 10 for OnePlus 7 Pro?
- Bliss ROM Android 10 Download for OnePlus 7 Pro
- TWRP for OnePlus 7 Pro
- How to install TWRP recovery
- Bootloader unlock guide – required to install TWRP recovery
- Android 10 GApps
How to Install Bliss ROM 12 on OnePlus 7 Pro?
[su_note note_color=”#D8F1C6″ text_color=”#769958″ radius=”3″ class=”” id=””]
Following are the two sub-sections of this OnePlus 7 Pro Android 10 update guide:- First time installation of Bliss ROM Android 10 on OnePlus 7 Pro
- Upgrading Bliss ROM Android 10 build on OnePlus 7 Pro from a previous build of the same ROM
[/su_note]
Installing Bliss ROM Android 10 for the first time:
[su_note note_color=”#D8F1C6″ text_color=”#769958″ radius=”3″ class=”” id=””]This upgrade process requires few guides to be followed and few files to be downloaded. Everything referred in the below guide is provided in the above downloads section.[/su_note]
- Download and Copy the Bliss ROM 12 Android 10 zip file for OnePlus 7 Pro and the Android 10 Gapps zip file to your phone.
- Boot into the TWRP Recovery (with SAR support) to install Bliss ROM Android 10 on OnePlus 7 Pro.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Make sure to have a Custom recovery like a TWRP recovery or any other custom recovery.
– If not then download the TWRP recovery from Downloads link and follow the how to install TWRP recovery guide (it’s a generic guide which will work for TWRP as well as any other recovery)[/su_note] - Wipe system, data, and cache partition.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Here is a guide explaining how to wipe using TWRP recovery.[/su_note]
[su_note note_color=”#FBF4DD” text_color=”#A38C68″ radius=”3″ class=”” id=””]This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– Backup data on Android
– NANDROID backup on TWRP recovery[/su_note] - Install the Bliss ROM zip file that you have copied into the phone.
- Then flash the Android 10 Gapps zip file.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Here is a post explaining how to install GApps using TWRP recovery.[/su_note] - Reboot and Enjoy Android 10 with Bliss ROM, on your OnePlus 7 Pro.
Upgrade Bliss ROM Android 10 on OnePlus 7 Pro:
- Copy the latest Bliss ROM Android 10 zip file for your device
- Boot into TWRP recovery
- Wipe the system partition from the custom recovery menu.
- Install the latest Bliss ROM zip file.
- Reboot and see you have the GApps and ROOT access or NOT (if you installed previously).
[su_note note_color=”#D8F1C6″ text_color=”#769958″ radius=”3″ class=”” id=””]- Gapps is built in such a way that it will sustain across ROM updates.[/su_note] - If you don’t have GApps after upgrading the Android 10 on the phone, then flash the GApps again.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Here is a post explaining how to flash GApps using TWRP recovery.[/su_note] - If you don’t have ROOT after upgrading the Bliss ROM Android 10 on your phone, then flash the Magisk Installer zip file.
- Once everything is done, reboot and Enjoy the Android 10 Bliss ROM on OnePlus 7 Pro.
How to Get GCam for Bliss ROM Android 10 OnePlus 7 Pro?
You can visit the following link to download a compatible GCam for OnePlus 7 Pro that may work on this Bliss ROM Android 10 build.
If that does not work, you can always look into the big list of Google Camera APK download page to get a compatible GCam for your phone.
Stay tuned or Subscribe to the OnePlus 7 Pro (guacamole) forum For other Android Pie, Android Oreo ROMs, Nougat ROMs, or other ROMs and all other device specific topics.In order to install LineageOS or TWRP or root your Redmi Note 7 Pro you need to unlock the bootloader of your phone. In this post I am presenting a step-by-step guide to unlock bootloader of Redmi Note 7 Pro.
[caption id="attachment_113587" align="aligncenter" width="775"] unlock bootloader redmi note 7 pro[/caption]
[su_note note_color=”#F9D9D9″ text_color=”#AA4343″ radius=”3″ class=”” id=””]
DISCLAMER:
Unlocking the bootloader may void the warranty of your device and erase all user data. So, make sure that you are out of the warranty period or you are sure about what you are doing with your device.Also, make sure to backup all important data out of the phone.
[/su_note]What is a Bootloader and why is it locked?
In computing, the startup process of a device is called as boot-up. During this boot-up process, the device is unusable by the user till it boots-up completely.
A boot-loader is a piece of software that loads other software(s) during the boot-up process. In Android, this bootloader is locked to make sure no-one can alter what is being loaded by this bootloader.
Usually, a user can install software only after the boot process is complete and when the device is ready to use. So, basically the bootloader software is not something that is meant for the user but to run the device. If not secured, the user may alter the boot-up process leaving the device unusable.
Locking the bootloader ensures that the software integrity of the phone is trusted, meaning it has not been modified from the stock and hence used to provide or discard warranty etc.
Before Unlocking the Bootloader on Redmi Note 7 Pro
Once you understand what is the bootloader and want to unlock it on your Redmi Note 7 Pro then below are the few things that you need to do first.
- 30% or more battery charge (just to be on the safe side)
- Register for Mi Account (you might have already done it on your phone or you can do it now)
- A Windows PC with internet connection
- Download the MiFlash Unlock Tool (only available for Windows)
Now, How to Unlock bootloader of Redmi Note 7 Pro?
- First enable Developer Options on your phone which is hidden.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > About Phone > Tap 7-8 times on MIUI Version to unlock the developer options.[/su_note] - Then enable the OEM unlocking and USB debugging options which are inside Developer Options settings.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > Additional Settings > Developer Options scroll down a bit and first enable OEM Unlocking and then scroll a little bit down and enable USB Debugging[/su_note] - Add your Redmi Note 7 Pro to the Mi Unlock Status
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Go to Settings > Additional Settings > Developer Options > Mi Unlock status and add this phone to the Mi account on your phone.
– Make sure you use the same phone number that you are using on the phone.[/su_note]The Unlock status page will look like the below image when locked and when unlocked –
- Now unzip the the MiFlash Unlock tool zip file that you have downloaded earlier (if not download it now and unzip) and run the MiUsbDriver.exe file to install the USB driver required for your Redmi Note 7 Pro bootloader unlock.
- Then from the same folder run the miflash_unlock.exe program.[su_note note_color=”#FBF4DD” text_color=”#A38C68″ radius=”3″ class=”” id=””]Read the disclaimer carefully and Agree to the terms and condition to proceed.[/su_note]
- Then sign-in to the Mi account.
[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]- Enter the mobile number (that is used to register the Xiaomi account on your phone) and then click on the Get verification code button to get a verification code.
– Enter the verification code and then click on the Sign in/Sign up button.[/su_note][su_note note_color=”#FBF4DD” text_color=”#A38C68″ radius=”3″ class=”” id=””]There are only 3 attempts allowed in 24 hours of time. So, be careful while using this.[/su_note] - The tool will verify for the permissions on your Mi account and take you to the next screen where it will ask you to connect the phone to the PC.
- Boot the phone into Fastboot mode and then connect to the PC using a USB cable.[su_note note_color=”#D7E3F4″ text_color=”#728095″ radius=”3″ class=”” id=””]Here the phone must be in Fastboot mode or otherwise known as bootloader mode.
To boot into the fastboot mode first power off the Redmi Note 7 Pro and then press and hold Volume Down and Power button together till you see the fastboot screen on the phone.[/su_note] - Once connected the Unlock button on the application will be activated. Click on the Unlock button to start the bootloader unlock process of your Redmi Note 7 Pro.
The software application may take a while to unlock the bootloader on your Redmi Note 7 Pro. If done correctly then your phone will have an unlocked bootloader after few seconds.
Troubleshooting, if Failed to unlock Bootloader on Redmi Note 7 Pro
Sometimes the MiFlash Unlock tool shows a failed message only at 99% of processing. or if the tool is not able to detect your phone at all etc. Following could be the reasons to looks at –
- See if you have installed the USB drivers correctly and it does show in the device manager of Windows OS when you connect the phone in fastboot mode
- or See if you have put your phone in Fastboot mode or not while connecting to the PC
- Verify if you have enabled USB debugging and OEM unlock and linked your phone to Mi Unlock status
- Verify if your account has unlock permissions.
- If everything is alright but still it fails, then contact the Xiaomi support team or you can use their forum to seek support on your case.
Well, that’s all on how to unlock bootloader on Redmi Note 7 Pro. If you face any kind of issue while following this guide, then just leave a reply here to get a response back.
Like it? You can always subscribe to the Redmi Note 7 Pro (violet) forum to get more on the device specific topics.Android Oreo 8.0 ROM, LineageOS 15 for Mi Mix has now arrived via a development build. If you want the OFFICIAL LineageOS update or some more Android Oreo ROMs then stay tuned to the Lineage 15 ROMs page or the AOSP Oreo ROMs devices list page. This LineageOS 15 for Mi Mix is brought to you by Nazmul hasan.
DONATION TO DEVELOPER:
– No donation link found for Nazmul hasan.
DISCLAIMER:
THIS IS AN INITIAL BUILD WHICH MAY NOT BOOT AT ALL. HAVE A BACKUP BEFORE FLASHING THIS AND TRY AT YOUR OWN RISK. Installing a custom ROM on a Mi Mix (lithium) requires an unlocked bootloader on Mi Mix (lithium) phone, which may VOID your warranty and may delete all your data. Before proceeding further you may consider backup all data on the phone. You are the only person doing changes to your phone and I cannot be held responsible for the mistakes done by you.Status of LineageOS 15 for Mi Mix Oreo 8 ROM:
WHAT’S WORKING:
– UnknownKNOWN ISSUES:
– UnknownREQUIRED LINKS AND FILES FOR LineageOS 15 for Mi Mix OREO CUSTOM ROM:
- TWRP recovery download for Mi Mix (lithium)
– Here is theTWRP update guide for the Mi Mix. This TWRP recovery guide requires an unlocked bootloader on the Mi Mix.
- ROM Download link of LineageOS 15 for Mi Mix [UPDATED ON 31st DECEMBER]
- Android Oreo GApps Download Link for LineageOS 15 for Mi Mix Oreo 8.0 ROM
Root binary is NOT inbuilt in LineageOS 15, so you may need a separate SuperSu package or LineageOS su binary to install to gain ROOT access. Here is LineageOS 15 Rooting guide
If there is no in-built ROOT or it does not work for some reason then you can try SuperSU rooting guide to enable ROOT access.
HOW TO INSTALL/DOWNLOAD/FLASH/UPDATE LineageOS 15 FOR Mi Mix OREO CUSTOM ROM:
Follow this if you are flashing LineageOS 15 for Mi Mix for the first time, or coming from another ROM:
Points to NOTE:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.- Boot into Recovery. Make sure to have a Custom recovery like CWM or TWRP or any other custom recovery. If not then follow the Custom Recovery Installation Guide for Mi Mix (it’s a generic guide which will work for TWRP as well as CWM recovery or any other recovery)
- Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition.
– Here is a guide explaining how to wipe data using TWRP recovery.This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– How to backup all data on your Android Device
– how to take NANDROID backup using TWRP recovery - Download and Copy the Oreo GApps and LineageOS 15 for Mi Mix Oreo ROM ZIP to your phone.
- First flash the LineageOS 15 for Mi Mix Oreo ROM ZIP from device. Then flash the GApps zip from your device memory.
– Here is a post explaining how to install LineageOS - Then reboot into recovery (don’t skip this) and flash the Gapps for LineageOS 15 package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy the Oreo 8.0 LineageOS 15 ROM for Mi Mix.
Upgrading from earlier version of LineageOS 15 for Mi Mix (lithium):
- Copy the latest Mi Mix Lineage 15 ROM ZIP file to your phone.
- Boot into Recovery.
- Flash the latest LineageOS 15 Oreo ROM ZIP from your phone.
– Here is a post explaining how to install LineageOS - Then flash the Lineage 15 Oreo GApps package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy
Complete the initial setup and enjoy Android Oreo 8.0 with LineageOS 15 for Mi Mix. After the installation of LineageOS 15 for Mi Mix you may want to enable ROOT access on your phone and here is how you can do that:
How to ROOT LineageOS 15.Stay tuned or Subscribe to the Xiaomi Mi Mix (lithium) forum For other Android Oreo, Nougat ROMs, LineageOS 15 ROMs, other ROMs and all other device specific topics.Android Oreo 8.0 based AICP 13 for Nexus 6 is now available to download via an unofficial development build. This post provides the download link to the AICP 13 Oreo ROM for Nexus 6 and guides through the installation process of the same. This AICP 13 Oreo ROM for Nexus 6 is brought to you by developer Miccia.
DONATION TO DEVELOPER(S):
No donation link found for Miccia.
If you want the OFFICIAL AICP 13 update or some more Android Oreo ROMs then stay tuned to the AICP 13 Oreo ROMs list, LineageOS 15 ROMs list or the AOSP Android Oreo ROMs devices list page.
DISCLAIMER:
THIS IS AN INITIAL BUILD WHICH MAY NOT BOOT AT ALL. HAVE A BACKUP BEFORE FLASHING THIS AND TRY AT YOUR OWN RISK. Installing a custom ROM requires an unlocked bootloader on Nexus 6, which may VOID your warranty and may delete all your data. Before proceeding further you may consider backup all data on the phone. Understand that you are the only person making changes to your phone and I cannot be held responsible for the mistakes done by you.Content structure:
Status of Nexus 6 AICP 13 Oreo ROM:
WHAT’S WORKING:
– UnknownKNOWN ISSUES:
– UnknownREQUIRED LINKS AND FILES FOR Nexus 6 AICP 13 OREO ROM:
- TWRP recovery for Nexus 6 (shamu)
– Here is the TWRP recovery install guide for Nexus 6.
– TWRP installation on Nexus 6 requires an Unlocked bootloader on the device. - AICP 13 ROM Download link for Nexus 6
- Oreo GApps Download for AICP 13 Oreo ROM
Root binary is NOT inbuilt in AICP 13 Oreo ROM, so you may need a separate SuperSu package or LineageOS su (because AICP is based on LineageOS) binary to install to gain ROOT access. Here is AICP 13 Rooting guide
If there is no in-built ROOT or it does not work for some reason then you can try SuperSU rooting guide to enable ROOT access.HOW TO INSTALL/DOWNLOAD/FLASH/UPDATE THE Nexus 6 TO AICP 13 OREO ROM:
Points to NOTE:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.Follow this if you are flashing AICP 13 on the Nexus 6 for the first time, or coming from another ROM:
- Boot into Recovery.
Make sure to have a Custom recovery like CWM or TWRP or any other custom recovery. If not then download the recovery for Nexus 6 from above link and follow the Custom Recovery Installation Guide (it’s a generic guide which will work for any custom recovery) - Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition.
– Here is a guide explaining how to wipe data using TWRP recovery.This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– How to backup all data on your Android Device
– how to take NANDROID backup using TWRP recovery - Download and Copy the Oreo GApps and the AICP 13 Oreo ROM ZIP to the phone.
- First flash the Nexus 6 AICP 13 Oreo ROM ZIP from device. Then flash the GApps zip from your device memory.
– Here is a post explaining how to install AICP 13 Oreo ROM - Then reboot into recovery (don’t skip this) and flash the Gapps for AICP 13 package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy Android Oreo with AICP 13 ROM on Nexus 6.
Upgrading from earlier version of AICP 13 for Nexus 6 (shamu):
- Copy the latest AICP 13 Oreo ROM ZIP file to the phone.
- Boot into Recovery.
- Flash the ROM ZIP that you copied.
– Here is a post explaining how to install AICP 13 ROM - Then flash the AICP 13 Oreo GApps package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy
Complete the initial setup and enjoy Android Oreo 8.0 with AICP 13 on the Nexus 6. After the installing the AICP 13 Oreo ROM, you may want to enable ROOT access on your phone and here is how you can do that:
How to Enable ROOT on AICP 13 ROM.Stay tuned or Subscribe to the Nexus 6 (shamu) forum For other Android Oreo, Nougat ROMs, AICP 13 Oreo ROMs, other custom ROMs and all other device specific topics.LineageOS 15 for Zuk Z1 (ham) Android Oreo ROM is now available to update via a development build. This post provides you the download link to the Android Oreo based Lineage OS 15 for Zuk Z1 (ham) and guides through the installation process of the same. This LineageOS 15 for Zuk Z1 is brought to you by developer leodiram (SRIRAM PRAKHYA).
DONATION TO DEVELOPER(S):
No donation link found for leodiram.
[su_note note_color=”#D8F1C6″ text_color=”#769958″ radius=”3″ class=”” id=””]
– Lineage OS 16 for Zuk Z1 is also available to download.
– See the Lineage OS 16 download list for other devices.[/su_note]If you want the OFFICIAL Lineage OS 15 update or some more Android Oreo ROMs then stay tuned to the LineageOS 15 ROM page or the AOSP Oreo ROMs devices list page or the AICP 13 Oreo ROMs list.
DISCLAIMER:
THIS IS AN INITIAL BUILD WHICH MAY NOT BOOT AT ALL. HAVE A BACKUP BEFORE FLASHING THIS AND TRY AT YOUR OWN RISK. Installing a custom ROM requires an unlocked bootloader on Zuk Z1, which may VOID your warranty and may delete all your data. Before proceeding further you may consider backup all data on the phone. Understand that you are the only person making changes to your phone and I cannot be held responsible for the mistakes done by you.Content structure:
Status of LineageOS 15 for Zuk Z1 Oreo 8 ROM:
WHAT’S WORKING:
– UnknownKNOWN ISSUES:
– UnknownREQUIRED LINKS AND FILES FOR LineageOS 15 for Zuk Z1 OREO ROM:
- TWRP recovery download for Zuk Z1
– Here is the TWRP update guide for Zuk Z1. This recovery guide requires an unlocked bootloader on the phone.
- LineageOS 15 Download link for Zuk Z1 (ham)
- GApps for LineageOS 15 Oreo ROM
Root binary is NOT inbuilt in Lineage OS ROM, so you may need a separate SuperSu package or LineageOS su binary to install to gain ROOT access. Here is Lineage OS Rooting guide
If there is no in-built ROOT or it does not work for some reason then you can try SuperSU rooting guide to enable ROOT access.HOW TO INSTALL/DOWNLOAD/FLASH/UPDATE THE Lineage OS 15 for Zuk Z1:
Follow this if you are flashing LineageOS 15 for Zuk Z1 for the first time, or coming from another ROM:
Points to NOTE:
– Try to avoid restoring apps backup using Titanium Backup. It may break things up.
– Don’t restore system data using Titanium Backup! It will definitely break the current installation.
– It is also discouraged to Restoring Apps + Data using Titanium Backup.- Boot into Recovery.
Make sure to have a Custom recovery like CWM or TWRP or any other custom recovery. If not then download the recovery for Zuk Z1 from above link and follow the Custom Recovery Installation Guide (it’s a generic guide which will work for TWRP as well as CWM recovery or any other recovery) - Wipe data factory reset, Cache partition, Dalvik Cache and Format the System partition.
– Here is a guide explaining how to wipe data using TWRP recovery.This will delete all your data on your phone. You may consider complete backup of your phone data or take a NANDROID backup of the current ROM
– How to backup all data on your Android Device
– how to take NANDROID backup using TWRP recovery - Then download and Copy the Oreo GApps and the LineageOS 15 ROM ZIP to the phone.
- First flash the Lineage OS 15 ROM ZIP file from device. Then flash the GApps zip from your device memory.
– Here is a post explaining how to install Lineage OS - Then reboot into recovery (don’t skip this) and flash the Gapps for LineageOS 15 package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy Android Oreo with LineageOS 15 for Zuk Z1.
Upgrading from earlier version of Lineage OS 15 for Zuk Z1 (ham):
- Copy the latest Lineage OS 15 for Zuk Z1 ZIP file to the phone.
- Boot into Recovery.
- Flash the ROM ZIP that you copied.
– Here is a post explaining how to install LineageOS - Then flash the LineageOS 15 GApps package.
– Here is a post explaining how to flash GApps using TWRP recovery. - Reboot and Enjoy
Complete the initial setup and enjoy Android Oreo 8.0 with LineageOS 15 for Zuk Z1. After the installing the LineageOS 15 ROM, you may want to enable ROOT access on your phone and here is how you can do that:
How to Enable ROOT on LineageOS 15 ROM.Stay tuned or Subscribe to the Zuk Z1 (ham) forum For other Android Oreo, Nougat ROMs, LineageOS 15 ROMs, other custom ROMs and all other device specific topics.