Sunday, May 31, 2020

How To Port Twrp For Android Without Source Guide To Port Recovery

How To Port Twrp For Android Without Source Guide To Port


GUIDE TO PORT RECOVERY


Things You are Required

1. Android Image Kitchen
2. Notepad++
3. Base Recovery
4. TWRP to Port
5. Brain

First of All, You Guys need to unpack Recovery.img i.e.

both Stock Recovery or TWRP Recovery.
After this, Copy these files from Stock Recovery to TWRP:

STEP 1


Inside Ramdisk Folder
1. meta_init.modem.rc
2. meta_init.project.rc
3. meta_init.rc

STEP 2


Now replace your Kernel usually named as zimage-kernel

STEP3



Inside Ramdisk Folder(boot.img)

1. fstab
2. ueventd.rc
3. ueventd.goldfish.rc


Twrp Recovery Fhash Guide


1- Bootloader unlock ho na Chahiye commands

 fastboot devices fastboot flash recovery

twrp.img fastboot boot twrp.img if commands

are entered with error the phone may brick


All-in-one ROM porting guide [mediatek] [qualcomm] [Easy Guide]

All-in-one ROM porting guide
[mediatek] [qualcomm] [recovery]

[bug-fix] [cross-porting-mtk]
By kuberrocks96, (Kuber Sharma aka AlphaGeek),


Senior Member, on 13th February 2017, 05:09 PM


* Your warranty is now void.

* I am not responsible for bricked devices, dead SD cards,

* thermonuclear war, or you getting fired because the alarm app failed.

* Please do some research if you have any concerns about features

* included in this ROM before flashing it! YOU are choosing to make

* these modifications, and if you point the finger at me for messing up

* your device, I will laugh at you.
*/

Update


* Updated Bug Fix Guide for MTK

* Added SNAPDRAGON Bug fix guide.

* Guide to port TWRP also updated.

* Improved the thread.

* Added more fixes.

* Qualcomm porting guide added.

Base Rom


Base Rom is referred to the Stock rom or the Default Rom of your device

or sometimes the rom from which you will take base files (libs, apns,
modem etc.).

Port Rom


Port Rom is the rom which you will port for your device.

Like if you are working a rom of another device having similar

specifications and porting it for your device then it is called Port Rom.

Kernel


The kernel is a computer program that is the core of a computer's
operating system, with complete control over everything in the system.

The central or most important part of something.

In easy words kernel acts as the middle man between the Software and
the Hardware.

When porting a rom, you should check the Kernel version of the

Port Rom and the Base Rom.

They both should be similar,

like you can port only from:

3.18.xx to 3.18.xx only

3.10.xx to 3.10.xx only

In this Guide, I’ll tell one of the easiest way to –

BOOT UP THE ROM.

So, let’s begin.

This guide will focus on MT6735/MT6753 porting.

Device used is Coolpad Note 3 Lite
CPU: MT6735

Author’s Note:

 When You Port a Rom, Change Files Wisely.

 Don’t Just Copy Paste.

 Porting a Rom Can Get Tough According to the Rom, Like

Porting an AOSP Build Can Be Easy but Porting a MiUI

Build is Considered One of the Toughest and Irritating

Thing.
 Respect The Efforts by The Previous Developers.

 Credits, When You Port a Rom Which Rom Was Made by

Someone, Ported by Someone or Bug Fixed by Someone –

So by Any Means If You Know the Source and the

Developer or Team Whose Build You Are Porting Pleaseso

Give Proper Credit.

Thanks.

NOW, FINALLY. LET'S TALK ABOUT THE PORTING GUIDE

WHICH YOU ALL ARE WAITING FOR.
What you guys need:

1. Base Rom

2. Port Rom

3. Notepad++

4.  Boot.img repack or unpack tool
5. Brain

BOOT.IMG


BOOT.IMG contains all the magic, it has the KERNEL

inside which is one of the main thing.
Porting from Same CPU & GPU:

MT6753 TO MT6753 or MT6735 TO MT6735

Use this method (95% times working)
System/lib & System/lib64

1.libaudiocomponentengine.so

2.libaudiocustparam.so

3.libnvram.so

4.libnvramagentclient.so

5.libnvram_platform.so

6.libnvram_sec.so

7.libcustom_nvram.so

System/etc


./Firmware folder

apnconfig

spnconfig

agps_profile_conf2

media_codecs.xml

BLACK SCREEN AFTER LOGO???
REPLACE THIS LIB:- libcam.paramsmgr

To Fix Camera (sometimes bootloop, so try one by one):

from System/lib & lib64 and HW folder, replace all libs

starting like this:-

libcamera.mt6735 (mt6735 is according to my CPU)

libcameracustom.lib etc

libcamalgo.lib

Unpack Boot.img of both Base & Port Rom

replace kernel

and init.mt6735.rc (not recommended always)

and Fstab.mt6735

Done, now zip em and flash.😱😱😱

My Youtube Channel

How To flash Custom recovery To Realme 5s install TWRP And Rooting

Realme 5s 2014 is one of the most popular budget smartphone launched by Motorola to hold monopoly in several budding markets. The device comes with commending specs and great looks despite the pocket-friendly price tag. However, rooting the device will make it more powerful as user has the ultimate permissions. Moreover, rooting your device will open the portal to awesomeness as you can now enjoy a wide range of apps which are made specially for rooted Android devices.

So, today we will see how to install TWRP and root realme 5s  2014 with a detailed procedure. Before we begin with the rooting tutorial, we recommend you to follow the below knowledge articles to learn about rooting, custom recoveries and their pros & cons.

1A Beginners Guide to Android Rooting

What is a Custom Recovery?


Warning

Rooting a device and installing custom modules is deemed hazardous and you might end up with a bricked device in worst case scenario. Warranty may be void of your device either temporarily or permanently if you follow the procedure in this tutorial. You alone are responsible for the consequences, we won’t be liable if any damage occurs to your device even though we’re confident that the process works and is tested by many users. However, you can reach us for assistance in the comments section.

Prerequisites

Charge your device above 60% to make sure it doesn’t die in the middle of the process which may be fatal sometimes.

Make a backup of everything on your device so that you can restore the files if something goes wrong. Here’s the usual checklist:

Complete backup of your internal storage

Backup your Contacts, SMS, Call logs, music playlists and photos. Tutorial

Take a complete backup of your apps with data. If you don’t know how, follow our detailed guide on .how to backup apps and data with Helium app

