Guide Rooting REALME U1 [Without Recovery] - Android Q&A, Help & Troubleshooting

(PM me if i made a typo)
Procedure :
Step 1 : Update to the latest software update
Step 2 : Unlock bootloader ( c.realme.com/in/post-details/1110451594350034944)
Step 3: install Magisk Manager (magiskmanager. com)
Step 4: Flash Modded Boot.img (Using Fastboot)
Code:
fastboot flash boot boot.img
To boot into Bootloder to use Fastboot
Code:
adb reboot-bootloader
Software vertion Required: RMX1831EX_11_C.16 (Release date: 11/12/2019)
Download : mega.nz/#!ZchUEQCR!-6k1AIHIyK-oIeec3BOgsXMK4PT18qnrDycM4zyKkFA
FAQ
Dose this Work?
Ans: Yes. (i own this devise and worked for me)
Will this get Updates?
Ans: Yes. Depending on feedback i might stop
Why did i post a method for rooting this devise when their are 4 other threads doing the same?
Ans: because all those other methods did not work for me.(if they do pm me i will DELETE this thread)
PM me if you have any problems or need help or if i posted it in the wrong thread (I couldn't find my devise thread)
Thx if someone could make one
DONT USE
Method 2Bootless Root Method (MTK-SU)) (No longer works (causes kernel panic after the latest update))
Advantage : you don't need 2 unlock ur devise
Credits :
magiskmanager and realme
Status : Stable
Disclamer (just for courtesy) I will help u if anything hapens
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
* 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.
* Your warranty will be void if you tamper with any part of your device / software. (realme devises will not lose thare warranty )

I have also successfully rooted Realme Q2 UI1.0 android 10, but when Q2 updated UI2.0 android 11, rooting using that old method failed. So please ask if there is a way to achieve the goal of rooting Realme Q2 UI2.0 android 11 with good results? Thank you!

Related

[RECOVERY][CWM][TWRP] LG G2 mini D610

