[RECOVERY][12][ROSY] Twrp 3.7.0_12 [UNOFFICIAL] - Xiaomi Redmi 5 ROMs, Kernels, Recoveries, & Other

{
"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"
}
Team Win Recovery Project 3.x
Team Win Recovery Project 3.x, or TWRP3.x for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
/*
* Your warranty is now maybe 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.
*
*/
TWRP 3.7.0_12 for Xiaomi Redmi 5 (rosy)
Android 12.1 AOSP-based recovery
FBE + FDE Data decryption support
USB MTP & Sideload support
System as root (SAR)
Installation
Method 1. Flash from fastboot:
Reboot to Bootloader (fastboot mode)
Type fastboot flash recovery twrp-xxxx-rosy.img
Reboot device or type fastboot reboot
Method 2. Flash from recovery:
Reboot to Recovery
Select Install then Install Image
Select file twrp-xxxx-rosy.img
Select partition Recovery
Flash the image and reboot
Download: twrp-3.7.0_12-7-rosy.img​
Information
TWRP Recovery for the Xiaomi Redmi 5
OS Version: Android 12.1
OS Kernel: Linux 4.9.x
Based On: AOSP
Recovery Source: GitHub
Kernel Source: GitHub
Device Source: GitHub
Created 2020-12-28
Last Updated 2023-06-07

Changelog
Code:
3.7.0_12-7
- Fixed encryption on older ROMs
- Restored FDE decryption support
3.7.0_12-6
- Fixes for themes & settings relocation
3.7.0_12-5
- Removed FDE support (deprecated)
- Removed Vold deprecated code
- Removed Repack Tools (unused)
3.7.0_12-4
- Updated Gatekeeper service definition
- Disabled schedutil iowait_boost
- Fixed FG Rslow charger compensation
3.7.0_12-3
- Fixed supply type probe issue at bootup
- Bumped power-supply limit for pmic voters
- Reduced kernel wakelocks from FuelGauge
3.7.0_12-2
- Fixed NPE when iterating power supplies
- Fixed potential bug in battery percentage
3.7.0_12-1
- Added needed library for lpdump
- Updated recovery manifests
3.7.0_12-0
- Twrp release: 3.7.0 based on Android 12.1

Reserved

Nice works fine

Any Bug?

New build is up.
3.5.0_10_r4
Code:
- Migrated to Keymaster v4.0
- MTP is now disabled by default
- Removed unused fstab flags
- Removed unused crypto configs
- Removed unused gui actions

baunilla said:
New build is up.
Click to expand...
Click to collapse
Thank you for your work! Do you plan to publish the source code with the latest changes? It would be interesting.

This twrp can't show internal storage to pc after changing Data partition in Advance Option of Pertitioning.
I have tried to changing back to ext4 but same issue, but doge twrp works fine

CnnC said:
This twrp can't show internal storage to pc after changing Data partition in Advance Option of Pertitioning.
I have tried to changing back to ext4 but same issue, but doge twrp works fine
Click to expand...
Click to collapse
Did you mean after changing the File System in Advanced Wipe? Let me know the steps needed to reproduce your issue. Also, have you enabled MTP so your pc can see the internal storage? (Mount -> Enable MTP)
Kolibass said:
Thank you for your work! Do you plan to publish the source code with the latest changes? It would be interesting.
Click to expand...
Click to collapse
Yes of course, very soon.

baunilla said:
Did you mean after changing the File System in Advanced Wipe? Let me know the steps needed to reproduce your issue. Also, have you enabled MTP so your pc can see the internal storage? (Mount -> Enable MTP)
Click to expand...
Click to collapse
Yess, Firstly, im goingvto advanced wipe in wipe option and chose "Repai or change partition" with selecting my data from ext4 to f2fs. All of my internal data was wiped and changed to f2fs. Then, Wen i wanna install ur Los with Los 18.1 in my Laptop. My phone detected, and only MicroSD detcted correctly, my Internal data showing free 0 kb of 0 kb (null).
Bug : https://t.me/redmi5_support/8236