Install proper drivers on your PC. If you haven’t installed them already, you can follow our .detailed USB driver installation guide

Setup ADB and Fastboot files on your PC. If you don’t know how, follow our detailed guide on .how to setup ADB and Fastboot on your PC

Prepare your device:

Enable developer options: Go to your device’s Settings » About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options.

Enable USB Debugging: Go to your device’s Settings » Developer options » tick the “USB debugging” check-box (sometimes listed as Android Debugging)

Downloads
Download the latest TWRP recovery for realme 5s 2014 → Require tools and Files-


-

-
Step-By-Step Installation Guide

In this guide, first we will unlock the bootloader on yourrealme 5s 2014 and install a TWRP recovery. Then we will install the SuperSU file to rootrealme 5s 2014. So, without any ado, let’s start with the guide.

Phase 1: Unlock the Bootloader

Unlocking the bootloader on the realme 5s 2014 would wipe the entire device, so it’s important that you take a thorough backup of your device before proceeding with this guide. Follow our below post on how to unlock bootloader onrealme 5s 2014 device.

How to unlock bootloader on realme 5s 2014

Phase 2: Install TWRP Recovery

Connect your realme 5s 2014 to PC via USB cable.

Open the command prompt in your PC and type the below command to confirm your device was detected by the PC.adb devices

If everything is good, a message will appear “List of devices attached” along with your device’s serial number. If your device is not visible, then try reconnecting your device again and type the above command.

Now type the below command in the command prompt to enter into fastboot/bootloader mode on your device.adb reboot bootloader

Download the TWRP file from the download section above and rename the downloaded image file to recovery.img for convenience.

Navigate to the path where you’ve placed the TWRP image and open a command prompt in that folder by pressing Shift + Right click in any empty space inside the folder, and select Open command window here from the Windows context menu.

Now type the below command to flash TWRP recovery on your device

.fastboot flash recovery recovery.img

Now you can reboot the device using the below command.fastboot reboot

That’s it. Now you have successfully installed TWRP recovery on your device.

Phase 3: Root your Device

Now all you need to do is to flash the SuperSU binary from the custom recovery to root your device. If you don’t know how, follow the step-by-step from below.

Download the latest SuperSU zip from the downloads section and transfer it to your device’s storage.

Connect your device to PC using a USB cable and enter the following command in the CMD window to reboot your device into recovery mode.adb reboot recovery

Now that you’re in recovery, it’s best to make a nandroid backup of your device. If you’re not sure of the procedure, follow our definitive guide on how to take a nandroid backup on various recoveries.

In the recovery, tap the Install button and select the SuperSU zip to flash it. For more detailed instruction for flashing zips on different recoveries, follow our definitive guide

Once the SuperSU zip is flashed, reboot your device by selecting the Reboot system option from the recovery menu.

To verify if the device is rooted or not, install the below app and open it to verify.

My Youtube Channel

Root and Install TWRP Recovery on [realme 3i] [Easy Guide] - And Rootin

realme 3i is one of the most popular budget smartphone launched by Motorola to hold monopoly in several budding markets. The device comes with commending specs and great looks despite the pocket-friendly price tag. However, rooting the device will make it more powerful as user has the ultimate permissions. Moreover, rooting your device will open the portal to awesomeness as you can now enjoy a wide range of apps which are made specially for rooted Android devices.

So, today we will see how to install TWRP and root  realme 3i  2014 with a detailed procedure. Before we begin with the rooting tutorial, we recommend you to follow the below knowledge articles to learn about rooting, custom recoveries and their pros & cons.

1A Beginners Guide to Android Rooting

What is a Custom Recovery?



Warning

Rooting a device and installing custom modules is deemed hazardous and you might end up with a bricked device in worst case scenario. Warranty may be void of your device either temporarily or permanently if you follow the procedure in this tutorial. You alone are responsible for the consequences, we won’t be liable if any damage occurs to your device even though we’re confident that the process works and is tested by many users. However, you can reach us for assistance in the comments section.

Prerequisites

Charge your device above 60% to make sure it doesn’t die in the middle of the process which may be fatal sometimes.

Make a backup of everything on your device so that you can restore the files if something goes wrong. Here’s the usual checklist:

Complete backup of your internal storage

Backup your Contacts, SMS, Call logs, music playlists and photos. Tutorial

Take a complete backup of your apps with data. If you don’t know how, follow our detailed guide on .how to backup apps and data with Helium app

Install proper drivers on your PC. If you haven’t installed them already, you can follow our .detailed USB driver installation guide

Setup ADB and Fastboot files on your PC. If you don’t know how, follow our detailed guide on .how to setup ADB and Fastboot on your PC

Prepare your device:

Enable developer options: Go to your device’s Settings » About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options.

Enable USB Debugging: Go to your device’s Settings » Developer options » tick the “USB debugging” check-box (sometimes listed as Android Debugging)

Downloads


Download the latest TWRP recovery for  realme 3i  2014 → Require tools and Files-

-


In this guide, first we will unlock the bootloader on your  realme 3i  2014 and install a TWRP recovery. Then we will install the SuperSU file to root  realme 3i  2014. So, without any ado, let’s start with the guide.

Phase 1: Unlock the Bootloader

Unlocking the bootloader on the  realme 3i  2014 would wipe the entire device, so it’s important that you take a thorough backup of your device before proceeding with this guide. Follow our below post on how to unlock bootloader on  realme 3i  2014 device.

How to unlock bootloader on  realme 3i  2014

Phase 2: Install TWRP Recovery

Connect your  realme 3i  2014 to PC via USB cable.

Open the command prompt in your PC and type the below command to confirm your device was detected by the PC.adb devices

If everything is good, a message will appear “List of devices attached” along with your device’s serial number. If your device is not visible, then try reconnecting your device again and type the above command.

Now type the below command in the command prompt to enter into fastboot/bootloader mode on your device.adb reboot bootloader

Download the TWRP file from the download section above and rename the downloaded image file to recovery.img for convenience.

Navigate to the path where you’ve placed the TWRP image and open a command prompt in that folder by pressing Shift + Right click in any empty space inside the folder, and select Open command window here from the Windows context menu.

Now type the below command to flash TWRP recovery on your device

.fastboot flash recovery recovery.img

Now you can reboot the device using the below command.fastboot reboot

That’s it. Now you have successfully installed TWRP recovery on your device.

Phase 3: Root your Device