First of all thanks to @invaderjohn for the kernel of the d620, @Quarx for his work with the L90 and @powermetza for his recovery, and @nch26 for testing what i did
HTML:
/*
* 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.
*/
Don't use it if you did not unlock your bootloader! You can do this in this thread!
http://forum.xda-developers.com/g2-mini/development/bootloader-unlock-t2827748
DOWNLOAD: https://www.androidfilehost.com/?fid=95916177934528202
Installation:
**Requires unlocked bootloader and root**
1. Make a backup of the original recovery (just in case)
2. Flash the attached images below via Flashify, or adb.
3. Restart and have fun!
Please report any issues you have.
XDA:DevDB Information
TWRP 2.8.4.0 for G2 Mini D610, Tool/Utility for the LG G2 Mini
CM12 coming soon for d610!
Version Information
Status: Stable
REserved
What's the difference between Zaaap72's version and Yours?
EDIT: Oh, I see. It's for D610 hardware, my bad...
Wysłane z mojego LG-D620
Bootloader Unlocked
My device "d610turkey" How can I remove the bootloader unlock?
New version of a fully working TWRP, soon, cm12 is coming!
Two questions
How do I know if my bootloader is unlocked ?
And how to flash it?
Thanks in advance
Sadithgreenleaf said:
Two questions
How do I know if my bootloader is unlocked ?
And how to flash it?
Thanks in advance
Click to expand...
Click to collapse
After doing the process of unlocking, which is the same as d620, you gotta flash my recovery via Flashify
Flash the recovery, if the unlocking was successful you will be able to enter to twrp, if the bootloader is still locked, you will get a pink screen of lg watchdog, if the second happend, you only have to pull out battery an re power normal your phone and try again to unlock boot or restore original recovery
Good news for d610 ( all variants of d610) kernels for d618 are fully compatible with our devices, also cm12 for d618 (in cm12 zip we have to edit a file to avoid error installing.
Also After installation should have to edit this string
Code:
persist.multisim.config=dsds
To this
Code:
persist.multisim.config=none
This will disable dualsim support and enable sim recognizing
sergioslk said:
Flash the recovery, if the unlocking was successful you will be able to enter to twrp, if the bootloader is still locked, you will get a pink screen of lg watchdog, if the second happend, you only have to pull out battery an re power normal your phone and try again to unlock boot or restore original recovery
Good news for d610 ( all variants of d610) kernels for d618 are fully compatible with our devices, also cm12 for d618 (in cm12 zip we have to edit a file to avoid error installing.
Also After installation should have to edit this string
Code:
persist.multisim.config=dsds
To this
Code:
persist.multisim.config=none
This will disable dualsim support and enable sim recognizing
Click to expand...
Click to collapse
Just that and works?
exactly, remember to delete first line in updater-script, first line will prevent installation on any device that don't match d618 model

[Guide][Stock][Recovery] Stock Recovery for OnePlus Nord

Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you're 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.
*/
I have extracted Stock Recovery for OnePlus Nord, Currently tested in Indian Version. EU and Global users please test it if you can.
There are two methods to restore stock recovery TWRP or Fastboot
Requirements:
- Working ADB and Fastboot (e.g. Google's Platform Tools)
- TWRP Backup or Stock Recovery
Steps for TWRP:
- Download archive from AFH
- Extract the content of archive, There will be a folder named 'BACKUPS'.
- Paste 'BACKUPS' directly into TWRP folder in your Internal Storage.
- Boot into TWRP and restore the recovery partition.
- Reboot
- Profit
Steps for Fastboot
- Download Recovery image from AFH
- Open terminal in your ADB folder
- type "adb reboot bootloader"
- Copy stock recovery image you have downloaded to your ADB folder
- type "fastboot flash recovery <file-name>.img where filename is the name of img file you have downloaded.
- Reboot
- Profit
Mirrors:
TWRP Backup
Recovery Image
I have extracted the backup by booting into TWRP and backing up the recovery partition. The img file has been extracted from my device with dd command.
Enjoy.
Reserved
**Reserved**
im in PixelExperience rom i want to go back to oxygen os can i do this method? or i will use msm tools?
Did somebody check the recovery with the EU model?
Or maybe have the EU recovery....
(I want to go full stock OOS11 after the Pixel Experience)
JD00 said:
Did somebody check the recovery with the EU model?
Or maybe have the EU recovery....
(I want to go full stock OOS11 after the Pixel Experience)
Click to expand...
Click to collapse
You can do it through unbrick tool for EU region. Unbrick tool for EU is only with android 10. You can flash it firstly and after that update to android 11.
Where can I get the "unbrick tool for EU region"?
robdg80 said:
Where can I get the "unbrick tool for EU region"?
Click to expand...
Click to collapse
Here

How to flash oxygen os when coming from lineage

Hi everybody,
I have followed several guides here and after trying 2 different methods and read other tutorials, there is no way to root my op7t pro (actually with last version lineage os). Also add that I have the phone unlocked and lineage recovery.
So, I thought maybe it should be easier to flash again oxygen os, then obtain root with method payload dumper and finally flash again lineage.
Nevertheless, I didn't find any guide about this process, could you please shed some light about this point?
Thanks in advance
Soul_Viper said:
Hi everybody,
I have followed several guides here and after trying 2 different methods and read other tutorials, there is no way to root my op7t pro (actually with last version lineage os). Also add that I have the phone unlocked and lineage recovery.
So, I thought maybe it should be easier to flash again oxygen os, then obtain root with method payload dumper and finally flash again lineage.
Nevertheless, I didn't find any guide about this process, could you please shed some light about this point?
Thanks in advance
Click to expand...
Click to collapse
What methods have you tried?
What is your logic for going back to oos and rooting, then installing lineage again? You won't retain root this way.
Hw4ng3r said:
What methods have you tried?
What is your logic for going back to oos and rooting, then installing lineage again? You won't retain root this way.
Click to expand...
Click to collapse
Tried this one:
[Updated/All Versions & Models!] Root OnePlus 7T Pro
How to root any version of the OnePlus 7T Pro! 1. Make sure your bootloader is unlocked! 2. Once you're unlocked enter the following ADB commands to extract your current boot image (Your phone needs to be on) adb shell dd...
forum.xda-developers.com
Also this another one:
[Magisk][ROOT][EdXposed]Auto install tool - Magisk Installer for OnePlus 7T Pro
#include /* * * We are 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...
forum.xda-developers.com
So finally, after reading and seeing that basically all the rooting methods consider the phone is on oxygen os and can't find any real way to root from custom rom, I have considered the best option was going back to stock rom and start all the fu... process again
Soul_Viper said:
Tried this one:
[Updated/All Versions & Models!] Root OnePlus 7T Pro
How to root any version of the OnePlus 7T Pro! 1. Make sure your bootloader is unlocked! 2. Once you're unlocked enter the following ADB commands to extract your current boot image (Your phone needs to be on) adb shell dd...
forum.xda-developers.com
Also this another one:
[Magisk][ROOT][EdXposed]Auto install tool - Magisk Installer for OnePlus 7T Pro
#include /* * * We are 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...
forum.xda-developers.com
So finally, after reading and seeing that basically all the rooting methods consider the phone is on oxygen os and can't find any real way to root from custom rom, I have considered the best option was going back to stock rom and start all the fu... process again
Click to expand...
Click to collapse
So when you are on a custom rom and have it booted. You install magisk manager. Then you take the boot.img from the rom zip or payload from that rom. Next put it on the storage of your phone. Open magisk manager and select install then patch boot omg and select it on your storage. It will generate a patched image in your downloads folder. After that copy the patched image back to your computer and put it in your fastboot tools folder. Open cmd prompt in your fastboot folder. Reboot your phone to fastboot mode. In the cmd prompt type fastboot flash boot (name of patched boot image).img then reboot your phone and you should be rooted

Development ScamSuck 1.0

Code:
Warning, your warranty is now void.
We are 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 flashing this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at us for messing up your device, we will laugh at you. HARD
​There is ScamSuck 1.0 firstly made for a52s after A52 4G and now A52 5G​SUPPPORTED PHONES
A526B
FEATURES!​BASED ON SEPTEMBER UPDATE A526BxxU1CVH5​DEBLOATED FROM GOOGLE​DEBLOATED FROM SAMSUNG S*TS​S20 WALLPAPERS​RINGTONES FROM ANY PHONES MAYBE​​DOWNLOAD!!
SCAMSUCK 1.0​Kernel source: Samsung Open Source
BUGS: YOU TELL ME ^^
How to install
Flash fastboot recovery or TWRP (TWRP is not recommented, i'm not responsible for brick phone)
When you flash fastboot recovery go to fastboot section
Use command fastboot flash super super.img (when computer no detects phone, install drivers)
after installing super img wipe data and reboot phone​​
What's this ROM all about?
Debloating?
Does this ROM include root?
Zdrawko0o said:
What's this ROM all about?
Debloating?
Does this ROM include root?
Click to expand...
Click to collapse
You need install root to run this rom

Question Need Help

I have a Chinese oneplus 9r LE2100.
I can't install custom from because no recovery is working on that device.
How can I do that or how can I go back global oos ?
not sure if that is the exact device (need to be sure)
Info about lemonades | LineageOS Wiki
wiki.lineageos.org
Install LineageOS on lemonades | LineageOS Wiki
wiki.lineageos.org
[ROM][13][OFFICIAL] LineageOS 20 for OnePlus 9R
#include /* * 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...
forum.xda-developers.com
some devices use download mode (samsungs) to install recovery
others have fastboot mode
but most phones let you get in to those modes with vol up or vold down and power buttons
search for instructions on your exact device model
and do not rush with these procedure make sure to fully read them multiple times
double check model numbers correct files etc... otherwise brick
PS: better thread titles would be more helpfull.
dandudikof said:
not sure if that is the exact device (need to be sure)
Info about lemonades | LineageOS Wiki
wiki.lineageos.org
Install LineageOS on lemonades | LineageOS Wiki
wiki.lineageos.org
[ROM][13][OFFICIAL] LineageOS 20 for OnePlus 9R
#include /* * 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...
forum.xda-developers.com
some devices use download mode (samsungs) to install recovery
others have fastboot mode
but most phones let you get in to those modes with vol up or vold down and power buttons
search for instructions on your exact device model
and do not rush with these procedure make sure to fully read them multiple times
double check model numbers correct files etc... otherwise brick
PS: better thread titles would be more helpfull.
Click to expand...
Click to collapse
If I have face any issues then how can I go back to Stock ?
jamey090 said:
If I have face any issues then how can I go back to Stock ?
Click to expand...
Click to collapse
usually yes. but bricks happen !!!
and find stock firmware and instructions before you move forward if that is important.
If you cannot find stock firmware, do a device reset to stock and backup your own stock firmware from recovery.
dandudikof said:
usually yes. but bricks happen !!!
and find stock firmware and instructions before you move forward if that is important.
If you cannot find stock firmware, do a device reset to stock and backup your own stock firmware from recovery.
Click to expand...
Click to collapse
Linage recovery support backup ?

Categories

Resources