Lineage Os Android Oreo 8.0 For Coolpad Note 3 Unofficial

By Shayz

Lineage Os Android Oreo 8.0 For Coolpad Note 3 Unofficial

Lineage Os Android Oreo 8.0 For Coolpad Note 3 Unofficial

Now you can Update Coolpad Note 3 to Android 8.0 Oreo by installing an unofficial Lineage OS 15 ROM. Recently Google released the official Android 8.0 Oreo Update for Pixel and Nexus Devices and Android Oreo Source code. Now developers already start working on building a ROM based on Oreo and now first Lineage OS 15 ROM for Coolpad Note 3 is available for download. COOLPAD may or may not release the Oreo update for Coolpad Note 3. so, if you want to try Android Oreo on Coolpad Note 3 then follow our guide to install Lineage OS 15 on Coolpad Note 3.

 

As Android Oreo is out, the developers of Lineage OS already working on developing developing Lineage OS 15.0 for most of the smart phones. This Lineage OS will provide you almost all Android 8.0 Oreo Features with some extras. Latest Lineage OS 15 for Coolpad Note 3 is now available for download and here we share a link to Download and Install Lineage OS 15 on Coolpad Note 3.

PRE-REQUISITE

  • This ROM is work on Coolpad Note 3 only. Don’t try this on any other device.
  • The ROM is an initial nougat alpha build and contains bugs.
  • Follow the steps correctly otherwise you may brick your device. We are not responsible for any damage to your phone.
  • It will erase all your data, so we advise you first to take a complete backup of your phone and then proceed.
  • Ensure that your phone has at least 50-60% charged to prevent the accidental shutdown in-between the process.

Download Links Are Here:

⇓ Download Lineage OS 15 for Coolpad Note 3 ⇓

Download Now

⇓ Oreo 8.0 Open GApps Are Not Available This Time ⇓

Coming Soon

Note: ROM Is Available Only For Testing Purpose It Is Alpha Build Which Have Bugs .

Installation Instructions:

  1. First, download and install a custom recovery. If you already had a custom recovery installed on your device then skip this step.
  2. Download the LineageOS 15 ROM for Coolpad Note 3 and Gapps from above and save it on your device.
  3. Now Boot your device into Recovery mode.
  4. Now in TWRP, create a Nandroid backup (Recommended) of your device for safer side, if anything goes wrong.
  5. Now do a Factory Reset by Goto Wipe>Advanced Wipe>Select Wipe cache, Dalvik cache, System, and data and swipe to confirm it.
  6. Now, Go to Install and locate the ROM zip file & swipe to Install the ROM file. After the process completes, Flash the GApps zip file.
  7. Now wipe cache & Dalvik cache again and Reboot your device.
  8. Done!

If You Like This Share With Your Friends Any Further Help & Support Write Down In Comment Section .

 

 

Advertisement

OnePlus 5: How to Unlock Bootloader | Flash TWRP | Root | Nandroid & EFS Backup and More !!

 

Introduction​

 

Rooting this device is actually quite a simple and easy process. Before you begin, it is recommended that you at least try to understand what each part of the process will do. Although this guide will elongate each step in order to show all of the details, the method used can be broken up into 3 main steps: ​
Unlocking the Bootloader
Installing a Custom Recovery
Gaining Root Access
Each new step relies on the previous step and a basic summary of each part is described as below:
Unlocking Bootloader
Opens the door to the internal memory of the device to be written on to. This allows you to flash images onto the main partitions of the phone.​

 

Installing a Custom Recovery

A custom recovery is flashed onto the recovery partition of the device and overwrites the stock recovery that exists by default. Custom recoveries bring lots of functionality and give you the ability to perform wipes, install flashable zips, create full backups of your device (Nandroid backup), and various other features. An unlocked bootloader is needed to install a custom recovery.

Gaining Root Access

You can gain root by either flashing via recovery a pre-rooted custom rom, or flashing a zip containing the SuperSU binaries or by Flashing Magisk Zip for a system less root. A custom recovery is necessary to do this.

After completing these steps your phone will be rooted, the phone will have a custom recovery installed and an unlocked bootloader. This, in my opinion, is the a practical and beneficial method for rooting your phone. It will give you some basic adb/fastboot knowledge, and should hopefully help you have a decent understanding of the entire process. This method will work regardless of any android version on the phone.If you are confused by anything in this guide, I highly suggest getting it clarified being before moving on. Ask your question in this thread and I or someone else will likely answer. Also we would suggest that you read over the whole thread a few times before actually doing anything to the phone.

 

Before you start, OTA up to the latest OOS