CnnC said:
Yess, Firstly, im goingvto advanced wipe in wipe option and chose "Repai or change partition" with selecting my data from ext4 to f2fs. All of my internal data was wiped and changed to f2fs. Then, Wen i wanna install ur Los with Los 18.1 in my Laptop. My phone detected, and only MicroSD detcted correctly, my Internal data showing free 0 kb of 0 kb (null).
Bug : https://t.me/redmi5_support/8236
Click to expand...
Click to collapse
After following your steps (and then rebooting recovery) I can see my internal storage without any issues.

After wiping internel storage from your twrp and then after rebooting into system internel storage is not showing

Neeraj17393 said:
After wiping internel storage from your twrp and then after rebooting into system internel storage is not showing
Click to expand...
Click to collapse
No issues here. What is your Android version? Let me know more details. Try format.

New build is up.
3.5.0_10_r5
Code:
- Fixed 'No OS installed' warnings
- Updated USB init configs

baunilla said:
No issues here. What is your Android version? Let me know more details. Try format.
Click to expand...
Click to collapse
Lineage os 17.1
After formatting data it's work but when i wipe internel storage from advance wipe then after rebooting into system internel storage is not showing

Neeraj17393 said:
Lineage os 17.1
After formatting data it's work but when i wipe internel storage from advance wipe then after rebooting into system internel storage is not showing
Click to expand...
Click to collapse
OK I see it now (Android 10) though it works fine on Android 11. Thanks, I will take a look.
EDIT: It looks like a context issue, so it's not about your android version but rather if selinux is enforcing.

New build is up.
3.5.0_10_r6
Code:
- Fixed touchscreen i2c error
- Removed unnecessary configs

New build is up.
3.5.0_10_r7
Code:
- Added FBE decryption support
- Fixed Internal storage wipe
Neeraj17393 said:
After wiping internel storage from your twrp and then after rebooting into system internel storage is not showing
Click to expand...
Click to collapse
Fixed

New build is up.
3.5.1_10_r1
Code:
- Twrp release: 3.5.1

New build is up.
3.5.2_10_r1
Code:
- Twrp release: 3.5.2

Related

[TOUCH RECOVERY] TWRP Recovery v2.7.1.0 (with SELinux)