Now all you need to do is to flash the SuperSU binary from the custom recovery to root your device. If you don’t know how, follow the step-by-step from below.

Download the latest SuperSU zip from the downloads section and transfer it to your device’s storage.

Connect your device to PC using a USB cable and enter the following command in the CMD window to reboot your device into recovery mode.adb reboot recovery

Now that you’re in recovery, it’s best to make a nandroid backup of your device. If you’re not sure of the procedure, follow our definitive guide on how to take a nandroid backup on various recoveries.

In the recovery, tap the Install button and select the SuperSU zip to flash it. For more detailed instruction for flashing zips on different recoveries, follow our definitive guide

Once the SuperSU zip is flashed, reboot your device by selecting the Reboot system option from the recovery menu.

To verify if the device is rooted or not, install the below app and open it to verify.

My Youtube Channel

Root and Install TWRP Recovery on [Nokia 1] [Easy Guide] - And Rooting

Root and Install TWRP Recovery on [Nokia 1] k[Easy Guide] - And Rooting

Nokia 1 2014 is one of the most popular budget smartphone launched by Motorola to hold monopoly in several budding markets. The device comes with commending specs and great looks despite the pocket-friendly price tag. However, rooting the device will make it more powerful as user has the ultimate permissions. Moreover, rooting your device will open the portal to awesomeness as you can now enjoy a wide range of apps which are made specially for rooted Android devices.

So, today we will see how to install TWRP and root Nokia 1 2014 with a detailed procedure. Before we begin with the rooting tutorial, we recommend you to follow the below knowledge articles to learn about rooting, custom recoveries and their pros & cons.

1A Beginners Guide to Android Rooting

What is a Custom Recovery?



Warning

Rooting a device and installing custom modules is deemed hazardous and you might end up with a bricked device in worst case scenario. Warranty may be void of your device either temporarily or permanently if you follow the procedure in this tutorial. You alone are responsible for the consequences, we won’t be liable if any damage occurs to your device even though we’re confident that the process works and is tested by many users. However, you can reach us for assistance in the comments section.

Prerequisites

Charge your device above 60% to make sure it doesn’t die in the middle of the process which may be fatal sometimes.

Make a backup of everything on your device so that you can restore the files if something goes wrong. Here’s the usual checklist:

Complete backup of your internal storage

Backup your Contacts, SMS, Call logs, music playlists and photos. Tutorial 

Take a complete backup of your apps with data. If you don’t know how, follow our detailed guide on .how to backup apps and data with Helium app

Install proper drivers on your PC. If you haven’t installed them already, you can follow our .detailed USB driver installation guide

Setup ADB and Fastboot files on your PC. If you don’t know how, follow our detailed guide on .how to setup ADB and Fastboot on your PC

Prepare your device:

Enable developer options: Go to your device’s Settings » About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options.

Enable USB Debugging: Go to your device’s Settings » Developer options » tick the “USB debugging” check-box (sometimes listed as Android Debugging)

Downloads

Download the latest TWRP recovery for Nokia 1 2014 → Require tools and Files-

Step-By-Step Installation Guide

In this guide, first we will unlock the bootloader on your Nokia 1 2014 and install a TWRP recovery. Then we will install the SuperSU file to root Nokia 1 2014. So, without any ado, let’s start with the guide.

Phase 1: Unlock the Bootloader

Unlocking the bootloader on the Nokia 1 2014 would wipe the entire device, so it’s important that you take a thorough backup of your device before proceeding with this guide. Follow our below post on how to unlock bootloader on Nokia 1 2014 device.

How to unlock bootloader on Nokia 1 2014

Phase 2: Install TWRP Recovery

Connect your Nokia 1 2014 to PC via USB cable.

Open the command prompt in your PC and type the below command to confirm your device was detected by the PC.adb devices

If everything is good, a message will appear “List of devices attached” along with your device’s serial number. If your device is not visible, then try reconnecting your device again and type the above command.

Now type the below command in the command prompt to enter into fastboot/bootloader mode on your device.adb reboot bootloader

Download the TWRP file from the download section above and rename the downloaded image file to recovery.img for convenience.

Navigate to the path where you’ve placed the TWRP image and open a command prompt in that folder by pressing Shift + Right click in any empty space inside the folder, and select Open command window here from the Windows context menu.

Now type the below command to flash TWRP recovery on your device

.fastboot flash recovery recovery.img

Now you can reboot the device using the below command.fastboot reboot

That’s it. Now you have successfully installed TWRP recovery on your device.

Phase 3: Root your Device

Now all you need to do is to flash the SuperSU binary from the custom recovery to root your device. If you don’t know how, follow the step-by-step from below.

Download the latest SuperSU zip from the downloads section and transfer it to your device’s storage.

Connect your device to PC using a USB cable and enter the following command in the CMD window to reboot your device into recovery mode.adb reboot recovery

Now that you’re in recovery, it’s best to make a nandroid backup of your device. If you’re not sure of the procedure, follow our definitive guide on how to take a nandroid backup on various recoveries.

In the recovery, tap the Install button and select the SuperSU zip to flash it. For more detailed instruction for flashing zips on different recoveries, follow our definitive guide 

Once the SuperSU zip is flashed, reboot your device by selecting the Reboot system option from the recovery menu.

To verify if the device is rooted or not, install the below app and open it to verify.

Root and Install TWRP Recovery on Intex INFIE 3 [Easy Guide] - And Rooting

Intex INFIE 3 2014 is one of the most popular budget smartphone launched by Motorola to hold monopoly in several budding markets. The device comes with commending specs and great looks despite the pocket-friendly price tag. However, rooting the device will make it more powerful as user has the ultimate permissions. Moreover, rooting your device will open the portal to awesomeness as you can now enjoy a wide range of apps which are made specially for rooted Android devices.

So, today we will see how to install TWRP and root Intex INFIE 3 2014 with a detailed procedure. Before we begin with the rooting tutorial, we recommend you to follow the below knowledge articles to learn about rooting, custom recoveries and their pros & cons.

1A Beginners Guide to Android Rooting

What is a Custom Recovery?

Warning

Rooting a device and installing custom modules is deemed hazardous and you might end up with a bricked device in worst case scenario. Warranty may be void of your device either temporarily or permanently if you follow the procedure in this tutorial. You alone are responsible for the consequences, we won’t be liable if any damage occurs to your device even though we’re confident that the process works and is tested by many users. However, you can reach us for assistance in the comments section.

Prerequisites

