[RECOVERY] Pitch Black Recovery for Realme X [RMX1901] - Realme X ROMs, Kernels, Recoveries, & Other Develo

Code:
Code:
#include <std_disclaimer.h>
/*
*
* 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 in this project
* 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.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
# Method 1 (Fastboot Installation)
1. Boot into fastboot mode by adb reboot bootloader or key combo, doesn't matter.
2. Download the twrp image following the link in the download section and transfer it to the adb folder (or add adb to PATH for universal access).
3. Open the cmd/terminal and change directory into the adb folder (or where you downloaded twrp image).
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug, linux users may need to change connection type to transfer files from charging only.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery <pbrp-recovery.img>
BooM ! PBRP flashed successfully.
# Method 2 (Zip Flashing)
1. If you haveany custom recovery(TWRP, Orange Fox etc.) installed in your device, then this is just a piece of cake.
2. Download & flash the zip from custom recovery install menu.
3. It will reboot to recovery automatically after that.
BooM ! PBRP flashed successfully.
Note: Flashable zip contains decryption patch, so you don't need to worry about encryption, you can check log right after flasing PBRP, there should be a string in green color confirming device encryption status.
Downloads
Both Image & Zip=> Here
XDA:DevDB Information
PBRP For Realme X, Kernel for the Realme X
Contributors
chankruze
Source Code: https://github.com/N00bTree/android_device_realme_RMX1901
Kernel Special Features:
Version Information
Status: Testing
Created 2019-09-20
Last Updated 2019-09-23

I cannot believe my eyes ! Thanks so much

No boot my phone..
How to flash...
Add Video..
Help me bro..

Related

TWRP Recovery

Guide to Install TWRP Recovery.
Code:
/* 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.
*/
Make Sure you are on Stock Rom.
Requirements​
.Unlocked Boot loader
Enable developer Option ( settings/ About Phone /Version) tab 7 Times
Select USB Debugging Connect the mobile with pc
Open & Put adb commands
Code:
adb reboot bootloader
After Reboot
Code:
fastboot oem unlock
.ADB drivers Installed
.SP Flash tool
Instructions​
1. Download All files from Download section
2. Extract all files cofigure adb and drivers
3. Open SP Flashtool and Select the scatter file from the extracted folder(SP Flash tool)
4. Select Download Agent as DA_PL.bin recovery and userdata
5. Click Download and Flash phone
6. Enter Recovery by pressing VOL+ & Power Keys
7. Go to Wipe, Format Data, Go to Advance wipe, Select Dalvik Cache & Cache and Wipe.
Restart
Downloads​SP FLASH TOOL
ADB DRIVER INSTALLER
ADB TOOLS
Recovery.img & User data.img
Boot loop Solution​
.Switch Off (Press and Hold Power button)
. open SP Flash tool
. Select scatter file
. Select userdata and untick recovery.img
. Open download agent and select DA_PL.bin
. Select Download and hit start
. Connect to PC (flash mode)
.Wait for the process to finish
XDA:DevDB Information
TWRP recovery. 3.0, Tool/Utility for the LeEco Le 1S
Contributors
mukulatri
Version Information
Status: Testing
Current Stable Version: 3.0
Created 2016-03-28
Last Updated 2016-03-28
Reserved
Reserved
Please also note that in the OP that you need to open the bootloader only in X507 Le 1s. This is not neccesary for X501 and X500
Offical TWRP isnt release
post any screenshots bro
not work on x501

[IMAGE][STOCK][TWRP] Stock system image for WI500Q - anthias [WIP]

