[GUIDE] ROOT Tecno Pop 2 Android Devices By Using Magisk Manager (B1) - General Questions and Answers

[GUIDE] ROOT Tecno Pop 2 Android Devices By Using Magisk Manager (B1)
Disclaimer:
Rooting May Void Your Device Warranty.So Make a Backup of Your Data and ROM.
Make Sure your Phone at-least 50% Charge to Prevent accidental Shut Down During The Rooting process.
Download Files:
Root Files For Tecno Pop 2 (B1)
Magisk Manager
Platform tools/adb Fastboot tools
Note: Scatter File also included for Mediatek Phone.You Can use SP Flash tools to Install it but Some Devices Require Custom DA File to Work.
How to Root Tecno Pop 2
First of all We Need to Setup adb Fastboot tools/Platform tools So Download From above and extract the zip File.
Now Download and Extract Root Files file Inside the adb tools Folder.
Switch off Phone and together Press Volume Down and Power button it Will boot it in fastboot Mod.
Then Connect Phone to PC using the usb cable.
Now open CMD in the adb tools Folder and type below Code.
Check Device by Sending below Command:
fastboot devices
Send below Command For unlock bootloader
fastboot oem unlock
if fail
fastboot flashing unlock
Sending below Command For flash Boot
fastboot flash boot patched_boot.img
fastboot reboot
after Switch on Install Magisk Manager.You can See everything in Green. That’s it Your Phone Successfully Rooted.
Have any Question leave a Comment We will be happy to help You..
Method 2:
Download and extract Root Files From above
Rename Patched_boot.img to boot.img
Run SP Flash tools and Select Scatter File From Root Folder
Now on Download Section Select Download Only
boot.img File is automatically Loaded under boot.section if Not then Double Click on it and Select boot.img File From root folder
Now Click Download and Connect Your Phone Switched off mode.
wait until Success. Done
Switch On Phone and Install magisk manager to operate Root Permission.

Thread Closed.
Kindly PM with valid download links to reopen the thread.
Thanks
SacredDeviL666.

Related

Unlocking Bootloader , Root all [OTA] Safe

Clean proccess to Unlock bootloader,And Root Yuphoria
How To Unlock Yu Yuphoria’s Bootloader –
Extract the adb_fastboot file in a new folder in your C:/ drive.
Power Off your phone.
While continuously pressing the Volume Up key, connect your phone to the PC/Laptop via USB cable.
You will get a black screen stating ‘Fastboot Mode’ at the middle.
As soon as you plug your phone into the PC, windows will start installing drivers all by itself. Please wait for the installation to complete.
After the drivers have been installed successfully, go to the folder where you have extracted adb_fastboot file.
While pressing the Shift key on your keyboard, right click in the folder and select ‘Open Command Prompt Here’. The command prompt will open up.
Now type the following command to check if your device has been detected in the fastboot mode.
fastboot -i 0x2A96 devices
You’ll get an error if the drivers aren’t installed successfully. However, if you don’t get any error, you may proceed to the next step.
Now, run the following command to unlock the bootloader.
fastboot -i 0x2A96 oem unlock
Now, run the following command to reboot your device to system.
fastboot -i 0x2A96 reboot
Now, that you have successfully completed the first step, let’s jump onto the next step.
How To Hotboot CWM Recovery –
Hotbooting is way of temporarily introducing a custom recovery in your recovery partition. As soon as you reboot your device, the custom recovery will be replaced by the stock cyanogen recovery.
Now, since we have to flash supersu zip from a hotbooted recovery, you first need to copy the supersu zip from the rooting kit to the sd card of your phone.
Now, copy the yuphoria-cwm-recovery file from the rooting kit to the folder where you extracted adb_fastboot.
Using the same old method, go to fastboot mode and open command prompt. Now, type the following command.
fastboot -i 0x2A96 boot yuphoria-cwm-recovery.img
The above command will boot your yuphoria into cwm recovery.
How To Root Yu Yuphoria By Flashing SuperSU –
Now that you are in cwm recovery, to flash SuperSu zip on your device, you need to follow these steps-
Select ‘Install zip from sd card’ and navigate to the place where you copied the SuperSU file.
Now, select ‘Yes’. It will flash the SuperSU zip on your phone.
You should now have root access on your phone. After rooting, it is recommended to install Busybox.
Download Busybox installer app from playstore and follow the instructions to install it.
Congratulations, you’ve rooted your Yu Yuphoria! Enjoy!
Note you can even flash Twrp.img
I have one doubt ,
Does unlocking bootloader will delete my user data or my internal memory?
Sent from my YU5010 using XDA-Developers mobile app
deep_gandhi said:
I have one doubt ,
Does unlocking bootloader will delete my user data or my internal memory?
Sent from my YU5010 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yes it will erase ur internal memory ...
So better to make a backup of it....
---------- Post added at 08:02 AM ---------- Previous post was at 07:58 AM ----------
Sir can I use this method of booting in a recovery temporarily to do all the things a permanent recovery can do .....
Like can I make nandroid backup from it , can I install xposed from it without crashing and bootlooping , can I use apps like ROM manager ..........
I have already rooted and unlocked my bootloader of YU yuphoria by these steps ......
Thank you
Regards