Team Win Recovery Project , or twrp for short, is a custom recovery built with ease of use and customization in mind. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
BUGS:
(nothing)
CHANGELOG:
v2.5.0.0> v2.6.3.4
-Add SELinux support for install kitkat correctly
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
v2.4.4.0 > v2.5.0.0
Special Note: If you are running a custom theme, the changes in 2.5.0.0 will likely not be compatible with your theme.
-Added scrollable partition lists for mount, backup, restore, wipe, and storage selection
-Add new SliderValue GUI element for selecting brightness and screen timeout (thanks to Tassadar)
-Re-work AOSP and TWRP code to improve license compatibility between GPL and Apache
-Fixed a problem with directory permissions on split archive backups (backups usually restored with no app data)
-Fixed a problem with md5 verification of backups
-Added a search function to libtar (thanks to kokotas)
-Improve handling of XML errors (fix permissions)
-Fixed handling of subpartitions
-Improvements to recovery.fstab flags
-Fixed a problem with decryption not being able to locate the decryption key in some situations
Download:
http://www.mediafire.com/download/xea7kjz7xvfozuc/recovery_TWRPv2.7.1.0_u8800pro.img
what about offmode charging? and i saw battery charge in recovery only after 1-2 min, in previous versions it didn't have this delay..
gatoringu said:
what about offmode charging? and i saw battery charge in recovery only after 1-2 min, in previous versions it didn't have this delay..
Click to expand...
Click to collapse
Its when the device is not powered on in any way and it charges when connected.
Re: [TOUCH RECOVERY] TWRP Recovery v2.4.4.0
Seems the same as the regular u8000. However, there is no getprop errors. Real nice work!
Sent from my U8800-51
Re: [TOUCH RECOVERY] TWRP Recovery v2.4.4.0
Gotta give it a try then as SomCom reviewed it as nice
-Rik[Rittik]
thanks for all the work)))
Best recovery for this phone.
Sent from my Nexus 4 using xda app-developers app
TWRP 2.5.0.0 Is almost done!!!
Somcom3X said:
TWRP 2.5.0.0 Is almost done!!!
Click to expand...
Click to collapse
Sorry for my ignorance... I've always used CWM recovery... Any little instroction for beginners on how to install it and stating to get a little knowladge with this on? //TWRP
Somcom3X said:
TWRP 2.5.0.0 Is almost done!!!
Click to expand...
Click to collapse
For u8800pro? By who?
objr said:
Sorry for my ignorance... I've always used CWM recovery... Any little instroction for beginners on how to install it and stating to get a little knowladge with this on? //TWRP
Click to expand...
Click to collapse
I will make a zip later.
SvTeam said:
For u8800pro? By who?
Click to expand...
Click to collapse
he'll release it when hes done. I do not want his Pm box becoming his gmail spam box.
Okie dokie. So we can expect a new developer for u8800pro?
Sent from my Nexus 4 using xda-developers app
SvTeam said:
Okie dokie. So we can expect a new developer for u8800pro?
Sent from my Nexus 4 using xda-developers app
Click to expand...
Click to collapse
Up to him.
Recovery updated to newest version, Enjoy
forumber2 said:
Recovery updated to newest version, Enjoy
Click to expand...
Click to collapse
Forumber2 you rock!
Edit: are the backups of the 2.4.4.0 compatible with the 2.5.0.0?
SvTeam said:
Forumber2 you rock!
Edit: are the backups of the 2.4.4.0 compatible with the 2.5.0.0?
Click to expand...
Click to collapse
Sure
Forumber, I changed I have just changed 2.4.40 with new one and is till the same version...
Sent from my U8800pro using xda premium
Well forumber2 thanks again
Sent from my SGH-T999 using xda premium
Great recovery...i never looked back on cwm after using twrp!!you may use this too its a great theme!!
{
"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"
}
http://forum.xda-developers.com/showthread.php?t=2236052
@ATMOSF3AR
/sdcard not mounted
Am i doing something wrong or is there something wrong with this recovery.
I try to install a mod that resides on sd card, but i cant seem to get to it. When i try to choose Mount/Mount SD Card nothing happenes, and in terminal it says:
E:Unable to mount 'sdcard'
The card is normally visible in ICS stock (that i am trying to change into some mod)
Help?

