[TWRP][3.7.0-13][instantnoodle]TWRP for OnePlus 8/8Pro ][OFFICIAL][BETA 3] - OnePlus 8 / 8 Pro & 8T Cross Device Development

TWRP for OnePlus 8 and 8 Pro​
{
"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"
}
​TWRP is an open source, community project. TWRP development is done by a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers, and zulip-chat.
A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom "ROM".
Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
Code:
#include
/*
*
* Yea, though I walk through the valleys of c++ and java, of the shadow of death on these forums,
* I will fear no evil and i will develop and code restless: for thou art with me and my keyboard;
* thy rod and thy staff they comfort me, and my mouse..
*
*/
A13 support is still a WIP, but most things are working, A13 is all new, keep that in mind.
WORKING:
Decryption
ADB Sideload
Format Data
Flashing zips (kernels and ROM's)
Backup/Restore
MTP is working
adb is working
OTG
more...
NOT WORKING
tell me
Download
Beta 3
Flashable zips:
https://devuploads.com/h6omb3dsxg5n -> twrp_op8_ext4-3.7.0-b3.zip - 34.8 MB
https://devuploads.com/d6j8gpbyfbzf -> twrp_op8_erofs-3.7.0-b3.zip - 34.8 MB
Flashable imgs
https://devuploads.com/gxv3t5onoapm -> twrp_op8_ext4-3.7.0-b3.img - 100.0 MB
https://devuploads.com/vg662syh8j7j -> twrp_op8_erofs-3.7.0-b3.img - 100.0 MB
(Please disable any adblockers downloading from my links)
Instructions
Windows
Install oneplus usb driver, after disabling driver signature enforcement
Download and install platform tools, unzip and add the folder to Windows path,
"Settings > Advanced System Settings > Environment Variables > New"
Example -> http:///imgur.com/a/x8XOofQ
open command prompt, or powershell, and:
fastboot flash recovery_a twrpname.img
fastboot flash recovery_b twrpname.img
Linux
Download and add to path (.bashrc) platform-tools:
export PATH=$HOME"/platform-tools:$PATH"
dont forget udev rules if you're using ubuntu based distro:
https://github.com/M0Rf30/android-udev-rules
open a terminal and:
fastboot flash recovery_a twrpname.img
fastboot flash recovery_b twrpname.img
that's all.
Telegram Group:
Telegram: Contact @infected_unofficial_stuff_group
t.me
Feel free to join!
Source Code:
GitHub - infectedmushi/twrp_device_oneplus_instantnoodle
Contribute to infectedmushi/twrp_device_oneplus_instantnoodle development by creating an account on GitHub.
github.com
https://github.com/infectedmushi/android_bootable_recovery
https://github.com/bigbiff/android_device_oneplus_instantnoodle
https://github.com/TeamWin/android_bootable_recovery
https://github.com/systemad/android_device_oneplus_instantnoodle
Credits:
@bigbiff
@Lossyx
@Captain_Throwback for original tree
@mauronofrio for original tree
TWRP team

HOW TO BACKUP && RESTORE ON TWRP CORRECTLY
theincognito said:
Steps for backing up and restoring data in TWRP (Huge thanks to @BillGoss )
Remove any password/pin/pattern before doing this
Backup
In TWRP
Backup: Select only the Data partition.
Reboot System
Restore
In TWRP
If you skip this step you will not be able to successfully start the system after restoring data
Wipe>Factory Reset
Reboot System (this will rebuild the data partition)
Back in TWRP
Restore: Select the backup you want to restore
Reboot system
Note:
At this point the phone will take longer than usual to boot - that's normal
You will be presented with a blank screen or a toast message saying "com.android.phone keeps stopping."
Tap "Close app", hold the Power button down to be presented with the option to (Lockdown), Power off, or Restart. Select Restart
It may take a couple of restarts
If you want to backup and restore fingerprints too, follow the guide in the attached file
Click to expand...
Click to collapse
https://forum.xda-developers.com/t/...ect-8t-kebab-2021-09-04.4302449/post-85292199
thanks @BillGoss && @theincognito

This is awesome! Thanks for opening a new thread!

Sweeet tnx

Thank you very much, beta 2 is working good

uploaded beta 3.
changelog:
https://gerrit.twrp.me/c/android_bootable_recovery/+/4411
* zip install: unmap any dynamic partitions before installing
https://gerrit.twrp.me/c/android_bootable_recovery/+/4401
* version: don't show as error if we cannot write the version string
https://gerrit.twrp.me/c/android_bootable_recovery/+/4386
* relink recovery modules correctly - Added ziptool as unzip deprecated in a11
regards.

Why do we need to install new drivers with no signature?
Whats the problem with normal platform tools?

Can anyone confirm if could restore a backup successfully and what is the right order to restore every partition?

xtcislove said:
Why do we need to install new drivers with no signature?
Whats the problem with normal platform tools?
Click to expand...
Click to collapse
you don't need to do anything if you already got fastboot and adb working.

Thank you to all the people involved.
Finally the hard work gave fruits!

Noce to see this become official finally

Successful restore anyone?

vibration does not work :3

Do we have to use MSM Tool to format before installing? Also, did anyone successfully restore a nandroid backup?

progress on MTP issue..

Revenant Ghost said:
Do we have to use MSM Tool to format before installing? Also, did anyone successfully restore a nandroid backup?
Click to expand...
Click to collapse
If you run MSM you'll completely wipe your phone and relock the bootloader.

anyone can test MTP on Windows, and data restore?
https://drive.google.com/open?id=1b...JmIBVr&[email protected]&usp=drive_fs

@infected_ for me mtp work on beta 2 and 3. On oneplus 8 pro with latest oos.

Noob9496 said:
@infected_ for me mtp work on beta 2 and 3. On oneplus 8 pro with latest oos.
Click to expand...
Click to collapse
nice. can you test /data restore? and see if doesn't gives error 255?

infected_ said:
nice. can you test /data restore? and see if doesn't gives error 255?
Click to expand...
Click to collapse
Unfortunately, I will not do it at the moment because I do not have time. And in case of problems with the system, I will have to reinstall everything and upload files.

Related

[RECOVERY]Revolution Recovery Nougat {16-03-17} RC2

{
"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"
}
ONLY FOR NOUGAT FIRMWARE​
Working:
ADB
If can possible make a mount / backup or restore any partition, included DATA, restore, backup, flashing...
The settings are saved on CUSTOM partition, and BACKUP's on external storage
MTP
Dont working:
Tell me
Changelog:
RC2 16-03-2017:
Updated UI
New logo and splash screen
Fixed errors on Backup/Restore
Optimized the code
RC1 11-03-2017:
Updated to TWRP base 3.0.3
Data in whole recovery, mount, unmount, backup, restore, flashing .zip files... NO MORE NEEDED DOWNGRADE TO MM
ADB Now can send command and receive
Optimizations...
b9 15-12-2016:
MTP and ADB works at init thanks to: @LastStandingDroid
ADB Keys working thanks to: @LastStandingDroid
Deleted unneded stuff
b8 14-12-2016:
Reworked MTP
Reworked with kernel B336
Updated banner with correct version of recovery
b7 13-12-2016:
Reworked MTP
Removed unnecesary files
Removed DM-Verity v2
b6 08-12-2016:
New Init logo and banner
Deleted parameters for MOUNTING DATA
Deleted splash2
Reworked init.rc and fstab
b2 03-12-2016:
ADB works but no "auth"
MTP works
Backup & Restore of all patitions working (no DATA backup)
Settings of TWRP saved on CUSTOM partition
b1 02-12-2016:
First version working on Nougat
Images
Attached in bottom of the post.
Download:
For install in Android MM (if dont are now in Android N) or for install in Recovery Nougat b*: https://mega.nz/#!tE1XXIaK!ICq1NO1DpLedfdgB0j5DzH4xtEN6jcz2Di8UXfcqSBE
recovery.img for install with Fastboot: https://mega.nz/#!gU91XJjI!V3RcPQ0tDeFNBJAu04cI1gxMqDypEdxs6TQHGF3h0_o
Regards
BadWolfYe said:
​
Working:
All dont listed in "Dont Working"
Dont working:
ADB
USB MTP
Mount and manage DATA
Download:
For install in FASTBOOT: https://mega.nz/#!JcNCADDA!f4EvXvIJYEPkALmUrG5WDhB-u7pRpcDZ5DvQpQpxlD8
For install in Android MM (if dont are now in Android N):
Im working in fix the error listed up, when i fix all, i work in Revolution Recovery for NOUGAT
Regards
Click to expand...
Click to collapse
Is for VNS-L21 ? Or not?
Why is this called Android Nougat?
The named its called for only work on Android Nougat Firmware....
Adb/mtp fixed...
Working on data partición fix
Oh god i hope you get it sorted, your my last hope with my brick ..... **** me
WTF?
This is no a job, dont need a review for employer's HAHAHAHAHAHA
News:
Data partition still no working...
In this moment recovery save the settings in CUST partition
Backup of all listed partitions CORRECT (tested)
Only can backup to external sd
ADB no work "unathorized" but MTP yes, for activate, go to mount and disable mtp, after, reenable mtp... an boila!
Installation fails at 7 status error (in this moment caused by data partition)
im deleting all unusued stuff on recovery, and upload in the next hours... BETA 2 xd
OP updated
I do not mean to be rude and I appreciate your work, but how is this different from the regular TWRP and from TWRP by Meticulus? I mean there are two rock-solid versions of TWRP, what is the added value of flashing this one?
Anyone READ the TITLE?
This is FOR NOUGAT boot only on NOUGAT firmware and another olds TWRP NO... this is the only recovery boot on NOUGAT...
BadWolfYe said:
Anyone READ the TITLE?
This is FOR NOUGAT boot only on NOUGAT firmware and another olds TWRP NO... this is the only recovery boot on NOUGAT...
Click to expand...
Click to collapse
My apologies, I feel super stupid now. Thanks for your contribution!
Thanks for your work
Thread cleaned of stupidity. Next time we'll talk privately. :good:
Cheers,
Darth
Senior Moderator
TWRP not picking up internal storage, please help.
Recovery updated and reworked...
Hello
I do not understand, I can not manage to make it work.
He shows me cust 177mb
Internal storage 0mb
Micro sdcard 0mb
And I get to nothing. thank you
I understood
BadWolfYe said:
Recovery updated and reworked...
Click to expand...
Click to collapse
Now can i flash directly on the reworked twrp? Like if im going to reflash the b329 + data files? And also the camera fix?
Is there somewhere already a supersu file for root
Then you could root it and then downgrade with toolkit because the twrp he has fixed and thus you could zip the zip yes
Thank you for your great work
Hello, I'm trying to install this Recovery for my P9 Lite in Nougatt, if i in ADB send a command:
"fastboot flash RevRecNP9Lite.img"
I have a error:
"unknown partition 'RevRecNP9Lite.img'
error: cannot determine image filename for 'RevRecNP9Lite.img"
Where is the problem? In ADB?
ExodosPL said:
Hello, I'm trying to install this Recovery for my P9 Lite in Nougatt, if i in ADB send a command:
"fastboot flash RevRecNP9Lite.img"
I have a error:
"unknown partition 'RevRecNP9Lite.img'
error: cannot determine image filename for 'RevRecNP9Lite.img"
Where is the problem? In ADB?
Click to expand...
Click to collapse
It must be "fastboot flash recovery RevRecNP9Lite.img"
Thank You, it works

Development [RECOVERY][UNOFFICIAL] TWRP for Galaxy S21 Ultra (Exynos)

{
"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, or twrp3 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 void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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.
Supported Models:
Galaxy S21 Ultra G998B/N.
Download & Guide:
1. Unlock your bootloader.
2. Download S21 Ultra: p3s.
3. Reboot to download mode
4. Put the TWRP TAR for your device with Odin in the AP slot, vbmeta_disabled_R.tar in USERDATA slot and click start.
5. Reboot to recovery via recovery key combo (Vol up + power + USB connected).
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​- Go back to Wipe > Format Data > type yes.​- Reboot to recovery.​7. Flash magisk apk in twrp.
8. Reboot to system, Enjoy.
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
Thanks:
TWRP team
@ianmacd for multidisabler
Sources:
Kernel tree
Device tree
Changelog:
29.11.2021 - Update to TWRP 3.6.0
- Updated to latest kernel source
- Update multidisabler
- fstab clean up
21.08.2021 - Add Symlinked dynamic partitions to fstab
09.08.2021 - Fix haptic feedback
- Updated to latest kernel source
- No vbmeta disable require
- fstab clean up
01.03.2021 - Initial Release.
Boss!
Boss
Thanks boss..
Boss!
Omg.... Boss and Heroes
Any custom rims for this device yet? Maybe a Pixel Experience ROM?
Any news on rom development by chance?, Just curious thanks.
It will take a big while before custom ROMs, don't expect them too soon
Hello everyone, I only have one question, besides the Twrp and the vbmeta_disabled_R.tar do you also need to flash a Multidisabler via Odin? Thank you.
siriow said:
Hello everyone, I only have one question, besides the Twrp and the vbmeta_disabled_R.tar do you also need to flash a Multidisabler via Odin? Thank you.
Click to expand...
Click to collapse
You just need to go to advanced then open terminal in TWRP, and type multidisabler, then wait, then type it again.
FreeRunner2017 said:
You just need to go to advanced then open terminal in TWRP, and type multidisabler, then wait, then type it again.
Click to expand...
Click to collapse
Ok, Thank you
siriow said:
Ok, Thank you
Click to expand...
Click to collapse
Your welcome, any issues feel free to PM me
I wish there was a very easy way to patch AP to keep TWRP after a dirty flash manual upgrade.
Burt Squirtz said:
I wish there was a very easy way to patch AP to keep TWRP after a dirty flash manual upgrade.
Click to expand...
Click to collapse
1.Easiest option - Go with custom ROM (If available)
2.Second easy, modify AP and patch it.
Extract all the contents of AP file - delete recoevry and vbmeta images - Repack as tar (You can use 7zip or similar) - Patch it with magisk
After flashing, straightway go to TWRP - and apply multidisabler before booting device.
dr.ketan said:
1.Easiest option - Go with custom ROM (If available)
2.Second easy, modify AP and patch it.
Extract all the contents of AP file - delete recoevry and vbmeta images - Repack as tar (You can use 7zip or similar) - Patch it with magisk
After flashing, straightway go to TWRP - and apply multidisabler before booting device.
Click to expand...
Click to collapse
This would clear the User data / Accounts also, yeah ?
@afaneh92 _ Bro, I think the existing TWRP doesnt mount Data on the Newest March Security Patch.
I had no issues with the February Firmware.
Could you have a look ?
JazonX said:
This would clear the User data / Accounts also, yeah ?
@afaneh92 _ Bro, I think the existing TWRP doesnt mount Data on the Newest March Security Patch.
I had no issues with the February Firmware.
Could you have a look ?
Click to expand...
Click to collapse
You asked for dirty flash trick right? If erasing data and acc then it's not dirty flash.
I don't have any issue on March secure patch
What could be causing this issue?
Did a full stock flash as well, and repeated the TWRP process.
JazonX said:
What could be causing this issue?
Did a full stock flash as well, and repeated the TWRP process.
Click to expand...
Click to collapse
Run multidisabler script in twrp terminal

Development [RECOVERY] [11] [ALPHA] TeamWin Recovery Project (ebba) (2021-09-09)

{
"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"
}
Introduction:
Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
Hello, this is TWRP, for Oneplus Nord CE 5G
Installation:
# To temporarily boot it
fastboot boot <twrp_file_name>.img
# Since Nord CE 5G has a separate recovery partition, you can flash the recovery with
fastboot flash recovery <twrp_file_name>.img
Thanks to theincognito for his oneplus 8T twrp tree
# Dowloads
gdrive
#reserved
Working:
Boots
mtp
internal storage
decryption
Not working:
adb sideload
oxygenos flashing
Many thanks to your work! Can you tell me please, if nandroid backup is working?
Thanks in advance!
Sony make.belive said:
Many thanks to your work! Can you tell me please, if nandroid backup is working?
Thanks in advance!
Click to expand...
Click to collapse
my device is bricked so i cant test them as system product vendor partitions are not available i need to get this device unbricked. But in general it should work
I can confirm that it starts in the recovery
If you need more proof or more information ...
sanangel said:
I can confirm that it starts in the recovery
View attachment 5405461
If you need more proof or more inforamation ...
Click to expand...
Click to collapse
did all partitons mounted correctly?
can you share log screen
Venkat.Yadlapati said:
did all partitons mounted correctly?
can you share log screen
Click to expand...
Click to collapse
Are you referring to the dmesg.log file?
sanangel said:
Are you referring to the dmesg.log file?
Click to expand...
Click to collapse
no the button beside home
Venkat.Yadlapati said:
no the button beside home
Click to expand...
Click to collapse
pm answered
Thank you for the awesome work.
I hope this makes us at least an inch closer to custom roms
I was able to install it, but the functions are limited, such as not recognizing USB and not being able to mount the system.
I'm looking forward to it in the future.
ROM:Oxygen OS 11.0.1.1.EB13AA
And when you change slot used at the reboot section?
I tried to flash an update through it and got a brick. It took a long time to recover.
We are waiting for the update.
There is one available 11.0.9.9, but not installing with unlocked bootloader
Mamay72 said:
I tried to flash an update through it and got a brick. It took a long time to recover.
We are waiting for the update.
Click to expand...
Click to collapse
How did you successfully recover from the brick?
JamboFE said:
How did you successfully recover from the brick?
Click to expand...
Click to collapse
[OPNORDCE][OOS EB13BA/DA] Unbrick tool to restore your device to OxygenOS
Disclaimer: By attempting any of the processes listed in this thread you accept full responsibility for your actions. I will not be held responsible if your device stops working, catches fire, or turns into a hipster and claims to have been...
forum.xda-developers.com
JamboFE said:
How did you successfully recover from the brick?
Click to expand...
Click to collapse
By issuing repair request with oneplus.
!PdK said:
By issuing repair request with oneplus.
Click to expand...
Click to collapse
Hi does anyone have the .img file for this so i can reflash the recovery. Ive got a bricked NORD CE 5G which does still have a working recovery - if i could get TWRP on there then i "should" be able to flash a stock zip file from TWRP....thanks.
ComfySofa said:
Hi does anyone have the .img file for this so i can reflash the recovery. Ive got a bricked NORD CE 5G which does still have a working recovery - if i could get TWRP on there then i "should" be able to flash a stock zip file from TWRP....thanks.
Click to expand...
Click to collapse
For ebba I have

Development [RECOVERY] [11] [star/mars] [OFFICIAL] TeamWin Recovery Project

Introduction:
Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
Hello, this is TWRP, for Mi 11 Pro/Ultra
USB OTG will not work
Decrypting Android 12 will only work if you remove pin/password
Installation:
1. fastboot boot twrp.img
2. go to Advanced > Flash Current TWRP
3. after that is done, if you were using a custom kernel, reflash it now
4. if you were using magisk, reflash it now
Updating to a newer build:
1. download new build to internal storage
2. go to Advanced > Install Recovery Ramdisk
4. select the new image
5. after that is done, if you were using a custom kernel, reflash it now
6. if you were using magisk, reflash it now
thanks to : @erfanoabdi @Cozzmy13
Send me a beer: Crypto (Preferred) | PayPal
Trees:
https://github.com/TeamWin/android_device_xiaomi_star
https://github.com/TeamWin/android_device_xiaomi_mars
https://github.com/TeamWin/android_device_xiaomi_sm8350-common
Telegram group: https://t.me/NSSFB
Download:
star: https://twrp.me/xiaomi/xiaomimi11ultra.html
mars: https://twrp.me/xiaomi/xiaomimi11pro.html
Wow
Finally, official TWRP for our device, thanks alot to dev
when i flash it ,i can`t mount my /data
my device is mi 11 star
347111268 said:
when i flash it ,i can`t mount my /data
my device is mi 11 star
Click to expand...
Click to collapse
Are you on android 12?
Nebrassy said:
Are you on android 12?
Click to expand...
Click to collapse
yes
347111268 said:
when i flash it ,i can`t mount my /data
my device is mi 11 star
Click to expand...
Click to collapse
on android 11 the same......
Edlar said:
on android 11 the same......
Click to expand...
Click to collapse
Send logs
adb pull /tmp/recovery.log
adb logcat > logcat.txt
Nebrassy said:
Send logs
adb pull /tmp/recovery.log
adb logcat > logcat.txt
Click to expand...
Click to collapse
Hi there !
Can't mount /data neither Mi 11 Star on A12 (latest weekly EU Rom), removed password before fastboot boot twrp.img
Tried to adb pull /tmp/recovery.log, but :
adb: error: failed to get feature set: no devices/emulator found
you do this on fastboot mode, right ?
Thank you
jiyuugataki said:
Hi there !
Can't mount /data neither Mi 11 Star on A12 (latest weekly EU Rom), removed password before fastboot boot twrp.img
Tried to adb pull /tmp/recovery.log, but :
adb: error: failed to get feature set: no devices/emulator found
you do this on fastboot mode, right ?
Thank you
Click to expand...
Click to collapse
did you try if its connected by typing fastboot devices?
jiyuugataki said:
Hi there !
Can't mount /data neither Mi 11 Star on A12 (latest weekly EU Rom), removed password before fastboot boot twrp.img
Tried to adb pull /tmp/recovery.log, but :
adb: error: failed to get feature set: no devices/emulator found
you do this on fastboot mode, right ?
Thank you
Click to expand...
Click to collapse
Try going to mount menu, disable mtp and enable it, then check id adb is recognized
Nebrassy said:
Try going to mount menu, disable mtp and enable it, then check id adb is recognized
Click to expand...
Click to collapse
Worked, here are the logs
Thx !
Edit : That's strange, when i try to attach files, they upload and then disappear when i save
so, recovery :
recovery.log - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
logcat part1 : https://pastebin.com/ZPenY56E
part 2 : https://pastebin.com/6MYkJs5R
marcel112 said:
did you try if its connected by typing fastboot devices?
Click to expand...
Click to collapse
Tried and no problem
But, solved, thank you nonetheless
Hello everyone, I can't access to my data in TWRP completely because I want to flash magisk; any solution?
datadelrey said:
Hello everyone, I can't access to my data in TWRP completely because I want to flash magisk; any solution?
Click to expand...
Click to collapse
did you remove password or pin?
Great news!
I am wondering if there is a roadmap when TWRP will be available for A12?
{
"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"
}
Everything is fine, a log file appeared after I backed up the boot, I hope it's useful
please make a clear tutorial on how to fix the unable to mount/data
i removed the pin and password before fastboot boot twrp.img, go to advanced flash current twrp, and when i restart the device it goes to fastboot again.
Nebrassy said:
Updating to a newer build:
1. download new build to internal storage
2. go to Advanced > Install Recovery Ramdisk
4. select the new image
5. after that is done, if you were using a custom kernel, reflash it now
6. if you were using magisk, reflash it now
Click to expand...
Click to collapse
How to update if we are currently use a different TWRP? I mean not "official".
Mi 11 Ultra / star
Using EU 12.5.20 and twrp 3.5.1
Update to 3.6.0 via Install Zip in 3.5.1
Reflash EU rom after update twrp and booted normally now.
Working fine. Thank you.
@hacker738 and now check, which version of TWRP is installed
if 3.6.0 then I'll really congratulate you

Development [ROM][Android 13][venus] calyxOS 4.8.1 [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"
}
CalyxOS is an Android mobile operating system that puts privacy and security into the hands of everyday users. Plus, proactive security recommendations and automatic updates take the guesswork out of keeping your personal data personal.
Your warranty is now void, or not... I have no idea; it depends...
・ I'm not responsible for bricked devices, thermonuclear war or alarm app fails.
・ If it's your first time or you're unexperienced with flashing ROMS, please do some search before flashing!
・ YOU are choosing to make these modifications, you're the only responsible guy for messing up if you do so.
(unless i messed up something, but since it works for me, it shouldn't be an issue from the rom builder (me)
Known Bugs :
- Fingerprint
- Mobile Data & Microphone in voice calls
Notes:
Do NOT flash gapps (MicroG included, make sure to enable them when you're setting up after you just installed)
I do not work for or under the calyx institute.
This build was mainly made for myself, so i don't promise maintaining, maybe in my free time tho.
(27/04/2023) Updated the link to the new build from Yairzar (Thanks for the fixed build! My branch was kinda broken/messy as i'm a beginner.)
ROM Source : https://gitlab.com/CalyxOS
KERNEL Source : https://github.com/AOSP-for-venus/platform_device_xiaomi_venus-kernel
Device Tree / vendor & etc : https://github.com/MiRw3b/xiaomi-venus-files
Download : https://sourceforge.net/projects/yairpatch/files/calyxos/calyx_venus-ota-eng.yair.zip/download
New Clean flashing tutorial :
!YOU NEED ADB/FASTBOOT TOOLS!
1. Flash the latest TWRP/OFOX and boot on the recovery.
2. go in "Format Data/Factory Reset". (DOING THIS STEP WILL WIPE YOUR DATA) after you did,
3. on your computer, open cmd (or terminal) in the folder where the zip is located
4. push the zip file to tmp by using
Code:
adb push calyx_venus-ota-eng.yair.zip tmp/
5. go in "Install", then go up a level, then search the folder 'tmp" and find the zip file, then flash it. you don't need gapps since there's microG as a replacement HOWEVER games will NOT correctly work on it (google play services don't work)
Dirty Flashing / Updating tutorial :
1. Reboot to Recovery
2. on your computer, open CMD (or terminal) in the folder where the .zip is located
3.Flash the zip by doing "adb sideload calyx_venus-ota-eng.yair.zip"[/SPOILER]
Spoiler: Old flash tutorial
Clean Flashing / Installation tutorial :
Spoiler: Old flash tutorial
!YOU NEED ADB/FASTBOOT TOOLS!
1. Make sure you're on the latest MIUI (atleast 13.0.X)
2. Reboot to TWRP / OFOX and go to "Format Data/Factory Reset". (DOING THIS STEP WILL WIPE YOUR DATA) after you did,
3. reboot to Bootloader, and, on your computer, open CMD (or terminal) in the folder where the .zip is located
4. Flash the zip by doing "fastboot update calyx_venus-img-eng.mir.zip"
Dirty Flashing / Updating tutorial :
1. Reboot to Fastboot/Bootloader
2. on your computer, open CMD (or terminal) in the folder where the .zip is located
3.Flash the zip by doing "fastboot update calyx_venus-img-eng.mir.zip"
After you did, while flashing, it should reboot you to the legacy bootloader, the very old fastboot. it's normal, and then it should continue flashing until it's done. Enjoy!
Screenshots :
MiRw³b said:
Your Phone Should Be Private​Everyone needs a phone. Not everyone wants to be spied on.
Reclaim your privacy with CalyxOS.
CalyxOS is an Android mobile operating system that puts privacy and security into the hands of everyday users. Plus, proactive security recommendations and automatic updates take the guesswork out of keeping your personal data personal.
Your warranty is now void, or not... I have no idea; it depends...
・ I'm not responsible for bricked devices, thermonuclear war or alarm app fails.
・ If it's your first time or you're unexperienced with flashing ROMS, please do some search before flashing!
・ YOU are choosing to make these modifications, you're the only responsible guy for messing up if you do so.
(unless i messed up something, but since it works for me, it shouldn't be an issue from the rom builder (me)
Known Bugs :
- Fingerprint? (not sure if it's my phone only)
Notes:
Do NOT flash gapps (MicroG included, make sure to enable them when you're setting up after you just installed)
I do not work for or under the calyx institute.
This build was mainly made for myself, so i don't promise maintaining, maybe in my free time tho.
ROM Source : https://gitlab.com/CalyxOS
KERNEL Source : https://github.com/AOSP-for-venus/platform_device_xiaomi_venus-kernel
Device Tree / vendor & etc : https://github.com/MiRw3b/xiaomi-venus-files
Download : https://anonfiles.com/GdF4L8O8y4/calyx_venus-img-eng.mir_zip
Flashing / Installation tutorial :
!YOU NEED ADB/FASTBOOT TOOLS!
1. Make sure you're on the latest MIUI (atleast 13.0.X)
2. Reboot to TWRP / OFOX and go to "Format Data/Factory Reset". (DOING THIS STEP WILL WIPE YOUR DATA) after you did,
3. reboot to Bootloader, and, on your computer, open CMD (or terminal) in the folder where the .zip is located
4. Flash the zip by doing fastboot update calyx_venus-img-eng.mir.zip
After you did, while flashing, it should reboot you to the legacy bootloader, the very old fastboot. it's normal, and then it should continue flashing until it's done. Enjoy!
Screenshots :
Click to expand...
Click to collapse
great job!
Just updated it, as camera and volume +/- weren't working, because some files were missing or empty in the vendor files of my tree.
Safetynet working ?
Vinc3nt.exe said:
Safetynet working ?
Click to expand...
Click to collapse
Good question, i haven't tried, and i don't think that it would work since it doesn't use officla Gapps, it instead uses MicroG, for a better privacy.
The download link doesn't work... File does not exist..
MiRw³b said:
Good question, i haven't tried, and i don't think that it would work since it doesn't use officla Gapps, it instead uses MicroG, for a better privacy.
Click to expand...
Click to collapse
Check out the guide to get safetynet working with microG
[GUIDE] How to get SafetyNet working with MicroG
This is a tutorial on how to set up your phone so that you can consistently pass SafetyNet. Note that all this is from my own experience, and if what works on one device blows up another, that's not my problem and I'm not responsible for that. I...
forum.xda-developers.com
nelvinchi said:
View attachment 5899619
The download link doesn't work... File does not exist..
Click to expand...
Click to collapse
fixed the link, sorry for the long wait time

Categories

Resources