How to install TWRP without Bootloader unlocking !!

WARNING: Before attempting this process to your device, do note that by unlocking your bootloader and modifying your device with anything, ROMs, etc... you are NOT risking voiding your warranty! I am NOT responsible for what you do to your device either, so follow these instructions at your own risk. Make sure you know what you're doing, it's best to understand the process rather than just copy and paste commands and such.
This method uses a firmware flashing tool to install TWRP, I am
using QPST to install it, but you can use any Qualcomm firmware flashing tool.
1. Download and install the following:-
->Adb and fastboot driver
->QPST
->Your device’s pc suite
2. Download the latest official firmware and the latest TWRP recovery for your device. Extract the downloaded firmware.
3. Go to ADB folder in C drive and press “shift + right click” and click open cmd shell here or powershell in case of windows 10.
4. Connect your phone to pc and type: adb reboot edl
now your device should be rebooted into download mode or edl mode.
5. Rename the downloaded TWRP to recovery, copy it and paste it in your extracted firmware files and click replace.
6. Open the Qfil flashing tool.
7. Select flat build and click browse in select in programmer path, click all files and select prog_emmc_firehose_XXXX_ddr.elf from the firmware folder.
8. After all done click Download
9. Done you have successfully installed twrp without unlocking the bootloader.
Senior_Pj said:
WARNING: Before attempting this process to your device, do note that by unlocking your bootloader and modifying your device with anything, ROMs, etc... you are NOT risking voiding your warranty! I am NOT responsible for what you do to your device either, so follow these instructions at your own risk. Make sure you know what you're doing, it's best to understand the process rather than just copy and paste commands and such.
This method uses a firmware flashing tool to install TWRP, I am
using QPST to install it, but you can use any Qualcomm firmware flashing tool.
1. Download and install the following:-
->Adb and fastboot driver
->QPST
->Your device’s pc suite
2. Download the latest official firmware and the latest TWRP recovery for your device. Extract the downloaded firmware.
3. Go to ADB folder in C drive and press “shift + right click” and click open cmd shell here or powershell in case of windows 10.
4. Connect your phone to pc and type: adb reboot edl
now your device should be rebooted into download mode or edl mode.
5. Rename the downloaded TWRP to recovery, copy it and paste it in your extracted firmware files and click replace.
6. Open the Qfil flashing tool.
7. Select flat build and click browse in select in programmer path, click all files and select prog_emmc_firehose_XXXX_ddr.elf from the firmware folder.
8. After all done click Download
9. Done you have successfully installed twrp without unlocking the bootloader.
Click to expand...
Click to collapse
Is booting to edl mode working? I've read it's not accessible by users in one of comicsdans thread
Anyone tried this? I was unsuccessful. My phone reboots to system instead of edl. Trying it in fastboot mode doesn't help. QFIL has the "download button" inactive. Any thoughts? Thanks
Try booting into edl from Windows using command similar to adb reboot edl. Should work.
Links required
Kindly provide the download links
No edl mode for the poco f1 , you have to use the test point method for this
Is edl mode the same as Download Mode?
In that firmware folder there are no files by the name that was given nor there a edl mode. If I go into fastboot (download) mode the program doesn't pick up my device
Will it work for every device or just poco..?
Please reply
Can you also provide a video here . I was unsuccessfull in installing it and almost ruined my phone .
UOIAUAI said:
Is edl mode the same as Download Mode?
Click to expand...
Click to collapse
yes
Senior_Pj said:
WARNING: Before attempting this process to your device, do note that by unlocking your bootloader and modifying your device with anything, ROMs, etc... you are NOT risking voiding your warranty! I am NOT responsible for what you do to your device either, so follow these instructions at your own risk. Make sure you know what you're doing, it's best to understand the process rather than just copy and paste commands and such.
This method uses a firmware flashing tool to install TWRP, I am
using QPST to install it, but you can use any Qualcomm firmware flashing tool.
1. Download and install the following:-
->Adb and fastboot driver
->QPST
->Your device’s pc suite
2. Download the latest official firmware and the latest TWRP recovery for your device. Extract the downloaded firmware.
3. Go to ADB folder in C drive and press “shift + right click” and click open cmd shell here or powershell in case of windows 10.
4. Connect your phone to pc and type: adb reboot edl
now your device should be rebooted into download mode or edl mode.
5. Rename the downloaded TWRP to recovery, copy it and paste it in your extracted firmware files and click replace.
6. Open the Qfil flashing tool.
7. Select flat build and click browse in select in programmer path, click all files and select prog_emmc_firehose_XXXX_ddr.elf from the firmware folder.
8. After all done click Download
9. Done you have successfully installed twrp without unlocking the bootloader.
Click to expand...
Click to collapse
how to this in huawei p10 lite when i have error mode 8(hifi image) 1 (security verify faild). pc see phone in fastboot mode and recovery mode. Usb debbuging and oem is locked and i dont want to delete all files. How can i install twrp on this phone?
please provide us with links or video tutorial