[ROM][6.0.1] NAMELESS n-3.0 for YU YUNIQUE

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 this guide before following 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.
{
"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"
}
Downloads
Build
Build 2
GAPPS
What Works?
Booting!
Display
Touchscreen
Wi-Fi
Bluetooth
Storage
Camera
Brightness
Audio
RIL
FIxed headset bug
What Doesn't Work?
You tell
Installation
Boot into Recovery TWRP-3.0.0-0
Go to twrp> then wipe> then advance wipe>
Then click on data and click on change file partition > ext4
Then click on cache >change file partition > ext4
Then wipe dalvik cache,cache,data,system
Then flash rom then gaaps arm 6.0
Done
Contributors
FireLord, ashwin007 , amalappunni ,
chaubeyprateek1,
@DC07
Source Code: https://github.com/Fire-Qcom
Note
1. If I forgot to add someone in credits please PM me.
2. Changing file system from f2fs to ext4 will wipe your internal storage too.
3. No FMRadio
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP-3.0.0
Based On: CyanogenMod
Version Information
Status: Stable
Opening battery in settings shows "settings has stopped"
Niew77 said:
Opening battery in settings shows "settings has stopped"
Click to expand...
Click to collapse
Maybe the gapps? Or use another theme to fix this
Theme can fix that , fc is from rom source , let devs fix it and I will give new update
Sent from my MotoG3 using Tapatalk
Tutorial please
I am totally new to this and know nothing about all these stuffs. Can u provide me a tutorial on how to change my yunique from android 5.1.1 to nameless os.
KRISHNA DUTT S said:
I am totally new to this and know nothing about all these stuffs. Can u provide me a tutorial on how to change my yunique from android 5.1.1 to nameless os.
Click to expand...
Click to collapse
installation is there .. okay anyway ( assuming you are rooted and have twrp installed )
Boot into TWRP :-
1. Wipe
2. Advanced wipe
3. Select cache > repair or change file system (see bottom ) > change file system ( right side ) > EXT4 > swipe to change
4. Come back until you see all the partition again
5. Select data > repair or change file system (see bottom ) > change file system ( right side ) > EXT4 > swipe to change
6. Flash the zip + gapps
7. Done!
FireLord said:
installation is there .. okay anyway ( assuming you are rooted and have twrp installed )
Boot into TWRP :-
1. Wipe
2. Advanced wipe
3. Select cache > repair or change file system (see bottom ) > change file system ( right side ) > EXT4 > swipe to change
4. Come back until you see all the partition again
5. Select data > repair or change file system (see bottom ) > change file system ( right side ) > EXT4 > swipe to change
6. Flash the zip + gapps
7. Done!
Click to expand...
Click to collapse
flshing gapps error 64. plz help brother
FireLord said:
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 this guide before following 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.
Downloads
Build
GAPPS
What Works?
Booting!
Display
Touchscreen
Wi-Fi
Bluetooth
Storage
Camera
Brightness
Audio
RIL
FIxed headset bug
What Doesn't Work?
You tell
Installation
Boot into Recovery TWRP-3.0.0-0
Go to twrp> then wipe> then advance wipe>
Then click on data and click on change file partition > ext4
Then click on cache >change file partition > ext4
Then wipe dalvik cache,cache,data,system
Then flash rom then gaaps arm 6.0
Done
Contributors
FireLord, ashwin007 , amalappunni ,
chaubeyprateek1,
@DC07
Source Code: https://github.com/Fire-Qcom
Note
1. If I forgot to add someone in credits please PM me.
2. Changing file system from f2fs to ext4 will wipe your internal storage too.
3. No FMRadio
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP-3.0.0
Based On: CyanogenMod
Version Information
Status: Stable
Click to expand...
Click to collapse
my gaaps flash is not working and there is slight yelloish in display and little vibration like in display what to do also gaaps flash showed error64:crying::crying:
https://www.androidfilehost.com/?fid=24533103863139690
build two..
latest from nameless guys
6.0.1_r43
Awesome ROM
FireLord said:
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 this guide before following 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.
Downloads
Build
Build 2
GAPPS
What Works?
Booting!
Display
Touchscreen
Wi-Fi
Bluetooth
Storage
Camera
Brightness
Audio
RIL
FIxed headset bug
What Doesn't Work?
You tell
Installation
Boot into Recovery TWRP-3.0.0-0
Go to twrp> then wipe> then advance wipe>
Then click on data and click on change file partition > ext4
Then click on cache >change file partition > ext4
Then wipe dalvik cache,cache,data,system
Then flash rom then gaaps arm 6.0
Done
Contributors
FireLord, ashwin007 , amalappunni ,
chaubeyprateek1,
@DC07
Source Code: https://github.com/Fire-Qcom
Note
1. If I forgot to add someone in credits please PM me.
2. Changing file system from f2fs to ext4 will wipe your internal storage too.
3. No FMRadio
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP-3.0.0
Based On: CyanogenMod
Version Information
Status: Stable
Click to expand...
Click to collapse
Awesome One bro
And very Smooth
Does the screen flickers?
Sent from my YU4711 using Tapatalk

[OFFICIAL] [v2.9.0] PitchBlack Recovery Project [X01AD]