Charge your device above 60% to make sure it doesn’t die in the middle of the process which may be fatal sometimes.

Make a backup of everything on your device so that you can restore the files if something goes wrong. Here’s the usual checklist:
Complete backup of your internal storage

Backup your Contacts, SMS, Call logs, music playlists and photos. Tutorial

Take a complete backup of your apps with data. If you don’t know how, follow our detailed guide on .how to backup apps and data with Helium app

Install proper drivers on your PC. If you haven’t installed them already, you can follow our .detailed USB driver installation guide

Setup ADB and Fastboot files on your PC. If you don’t know how, follow our detailed guide on .how to setup ADB and Fastboot on your PC

Prepare your device:
Enable developer options: Go to your device’s Settings » About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options.

Enable USB Debugging: Go to your device’s Settings » Developer options » tick the “USB debugging” check-box (sometimes listed as Android Debugging)


Downloads

Download the latest TWRP recovery for Intex INFIE 3 2014 → Require tools and Files-

Step-By-Step Installation Guide

In this guide, first we will unlock the bootloader on your Intex INFIE 3 2014 and install a TWRP recovery. Then we will install the SuperSU file to root Intex INFIE 3 2014. So, without any ado, let’s start with the guide.

Phase 1: Unlock the Bootloader

Unlocking the bootloader on the Intex INFIE 3 2014 would wipe the entire device, so it’s important that you take a thorough backup of your device before proceeding with this guide. Follow our below post on how to unlock bootloader on Intex INFIE 3 2014 device.

How to unlock bootloader on Intex INFIE 3 2014

Phase 2: Install TWRP Recovery

Connect your Intex INFIE 3 2014 to PC via USB cable.

Open the command prompt in your PC and type the below command to confirm your device was detected by the PC.adb devices
If everything is good, a message will appear “List of devices attached” along with your device’s serial number. If your device is not visible, then try reconnecting your device again and type the above command.

Now type the below command in the command prompt to enter into fastboot/bootloader mode on your device.adb reboot bootloader

Download the TWRP file from the download section above and rename the downloaded image file to recovery.img for convenience.

Navigate to the path where you’ve placed the TWRP image and open a command prompt in that folder by pressing Shift + Right click in any empty space inside the folder, and select Open command window here from the Windows context menu.

Now type the below command to flash TWRP recovery on your device
.fastboot flash recovery recovery.img

Now you can reboot the device using the below command.fastboot reboot

That’s it. Now you have successfully installed TWRP recovery on your device.

Phase 3: Root your Device

Now all you need to do is to flash the SuperSU binary from the custom recovery to root your device. If you don’t know how, follow the step-by-step from below.

Download the latest SuperSU zip from the downloads section and transfer it to your device’s storage.

Connect your device to PC using a USB cable and enter the following command in the CMD window to reboot your device into recovery mode.adb reboot recovery

Now that you’re in recovery, it’s best to make a nandroid backup of your device. If you’re not sure of the procedure, follow our definitive guide on how to take a nandroid backup on various recoveries.

In the recovery, tap the Install button and select the SuperSU zip to flash it. For more detailed instruction for flashing zips on different recoveries, follow our definitive guide

Once the SuperSU zip is flashed, reboot your device by selecting the Reboot system option from the recovery menu.

To verify if the device is rooted or not, install the below app and open it to verify.
My Youtube Channel

How To flash Custom recovery To Lava Z60 install TWRP And Rooting

Lava Z60 2014 is one of the most popular budget smartphone launched by Motorola to hold monopoly in several budding markets. The device comes with commending specs and great looks despite the pocket-friendly price tag. However, rooting the device will make it more powerful as user has the ultimate permissions. Moreover, rooting your device will open the portal to awesomeness as you can now enjoy a wide range of apps which are made specially for rooted Android devices.

So, today we will see how to install TWRP and root Lava Z60 2014 with a detailed procedure. Before we begin with the rooting tutorial, we recommend you to follow the below knowledge articles to learn about rooting, custom recoveries and their pros & cons.

1A Beginners Guide to Android Rooting

What is a Custom Recovery?
Warning
Rooting a device and installing
custom modules is deemed hazardous and you might end up with a bricked device in worst case scenario. Warranty may be void of your device either temporarily or permanently if you follow the procedure in this tutorial. You alone are responsible for the consequences, we won’t be liable if any damage occurs to your device even though we’re confident that the process works and is tested by many users. However, you can reach us for assistance in the comments section.

Prerequisites

Charge your device above 60% to make sure it doesn’t die in the middle of the process which may be fatal sometimes.

Make a backup of everything on your device so that you can restore the files if something goes wrong. Here’s the usual checklist:
Complete backup of your internal storage

Backup your Contacts, SMS, Call logs, music playlists and photos. Tutorial

Take a complete backup of your apps with data. If you don’t know how, follow our detailed guide on .how to backup apps and data with Helium app

Install proper drivers on your PC. If you haven’t installed them already, you can follow our .detailed USB driver installation guide

Setup ADB and Fastboot files on your PC. If you don’t know how, follow our detailed guide on .how to setup ADB and Fastboot on your PC

Prepare your device:
Enable developer options: Go to your device’s Settings » About phone » Scroll to the bottom and tap on “Build number” seven times to enable developer options.

Enable USB Debugging: Go to your device’s Settings » Developer options » tick the “USB debugging” check-box (sometimes listed as Android Debugging)



Downloads

Download the latest TWRP recovery for Lava Z60 2014 →  Require tools and Files-


Download SuperSU zip →

Step-By-Step Installation Guide

In this guide, first we will unlock the bootloader on your Lava Z60 2014 and install a TWRP recovery. Then we will install the SuperSU file to root Lava Z60 2014. So, without any ado, let’s start with the guide.

Phase 1: Unlock the Bootloader

Unlocking the bootloader on the Lava Z60 2014 would wipe the entire device, so it’s important that you take a thorough backup of your device before proceeding with this guide. Follow our below post on how to unlock bootloader on Lava Z60 2014 device.

How to unlock bootloader on Lava Z60 2014

Phase 2: Install TWRP Recovery

Connect your Lava Z60 2014 to PC via USB cable.

Open the command prompt in your PC and type the below command to confirm your device was detected by the PC.adb devices
If everything is good, a message will appear “List of devices attached” along with your device’s serial number. If your device is not visible, then try reconnecting your device again and type the above command.

Now type the below command in the command prompt to enter into fastboot/bootloader mode on your device.adb reboot bootloader