* Settings > System Updates > Download & Install
Setup, Preparation & Prerequisites
Basic tasks that may be referred to throughout this guide:
  • Open Command Prompt: Press Shift + Right Click anywhere on the screen and select Open Command Window here
  • Enter Fastboot/Bootloader Mode: Turn the phone off. Hold volume up + power until the “fastboot” screen appears. [Alternatively, if Advanced Reboot is enabled, you can press Reboot -> Bootloader from the power menu.]
  • Enter Recovery Mode: Turn the phone off. Hold volume down + power until the “OnePlus Logo” screen appears. [Alternatively, if Advanced Reboot is enabled, you can press Reboot -> Recovery from the power menu.]

ADB and Fastboot Installation

Download the ADB For Windows from here

Or You can manually update Fastboot and ADB binaries here

2. Run the .exe file downloaded from above as Administrator.
3. Press ‘Y’ every time the installer asks for.
4. Continue Driver Installation.

Now, ADB and Fastboot have been installed on your PC and should be Working as desired.

 

Things To Remember

  • Show File Extensions: Open a command prompt window and run “Control folders” (without the quotes). Go to the View tab and uncheck the “Hide extensions for known file types” option. This will help avoid confusion when renaming files.
  • Battery: Ensure that your phone has at least 60% battery remaining, and that your PC is plugged in and wont shut down spontaneously during the process. The procedure doesn’t take very long , but its best to have enough charge in case something goes wrong.
  • Backup (Optional): Unlocking the bootloader will/should completely wipe all data from the device. This includes apps, settings and even the contents of the internal sdcard (pictures, music, etc.). Copy all important files off the phone onto a PC or upload them to a cloud.
  • USB Debugging: On your phone go to Settings > About phone > Tap on Build number 7 times. This will enable Developer options. Now go back to Settings > Developer options > Enable USB debugging
  • Enable OEM Unlocking: On your phone go to Settings > Developer options. Then enable the ‘OEM Unlocking’ option. Also,a free advice, make sure that from now on,OEM unlocking option is enabled before you reboot. Sometimes,it might get disabled itself.
  • Enable Advanced Reboot: On your phone go to Settings > Developer options. Then enable the ‘Advanced Reboot’ option.

 

Unlocking Bootloader

 

  • Turn the phone off. Then boot it into fastboot mode by holding volume up + power or select reboot to bootloader if advanced reboot is activated via developer options. The phone will display “fastboot” text indicating that it has successfully entered fastboot mode.
  • Plug the phone into your PC, then open a command prompt window on the desktop (Shift + Right Click -> Open Command Window here) and type:
Code:
fastboot devices

  • This command will list the connected devices. If your phones serial number shows up you are good to go and may continue. If the phone is NOT listed this indicates that your drivers are not installed correctly. In order for you to continue you must fix your drivers so that your phone is listed under fastboot devices.
  • If the phone has been recognized by the command above, proceed to unlocking the bootloader with the following command:
Remember this Step will WIPE EVERYTHING off the phone so backup your Data

 

Code:
fastboot oem unlock

 

OEM Unlock.jpg 


You would be greeted with a Unlock Bootloader Warning page, Hit the Vol button to select Yes and turn it Blue and Hit the Power Button to Execute the selection

Unlock 1.jpg


You your device your reboot, show you a Secure boot warning, reboot into stock recovery and wipe all data. Once done, your phone will reboot into the OS.

Please continue and follow the post to install Custom Recovery …

 

Flashing TWRP Recovery:
OP TWRP 3D.png
DownloadsOfficial TWRP

SuperSU
Or
Magisk

Wait until the phone has fully booted up into android, then adjust the following settings on the phone:

USB Debugging: On your phone go to Settings > About phone > Tap on Build number 7 times. This will enable Developer options.
screener_1498941420681.png
Now go back to Settings > Developer options > Enable USB debugging
screener_1498941620876.png
Enable OEM Unlocking – On your phone go to Settings > Developer options. Then enable the ‘OEM Unlocking’ option and make sure that from now on, OEM unlocking option is enabled before you reboot. Sometimes, it might get disabled itself.
screener_1498941638969.png
Enable Advanced Reboot – On your phone go to Settings > Developer options. Then enable the ‘Advanced Reboot’ option.

Download all the files, place SuperSU or Magisk on Device Internal Memory and TWRP img in the Android Folder under the Platform Tools folder in C Drive

Then boot it into fastboot/bootloader mode by holding volume up + power or selecting the reboot to bootloader via advanced reboot options.

Open a new command prompt on desktop and run the following commands:

 

Code:
fastboot flash recovery (file name).img
TWRP Flash.JPG 


Once the flash has completed, Don’t use the “Fastboot Reboot” Command Instead Unplug Your phone then Manually boot it into recovery by keeping Power + Volume Down button pressed or you can also use the command:

 

Code:
fastboot boot recovery name.img

PS: DO NOT BOOT IN OS JUST YET & CONTINUE TO THE ROOTING POST

