▶ How to root any Android phone | Works on Realme 7 - Realme 7 Guides, News, & Discussion

Mod edit: TG link removed
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
▲ Requirements:
◈ You must have the bootloader unlocked
◈ You must have ADB and FastBoot
◈ Download Magisk Manager
▲ Instructions:
◈ Connect your phone with your PC
◈ Enable USB Debugger
◈ Open CMD inside ADB Folder
◈ Extract the boot image from ADB (adb pull /sdcard/boot.img)
◈ Copy the boot.img to your Internal Storage
◈ Open Magisk Manager
◈ Install Magisk App
◈ Install Magisk by using Select and Patch a File
◈ Choose your boot.img that you have copied
◈ Wait for it to patch the image
◈ Copy the patched_image to your ADB folder and rename it magisk.img
◈ Open CMD inside ADB Folder
◈ Flash the boot image (fastboot flash boot magisk.img)
◈ Reboot your phone (fastboot reboot)
Congrats! Now your phone is rooted.

Related

Serious problem!!!!!

..
Lightning Rom...
Sent from my GT-I9100
Boot back into CWM (hold down the menu and volume up key while turning the phone on, continue to hold them after you let go of the power key) and flash the rom again
..
Y did u flashed on ur mmc???????
Download and rom from xda and flash bt nt in mmc this time... Take out the mmc b4 flash.... All will b ok..
Hit thanks if I am any help
~RR
easy follow these steps to fix it
1) download siyah kernel (link in my sign)
2) go to download mode in your phone
3) flash it
4) go to recovery mode
5) Connect your phone to your pc via USB
6) start adb (if you don't have adb then download from :here )
7) type this code in your adb window
adb devices
adb push (your file just drag & drop your file to adb window) {location where you want to send [eg. adb push rom.zip /sdcard/]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
8) now got to install zip file and flash your rom

PA GAPPS For 5.1.1 ROM

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Google Apps for 5.1.1 ROMs
Android 5.1.x Lollipop Gapps Variants
Stock - Recommended for most users
Full
Mini
Micro
Nano - Recommend for legacy/older devices
Pico - Recommended for legacy/older devices
Pico(Uni)
All files included as your need download the lightest or Full version of gapps
Link : http://andysolution.blogspot.in/2015/09/google-apps-for-5.html
Installation:--
The Google Applications packages should be installed via recovery. Exact steps vary, but the general process is the same as that used to install
1. Copy the gapps .zip-file to /sdcard/
Using adb: adb push filename.zip /sdcard/
2.Reboot your device to recovery via any one of these methods: 1) using the power-on key combo for your device; 2) running adb reboot recovery from your computer; 3) or via the Advanced Reboot power menu (enabled in Developer Options).
3.Choose "install zip" or "Apply update" from within recovery, and navigate to the zip-file loaded earlier.
4. Reboot from recovery back to Android.
Best of luck :good::good::fingers-crossed::fingers-crossed:

Fix bootloader message

For some reason, few cases present the generic and ugly message of bootloader unlocked, and not the original of Xiaomi and here I have the solution.
If you have a uggly bootloader message, like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And you want the common image with a padlock, similar to this (but not the same):
You only need follow the next simple instructions, you have 2 ways to do.
First way - ADB Recommended
1. Install or download adb from here.
2. Conect your phone on fastboot mode.
3. Download and extract the attachment file on the same folder than adb.
4. In the same folder of adb, open a terminal (cmd, powershell) and type: "fastboot flash logo logo.img" (without quotation marks obviously).
Second way - TWRP CN
1. You need the TWRP CN (not multilanguage).
2. Download the attachment file, unzip and put on your internal memory.
3. Reboot on TWRP.
4 Choose "IMG" on the install section.
5. Select the logo.img and fhash.
I hope it will be you useful.

Apple splash with windows mashup!

Created an apple logo splash for f1. Has windows as fastboot img.
Tool credits - @curoviyxru
Instructions to flash the file - [ must have ADB, will be better if it is already in PATH, NEEDS PC* ]
1. Download the zip file given below and extract the .img file from it.
2. Put the phone in fast boot.
3. Open a command shell.
4. Type 'fastboot devices' [ to ensure bridge has been established XD ]
5. Type this command -
Code:
fastboot flash logo FLASH_ME.img
6. Once it says finished, type -
Code:
fastboot reboot
7. ENJOY!
Images -
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you people want me to create splashes for you, please drop down the images below in replies! [ will be better if the images are logos and with black background ]
Recovery flashable zip.

[SHARED] Shrp Recovery For Lancelot (Redmi 9)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Cradit :
@rama982
@pinklimonade8
@Box_In_A_Closed_Box
Requirements And You Need a Pc For Flashing Recovery.
Platform Tools
Mi Flash Unlock
Recovery File
Vbmeta File
Your brain
Flashing steps:
Backup Your File apps and All Other Stuff.
Take a Backup Of Imei
Unlock Your Bootloader
Download Platform Tools
Open it
Connect Your device To your PC via USB Type c in fastboot mode
Type The following: Fastboot Devices
Check whether It detected your device
type: fastboot flash Recovery and paste The Path of img file of shrp
type fastboot flash vbmeta and paste the The Path of vbmeta file
at last type fastboot reboot recovery.
download The File By Clicking The Link Bellow:
DOWNLOAD THE FILES FROM HERE, ALL FILES ARE IN ONE ZIP FILE
MI FLASH UNLOCK
what is decryption key
What is the decryption key?
Decryption key ?
it seems that you forgot step 5 yourself and didn't use your brain
with no Decryption key, this post is useless
The thread was closed due to an invalid download link. OP, DM me or any other moderator when you have a valid download link to reopen this thread.

Categories

Resources