Download the TWRP file from the download section above and rename the downloaded image file to recovery.img for convenience.

Navigate to the path where you’ve placed the TWRP image and open a command prompt in that folder by pressing Shift + Right click in any empty space inside the folder, and select Open command window here from the Windows context menu.

Now type the below command to flash TWRP recovery on your device
.fastboot flash recovery recovery.img

Now you can reboot the device using the below command.fastboot reboot

That’s it. Now you have successfully installed TWRP recovery on your device.

Phase 3: Root your Device

Now all you need to do is to flash the SuperSU binary from the custom recovery to root your device. If you don’t know how, follow the step-by-step from below.

Download the latest SuperSU zip from the downloads section and transfer it to your device’s storage.

Connect your device to PC using a USB cable and enter the following command in the CMD window to reboot your device into recovery mode.adb reboot recovery

Now that you’re in recovery, it’s best to make a nandroid backup of your device. If you’re not sure of the procedure, follow our definitive guide on how to take a nandroid backup on various recoveries.

In the recovery, tap the Install button and select the SuperSU zip to flash it. For more detailed instruction for flashing zips on different recoveries, follow our definitive guide 

Once the SuperSU zip is flashed, reboot your device by selecting the Reboot system option from the recovery menu.

To verify if the device is rooted or not, install the below app and open it to verify.
My Youtube Channel

How To for Itel A44 And Twrp recovery 3.2.1 And Rooting

How To Best  for Itel A44 And Twrp recovery And Rooting

-
Contents
twrp Recovery Now Released For the Itel A44 
 and Finally We have A Solution to Root it. So that today we will talk about this topic. In the topic We are going to Share a Complete Guide to Root Itel A44 
 by using the SuperSU and twrp Recovery.
Many peoples use Itel A44 
 but few people know about rooting the phone . So the article For that Whom does Not Know How to Root. Root is Not Necessary for all Peoples but it Require to achieve Some advance features of the Device .
by Rooting the Phone You can improve Your phone’s performance even better. but it also Dangerous for  Newby. You can get the full information about ” Android root ” from Here. We can root our phone in two ways First one using the Computer and other one Without using the Computer. but The Nokia 5 1053 is Not Rootable without a Computer So You Must have a PC to Root it. Let’s get Start The proces.
Note-
1. This Guide is Work only on Listed Device. So please Don’t try it on any other Phone.
2. Flashing The ROM Will Erase all your Data, So Must create a backup of your Personal data before Flashing,
3. Please Do carefully, We are not Responsible for any damage, bootloop, or dead SD card’s.
4. Ensure that your Device at-least 50% charge During Flashing Process,to Stop the Accidentally Shut Down.
5. Follow all steps correctly otherwise it Will cause bootloop.
Features of TWRP Recovery:
You can flash Custom ROM on
You can flash modding zip files to customize your phone
Easy to flash and use Xposed Modules using TWRP
Easy to Root and Unroot using TWRP Recovery flashable zip SuperSU
You can install Magisk on
You can always take FULL NANDROID Backup in case of any modding or flashing.
Easy access to restore the Nandroid Backup.
You can flash the image file using TWRP Recovery
Easy to remove all bloatware using TWRP Recovery
To underclock and overclock.
You can clean Wipe, Cache, and Data.
Must Require:
1. backup NVRAM
2. backup Your Personal data
3. Create a nandroid backup


Require tools and Files-

How to Install twrp Recovery on Itel A44 
-
Step 1. Download Recovery for Your Device From above and extract[if zip or rar]
Step 2. Move the Magisk.zip and No-verity-opt-Encrypt.zip to Phone’s Storage.  Download & Install QD loader Driver On Your PC
Step 3. Run Mi Flash and Load Require Files from the twrp Folder,
Step 4. On Phone Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.
Step 5. Completely Switch off Your Phone and then Press Volume Up and Down Button [together] and Connect your Phone to PC. You can See EDL or COM on QFIL Screen [if Driver Installed Properly]
Step 6. Click Download
Step7. Wait for success. Done
Step 8. Do Not Reboot Your Phone. Long Press Volume up and Down Button together to boot in twrp Then Follow Below Steps to Root. Must Require otherwise it will cause bootloop.
How to Root Itel A44 
-
Step 1. Download Magisk/superSu From above and Save it to Device storage [internatl/ external].
Step 2. Switch of phone and Press power and volume up button to boot Device into twrp [Installed in above Step] or use code
adb reboot recovery
Step 3. In the twrp Go to backup tab and Create a nandroid backup. Don’t forgot to include NVRAM or imei aka ESF.
Step 4. Go to wipe tab and Do a factory Reset.only Do a factory Reset Do’t include other partition’s.
Step 5. Go to Install tab and Locate Download SuperSu.zip and confirm Install, wait For Success Done.
Step 6: again to Install tab locate No verity Disabler.zip and Confirm Install. Done Reboot system Now.
Check other articles-
My Youtube Channel

Saturday, May 30, 2020

How to Root Tecno Camon I 100% Working With MI Flash twrp 3.2.1 And Rooting

How to Root Tecno Camon I  100% Working With MI Flash twrp 3.2.1 

Contents

twrp Recovery Now Released For the Tecno Camon I 

 and Finally We have A Solution to Root it. So that today we will talk about this topic. In the topic We are going to Share a Complete Guide to Root Tecno Camon I 

 by using the SuperSU and twrp Recovery.


Many peoples use Tecno Camon I 

 but few people know about rooting the phone . So the article For that Whom does Not Know How to Root. Root is Not Necessary for all Peoples but it Require to achieve Some advance features of the Device .

by Rooting the Phone You can improve Your phone’s performance even better. but it also Dangerous for  Newby. You can get the full information about ” Android root ” from Here. We can root our phone in two ways First one using the Computer and other one Without using the Computer. but The Tecno Camon I  5 1053 is Not Rootable without a Computer So You Must have a PC to Root it. Let’s get Start The proces

Note-

1. This Guide is Work only on Listed Device. So please Don’t try it on any other Phone.
2. Flashing The ROM Will Erase all your Data, So Must create a backup of your Personal data before Flashing,
3. Please Do carefully, We are not Responsible for any damage, bootloop, or dead SD card’s.
4. Ensure that your Device at-least 50% charge During Flashing Process,to Stop the Accidentally Shut Down.
5. Follow all steps correctly otherwise it Will cause bootloop.

Features of TWRP Recovery:

You can flash Custom ROM on

