We are releasing support for 12.1 soon. 13 is now a WIP.
We are releasing support for 12.1 soon. 13 is now a WIP.
Greetings, I'm having an issue booting twrp-3.7.0_11-0-redfin.img on my redfin device.
What version of android are you using?Greetings, I'm having an issue booting twrp-3.7.0_11-0-redfin.img on my redfin device.
Device codename: redfin
TWRP version: 3.7.0_11-0
WHAT STEPS WILL REPRODUCE THE PROBLEM?
Following steps from TWRP website for redfin:
-Boot into bootloader
-Connect device to PC
-Open a terminal and run "fastboot boot path/to/twrp.img"
WHAT IS THE EXPECTED RESULT?
TWRP should finish booting and display options/menu
WHAT HAPPENS INSTEAD?
Stays on TWRP boot screen
Any help would be appreciated especially if it's to tell me that I'm an idiot.
Android 12 via LineageOS 19.1
Currently on 11 and below are supported officially. I am looking into how to support vendor_boot.
Currently on 11 and below are supported officially. I am looking into how to support vendor_boot.
Roger. Thanks for the update.Currently on 11 and below are supported officially. I am looking into how to support vendor_boot.
Thank youCurrently on 11 and below are supported officially. I am looking into how to support vendor_boot.
The problem with 12 and above, is now recovery resources are stored in vendor_boot. So I am trying to come up with a decent method to have TWRP live there.
Oh I see, maybe add a note on https://twrp.me/google/googlepixel5.htmlThe problem with 12 and above, is now recovery resources are stored in vendor_boot. So I am trying to come up with a decent method to have TWRP live there.
internal storage is a part of partition "data". It mounted as sdcard with link /data/media/0I just have a quick question: I know that TWRP doesn't normally backup and restore Internal Storage. But my question is this: what exactly is "Internal Storage"?
From TWRP's point of view, on Android-11 on redfin, is "Internal Storage" everything in /storage/emulated/0 ? Or is it some subset of the data in /storage/emulated/0 ? Or perhaps is it some other set of storage locations?
Thank you in advance for clarifying.
internal storage is a part of partition "data". It mounted as sdcard with link /data/media/0
Official TWRPs do not include intSD into data backup, such is standard. You can see a massage about it at TWRP backuping of data: "without media". For some devices there are customs TWRPs which can do it.
If you would like to make data backup with intSD or with a part of intSD, you can use my scripts
data backup and data restore.
It works perfect on P5 with A11..13 and also on another brands and different Android. You can restoring even without TWRP, from system Magisk module installer.
Continue waitingDo someone knows an alternative since we're in 2023 and this TWRP won't probably be released any time soon?
I asked for an alternative and this is no alternative
You should add a disclaimer to the og post.
Previous posts should have been disclaimer enough.I gave myself a scare when I flashed the latest TWRP build to vendor_boot.
You can download the *.img file from here:
You can download the *.img file from here:
https://dl.twrp.me/redfin/
Should I keep crypto disabled or should I try to resolve the fscrypt includes somehow? With crypto disabled to avoid that error, I've got the Google boot splash with the above ADB fix for proper shell access including dmesg and logcat, but it fails to start actual TWRP and the logcat is complaining about missing vintf manifest entries for android.hardware.boot and android.hardware.health
Edit: I also had to inject the Proton kernel for it to boot, I'm currently using the latest AOSP11 bramble/redbull with your commits cherry-picked like I did earlier with the lineage-18.1 attempt