[Guide] Root Xgody Y28 with Magisk (MT6580) and dump stock rom

I am making the following guide because root guides for the Xgody phones are pretty hard to come by, and documentation is sparse. Enjoy.
First, you will need to setup adb and fastboot on your pc. Download Minimal ADB and Fastboot here. If your PC doesn't find drivers for "adb interface", download MTK adb drivers here, and install it by updating the driver for adb interface in device manager.
Now you will need to boot up your phone, go to about phone -> build number -> tap seven times. Head back to settings home, go to dev options, and enable usb debugging, then connect phone to pc. Open minimal adb and fastboot, and verify that the phone is connected by running "adb devices" command. If you see unauthorized next to the phone's serial, then you need to allow access on your phone in the window that has popped up.
Next step is to unlock the bootloader, so that the phone boots with the Magisk patched boot image we will be flashing later on. In developer options, you will now need to check "oem unlocking". Now in adb, type "adb reboot bootloader". Screen should go black, and "fastboot mode" text should appear on screen. Quick Note - Only boot to fastboot using this method. Shutting down the phone by selecting power off in the power menu and then holding the key combo to get into fastboot will cause the oem unlocking switch to flip back to off, and the next step will fail. Thus, make sure to use the adb command to reboot to fastboot mode. Don't know why this is, but it seems to be some sort of lousy anti-unlock protection by the Chinese devs.
Now in fastboot mode, type "fastboot devices" on your PC. you should see the device serial and "fastboot" next to it. If you do not, check device manager again. If you see an unknown device such as "Android" you will need to again install the driver through device manager. However, this time select "bootloader interface", as you are installing for fastboot mode.
Once you see the device in fastboot, you can proceed to unlock the bootloader. Type "fastboot oem unlock". Check the phone, and accept the warning about unlocking bootloader. Now the command should finish and bootloader should be unlocked. Reboot to system with "fastboot reboot". You will see "erasing" as the phone resets, and then it will boot into Android.
Now you are ready to grab your boot.img. We will need to patch this file with Magisk to obtain root access. To obtain the boot.img, you will need to make a full backup of your phone's rom using SP Flash Tool. A detailed guide here is available to guide you through the process. You can grab the VCOM driver and sp flash tool at https://spflashtool.com/. To follow the above guide, you will need to know the cpu and flash memory type. If you didn't know already, the Xgody Y28 is running on an MT6580 and uses EMMC memory.
You can also obtain a copy of the stock rom here - https://mega.nz/#!6vB0gKSK!RJ9SZ3q-Zp33ZYMjTk42A7cgeubvq-W2C4G7Ln4y8Bo However, I recommend making a backup of your own stock rom instead, as that is the safest option. The rom here may differ slightly differ from your phone's and cause issues. Unlikely, but still a good idea to use your own backup.
Either way, you now have a backup of the Y28's stock rom. We now need the boot.img. Connect your phone to your pc, and on the phone, select media device (MTP). This will allow you to copy files to the phone from your pc. Find your boot.img, and copy it to your phone. It doesn't matter where, just put it in an easy to reach location in your internal storage. Next, you will also need to copy over the Magisk Manager apk to your phone. Download it here. Click on "Latest Magisk Manager". Save the apk, and then copy it to your phone as well.
Next on your phone, open your file manager. Find the Magisk Manager apk, and install it. Note that the next part requires you have an internet connection, as Magisk Manager needs to connect to github to download the magisk zip to patch your boot.img with.
Now open the Magisk Manager you just installed. hit install, and select patch. Find your boot.img and select it. After the process is complete, exit Magisk Manager, and find the magisk-patched.img on your phone that magisk created.
Connect your phone to pc again, and copy the patched boot image to your pc. On your PC, navigate to the folder containing your stock rom, and rename boot.img to boot-original.img. Now, copy the magisk-patched.img to the stock rom folder. Rename magisk-patched.img to boot.img.
Next you will need SP Flash Tool. open it up, and select the android-mt6580-scatter.txt in the scatter-loading file. A list of flashable partitions will load once the scatter file is processed. Uncheck all except the boot.img (as this is the only one we want flashed) Now hit download, and connect your phone to your pc. Make sure the phone is turned off, and the battery is removed before connecting to PC. The SP Flash Tool will then flash the boot.img to the phone. Once complete, you can close the program, and unplug your phone.
Boot your phone back up, and open up Magisk Manager. It should now say Magisk is installed.
Congratulations! If you have successfully followed the steps above, you now have a rooted phone.