You can flash modding zip files to customize your phone

Easy to flash and use Xposed Modules using TWRP

Easy to Root and Unroot using TWRP Recovery flashable zip SuperSU

You can install Magisk on

You can always take FULL NANDROID Backup in case of any modding or flashing.

Easy access to restore the Nandroid Backup.

You can flash the image file using TWRP Recovery

Easy to remove all bloatware using TWRP Recovery

To underclock and overclock.

You can clean Wipe, Cache, and Data.

Must Require:

1. backup NVRAM

2. backup Your Personal data

3. Create a nandroid backup

Require tools and Files-



How to Install twrp Recovery on Tecno Camon I 

-

Step 1. Download Recovery for Your Device From above and extract[if zip or rar]

Step 2. Move the Magisk.zip and No-verity-opt-Encrypt.zip to Phone’s Storage.  Download & Install QD loader Driver On Your PC

Step 3. Run Mi Flash and Load Require Files from the twrp Folder,

Step 4. On Phone Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.

Step 5. Completely Switch off Your Phone and then Press Volume Up and Down Button [together] and Connect your Phone to PC. You can See EDL or COM on QFIL Screen [if Driver Installed Properly]

Step 6. Click Download

Step7. Wait for success. Done

Step 8. Do Not Reboot Your Phone. Long Press Volume up and Down Button together to boot in twrp Then Follow Below Steps to Root. Must Require otherwise it will cause bootloop.

How to Root Tecno Camon I 

-

Step 1. Download Magisk/superSu From above and Save it to Device storage [internatl/ external].

Step 2. Switch of phone and Press power and volume up button to boot Device into twrp [Installed in above Step] or use code

adb reboot recovery

Step 3. In the twrp Go to backup tab and Create a nandroid backup. Don’t forgot to include NVRAM or imei aka ESF.

Step 4. Go to wipe tab and Do a factory Reset.only Do a factory Reset Do’t include other partition’s.

Step 5. Go to Install tab and Locate Download SuperSu.zip and confirm Install, wait For Success Done.

Step 6: again to Install tab locate No verity Disabler.zip and Confirm Install. Done Reboot system Now.

Check other articles-

My Youtube Channel

How to Root Lava A44 TWRP 100% Working With SP Flash twrp 3.2.1

How to Root Lava A44 TWRP 100% Working With MI Flash twrp 3.2.1

Root twrp Lava A44 TWRP-

Contents

twrp Recovery Now Released For the Lava A44 TWRP and Finally We have A Solution to Root it. So that today we will talk about this topic. In the topic We are going to Share a Complete Guide to Root Lava A44 TWRP by using the SuperSU and twrp Recovery.

Many peoples use Lava A44 TWRP but few people know about rooting the phone . So the article For that Whom does Not Know How to Root. Root is Not Necessary for all Peoples but it Require to achieve Some advance features of the Device .


by Rooting the Phone You can improve Your phone’s performance even better. but it also Dangerous for  Newby. You can get the full information about ” Android root ” from Here. We can root our phone in two ways First one using the Computer and other one Without using the Computer. but The Nokia 5 1053 is Not Rootable without a Computer So You Must have a PC to Root it. Let’s get Start The proces.

Note-

1. This Guide is Work only on Listed Device. So please Don’t try it on any other Phone.
2. Flashing The ROM Will Erase all your Data, So Must create a backup of your Personal data before Flashing,
3. Please Do carefully, We are not Responsible for any damage, bootloop, or dead SD card’s.
4. Ensure that your Device at-least 50% charge During Flashing Process,to Stop the Accidentally Shut Down.
5. Follow all steps correctly otherwise it Will cause bootloop.

Features of TWRP Recovery:

You can flash Custom ROM on

You can flash modding zip files to customize your phone

Easy to flash and use Xposed Modules using TWRP

Easy to Root and Unroot using TWRP Recovery flashable zip SuperSU

You can install Magisk on

You can always take FULL NANDROID Backup in case of any modding or flashing.

Easy access to restore the Nandroid Backup.

You can flash the image file using TWRP Recovery

Easy to remove all bloatware using TWRP Recovery

To underclock and overclock.

You can clean Wipe, Cache, and Data.

Must Require:

1. backup NVRAM

2. backup Your Personal data

3. Create a nandroid backup

Require tools and Files-



How to Install twrp Recovery on Lava A44 TWRP-

Step 1. Download Recovery for Your Device From above and extract[if zip or rar]

Step 2. Move the Magisk.zip and No-verity-opt-Encrypt.zip to Phone’s Storage.  Download & Install QD loader Driver On Your PC

Step 3. Run Mi Flash and Load Require Files from the twrp Folder,

Step 4. On Phone Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.

Step 5. Completely Switch off Your Phone and then Press Volume Up and Down Button [together] and Connect your Phone to PC. You can See EDL or COM on QFIL Screen [if Driver Installed Properly]

Step 6. Click Download

Step7. Wait for success. Done

Step 8. Do Not Reboot Your Phone. Long Press Volume up and Down Button together to boot in twrp Then Follow Below Steps to Root. Must Require otherwise it will cause bootloop.

How to Root Lava A44 TWRP-

Step 1. Download Magisk/superSu From above and Save it to Device storage [internatl/ external].

Step 2. Switch of phone and Press power and volume up button to boot Device into twrp [Installed in above Step] or use code

adb reboot recovery

Step 3. In the twrp Go to backup tab and Create a nandroid backup. Don’t forgot to include NVRAM or imei aka ESF.

Step 4. Go to wipe tab and Do a factory Reset.only Do a factory Reset Do’t include other partition’s.

Step 5. Go to Install tab and Locate Download SuperSu.zip and confirm Install, wait For Success Done.

Step 6: again to Install tab locate No verity Disabler.zip and Confirm Install. Done Reboot system Now.

Check other articles-

How To Install twrp Recovery To Intex Aqua 5.5 Vr And Root

How To Custom Recovery Install To Intex Aqua 5.5 Vr And Root Custom Roms

Twrp Rootage Mt6737v Intex Aqua 5.5 Vr

 Mei 08, 2018  Intex Aqua 5.5 VR  recovery  Root  twrp

Root twrp-Intex Aqua 5.5 VR-

Install twrp Recovery together with Root Intex Aqua 5.5 VR, inwards this article i volition Show you lot How to Root Intex Aqua 5.5 VR amongst inwards five minut,

