🔒 Closed How to root cloudfone thrill power n (android 7.0 nougat) with magisk systemless root

Status
Not open for further replies.

Syd_M

Leecher
This guide will help you to root your Cloudfone Thrill Power N (Android 7.0 Nougat) using You do not have permission to view the full content of this post. Log in or register now.. This method does not require a custom recovery, but it does require a PC with adb and fastboot, and a phone with an unlocked bootloader. But don't worry, I will also include instructions for that in this guide.

WARNING! Unlocking the bootloader will DELETE ALL USER DATA. Make sure to backup your important stuff first. You have been warned.

Requirements:
  • Stock boot.img — You can either download and extract the boot.img from the stock Thrill Power N firmware here, or if you just want the boot.img file, you can use the following link: You do not have permission to view the full content of this post. Log in or register now.
  • A PC or laptop with adb, fastboot, and the android usb drivers — If you don't have adb and fastboot yet, you can install it with this: You do not have permission to view the full content of this post. Log in or register now.
  • An unlocked bootloader — Since this method involves flashing a patched boot.img via fastboot, you need to have an unlocked bootloader.
Procedure:

Preparing your phone (skip if you've already done this).
  • Turn on Developer options by going to 'Settings > About phone', then tap on 'Build number' five times or until it says that developer options have been enabled.
  • Go back to Settings, then go to 'Developer options'. Enable 'OEM unlocking' and 'USB debugging'.
Unlocking the bootloader (skip if you've already done this).
Warning! Unlocking the bootloader deletes all your user data. Be sure to backup.

1. Boot into Fastboot mode
— Connect your phone to your PC. Open a terminal / command prompt. To check if your phone is being detected, type
code said:
adb devices
If it's not detected, then you may need to install the drivers (or reboot, if you've already installed them). If it's detected, then to reboot into fastboot mode, type
code said:
adb reboot bootloader
While in Fastboot mode, check to see if your phone is being detected by typing
code said:
fastboot devices
If it's not being detected, then it's a driver issue. Simply disconnecting then reconnecting your phone to the PC while in Fastboot mode should make Windows download and install the fastboot drivers. After the drivers have been installed, try again to see if it's being detected.
Next, type the following to check if the bootloader has been unlocked:
code said:
fastboot getvar unlocked
If it says 'No', then you can unlock it by typing
code said:
fastboot oem unlock
Note: The above command also deletes formats your phone / deletes your user data.

Congratulations! Your phone's bootloader is now unlocked. Reboot to system by typing
code said:
fastboot reboot

Step 2. Preparing Magisk

Download the latest Magisk Manager from the developer's official XDA thread here: You do not have permission to view the full content of this post. Log in or register now., and install it on your phone.

Notice:
Magisk Manager needs to be installed to the phone/internal storage for it to work properly. Go to 'Settings > Apps > Magisk Manager' and check to make sure it's in Internal storage. If it's on External storage or SD card, tap on the item, then change it to use phone/internal storage.

Once installed, open Magisk Manager. If you get a popup asking you to install, tap on 'No thanks'. Open the Settings (slide from left edge) and change Update Channel to 'Beta'. (The current Stable channel has a bug on this device where the MagiskHide feature doesn't work, so you'll fail the SafetyNet checks. The Beta channel works, though.) Next, tap on 'Patched Boot Output Format' and make sure it's set to '.img'. Exit Magisk Manager.

Now, download the stock boot.img from the link above, and put it on your phone's storage (or SD card). Open Magisk Manager, then tap on Install. Select 'Install' from the popup, then 'Patch Boot Image File'. Navigate to the folder where you placed the boot.img file, then select it. It should now start to download the latest Magisk zip file (beta), and then it will automatically patch the boot.img. You should get a screen that looks like this:

h44w2D0.webp

Copy that file to your computer (connect your phone to the PC) by typing

code said:
adb pull /sdcard/MagiskManager/patched_boot.img

Reboot your phone to Fastboot mode by typing

code said:
adb reboot bootloader

then flash the patched_boot.img by typing

code said:
fastboot flash boot patched_boot.img

Reboot to system by typing

code said:
fastboot reboot

Congratulations! You're now rooted. You can check your root status using this app: You do not have permission to view the full content of this post. Log in or register now.

You don't need to install SuperSU or any other superuser app, since Magisk Manager performs that function. For busybox, you can install it via Magisk Manager's downloads section. I also recommend going to Magisk Manager's settings and enabling Magisk Hide (required to pass SafetyNet checks) and Systemless hosts. With Magisk Hide enabled, you can hide root on a per-app basis by opening Magisk Hide from the side panel (slide from left) and selecting the app/s you want to hide root from.

Enjoy your rooted Cloudfone Thrill Power N!
 
pwede kaya ung steps sa cherry mobile flare s6 sir? since nougat din naman sya
If you have the stock boot.img for the CM Flare S6, then yes. Just use the stock boot.img for your device with the steps above. DON'T use another device's boot.img as you may brick your phone.
 
If you have the stock boot.img for the CM Flare S6, then yes. Just use the stock boot.img for your device with the steps above. DON'T use another device's boot.img as you may brick your phone.
ah sige po sir,diko nalang babalaking i root..hehe
kahit yang stock boot.img diko alam san kukinin eh,xD
 
salamat sir
kahit kasi sa fb group ng unit na yan,wala pa daw nakaka root eh

Can you give me the build number on that phone (Settings > About phone)? Seems like there are a lot of CM Flare S6 versions, and I need to be sure which one that is. Also other details that can help me identify that phone, like specs (eg. RAM, etc.). Thanks.
 
Can you give me the build number on that phone (Settings > About phone)? Seems like there are a lot of CM Flare S6 versions, and I need to be sure which one that is. Also other details that can help me identify that phone, like specs (eg. RAM, etc.). Thanks.
Screenshot_2018-06-16-19-51-28.webp
Type
Type
Smartphone
Shape Bar
Basic
OS
Android
OS ver Android 7.0 Nougat (Cherry OS)
SIM Micro SIM
Dual SIM
Dual Standby
CPU MediaTek 6737 quad-core processor
Mali-T720
CPU Speed 1.3 GHz
Storage 16GB
RAM 2GB
External Storage expandable via microSD up to 64GB
Battery 2600mAh
Screen
Display Size
5.2 inches
Resolution 1280 x 720 pixels


yan po sir
 
pwede po ba yan sa CM flare HD 3?
This specific tutorial is for the Cloudfone Thrill Power N only, as the provided boot.img used in this tutorial is from the Thrill Power N stock firmware. However, the procedure used in this tutorial can apply to any phone that (a) runs Android 5.0+, (b) has an unlocked bootloader, and (c) has an available stock boot.img for that specific device. Item 'C' is very important. Do not use a boot.img from another phone; use only the boot.img for your specific device! Using a different phone's boot.img on your phone will result in a bricked device.

So yes, you can use this tutorial to root other phones, but only if the conditions above are met.
 
This specific tutorial is for the Cloudfone Thrill Power N only, as the provided boot.img used in this tutorial is from the Thrill Power N stock firmware. However, the procedure used in this tutorial can apply to any phone that (a) runs Android 5.0+, (b) has an unlocked bootloader, and (c) has an available stock boot.img for that specific device. Item 'C' is very important. Do not use a boot.img from another phone; use only the boot.img for your specific device! Using a different phone's boot.img on your phone will result in a bricked device.

So yes, you can use this tutorial to root other phones, but only if the conditions above are met.
sayang naman diko kase maroot phone ko e
 
Status
Not open for further replies.

About this Thread

  • 28
    Replies
  • 5K
    Views
  • 10
    Participants
Last reply from:
Koykoy200078

Trending Topics

Online now

Members online
853
Guests online
975
Total visitors
1,828

Forum statistics

Threads
2,274,618
Posts
28,957,091
Members
1,233,385
Latest member
pluszero121
Back
Top