Gaining Root Access
  1. For Users who want to remain Encrypted ;)

    Boot into TWRP Recovery and allow system modifications.
    screener_1498941846254.png
    Swipe right and enable modifications.

    Navigate to Install and select Magisk Or SuperSU to root OnePlus 5.
    screener_1500879309648.png
    Swipe to confirm the flash
    Reboot System

    Keep in mind that the first boot after wiping the phone may take longer than usual, as the phone will need to rebuild the dalvik cache and initialize other first boot and would reboot a few times due to SuperSU Flash.

    For Users who want to Decrypt Data have to Format Data & Flash No Verity OP5 Zip

    1. Boot into TWRP Recovery and allow system modifications.
    2. Swipe right and enable modifications.
    3. Select your preferred Language, Tap “Never show this screen on boot again,” and Swipe allow modification.

    Go to “Wipe” section and tap “Format Data”, and type “yes” to mount internal storage.

    4. Download & Transfer no_verity_op5.zip over MTP | Credits @snowwolf725
    5. Go to “Install” section, select no_verity_op5.zip, and swipe to confirm the flash
    6. Transfer latest Magisk/SuperSU to the device over MTP & Swipe to confirm the flash
    7. Reboot System

    * MTP, known as Media Transfer Protocol, is the same way you transfer files from your PC to your device when booted into system.

    Congrats! That is all! Your Device now has an unlocked bootloader, a custom recovery installed and is rooted.
    screener_1500879358767.png
    Enjoy :)

    Warning: Do not flash partial update OTAs (under 1 GB) on a modified device! If you want to use partial OTAs, you must first flash a full OTA that it applies to, and then flash the partial OTA from stock recovery. Flashing partial OTAs from TWRP will either fail or soft brick your device. You can return to a usable state by flashing full zips in recovery.

    Making a Nandroid Backup

    Warning: before you make a backup with TWRP you must remove all lockscreen security. If you do not do this you will not be able to unlock your device after restoring your backup (entering your pin will result in an “incorrect pin” message), you’ll be forced to perform a factory reset to boot into Android.

    To remove lockscreen security go to
    Settings > Security > Screen Lock and set it to Swipe/None.

    A Nandroid Backup is a very important thing to have before installing any custom software on your device. It’s basically a backup of your stock system that you can fall back on if anything goes wrong or if you just want your stock ROM back.

    You can also use Nandroid Bckup to create a backup of your favorite ROM set up exactly the way you like it. The backup you create can be easily restored using the restore tool in TWRP recovery.

    1. Boot into TWRP Recovery .
    2. Go to Backup Menu and select all the listed partitions.
    3. Swipe to take Backup.
    4. This proces should take 4 to 8 minutes depending upon the size of data.
    5. Reboot System when done.
    Restoring a Nandroid Backup
    • Boot into TWRP Recovery
    • Go to Restore Menu and select the backup you want to restore.
    • Select the partitions you want to restore.
    • Swipe to Restore. The process will take 6 to 10 minutes.
    • Reboot system once done

    Note: If you happened to forget to remove lockscreen security (PIN/Pattern/Fingerprint) before creating your backup, and you cannot get into your OS after restoring, you can do the following to fix the issue.

    Boot into TWRP
    Navigate to /data/sytem/
    Use TWRP file manager and delete the following files:

    locksettings.db
    locksettings.db-shm
    locksettings.db-wal.
    gatekeeper.password.key
    gatekeeper.pattern.key

    You may or may not have all the above files so delete the ones you have.

    Reboot the phone and (if you’ve set a PIN) enter it to decrypt the storage one more time. After that you can simply unlock your phone with a swipe.

    Upon Boot > Go into Settings > Security > set your preferred unlock method

    Android will ask you if you want to set a boot-time code too so select as per convenience.

    Making an EFS Backup

    All too often, we’ve seen folks who have a corrupted or missing EFS Partition. This results in your IMEI being lost and no cellular activity on the device at all. This can be a royal PITA to fix, and some folks haven’t been able to fix it at all. You can take a precautionary measure to safeguard yourself against this by taking a couple of minutes to back up your modemst files.

    Download & Open up Terminal Emulator on your phone from here

    Once it’s open you’ll be greeted with a command line prompt, in which you can enter text commands, the first thing you need to do is enable root access by entering this line (press the enter key on your on-screen keyboard after each command to issue it):

     

    Code:
    su

    If this is the first time you’ve used Terminal Emulator a Superuser or SuperSU popup will appear, make sure you grant root access.

    Now enter these two commands:

     

    Code:
    dd if=/dev/block/sdf1 of=/sdcard/modemst1.bin bs=512


    Code:
    dd if=/dev/block/sdf2 of=/sdcard/modemst2.bin bs=512

    screener_1498943766005.png
    This will place two files (modemst1.bin & modemst2.bin) on your internal storage.
    screener_1498943868242.png
    Make sure you copy them to your PC and Cloud immediately so that you have a backup there to use if you need to restore it in future.

    That’s it !! Incase you ever need to restore an EFS Backups, please continue and follow the next post…