This is a latest twrp Recovery together with Root for Intex Aqua 5.5 VR together with hither i Will Show you lot how to Root Intex Aqua 5.5 VR, Intex Aqua 5.5 VR smartphone was launched inwards Oct 2016. The call comes amongst a 5.50-inch touchscreen display amongst a resolution of 720 pixels past times 1280 pixels at a PPI of 269 pixels per inch, The Intex Aqua 5.5 VR is powered past times 1.2GHz quad-core MediaTek MT6737V processor together with it comes amongst 1GB of RAM. The call packs 8GB of internal storage that tin endure expanded upward to 32GB via a microSD card. As far every bit the cameras are concerned, the Intex Aqua 5.5 VR packs a 5-megapixel top dog photographic telly camera on the nurture together with a 5-megapixel front end shooter for selfies.


The Intex Aqua 5.5 VR runs Android 6.0 and is powered past times a 2800mAh non removable battery. It measures 153.70 x 72.80 x 9.90 (height x width x thickness) together with weigh 176.00 grams.The Intex Aqua 5.5 VR is a dual SIM (GSM together with GSM) smartphone that accepts Micro-SIM together with Micro-SIM. Connectivity options include Wi-Fi, GPS, Bluetooth, USB OTG, 3G together with 4G (with back upward for Band twoscore used past times to a greater extent than or less LTE networks inwards India). Sensors on the call include Proximity sensor, Accelerometer, Ambient low-cal sensor together with Gyroscope.

Note-

This ROM/Recovery/Guide is function exclusively on Listed Device. Don’t endeavor this on whatever other device, otherwise it travail bootloop,

Follow the steps correctly otherwise you lot may brick your device. We are non responsible for whatever impairment to your phone.

It volition erase all your data, thus nosotros suggest you lot showtime to convey a consummate backup of your call together with thus proceed.


Ensure that your call has at to the lowest degree 50-60% charged to foreclose the accidental shutdown in-between the process,

Download tools to Root Intex Aqua 5.5 VR-

How to Install twrp Recovery on Intex Aqua 5.5 VR-

Connect Device to PC amongst usb Debugging together with oem unlock Enabled,

type below code 1 past times 1 [hit enter] to unlock bootloader together with install recovery

Recovery must inwards adb Folder[twrp must inwards adb folder amongst the name'recovery.img']

adb devicesadb reboot bootloaderfastboot oem unlockfastboot flash recovery recovery.img 

How to Root Intex Aqua 5.5 VR-

To Root the Device, first, download the Magisk v11.6.zip file together with no-verity-opt-encrypt-5.1.zip files from above.

Boot your device into TWRP Recovery mode.

Now inwards the TWRP, tap “Never demo this covert on kicking again”, together with Swipe allows modification.

Now Go to “Wipe” department together with tap “Format Data”, together with type “yes”

Now navigate to Install Zip together with pick out ‘no-verity-opt-encrypt-5.1.zip’ together with flash it.

Now Reboot your device together with when the device boots upward 1 time again reboot into TWRP.

Flash Magisk nix file, wipe cache together with Dalvik cache together with reboot.

When the Phone starts, Install magisk managing director apk become to Magisk Manager App.

setting/root/ enable apps together with adb 

Done,

How To Install TWRP and Root Xolo Era 3 on Android Nougat [2020]]


Install TWRP and Root Xolo Era 3 on Android Nougat


A few months ago the was released the Nougat update for the Xolo Era 3 and Xolo Plus. These devices were the first one to receive Android N update. 

This was good news for the users. However, for the developers, the scene was a bit different. Since the Nougat update had been released for the Xolo Era 3  the developers 


had to find another way to root the nougat ROM. They simply can’t use the method they used to root the device on Marshmallow.

Thanks to doomed151 of XDA. Because of him, the Xolo Era 3 Plus users can root their updated Android N ROM without much of a hassle. So what is the method? Let me tell you it’s not that hard. Keep on reading to find out.
Contents 


Prerequisites
An 

Download  and extract it to the ADB folder (Tip: If ADB folder does not exist then create it)




Then, download the  (an OpenSource SELinux-capable SuperUser) and copy it in the device’s Internal Storage.

Make sure USB debugging enabled you can enable it from Settings> Developer options.

Make sure to download the if on NPJ25.93-11/12/14 (non-soak test nougat) firmware and copy it to the device’s Internal Storage.

Changes to Make
Open the SuperSU.zip file you downloaded earlier.

Look for the file config.txt and open it.

Change the default text, eng verity crypt
to
eng noverity nocrypt
and save the file.

Note- If you are using 7-zip to work with the archives then it will ask you whether you want to update your archive or not. Just click on Yes and the archive will be updated.

Steps to Install TWRP on Xolo Era 3 Plus Running Nougat

Power off your smartphone.

Then, boot into bootloader mode (Press and hold Volume Down + Power until droid logo).

Connect your smartphone to the PC via USB cable.

Next, navigate to the ADB folder and open it.

In the ADB folder, hold Shift + Right Click» Open command window here.

In the command prompt, type adb devices (This will confirm your device is attached to the PC via ADB)

Type the following command in the command prompt, fastboot.exe flash recovery twrp-3.0.2-0-athene.img
and hit enter (This will install TWRP recovery on your device).

After the process is completed, unplug your device.

Then, select Recovery from the bootloader (Use Volume buttons to navigate and Power Button to select).

After a few seconds, your device will boot up into TWRP recovery.

Follow and execute steps 2,3 and 4 only if on NPJ25.93-11/12/14 (non-soak test nougat) firmware. Also make sure to backup the stock kernel before proceeding further.

Steps to Root Xolo Era 3 Plus on 

Android Nougat

TWRP 3.0
After the TWRP has successfully booted, click on Install.

Navigate to the directory where you placed the ElementalX.zip file.

Click on it and swipe right to flash it.

After that, go back to the TWRPs main screen.

Click on Install.

Navigate to the directory where you placed the SuperSU.zip file.

Then, Click on it and swipe right to 
  1. flash it.

Next, go back to TWRPs main screen.

Finally, select Reboot» System (To boot your device into the System).

At last, download and install the phh’s SuperSu from the Google Play Store.

Update the SU binary if asked (Just follow the on-screen instructions).


Download the Root Checker app from the Google Play Store to verify root.

Best Android 10 Based Custom Roms For Tecno Camon I On Android Nougat Install Twrp And Root [2020]


Best An Best Android 10 Based Custom Roms For Tecno Camon I On Android Nougat Install Twrp And Root  [2020]