{
"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"
}
Code:
/*
*Disclaimer
*
* 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 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.
*/
Introduction:
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.3.1-0
PitchBlack version: 2.9.0
For device: X01AD
Maintainer/Authors build: @Ashu Sharma
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/PitchBlackRecoveryProject/android_device_asus_X01AD-pbrp
PitchBlack Team: @rezaadi0105, @firewolfxda, @manjot.gni, @androiabledroid, Arbaz Khan
Features:
Supports Treble and non-Treble ROMs
Up-to-date Oreo kernel, built from sources (Pie is on the way)
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions:
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
The device will automatically reboot into PitchBlack Recovery after installation
Enjoy
From PC(Windows & Linux)
Download PBRP PC Installer zip from bellow
Download PitchBlack Recovery flashable zip from bellow
Extract the PBRP PC installer zip & copy the flashable zip to the installer folder
Goto fastboot mode in your device
Windows users open pbinstaller.bat file
Linux users execute pbinstaller.sh in a terminal
Follow the introductions on the installer from there
Enjoy
(LInux users will need unzip, adb & fastboot installed on their system)
If Yor're Planning to Install GSI on Pie Vendor:
Boot into recovery
Advanced > Additional > Special > Settings OTA > Uncheck "disable dm-verity" option Here
Done
Changelog:
Code:
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Downloads:
Flashable zip
FOR 9.0 - 20190605
FOR 8.1 - 20190605
ALL BUGS ARE FIXED NOW. TELL ME IF YOU FOUND
PC Installer
https://sourceforge.net/projects/pi...ller/PB_Installer_20181014_ALPHA.zip/download
CREDITS:
many many thanks to @rohanpls
Thank u so much bro... Pls try to give us a custom rom...
Thanks for recovery.
Please mention about force encryption remove how to
and
dm verity check bypass process.
broo...
my file in internal not shown with PBRP...
I use 8.1 PBRP with oreo vendor
edit: there's log say mount -o bind '/data/media' '/sdcard' process ended with error: 1
mount -o bind '/data/media/0' '/sdcard' process ended with error: 1
RogueanX8 said:
broo...
my file in internal not shown with PBRP...
I use 8.1 PBRP with oreo vendor
edit: there's log say mount -o bind '/data/media' '/sdcard' process ended with error: 1
mount -o bind '/data/media/0' '/sdcard' process ended with error: 1
Click to expand...
Click to collapse
Is your data decrypted??
Try again by flashing recovery.
ashu7073 said:
Is your data decrypted??
Try again by flashing recovery.
Click to expand...
Click to collapse
no. already decrypt.. with ur unofficial twrp port i can open my file in internal
But with this i can't
RogueanX8 said:
no. already decrypt.. with ur unofficial twrp port i can open my file in internal
But with this i can't
Click to expand...
Click to collapse
Flash recovery again.
I don't understand why, when I make a backup with PBRP, I have 2 folders of 28 Gb
One named PBRP/Backups/JCAXB7663922DMD
Another one PBRP/JCAXB7663922DMD
each one with same files and 28 GB
so 56 GB in place of 28 GB ?
Help i install PBRP with PC i reboot to system . PBRP is lost back to stock recovery. Why problem. And the adb sideload is not fuction.
Thank help problem
Sory i ask what mean a GSI?? Please answer. Thanks.
Is it working on pie?
there is the version 3.0.0 https://sourceforge.net/projects/pb...1BD-3.0.0-20200730-0914-OFFICIAL.zip/download

[ X01AD ] [ ROM ] [ Evolution-X ] [ 12.1/12L/SL ] [ UNOFFICIAL ]