Restoring an EFS Backup


If by chance you end up with a corrupt EFS partition all you need to do is flash the files back to your device using fastboot.

Boot into fastboot mode (power + volume up) and connect your phone to your PC via usb cable.

Keep modemst1.bin and modemst2.bin (backed up earlier) on your desktop and open command window there.

These fastboot commands will restore the files:

 

Code:
fastboot flash modemst1 modemst1.bin
Code:
fastboot flash modemst2 modemst2.bin

Reboot your device.

 

Code:
fastboot reboot

Now disconnect phone from PC. Your IMEI should be back.

That’s it for this guide. Enjoy !!

 

For Users who want to Decrypt Data have to Flash Verity Zip and Format Data :D

1. Boot into TWRP Recovery and allow system modifications.
2. Swipe right and enable modifications.
3. Select your preferred Language, Tap “Never show this screen on boot again,” and Swipe allow modification.
4. Download and flash the attached no verity zip.
(This will allow you to use [Format Data] to completely disable your encryption)

Go to “Wipe” section and tap “Format Data”, and type “yes” (If you want to mount internal storage)

PS: Do not use Magisk as it will give you a boot loop on Decrypted devices

Transfer the latest SuperSU to the device over MTP to your Oneplus 5
Swipe to confirm the flash
Reboot System

Attached Files:

 

OTA 4.5.3 is Out ;)

screener_1498944171810.png
screener_1498944121725.png

 

Thanks and Do Follow our blog.

Please Give your valuable feedback in the comment box below.

Coolpad Note 3/Lite – Downgrade To Lollipop From Marshmallow || Easiest Way ||

 

In this Video i will show you how to downgrade marshmallow to lollipop easily without rooting and without using twrp recovery .

Lollipop Rom For Coolpad Note 3 – http://goo.gl/gi9Jh9

Lollipop Rom For Coolpad Note 3 Lite – http://goo.gl/X74sHL

Minimal Adb Command Setup : http://goo.gl/VhxDgt
SP Flash Tools : http://goo.gl/W70oXO
INSTRUCTIONS:

1) First install sp drivers(for windows 8/8.1/10 follow this step here
http://goo.gl/7kHX5O to successfully install sp drivers)

2) Open sp flash tool and select scatter loading and select mtk6753.txt file

3) Now hit download and then connct your coolpad note 3 in off mode

4) Now let it be flash and wait

5) Congrats green popup appears and you have successfully flashed

6) if green tick doesnt appears then repeat the steps from step 2

7)Disconnect Your Phone And Again Connect Your To The PC.

8)Install & Open minimal_adb_fastboot_v1.2_setup.exe , On Your PC & Type Or Paste This Command To Verify Your Phone Detected – adb shell fctest system reboot

To Stop MTK Logger On Bootup :

This Channel Helps You On Tech Related Questions… So If You Have Any Video Requests Then Let Me Know In The Comment Section Below

Do like share the video and hit the subscribe buttom for more awesome videos

कांग्रेस नेता स्टेज से कर रहा था मोदी जी की तारीफ ! देखिये क्या किया गया उसके साथ !

कांग्रेस नेता स्टेज से कर रहा था मोदी जी की तारीफ ! देखिये क्या किया गया उसके साथ !

See What The People At Azadpur Mandi Did To Arvind Kejriwal !

See What The People At Azadpur Mandi Did To Arvind Kejriwal !

PM Narendra Modi || Shayari || Safar Mai Dhoop Toh Hogi, Tum Bhi Nikal Sako Toh Chalo ||

PM Narendra Modi || Shayari || Safar Mai Dhoop Toh Hogi, Tum Bhi Nikal Sako Toh Chalo ||

Hypocrisy Of Bollywood Actress Anushka Sharma On Diwali !

Hypocrisy Of Bollywood Actress Anushka Sharma On Diwali !

PM Narendra Modi’s Befitting Reply To All Those Politicians Opposing Demonetisation | Note Ban |

PM Narendra Modi’s Befitting Reply To All Those Politicians Opposing Demonetisation | Note Ban |

देखिये लोगो ने ऐसा क्या किया कांग्रेस की राम्या के साथ कि उड़ गए उसके होश | Ramya | Demonetisation

देखिये लोगो ने ऐसा क्या किया कांग्रेस की राम्या के साथ कि उड़ गए उसके होश | Ramya | Demonetisation

This Automan Has Put An Amazing Message On His Auto For PM Narendra Modi !

This Automan Has Put An Amazing Message On His Auto For PM Narendra Modi !