Code:
/*
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear wars, exploding phones or you getting fired because the alarm app (Which Happens at Low Battery) failed.
* Please if you have any concerns do some research:
* 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.
*
*/
Here is my simple tutorial to revert back to a stock system image of ZenWatch.
On this link, you can find a .zip file:
it's a backup of my personal asset of the watch, so please cleanse data and cache before booting it up.
To reset your device to stock, you need to download TWRP recovery for ZenWatch and flash it by issuing in a terminal:
Code:
fastboot flash recovery recoveryfile.img
Once you have flashed the recovery (please note that you need to have your bootloader unlocked, refer to this thread), enter it.
Using the TWRP integrated MTP file transfer, extract the .rar file above into the root of the ZenWatch.
Then reboot the recovery into recovery (TWRP needs this step to index backups in memory) and select 'Restore' option.
Then you can find your stock recovery here, to have running the original.
Remember: to flash a recovery, always use
Code:
fastboot flash recovery recoveryfile.img
Happy flashing!
EDIT: You can find the updated version of this guide here.
I didnt find the image, do you have it??
---------- Post added at 04:38 PM ---------- Previous post was at 04:37 PM ----------
EmilioDallaTorre said:
Code:
/*
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear wars, exploding phones or you getting fired because the alarm app (Which Happens at Low Battery) failed.
* Please if you have any concerns do some research:
* 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.
*
*/
Here is my simple tutorial to revert back to a stock system image of ZenWatch.
In the attachments of this post, you can find a .rar file:
it's a backup of my personal asset of the watch, so please cleanse data and cache before booting it up.
To reset your device to stock, you need to download TWRP recovery for ZenWatch and flash it by issuing in a terminal:
Code:
fastboot flash recovery recoveryfile.img
Once you have flashed the recovery (please note that you need to have your bootloader unlocked, refer to this thread), enter it.
Using the TWRP integrated MTP file transfer, extract the .rar file above into the root of the ZenWatch.
Then reboot the recovery into recovery (TWRP needs this step to index backups in memory) and select 'Restore' option.
Then you can find your stock recovery here, to have running the original.
Remember: to flash a recovery, always use
Code:
fastboot flash recovery recoveryfile.img
Happy flashing!
Click to expand...
Click to collapse
I didnt find the image, do you have it??

[twrp][ported] all ported twrp for realme 3