droid 10 based custom ROMs for Tecno
Camon i castom ROM To Best Rom

The most popular Tecno Camon iseries device – Tecno Camon i  has received some love from the third-party development community over at XDA. The device has received Android 10 based Arrow OS and a few other custom ROMs support. As far as the official support is concerned, the intex has stopped the development for Tecno Camon iafter rolling out Android 8.1 Oreo. Moreover, its been more than six months since the device has received the latest security patch. After a single significant upgrade, intex forgot this mid-range device that received considerable sales in 2017.




Must See: Download Xiaomi Mi CC9 Pro/Mi Note 10 Wallpapers in HD+ resolution

After blooming third-party support for Android 9.0 based custom ROMs, now the developers are eagerly participating in Android 10 development for Tecno Camon i . XDA developers are cooking some ROMs and MODs, especially for the Tecno Camon i . We have made a list of the best Android 10 based custom ROMs for Tecno Camon i .

What’s new in Android 10?

The Android 10 brings various new features and advancements that will make Tecno Camon ibeast once again. It features advanced security features, smart reply from notifications, new gesture navigation, and much more. The popular and most awaited Dark Theme is also part of the latest package. The enhanced privacy controls will allow users to choose data to be shared with apps. The support for advanced technologies such as 5G and foldable tech is also onboard for Android devices.

There will be some added customizability features, mods, and tweaks that will become a part of Android 10 custom ROMs.

Tecno Camon iSpecifications

The Motorola’s Tecno Camon iwas launched in February 2017 with competitive hardware in the mid-range market. It packs 5.2-inch IPS LCD Capacitive touchscreen supporting 16M colors and protected with Corning Gorilla Glass 3. The display features a resolution of 1080 x 1920 pixels with 424 pixels per inch density. Tecno Camon iis powered by Qualcomm Snapdragon 625 chipset featuring an octa-core processor coupled with Adreno 506 GPU.

In the camera department, the smartphone holds a single 12-megapixel camera with dual-LED flash. A 5-megapixel selfie camera is present on the front side for video calling.  In Conencctivty, there;s a WiFi, Bluetooth 4.2, GPS, NFC, FM Radio and microUSB 2.0 connector. It featured a fingerprint sensor on the front side along with other sensors like accelerometer, gyro, proximity sensor, and compass. The came in different storage variants of 2GB RAM + 32GB storage, 3GB RAM + 32GB and 4GB RAM + 64GB storage.

It comes with a non-removable Li-ion 3000 mAh battery with support for 15W fast charging. It is available in Lunar Grey and Fine Gold colors. Tecno Camon imeasures 150.2 x 74 x 7.7 mm and weighs 155 grams.

Note: These custom ROMs are in the early stages of development, so there might be few bugs and issues. We advise the users to these ROMs only if the phone is not your daily driver.

List of best Android 10 based custom ROMs
Tecno Camon iCustom ROM Links


Screenshot



These custom ROMs will carry Android 10 as well as the ROM based custom features also. The users can choose the best ROM based on its features and support.

ArrowOS

It is the first and the foremost Android 10 based custom ROM for Tecno Camon i . ArrowOS is based on AOSP and CAF projects. The developers aim to provide a neat, clean, and simple experience for the users. There are a lot more inbuilt features that is bundled with the ArrowOS.


Most of the improtant features like Calls, Data, VoLTE, Wifi, and Bluetooth are working without any issues on teh device. However, there’s some glitch with the Selinux Permissive and encryption. The camera is almost workable but needs a little improvement as the flashlight only works with the camera, the standard toggle for a flashlight is not working.

To install the ArrowOS, the user needs to install the latest stock Android 8.1 Oreo-based firmware on the device. It is based on Android 10 and is currently in the beta stage. The interested users can hit the download link below to install the custom ROM. It is advised to follow all the steps carefully. Otherwise, your device may brick.



Pixel Experience

After LineageOS, the Pixel Experience OS has support for almost every famous device. The Pixel Experience ROM is based on the AOSP code and exports some features from the Pixel devices to non-pixel smartphones. The ROM inbuilt the Pixel launcher, wallpapers, icons, fonts, and boot animations. The developers want to offer stability and security along with all the latest features on Pixel Experience ROM.


Tecno Camon iusers can easily enjoy the Pixel Experience as most of the features such as WiFi, RIL, Mobile data, GPS, NFC, Sound, Fingerprint reader, and Lights are working flawlessly. However, there are specific issues with the Magisk module. Gapps or Google Apps are inclusive in the Pixel Experience ROM, so you need not flash externally.

It is currently in the beta stage and features Android 10 base code with October 2019 security patch. It can be installed via the link below.



HavocOS 3.0 Unofficial


Tecno Camon iusers can also install the unofficial Havoc OS 3.0 that is based on the AOSP code. It features a refined Material Design 2 UI that looks pretty clean.

There are specific issues like the navigation bar gets disappeared on the first boot, which needs a reboot or restarts before it starts working regularly. Similarly, there’s glitch around the flashlight. It works fine with the camera, but the flashlight toggle is not working. Other issues are Selinux Permissive, and Encryption is not working. Apart from these issues, all the features, including WiFi, GPS, Fingerprint reader, Bluetooth, Sound, Lights, and Mobile data, are working perfectly fine.

A separate Gapps zip needs to be flashed on the ROM if the users want Google services on the device. HavocOS 3.0 is currently in the beta stage and is based on Android 10. For instructions and download files, follow the download link below.



These are some best custom ROMs that are available for the Tecno Camon i . These ROMs are not yet stable, but in the next few months, all the bugs and issues will fade way after respective updates. We will update the list, whenever a new update about the custom ROMs for Tecno Camon i arrives. Until then, stay connected with GizmoChina!

ROM Poting guide 😍😍😍 MTK6737 3.18.35


1 system file replace libcameracustom.so

2 system Etc file replace modem_1_lwg_n.so

3 boot.img Poting

Unpack boot.img files

1 replace -kernel

2 Rnplace ok

Rom  flash 💯 🤩🤩🤩🤩🤩🤩 happy

My Youtube Channehttps://www.youtube.com/channel/UCPPGx12JXiM1VWVp7540c7Q

How To Root and Install TWRP Recovery On [Panasonic P88] Custom Recovery

Root twrp Recovery for Panasonic P88 is Here, in the article you Will Learn How to Install twrp Recovery and Root Panasonic P88. Rooting i...

Popular Posts