{
"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"
}
X01AD-EvolutionX-12.1/12L/SL-Unofficial_Rom
[​
Code:
/*
* 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.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
Living, Breaking, Keep Evolving.
Pixel UI, customization and more, we are Evolution X! Y
- Team Evolution X -
@joeyhuab
@peaktogoo (Now RealAkito)
@AnierinB
Reach us on Twitter!
@EvolutionXROM​
What are our features?
- Just flash and check "The Evolver"
Safety net Pass by default
June Security Patch
Hwui improved , animation adjustment & minor changes for performance & battery backup.
​
You Tell me.​
Be sure to include a log : check how to​
DO NOT FLASH GAPPS, ALREADY INCLUDED​
First Time Install / Clean Flash
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Format data
4. Wipe Dalvik/Cache. System, Data, Vendor , Internal Storage
5. Flash Firmware
6. Flash the ROM
7. Reboot to System
#KeepEvolving​
GDrive
Mirror
TG-FILE
Note :-Flash Refresh Rate Changer zip. ( Backup boot n dtbo) , For getting smooth experience.
Disable Some useless apps which u don't want.
NEED Help / Support :- Channel | Group
​
Android OS version: 12.1​
Security patch level: June 2022​
Source Code: https://github.com/Evolution-X​
Kernel Source Code: https://github.com/danascape/kernel_asus_X01AD​
ROM Developer: joeyhuab​
​
Red Flag
*Performed all instructions right*
*Performed clean wipe*
Bugs:
Laggy UI (already flashed RR changer.zip)
Encountered serious problems:
- Rebooted to Recovery and triggered bootloop (although I backuped Boot and DTBO)
- Unmodifiable Partitions (system/data/internal storage/vendor)
How to fix:
• Get yourself a PC
• Download Platform tools
• Copy the path of Platform tools
• Open your terminal and type
cd <path of platform tools>
• put your device into Fastboot mode (press power on, change boot mode in "Unlocked Bootloader warning" and choose by pressing volume up/down buttons
• Connect your phone to your pc
• to fix it now, type fasboot erase system
fastboot erase vendor
fastboot erase userdata
fastboot erase boot
fastboot erase recovery
(You can still modify those by the help of fastboot system)
• Download your favorite recovery in your PC
• Copy the path of the image and type
fastboot flash recovery <path of the recover image>
(You'll still counter some errors when booting at recovery, like unmountable system, vendor, data, etc. Except SD Card and OTG)
To fix this, you need to flash any ROM, after you flash it.
• Reboot to recovery again.
You'll still encounter a problem, which you can't mount /data, this problem is very simple, you can just format it via recovery again, after you've done it
• reboot to recovery
• flash any ROM you want except this one
• if you encounter a ROM that also gives symptoms like these, you know what to do.
ROM Danger Level: Medium
• The developer might have changed the boot partition accidentally inappropriate
• It corrupts all partitions
• Partitions still Fixable
ImOnAdateWithLia said:
Red Flag
*Performed all instructions right*
*Performed clean wipe*
Bugs:
Laggy UI (already flashed RR changer.zip)
Encountered serious problems:
- Rebooted to Recovery and triggered bootloop (although I backuped Boot and DTBO)
- Unmodifiable Partitions (system/data/internal storage/vendor)
How to fix:
• Get yourself a PC
• Download Platform tools
• Copy the path of Platform tools
• Open your terminal and type
cd <path of platform tools>
• put your device into Fastboot mode (press power on, change boot mode in "Unlocked Bootloader warning" and choose by pressing volume up/down buttons
• Connect your phone to your pc
• to fix it now, type fasboot erase system
fastboot erase vendor
fastboot erase userdata
fastboot erase boot
fastboot erase recovery
(You can still modify those by the help of fastboot system)
• Download your favorite recovery in your PC
• Copy the path of the image and type
fastboot flash recovery <path of the recover image>
(You'll still counter some errors when booting at recovery, like unmountable system, vendor, data, etc. Except SD Card and OTG)
To fix this, you need to flash any ROM, after you flash it.
• Reboot to recovery again.
You'll still encounter a problem, which you can't mount /data, this problem is very simple, you can just format it via recovery again, after you've done it
• reboot to recovery
• flash any ROM you want except this one
• if you encounter a ROM that also gives symptoms like these, you know what to do.
ROM Danger Level: Medium
• The developer might have changed the boot partition accidentally inappropriate
• It corrupts all partitions
• Partitions still Fixable
Click to expand...
Click to collapse
Nope , May be you have did something wrong.
Here many X01AD users are using this rom without any type of issues.
For more details you can join the telegram support group from above links on XDA.
& Also you can update to latest from TG.
Nishant9811 said:
Nope , May be you have did something wrong.
Here many X01AD users are using this rom without any type of issues.
For more details you can join the telegram support group from above links on XDA.
& Also you can update to latest from TG.
Click to expand...
Click to collapse
Yep, I just forgot to edit my post, sorry my bad, the rom is good, I love it, just did something else so it won't happen again
(Backup boot n dtbo) Well....what is this? Never heard of this backup and never done it before....Please share complete steps.
cpm25 said:
(Backup boot n dtbo) Well....what is this? Never heard of this backup and never done it before....Please share complete steps.
Click to expand...
Click to collapse
U can take backups both boot & dtbo in recovery.
But don't worry if you are unable just flash refresh rate changer with default settings
Nishant9811 said:
U can take backups both boot & dtbo in recovery.
But don't worry if you are unable just flash refresh rate changer with default settings
Or wait for today i will push evo new update.
Click to expand...
Click to collapse
Pls don't add oc in update i think it's a risk.... Is there option to disable in it though? then ok
cpm25 said:
Pls don't add oc in update i think it's a risk.... Is there option to disable in it though? then ok
Click to expand...
Click to collapse
Then don't flash refresh rate Changer
Hi i just wanna ask Why the sd card as a additional storage (+Extra storage) is not available?
The ROM is laggy though & when a13 ???

[ROM][13.0][OFFICIAL][Rolex/Riva] crDroid 9.x

{
"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"
}
Code:
*** Disclaimer ***
I am not responsible for any damage you made to your device.
You have been warned.
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today.
Features:
https://github.com/crdroidandroid/crdroid_features/blob/13.0/README.mkdn
Extra features (implemented by the maintainer):
Code:
* Ability to disable touchscreen buttons
* Audio amplification
* Bluetooth aptX codec
* Clear Speaker
* Improved battery saver at kernel level
* LED indicator on offline charging (red when 0-99%, off when 100%)
* Mi Sound Enhancer
* Properly calibrated sensor-based Doze mode
* Smart Charging
* Native support for "Ok Google" hotword feature
* Native support for Google Phone call recording
* FMRadio (width RDS support)
* Ability to reboot to Fastboot
* Battery-friendly pocket mode
⚠️Stock kernel replacement will break some of the above features (ex. Ability to disable touchscreen buttons)
Flashing Instructions:
Pre-installation:
OrangeFox recovery (Download from here)
Gapps (Download from here)
Magisk 20.0 or newer for root (after first boot) - (Download from here)
Firmware (Download from here)
First time installation (Non-standard - read):
Spoiler
Install OrangeFox recovery from the "Pre-installation" section or any other recovery with FBE encryption support
Download the latest crDroid ROM & the latest Gapps package (Optional)
Boot into recovery
Perform a wipe of
Dalvik / ART Cache
System
Vendor
Cache
Format data is MANDATORY using OrangeFox recovery (or any other recovery with FBE encryption support)
Note: if you upgrading from crDroid 8, you only need to wipe data.
Flash crDroid ROM
⚠ The ROM is encrypted by default. This is a crDroid requirement! ⚠
If you don't care about encryption, you can disable it within OrangeFox recovery: demonstration (you should see "Disable FBE" button instead)
Note: encrypting via ROM's settings is no longer supported in Android 13+, so you will not be able to enable encryption in any other way (except clean install or as shown in the demo above).
Flash Gapps [NikGapps T ARM64-Core] (Optional)
Flash Magisk Root (Optional)
Reboot to the system
Update installation (OTA): check Settings > System > Updater
Update installation (Local Update): check Settings > System > Updater > Three dots > Local Update
Update installation (Recovery):
Spoiler
Download the latest crDroid ROM
Reboot to recovery
Flash crDroid update
Note: read recovery logs and make sure Gapps and/or Magisk have restored themselves.
Wipe Dalvik / ART Cache
Reboot to the system
Sources:
ROM: https://github.com/crdroidandroid
Kernel: https://github.com/crdroidandroid/android_kernel_xiaomi_rova
Download:
ROM https://crdroid.net/rova/9
Changelog: See here
Known issues:
You tell me
Visit official website @ crDroid.net
crDroid rova Telegram
crDroid Community Telegram
crDroid Updates Channel
Donate to help our team pay server costs
Hi just flashed this rom, performance is amazing feels like a new phone now. However my network seems not working for mobile 4g/calls/sms
Is there a file I need to flash?
gxthelord said:
Hi just flashed this rom, performance is amazing feels like a new phone now. However my network seems not working for mobile 4g/calls/sms
Is there a file I need to flash?
Click to expand...
Click to collapse
try firmware
iusmac said:
try firmware
Click to expand...
Click to collapse
Hey iusmac, thanks for getting back on this so fast. I tried flashing the rom too as well but it still says no network detected.
I have manually tried inputting APN as well doesnt work.
Any ideas to work around? Aside from this everything is perfect already
iusmac said:
try firmware
Click to expand...
Click to collapse
Thanks got it already data working too now on LTE.
For future reference any forumers want to try.
Reflash to Nougat, unlock bootloader again, Flash Orange Fox, and follow steps above to flash rom. So far this is breathing in new life into this phone. Thanks TS.
Added:
So far found 1 issue, I tried put in MicroSD can and once I select the 2nd option(use SD as app storage) it loads till 24% and stays in bootloop till I remove the MicroSD card.
Now whenever I try put in the microsd card it will bootloop
gxthelord said:
Thanks got it already data working too now on LTE.
For future reference any forumers want to try.
Reflash to Nougat, unlock bootloader again, Flash Orange Fox, and follow steps above to flash rom. So far this is breathing in new life into this phone. Thanks TS.
Added:
So far found 1 issue, I tried put in MicroSD can and once I select the 2nd option(use SD as app storage) it loads till 24% and stays in bootloop till I remove the MicroSD card.
Now whenever I try put in the microsd card it will bootloop
Click to expand...
Click to collapse
Take the ROM "as is". It's beta for now. The ROM will get OTA updates weekly, so stay tuned.
iusmac said:
Take the ROM "as is". It's beta for now. The ROM will get OTA updates weekly, so stay tuned.
Click to expand...
Click to collapse
Loved it thanks for breathing in new life to our phone
这是我用过最好用的rom
简直不要太爽
在中国大陆 没有推送服务 程序依然可以流畅运行
现在有个问题
汉化不完全
其他几乎完美
很难想象一部6年前的手机 可以完美运行android 13
谢谢你
I have a problem now
China Telecom Mobile Card
Call and 4g network cannot be online at the same time
Can you solve this problem
so, can you support the Chinese input method? The official input method of Google is supported
(>^ω^<)喵 said:
I have a problem now
China Telecom Mobile Card
Call and 4g network cannot be online at the same time
Can you solve this problem
Click to expand...
Click to collapse
Can't reproduce. Try firmware I published above.
which gapps?
jokergermany said:
which gapps?
Click to expand...
Click to collapse
okay the crdroid website link to:
Downloads - NikGApps
NikGapps Website
nikgapps.com
jokergermany said:
which gapps?
Click to expand...
Click to collapse
nik core + addons (if needed)
crDroid 9 Update
Spoiler: Changelog
- Upgraded kernel to 4.9.331-3.1-iusmac
- Added more DNS providers
- Hotspot: added ability to hide SSID
- Updated translations
- Fixed Bluetooth calling
- XiaomiParts:
* Added back Dirac tile to quick settings
* Added Dirac logo to Dirac settings
* Added Mi logo to all XiaomiParts features
- Removed debris and reduced ROM size
- Fixed PowerOffAlarm
(!) only stock Clock app can set PowerOffAlarm
- Set full device name for MTP USB & Bluetooth
* will show for ex. Xiaomi Redmi 4A not Redmi 4A
- Optimized graphics render engine
nice~!every good~!
Data is not working, on wifi also. Hence not able to sign in google apps also.
Rest working as butter smooth as of now.
Is there any solution available to the data problem?
Thanks
Himanshu_Panwar said:
Data is not working, on wifi also. Hence not able to sign in google apps also.
Rest working as butter smooth as of now.
Is there any solution available to the data problem?
Thanks
Click to expand...
Click to collapse
Flash both, order doesn't matter. These need to be flashed once after leaving MIUI or custom ROMs based on Android 10 or lower.
iusmac said:
Flash both, order doesn't matter. These need to be flashed once after leaving MIUI or custom ROMs based on Android 10 or lower.
Click to expand...
Click to collapse
Thanks buddy
Updated on what day of the week

Categories

Resources