crDroid-v7.16
INSTALLATION.
1. download boot image and crDroid-v7.16 zip file
2. reboot bootloader
3. fastboot -w
4. fastboot flash boot boot.img --slot all
5. reboot into recovery
6. sideload zip file (adb sieload zip file)
7. reboot to recovery if you want to install gapps
8. reboot system
DOWNLOADS
boot=https://androidfilehost.com/?fid=14655340768118442890
build=https://androidfilehost.com/?fid=14655340768118442911
GAPPS
11.0=http://downloads.codefi.re/jdcteam/...MindTheGapps-11.0.0-arm64-20220217_100228.zip
CREDITS
crDroid devs
LineageOS Team
TheMuppets
SOURCE
device=https://github.com/LineageOS/android_device_google_coral
kernel=https://github.com/LineageOS/android_kernel_google_coral
vendor=https://github.com/TheMuppets/proprietary_vendor_google
BUGS
unknown
Thank you for this amazing rom, i have been using crdroid in my oneplus 6 and now with my pixel 4xl.. it is runing perfectly well.. thank you another time.
Related
Introduction
This is a LineageOS Recovery compiled from the source tree of LineageOS 17.1 for Realme X3/X3 Superzoom.
Instructions (Installing Recovery):
1. Download recovery.img & vbmeta.img
2. Reboot to bootloader
Code:
adb reboot bootloader
3. Flash vbmeta
Code:
fastboot --disable-verification --disable-verity flash vbmeta vbmeta.img
4. Flash recovery
Code:
fastboot flash recovery recovery.img
5. Run
Code:
fastboot reboot recovery
to enter LineageOS Recovery
Instructions (Installing Magisk):
You have to use the official Magisk, version 20.4 or later. Installing an older Magisk may make the system unbootable.
1. Download Magisk >= 20.4, put onto computer
2. Reboot to LineageOS recovery, select `Mount /system` (you may see some errors, but they can be safely ignored)
3. Select `Apply update from ADB`
4. Run
Code:
adb sideload Magisk-xxx.zip
5. You will see a signature verification error, select `Yes` to bypass the check
6. Reboot to system to enjoy your Magisk installation.
Notes:
- Since it's not TWRP, you cannot decrypt your /data in recovery for now, which means no data backup or recovery, and you cannot install on-device flashable zips through this recovery.
- Since it's not TWRP, it cannot prevent your OS from overwriting recovery automatically. If you use official ROM, you may need to manually re-flash the recovery every time. I'm not sure whether this can be bypassed with some Magisk module.
- You need to always click "Mount /system" before flashing any mods into the system (i.e. Magisk, OpenGapps, etc., ROMs themselves are not affected), otherwise they will fail to install. (Clicking the option does not actually mount /system; it just sets up necessary mappings from the super partition to each of the dynamic partitions so that the installation scripts will work)
Download:
https://sourceforge.net/projects/siddharthbharadwaj-s-builds/files/Realme X3/LOS Recovery/
Source Code:
Kernel: Used stock prebuilt one.
Thank you! This is now my preferred method to root Lineage that I haven't seen anywhere else.
This is official nightly builds for lineageOS 18.1 android 11, I am posting this for information and development use, This is not my build and am not the maintainer . Move if needed.
1.Download recovery.img and rom.zip
2. flash recovery in bootloader mode using adb command : fastboot flash --slot all boot boot.img
3.Reboot in bootloader and use volume keys and boot into recovery mode
4. factory data wipe , reboot into recovery mode
5. choose adb update and adb sideload: adb sideload rom.zip
6. reboot
7. for google service looking into other threads about gapps and microg
Thanks LineageOS team
BTW
factory data wipe - it will wipe out all the data, right?
Is it no way to keep the internal storage and flashing an A11 ROM so far?
TWRP for A11 hasn't been released yet.
Backup internal via external method.
Data encryption will need to be reset for flashing lineage.
Goto rom section to find support
While I was trying to install GApps for Lineage OS 18.1 on my Nokia 7.2, I always lost my wi-fi. This is apparently due to flashing TWRP as boot image, which replaces the stock boot messing with wi-fi as the boot image has thee kernel.
Although, I did figure it out, it took me three days to get a proper solution from multiple sources. Here, I will explain how to install Lineage OS 18.1 on Nokia 7.2 with Gapps and Magisk. This can be applied to other ROMs as well. I am assuming you are on stock firmware.
Requirements:
Any custom ROM without GApps
vbmeta file
vendor image
Gapps zip file of your choice
platform-tools
twrp image
magisk file
payload dumper tool
Preperation:
The wifi stops working because we change the boot image. To prevent this, we must flash the boot image of the rom after we are done with our work with TWRP
For this, we ,ust get the boot image for the ROM. As this is not available readily, we must extract it from the ROM zip
Install latest python on your pc
Get the payload dumper tool from the link given below. Extract the contents into the root directory of python. It should be in C:\Users\USER-NAME\AppData\Local\Programs\Python\Python <version number>
Extract the ROM zip into any folder. Copy the payload.bin file and paste it in the folder where you put the payload dumper tool
Open a command prompt in the python root folder and type
Code:
python -m pip install -r requirements.txt
Then type
Code:
python payload_dumper.py payload.bin
After it finishes, go to the folder named Output inside the python folder. Here there will be a file named boot.bin. Rename this as lineage_boot.bin and paste it into the platform tools folder
Installation:
Download the twrp image, rename it to twrp.img and place it in the platform-tools folder. Connect your phone to the computer, switch on usb debugging on your phone.
Open command shell in the platform-tools folder and type
Code:
adb reboot bootloader
. In the bootloader, type
Code:
fastboot flash boot_b twrp.img
.
Next, type
Code:
fastboot --set-active=b
and then reboot to recovery using volume buttons and selecting using power button
In TWRP swipe to allow modifications. Copy your ROM and vendor image files to your SD Card. Now, click wipe, format data and type yes. Go back to home screen and the press install. Select your ROM file and install it. Sometimes it is required to flash vendor image. In that case flash that too. This step is required for Lineage OS 18.1
Now on the twrp home screen, tap on reboot. At the bottom, the current slot should be B. Tap slot A. THis changes the active slot to A. Now go back and tap on bootloader, this should boot you to the bootloader.
Take your vbmeta.img file and place it in the platform tools folder. Now, while in the bootloader mode, type,
Code:
fastboot flash vbmeta_a --disable-verity --disable-verification vbmeta.img
Next type
Code:
fastboot flash boot_a twrp.img
and boot to recovery using volume buttons
Now, press install in TWRP and select install and install the GApps file and reboot to bootloader
Next, in the bootloader type
Code:
fastboot flash boot_a lineage_boot.img
. Now start your phone. You should have lineage os with GApps
Installing Magisk:
Copy the lineage_boot.img into your phone. Download magisk.apk file from the link given below
Install the magisk app and open it. If it asks for additional setup select no. Beside the magisk option select install. Under options, if Recovery Mode is selected, deselect it and click next.
Now click on Select and patch a file under method. Select the lineage_boot.img
The patched image will be saved in downloads folder. Rename this file to lineage_magisk.img and copy it to the platform tools folder on your computer. Reboot your phone to bootloader mode
On your computer in the command window opened in the platform tools folder, type,
Code:
fastboot flash boot lineage_magisk.img
Reboot and you will have a rooted lineage os with GApps
Files:
Lineage OS 18.1 and vbmeta.img
TWRP
vendor
NikGApps
Payload Dumper tool
platform tools
Magisk
Guides that I Followed:
Extracting boot.img from ROM zip
Installing magisk using patched boot image
Credits:
Raghu varma for Lineage OS 18.1 port and twrp
Providers of the guides mentioned above
Hi @Ujwal2000 thanks for the guide.
I am using the stock android 10 rom and magisk patch method.
This also leads to non working wifi and magisk does not recognize that its installed.
Which steps of your guide apply to the stock rom?
i do not need gapps nor twrp I guess I only wanted to root the stock rom with magisk.
For stock, use this guide. They maintain a repository if patched boot images
Guide - How to root the Nokia 7.2 and Nokia 6.2 using Magisk
Nokia 7.2 and Nokia 6.2 come with an unlockable bootloader. The thing that compliments unlocked bootloader best is root access. So, this guide will help you in rooting the Nokia 7.2 or Nokia 6.2. You have a choice between Magisk patched boot images and TWRP recovery. I’d recommend going the...
www.techmesto.com
@Ujwal2000 , can you please look at my posting here? Thank you.
after fallowing the steps(except installing lineageOS with twrp flash everything was encrypted even tough i have the bootloader unlocked, managed to install it via adb sideload) the wifi doesnt work at all. When i try to turn it on is switches off on its own. Do anyone know a fix?
i had problem with latest version of python (3.10), version 3.7 was working for me
Bro can I root op9 running derkpest rom it is safe to root and if safe then how to root tell the possible best way guys?
Patched boot.img with magisk, PS when you find derkpest Rom for op9?
iaio72 said:
Patched boot.img with magisk, PS when you find derkpest Rom for op9?
Click to expand...
Click to collapse
Hoo bro from a12 patched img doesn't work I've saw posts so does it work or flashing magisk zip in recovery which is best way to avoid bootloop
Venkata Prathap said:
Hoo bro from a12 patched img doesn't work I've saw posts so does it work or flashing magisk zip in recovery which is best way to avoid bootloop
Click to expand...
Click to collapse
For OOS:
1) Have Magisk Manager v23016 or above installed
2) Download the boot.img from here and put in phone’s Download folder
3) Open Magisk Manager and click top Install and patch boot.img
4) Move patched image to PC’s adb directory
5) Boot phone into fastboot mode and run the command:
fastboot boot magisk_patched_boot.img
6) Phone will boot into temporary root. Click top Install again but choose Direct Install (recommended) this time
7) Reboot when done and profit
For COS:
1) Have Magisk Manager v23016 or above installed
2) Download rooting files and extract on PC
3) Copy boot.img and vendor_boot.img to phone’s Download folder
4) Open Magisk Manager and click top Install and patch boot.img. When done, go back and repeat the process for vendor_boot.img
5) Move both patched images to adb directory on your pc along with vbmeta.img
6) Run this command:
fastboot –-disable-verity —disable-verification flash vbmeta vbmeta.img
********************Make sure it completes without errors before proceeding. If errors, update your ADB: https://developer.android.com/studio/releases/platform–tools
7) If no errors, run these commands:
fastboot flash vendor_boot vendor_boot_magisk.img
fastboot flash boot boot_magisk.img
8) If no errors, run
fastboot reboot
incesu said:
For OOS:
1) Have Magisk Manager v23016 or above installed
2) Download the boot.img from here and put in phone’s Download folder
3) Open Magisk Manager and click top Install and patch boot.img
4) Move patched image to PC’s adb directory
5) Boot phone into fastboot mode and run the command:
fastboot boot magisk_patched_boot.img
6) Phone will boot into temporary root. Click top Install again but choose Direct Install (recommended) this time
7) Reboot when done and profit
For COS:
1) Have Magisk Manager v23016 or above installed
2) Download rooting files and extract on PC
3) Copy boot.img and vendor_boot.img to phone’s Download folder
4) Open Magisk Manager and click top Install and patch boot.img. When done, go back and repeat the process for vendor_boot.img
5) Move both patched images to adb directory on your pc along with vbmeta.img
6) Run this command:
fastboot –-disable-verity —disable-verification flash vbmeta vbmeta.img
********************Make sure it completes without errors before proceeding. If errors, update your ADB: https://developer.android.com/studio/releases/platform–tools
7) If no errors, run these commands:
fastboot flash vendor_boot vendor_boot_magisk.img
fastboot flash boot boot_magisk.img
8) If no errors, run
fastboot reboot
Click to expand...
Click to collapse
for COS: you still only need boot.img and magisk. install magisk patch boot.img temporarily boot on magisk-patchedboot.img and direct install in magisk manager
Home
Twrp recovery for Tecno kg8
NOTE:
This Recovery is Built from sources. It's Not a Port. It is Tested and working fine.
INSTALLATION:
1. Download Auto TWRP installer zip from below and unzip the file.
2. COPY THE STOCK boot.img in your internal storage or external storage.
3.0 Connect Mobile Withe Pc using Data Cable.
3. Unzip folder open and flash.bat click
4.cmd topup open and type y enter.
5.twrp flash and boot into TWRP
6.Install option -> stock boot.img flash and back.
7.Advance option->flash current twrp and back.
8.Reboot options -> recovery click wait reboot recovery
9.wipe option ->format data->yes typing then enter and back
10.Reboot options -> recovery click wait reboot recovery
11.Install options ->sdcard to Magisk.zip flash .
12.reboot-system
13.phone on
14.Magisk app opens and update
15.success Twrp and root
DOWNLOADS:
TWRP
Stock Boot Img Link :
1. V622
2. V713
3. V722
SOURCES:
TWRP
Device tree
WORKING
Flashing magisk
Back up and restore ( back up your Imei )
Back UP System Vndor and rename img to flash work
Android 11-13 Twrp work
Mtp work
Otg work
Twrp booted
virtual A/b
Bug
Touch some time not work ( use OTG mouse )
Decryption
data Unable mount (Format data - yes to work)
Fastbootd not work
HIT THANKS BUTTON IF ABOVE INFORMATION IS HELPFUL TO YOU
Twrp build By Parvej
Pls make a video how to install twrp on techno spark 8 pro pls
Parvej789 said:
Twrp recovery for Tecno kg8
NOTE:
This Recovery is Built from sources. It's Not a Port. It is Tested and working fine.
INSTALLATION:
1. Download Recovery.zip from below. Copy to adb folder.
2. COPY THE STOCK boot.img in your internal storage or external.
commands.
2. adb reboot bootloader
3. fastboot flash vbmeta vbmeta.img
4. fastboot flash boot twrp.img
5. fastboot reboot recovery. wait twrp boot now. twrp open.
6. Install option -> stock boot.img flash.
6. Advance option->flash current twrp
7.Reboot options -> recovery click wait reboot recovery
8. wipe option ->format data->yes typing then enter and back
9. Reboot options -> recovery click wait reboot recovery
10. Install options ->sdcard to Magisk.zip flash(magisk 25.apk rename apk to zip)
11.reboot-system
12. phone on
13. success Twrp and root
DOWNLOADS:
TWRP
SOURCES:
TWRP
Device tree
Click to expand...
Click to collapse
Showing twrp not install
{Mod edit: Quotation fixed - Oswald Boelcke}
Anik111 said:
Pls make a video how to install twrp on techno spark 8 pro pls
Showing twrp not install
{Mod edit: Quotation fixed - Oswald Boelcke}
Click to expand...
Click to collapse
Wait some time bro.
pls make a video full method as very soon
Anik111 said:
pls make a video full method as very soon
Click to expand...
Click to collapse
Ok bro
Its working in tecno spark 8 pro kg8-Gl builder number is/KG8-H698CDEFGH-R-GL-220620V722/ it will work or not