ALL WORKING PORTED TWRP FOR REALME 3
#include <std_disclaimer.h>
/*
*
* 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 in 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.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs:
Tell Me
Instructions
1. Go to the fastboot mode.
2. Download the recovery.img and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. fastboot oem reboot-recovery
Enjoy !
Downloads : https://drive.google.com/open?id=14g1y5d7DlbTibKv0Evr_Bfs5dTZTz7rJ
XDAevDB Information
TWRP For Realme 3, Kernel for the Oppo Realme 3
Credits :
Realme 1 & Umidigi F1 Play TWRP
@jeffalaiza
@realme3dev
Version Information
Status: Stable
Screenshot : Inside the link
Please Thanks Me

Development [UNOFFICIAL][RECOVERY][12][CAPRIP] OrangeFox Recovery Project

OrangeFox Recovery​
Code:
*
* Your warranty is now void.
*
* We're 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 recovery
* 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.
*
*
INSTALLATION:
1. Back up your important data
2. Boot image with "fastboot boot path/to/image"
3. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
4. Install flashable zip
5. Enjoy!
Credits
* TeamWin - for TWRP Recovery
* The OrangeFox Team - for your hard work
* To all testers for their time and patience
* @TheRealDarkness for build OrangeFox
* @ThE_MarD for TWRP sources
FEATURES:
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Password, torch, led
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* And many more!
Screenshots: https://telegra.ph/OrangeFox-Recovery-Project--Moto-g30caprip-12-22
Source Code: https://gitlab.com/OrangeFox
Download recovery: https://sourceforge.net/projects/caprip/files/OFOX/
REPORTING BUGS!
* You tell me
* You have to wait 10-20 seconds for the touch to work, (recovery was tested on caprip with ilitek and Novatek touchscreen)
could you enable data decryption for android 12, or it impossible?
even once I disabled screen lock entirely, I can't "decrypt /data" for some reason, which severely limits the entire point of custom recoveries
(running via fastboot boot, not permanent install, but shouldn't make a difference)
otherwise it looks pretty cool!
jan6 said:
could you enable data decryption for android 12, or it impossible?
even once I disabled screen lock entirely, I can't "decrypt /data" for some reason, which severely limits the entire point of custom recoveries
(running via fastboot boot, not permanent install, but shouldn't make a difference)
otherwise it looks pretty cool!
Click to expand...
Click to collapse
did you boot recovery?
I can make a guide on how to decrypt data on this device, it's really easy to do it, in the Moto G³⁰ group in BR we have two methods to do it.
Although since the recovery is based on TWRP 3.7.0-12-0 it should decrypt itself )))
why else would I write here if I didn't boot into this orangefox, lol
I did
Code:
adb reboot bootloader
fastboot boot OrangeFox-R11.1_0-Unofficial-caprip.img
it's the same as with twrp, more or less, /data is locked, and mounting of /data is required for like half the functionality, and nandroid backups are most of the point of a custom recovery
from what I've heard twrp SHOULD be able to decrypt android 11 and 12, idk why it doesn't work for me with neither twrp nor orangefox (which even has a nicer pin entry box for decryption), even if I remove screen lock entirely, it can't do it... (I'm running android 12)
jan6 said:
why else would I write here if I didn't boot into this orangefox, lol
I did
Code:
adb reboot bootloader
fastboot boot OrangeFox-R11.1_0-Unofficial-caprip.img
it's the same as with twrp, more or less, /data is locked, and mounting of /data is required for like half the functionality, and nandroid backups are most of the point of a custom recovery
from what I've heard twrp SHOULD be able to decrypt android 11 and 12, idk why it doesn't work for me with neither twrp nor orangefox (which even has a nicer pin entry box for decryption), even if I remove screen lock entirely, it can't do it... (I'm running android 12)
Click to expand...
Click to collapse
With the attached file you can easily decrypt, just follow these steps:
1° Format data
2° Flash zip attached
3° Format data and reboot
After that the storage should be free of encryption.
Or you can use another method, if you use my rom you will know that all the partitions are in read-write, being able to modify anything, including the vendor. Another exp would be:
With the other attachment "fstab.zip"
You can do the download, then unzip "fstab.zip", it will leave a file called "fstab.qcom", with it you go to the vendor and mount it as RW, then follow the path "/vendor/etc" and copy fstab.qcom, then you do a reboot and the storage would be decrypted.

Development [Recovery][UnOfficial][A12][A13] OrangeFox Recovery 11.0

Code:
/*
* 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.
*/
Download:
*.ZIP LINK
*.TAR LINK
Bugs
Decryption will only work if no password/PIN/pattern is set in Android.
You tell me.
How to install
Spoiler: If you dont have a custom recovery installed
[*]Make sure your bootloader is already unlocked and OEM unlock is enabled, otherwise the installation will fail.
[*]Download and install Samsung Drivers
[*]Download the latest *.tar for your phone
[*]Download Odin, from example from https://downloads.corsicanu.ro/samsung/
[*]If not done before, flash disabled VBMeta with Odin in AP slot
[*]Turn off your phone, connect it to PC and reboot to download mode by holding down Volume up, Volume down and power button at the same time.
[*]Open Odin and check if your device is detected, then untick "Autoreboot" in its settings.
[*]Put the tar file you downloaded into the AP tab
[*]Click start and wait for the installation to finish, Odin will show PASS
[*]Now hold down Power button and Volume down for about 10 seconds to force reboot the device
[*]Immediately after the screen goes black release the keys and hold down Volume up and Power button at the same time until you enter OrangeFox (You may need to release the keys after about 20-30secs due to the "unlocked bootloader" warning)
[*]If you properly followed all the steps you should now see the OrangeFox menu.
[*]I HIGHLY recommend to flash services disabler right after you enter OrangeFox to disable forced encryption and stock recovery restoration.
[*]IF YOU ALREADY HAVE TWRP OR OLDER ORANGEFOX BUILDS INSTALLED, JUST DOWNLOAD AND FLASH THE ZIP FILE IN RECOVERY
Spoiler: If you do have a custom recovery installed
[*]Download the *.zip file
[*]Flash it in recovery.
[*]Once its done flashing, phone will reboot on its own to recovery
[*]If you properly followed all the steps you should now see the OrangeFox menu.
Sources: https://github.com/RisenID/android_device_samsung_a52sxq
Credits:
Orangefox team
@BlackMesa123 for the TWRP trees and general help and support.
@corsicanu for updating multidisabler for A12 and providing download links for Odin, USB drivers, etc.
Thanks to all my testers, you know who you are <3
Hey guys, after a lot of thpught, I have decided to drop official support, and provide unofficial builds, so that I can give you guys the best possible builds that I can, so there will be no more official ofox builds from me, but there will be unofficial ones. Thanks for understanding, hope you like these builds.
Changelogs
R11.1
- Fix /vendor backup restoring
- Updated kernel to DVK5
- Support Android 13 decrypt with no password
- Fix /efs, /sec_efs backup
- Fix fastbootd
- Disable stock recovery patching in /vendor
-Bundle Magisk Delta instead of Magisk
Reserved

Categories

Resources