Custom ROM for Panasonic Tab 8

I want a custom rom and how to root guide for panasonic tab 8 hd. There's an option to unlock bootloader in system settings. So it's easy to unlock it. I think I need to have microG as I have to use Whatsapp for my classes. I can provide you with the details of the device if required.
1. Activate USB debugging
2. Backup all your data.
3. Pull your boot.img and Vemata and save them in your external sdcard.
4. Install Magisk 22.1apk
5. Open it from home page and install the app.
6 now touch Magisk and chose force encryption.and enter
7. In popup dialogue tick selctand patch file and enter
8. Now chose the boot.img file you saved in the external sd card. Now the magisk will process it put the file in your internal sdcard in the download section.
9. Now save the magisk processed boot.ing on your desktop or in any folder and remember the location. It is advisable rename that with 2or 3 letters and paste it in th9/e ADB folder where you have installed the Platform files.
10. Now you open platform folder and open cmd inside the Platform tool. In the ensuing cmd window check for
adb devices.
Your device I'd will come to the next line. Then type
adb reboot bootloader
Now check
fastboot devices
your phone I'd will pop up.
Unlock bootloader:
Type fastboot flashing unlock
then click volume up bottom over.
Not you come again till the step 10.
Rooting process:
Now type
fastboot flash boot " the magisk processed, boot.img which you have renamed.
Now the patched boot.img will relace stock boot.img
Again come back and type
fast boot "-- disable-verification flash vbmeta " put your vbmeta file that earlier you have saved in the Platform folder.
that is all it is rooted.
please note that before starting the root activities you have to unlock your boot loader.
On your own you are doing. I take no responsibility.
by this process only I have rooted the phone. And with WWR MTK Tool and SPFT I have managed to get the stock firmware files. With native preloader. But flashing with this preloader needed patched boot.img file

How To Guide Root any RealMe phone without TWRP

IMPORTANT
Rooting can break your phone. Do this at your own risk.
Intro
This guide explains how you can root any RealMe Android phone without installing a custom recovery like TWRP. It's possible by downloading the firmware image that is installed on your phone, extracting boot IMG file, patching the boot IMG file with Magisk and flashing the patched boot IMG file.
Requirements
Bootloader unlocked
A PC (Linux, Mac or Windows) with adb-fastboot
USB cable
Magisk stable Apk (attached)
Matching firmware file
OFP file extracter (attached)
How to
Back-up your phone with a tool or Google back-up
Unlock the bootloader (wipes all data on your phone)
Unlock RealMe GT Neo 2 bootloader guide
Download the firmware that is installed on your phone:
- https://wootje.stackstorage.com
- https://androidmtk.com/category/download
-https://realmerom.net/all-realme-models
- https://www.mobileguru4.com/flash-file-download
- https://firmwarefile.com
- https://www.gadgetsdr.com
Extract the "boot.img" file from the OFP file with the tool in the attachment
Copy the boot IMG file to your phone
Copy Magisk APK to your phone
(you will find Magisk in the attachment)
Install Magisk on your phone using the APK you copied
Open Magisk on your phone
Install Magisk (button in the app) and patch the “boot IMG” file you just copied
Get the files for ADB (platform-tools)
https://developer.android.com/studio/releases/platform-tools
Copy the patched “boot IMG” file to the “adb” folder on your pc and rename it to “boot.img”
Enable USB debugging on the phone:
a) Settings » About » Tap “Build” until you a message appears you are a developer
b) Settings » Advanced » Developer » USB debugging
Open a CMD window in the “adb” folder (Windows):
a) Press the “Windows botton”
b) Type "cmd"
c) Click "Command Prompt"
d) Type "cd /d <path to directory with adb.exe file – i.e. c:\myfolder\adb>"
Start the phone in “fastboot” mode:
a) Turn the phone off
b) Press the "volume-up" button and connect the USB cable at the same time
Install the USB drivers
https://androidmtk.com/realme-usb-driver
https://realmerom.net/realme-mobile-phones-usb-driver-latest/
Run "fastboot flash boot boot.img" (watch the file name)
Disconnect the cable and turn the phone on
Download "Root Checker" from the Play Store and open it
Tap "Check Root"
A popup will appear to grand root access to the Root Checker app
If a message stating "ROOTED" appears your phone is succesfully rooted
That's it!

Categories

Resources