[RECOVERY][Unofficial]TWRP-3.5.2 Recovery for Moto E6 Plus - Moto E6 Plus ROMs, Kernels, Recoveries, & Other De

{
"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:
#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.
*
*/
This was compiled from source, it is not any kind of port
Features:
System, Vendor work to flash GSI roms
You can flash ROMs;
Format Data ;
You can flash magisk
Bugs:
Encryption
Apparently there are errors when restoring backups, I have not tested it
How to install:
Download latest recovery.img
Boot your phone at bootloader
Type this on fastboot "fastboot flash recovery (name of recovery).img"
Done
Download
Credits:
TeamWin (for create twrp recovery)
Thank to all my tester for the patience
@qaotyk for advising me and reviewing the tree
@GarfieldФернандо for advising me and helping me make the tree

Reserved
Changelog from 18/12/2021:
-Codename of the device renamed (this was a decision of mine I wanted to have a little fun) from pokerp to pokerpatas
-Updated to the latest twrp sources
-MTP & ADB Sideload fixed and working on linux (on windows it already worked)
-Support Android 12 gsi
-Eliminate various flashing and wipe options from the recovery (for example, the vendor can no longer be erased or flashed)
-The recovery will start even if you have encrypted memory (It is not yet capable of decrypting but it is already quite a noticeable advance, in case you want to update gsi you could do it from a MicroSD)
Bugs:
Encryption, I have not managed to get it to work, I am not totally sure what type of encryption it is, I tried adding the FDE and FBE binaries and it works partially
Apparently there is an error with the backups (I have not tried it because I normally do not do any) the error in question is that apparently generating a backup / data ends up collapsing in some way, a pseudo correction for this was to disable the backup encryption which apparently was not very successful
I will attach the last image of the recovery and the current device tree in case someone wants to collaborate in any way
Device Tree: https://github.com/KatoTempest/motorola_pokerpatas branch wip
I should mention that I also compiled Skyhawk recovery, although apparently it has some broken functions, maybe if I fix the encryption bug I can compile that recovery again

thanks for doing this, i was searching in youtube and a guy on the video said is there a possibility to find the TWRP version of your phone in XDA, so... thanks alot <3

you need to continue... its so good...

Accidentally wiped boot.img

Fixed! Was my own fault.

I try to flash recovery but fastboot return next
Writing 'recovery' FAILED <remote: 'The partition is not assign partition!!'>
Click to expand...
Click to collapse
What I can do with this problem?
Maybe before flashing recovery need unlock bootloader as said in this thread?

Mortyk said:
I try to flash recovery but fastboot return next
What I can do with this problem?
Maybe before flashing recovery need unlock bootloader as said in this thread?
Click to expand...
Click to collapse
the bootloader "crashes" or something similar sometimes, although that is something random depends on the cable and the amount of energy in its battery, I recommend flashing orangefox since it exists there

New Build
--------Changelog:
-Fixed mtp and adb
-Merged to latest twrp sources
-For now probabily support fbe encryption (aosp gsi for example)
-Magisk now flash correctly
-Added parted tools for change system size (not tested)
Uploading file

testing (the file for some reason is not uploaded via xda)

LichtEstarossx said:
testing (the file for some reason is not uploaded via xda)
Click to expand...
Click to collapse
Hey, thank you for your work. After following fastoh's guide on how to unlock the bootloader, I tried flashing your recovery.img but it hangs on the twrp startup screen when I boot into recovery mode. Any ideas? Very eager to use it if it supports encryption!

wakeyj35 said:
Hey, thank you for your work. After following fastoh's guide on how to unlock the bootloader, I tried flashing your recovery.img but it hangs on the twrp startup screen when I boot into recovery mode. Any ideas? Very eager to use it if it supports encryption!
Click to expand...
Click to collapse
If you get stuck on the twrp logo then the encryption settings did not work, although it may not support the motorola ones and if the aosp ones, in case it is not that try flashing a different recovery

Stop at TWRP logo cannot enter, so this is a failure It doesn't work
This is compiled by me, can't decrypt data, other functions are normal
E6 plus TWRP-9.0

g465559090 said:
Stop at TWRP logo cannot enter, so this is a failure It doesn't work
This is compiled by me, can't decrypt data, other functions are normal
E6 plus TWRP-9.0
Click to expand...
Click to collapse
A friendly recommendation, you should make a post with your recovery because people rarely read the comments, and on the encryption issue, It could be the case that it does not work in stock rom, although perhaps it does in aosp gsi or similar, at least it is a possibility because it happens in other devices

Decryption works now partially, For some reason if there is any unlock key it doesn't decrypt, I'll fix that bug soon, while I attach the group where I uploaded the file, it's below the pinned message in said group https://t.me/motoe6plusdev

Related

[RECOVERY] TWRP 3.1.1-0 for Alcatel Pop 3(5) 5015

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired. 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 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"
}
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.
Changelogs:
What's new in 3.1.1-0:
- Backups will now include adopted storage keys (Dees_Troy)
- Fixed an adb restore issue (bigbiff)
- Fixed rebooting when no OS is present (Dees_Troy)
- Fixed line wrapping in the GUI terminal (_that)
- Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)Updated TWRP source code to AOSP 7.1.2​
Screenshots​
Credits:
built from source by AMRDev​
Downloads:​TWRP3.1.1-0_POP3(5015)​
Works perfect
Thank you !!!
easy to install - when you eventually remember to allow OEM Unlocks within Developer options (as well as USB debugging obviously)
:good:
I had a few hiccups, ie. it wouldn't wipe the system or data , but I simply converted them to FAT and then straight back to ext4 and it wiped them ready for Custom ROMS
CFKod said:
Thank you !!!
easy to install - when you eventually remember to allow OEM Unlocks within Developer options (as well as USB debugging obviously)
:good:
I had a few hiccups, ie. it wouldn't wipe the system or data , but I simply converted them to FAT and then straight back to ext4 and it wiped them ready for Custom ROMS
Click to expand...
Click to collapse
Great! :highfive:
You're Welcome.
@ZonaRMR How to install this? Because using standard commands gives error. I mean, first "adb reboot bootloader" and then "fastboot flash recovery recovery.img". And second command gives error, something like "download for recovery partition is not allowed". OEM Unlock and Debugging turned on, of course.
Dawidus520 said:
@ZonaRMR How to install this? Because using standard commands gives error. I mean, first "adb reboot bootloader" and then "fastboot flash recovery recovery.img". And second command gives error, something like "download for recovery partition is not allowed". OEM Unlock and Debugging turned on, of course.
Click to expand...
Click to collapse
Flash with SP flashtool using the mt6580 scatter file(I put in the attachment).
for all variants?
first of all i would like to thank you for your effeorts towards this device.you're awesome man :good: secondly i would like to ask if this recovery is for all 5015 variants? i would also like to flash your unofficial CM build for this device (which i know is for all variants) so would you be a legend and give us the stock rom for this device if god forbid anything does go wrong.
bananaman016 said:
first of all i would like to thank you for your effeorts towards this device.you're awesome man :good: secondly i would like to ask if this recovery is for all 5015 variants? i would also like to flash your unofficial CM build for this device (which i know is for all variants) so would you be a legend and give us the stock rom for this device if god forbid anything does go wrong.
Click to expand...
Click to collapse
Yeah it's for all 5015 variants also for 5016.
Hello, congratulations for the project. I need of Rom Original, someone could send me? thank you.
I finally found the ROM STOCK !!!... I just installed and now works !!...but i don't know how can I put file here...
SIMO94307 said:
I finally found the ROM STOCK !!!... I just installed and now works !!...but i don't know how can I put file here...
Click to expand...
Click to collapse
where did you find it?any links please?
Here is the link: https://yadi.sk/d/m6TcJJyTnvZnV
Flash with SP FLASH TOOL !!
A thing to say: Don't worry if it takes a long time...don't touch anything during flash and boot...It'll work !!!:good::victory:
Let me know..
anybody know if this can be used for 5.5 version?
vet90pavle said:
anybody know if this can be used for 5.5 version?
Click to expand...
Click to collapse
Go to my another TWRP recovery thread: http://forum.xda-developers.com/android/development/recovery-twrp-3-0-2-0-alcatel-pop-35-5-t3396816
Nevermind, it works like a champ. Thanks in advance.
Any supersu zip file to flash for this model?
i_am_fresco said:
Nevermind, it works like a champ. Thanks in advance.
Any supersu zip file to flash for this model?
Click to expand...
Click to collapse
Try this https://download.chainfire.eu/696/supersu/
ZonaRMR said:
Try this https://download.chainfire.eu/696/supersu/
Click to expand...
Click to collapse
Thanks for the reply but I alredy tried with that one and the lastest one (2.78) wihtout luck. I have the 5016a. Any suggestion please?
Hi All,
This recovery will work with the 5015A model?
Thanks!
milerx said:
Hi All,
This recovery will work with the 5015A model?
Thanks!
Click to expand...
Click to collapse
It should work.
Sent from my Sony Xperia M4 Aqua using XDA Labs
i'm sorry, but i need your help.
i really don't know what went wrong but now my phone loops into this and im not able to start into fastboot or something else.
michazrael said:
i'm sorry, but i need your help.
i really don't know what went wrong but now my phone loops into this and im not able to start into fastboot or something else.
Click to expand...
Click to collapse
I had the same issue, it ended up that now device is dead (can't even go to fastboot, doesn't turns on). Flashing stock FW should help, but I couldn't find any.
Sent from my Huawei G620S using XDA Labs

[RECOVERY] Carliv Touch Recovery v5.7.1 for ZTE Blade L3/Digicel DL910

Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired. 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 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"
}
Carliv Touch Recovery 5.7.1​
This is a CWM based recovery and I did put up some work to update it to lollipop (cm 12.1) and marshmallow (cm-13) after official cwm development stopped at kitkat. It works with LOLLIPOP and MARSHMALLOW kernels and it builds with cm 12.1 or aicp lp-5.1 (version 5.7) and with cm 13 or aicp mm-6.0 (version 6.6).
This is for those who want a lighter and simpler recovery or they just liked CWM before. It's not as good or complex as twrp, but it will do the job just fine.
For gui I ported PhilZ Recovery full touch module.
Features:
- EXT4 and F2FS if you need it.
- full touch menu ported by me from PhilZ touch Recovery. The old Napstar-xda touch module was good but it's quite old and to update that was too much work. Actually There is a version 4 with that touch module, all working, but the touch doesn't work with some input drivers and I had to give up on it for the new and improved version from PhilZ.
- all cwm functionalities are up and working (adb, sideload, backup, restore, install, mass storage...). There is no mtp and if your phone doesn't have an external sdcard you can't connect it to PC while is in recovery mode. But there is usb-otg support, of course if your phone was shipped with that.
- added new menu for backup and restore advanced, to use it for backing or restoring only a specific partition and I also ported from PhilZ the multizip flashing function.
- in Carliv menu there is now a new section for flashing boot and recovery images. It is a feature that I needed during many recovery builds testing. I wanted an easier way to flash other image without booting to android and using an app like RashR. You can browse your storage locations for any image and after choose you will have to select on wich partition should that be flashed. I added multiple confirmations check to avoid flashing on wrong partition. This feature works only with boot and recovery images. I won't add other partitions to this because for other things there are multiple backup restore functions.
- for MTK phones (if the flag is used in Boardconfig) there is a new menu to backup and restore some important partitions like uboot, nvram an secro because they are involved in restoring a lost IMEI, and also the logo partition which may often get broken by bad ported ROMs.
- besides these all my old specific menus (aroma, rainbow...) are still in place.
- added support for dencrypting and mounting data partition using the builtin minivold from cyanogenmod with vdc commands (the ideea came from this post of Lekensteyn). Tested and working well with text ar hex passwords, and maybe will work with pin too but I don't think it will work with pattern .
- there is no included root solution. I choose to do it this way because there is no universal root solution now and someone may end up messing things with a non-working root option. You can flash a zip installer from Chainfire's SuperSu or other solution that may work for your phone.​
Screenshots:​
Credits
@carliv
@kirito9
and me​
Sir can you update this to latest version w/c is v5.7? tnx.
LeeXaoRan.ph said:
Click to expand...
Click to collapse
OP @ZonaRMR can port it from here
LeeXaoRan.ph said:
Click to expand...
Click to collapse
kirito9 said:
OP @ZonaRMR can port it from here
Click to expand...
Click to collapse
OP updated Thanks @kirito9
ZonaRMR said:
OP updated Thanks @kirito9
Click to expand...
Click to collapse
You're welcome
Hello.
I have need help with my blade l3. Unfortunately i cant open a new thread. This is why i write to here.
I have tryed to install with sp a new rom but it wont boot. maximal gives me a white screen. can someone help me with a stock l3 backup for sp flashtool?
Unfortunately i havent made backup before.
Thanks for your help.
Tahnk you very much. This is what we needed for our ZTE Blade L3.
Regards from Germany
I need a custom recovery for zte Redbull v9180
Please how do I get 'carliv touch recovery.img for Qualcomm snapdragon 400, resolution 720x1820, I want to port it to my zte v9180.

[RECOVERY]TWRP-3.2.x for Lenovo K8 Plus (marino)

{
"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 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.
*/
Read the whole OP! Be respectful to each other and don't ask for ETAs, it's considered as being rude!
Downloads
Twrp
Force_non_encpryt or decrypt
HOW TO FLASH (fastboot method):
Code:
adb reboot bootloader
Code:
fastboot flash recovery [file name.img]
CREDITS:
TeamWin
Omni
Lineage
Note:
Force_non_encpryt or decrypt patch is updated for Nougat only. Asap will update to oreo to fix encryption on every reboot
Frequently asked questions (FAQ):-
Q: Is the recovery will work perfectly on Nougat & Oreo?
A: yus it will
Q: When the bugs will get fixed?
A: We are working to make it more stable, plz dont ask about ETAs
Q: Is this twrp has blank screen?
A: yus but it will wake up for power button ,no deep sleep
Q:What does Force_non_encpryt or decrypt will do?
A: It will remove encryption
Our Telegram Group : https://t.me/joinchat/Edv6LkYYChAC9OGIA6njjQ
We are doing bring up for Marino from scratch & if people who would like to help us can join this group
Thanks
Thanks ?
Will this work for OREO?
Nice Work.Thanks.
What are the bugs?
Anas Rahman said:
Will this work for OREO?
Click to expand...
Click to collapse
Bro it does work for oreo as stated in description
Is this "Force_non_encpryt or decrypt" file a boot image or a twrp image? I need this detail in order to flash it.
bro if i flash magisk zip will it root my phone have you tried it yet I'm afraid of trying it as i don't always have a pc. Please help
waiting for oreo decreption file and method
"Force_non_encpryt or decrypt patch is updated for Nougat only. Asap will update to oreo to fix encryption on every reboot "
, so have you guys updated any file for Oreo decryption ?? If yes then please show me the link..
Great work
So I have tried this and it's working perfectly.. by the way is there any way to disable encryption on K8 plus oreo? Please fix it..
Bro after flashing when i click on recovery mode no command window opens help
sagardhiman007 said:
Bro after flashing when i click on recovery mode no command window opens help
Click to expand...
Click to collapse
After flashing TWRP using flash recovery command, use this connect while still connected
fastboot oem reboot-recovery
If you boot into a black screen wait for 5 secs and then press power button once or twice
Bro can u give latest magisk zip file for k8plus
sagardhiman007 said:
Bro can u give latest magisk zip file for k8plus
Click to expand...
Click to collapse
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
how to install using SP Flash tool ?
mjakhar5 said:
how to install using SP Flash tool ?
Click to expand...
Click to collapse
Do you meam TWRP via SP Flash Tool?
It's better to do it with fastboot and I'm not sure if SP flash tool will even work however if you want to try, you could do this..
*I am assuming you know how to use SP flash tool and have proper drivers installed*
Get the scatter file for your firmware and then copy it to the folder in which you have your TWRP IMAGE stored. Now rename the twrp image to recovery.img.
Open SP Flash tool and then load your scatter file and let it load. Once done, uncheck everything except recovery partition and then click on download and then connect your phone with USB cable and let it flash. There should be a green tick if it finished correctly now try booting recovery mode by pressing power+vol. Up at the same time.
If the process was successful you should boot into TWRP now.
NOTE : I HAVE NOT TESTED THIS METHOD MYSELF AND CAN'T CONFIRM THAT IT WORKS OR NOT. IF YOU BRICK YOUR PHONE OR ANYTHING HAPPENS TO IT, I AM NOT RESPONSIBLE FOR IT. YOU AND ONLY YOU ARE RESPONSIBLE FOR YOUR ACTONS
While flashing Force non encrypt or decrypt file for nougat which option we have to select ..recovery or boot ..plz explain in details
How to unlock bootloader ??
[email protected] said:
How to unlock bootloader ??
Click to expand...
Click to collapse
https://forum.xda-developers.com/android/general/root-unlock-bootloader-root-lenovo-k8-t3703559
how install Force_non_encpryt or decrypt.
Boot IMG or twrp
Please help me
durgarao39 said:
how install Force_non_encpryt or decrypt.
Boot IMG or twrp
Please help me
Click to expand...
Click to collapse
it's a boot.img, ONLY FOR NOUGAT.

[Discussion] Official TWRP for Beryllium [3.3.0.0] [05092019]

Official TWRP for Beryllium​
{
"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"
}
WHAT IS TWRP?
Oh come on, you know what it is - don't try to fool me!
In case you're serious, though...
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have 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.
Team Win was originally formed to work on porting WiMAX to CM7 for the HTC EVO 4G. After our work on the EVO 4G we wanted to work on a project that would work on more devices than just the EVO 4G and we settled on working on a recovery. Today TWRP is the leading custom recovery for Android phones.
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" like OmniROM
You can find the source code for TWRP at github.com/omnirom/android_bootable_recovery/
Maintainer: @Dees_Troy
Initial Release
Changelog:
What's new in 3.3.0-0:
* Merge AOSP 9.0 r3 (Dees_Troy)
* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
* vold decrypt updates (CaptainThrowback and nijel8)
* Support vibration on LED class devices (notsyncing)
* Metadata decrypt support for Pixel 3 (Dees_Troy)
* Support rotating the display via build flag (vladimiroltean)
* Reboot to EDL mode button (mauronofrio)
* Support MTP on FFS devices (bigbiff)
* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)
Download
Finally a official one I'll try it...kindly tell what's the difference between these official and unofficial one?
This recovery support encryption
Yaay, Switching to official TWRP now.
Finally, an official Twrp. ?
-TheKoolAnie- said:
Finally, an official Twrp. ?
Click to expand...
Click to collapse
Can you mount external sd? Me not what about the backup date for me still 1970..
This Version seems to be unable to see the external sdcard
PieR said:
This Version seems to be unable to see the external sdcard
Click to expand...
Click to collapse
I Going back to unofficial ?
So i hv to format data to use this one????
r0ngm0sal0 said:
So i hv to format data to use this one????
Click to expand...
Click to collapse
No normally not
Just checking the twrp app on my phone on random already knowing that searching for poco won't show anything and bam this time it says poco phone! So happy to see an official recovery for our beloved poco f1
drganbds said:
Finally a official one I'll try it...kindly tell what's the difference between these official and unofficial one?
Click to expand...
Click to collapse
The difference is, the official one has more bugs then the unofficially,
I found
1. Can't mount external sd
2. Has Date bug (still backup is1970)
3. Has 15 sec delay touch bug.
I'm back on unofficial now
2WildFirE said:
The difference is, the official one has more bugs then the unofficially,
I found
1. Can't mount external sd
2. Has Date bug (still backup is1970)
3. Has 15 sec delay touch bug.
I'm back on unofficial now
Click to expand...
Click to collapse
It seems that decryption works now, though.
I'll make a /data backup on Orangefox, encrypt and then see if the new TWRP works fine with encryption.
Not sure of your stance regarding data encryption and privacy, but I've seen first hand how harmful an exposed device can be on the wrong hands. Encryption should be a matter that we all must support
2WildFirE said:
The difference is, the official one has more bugs then the unofficially,
I found
1. Can't mount external sd
2. Has Date bug (still backup is1970)
3. Has 15 sec delay touch bug.
I'm back on unofficial now
Click to expand...
Click to collapse
the unofficial seems much better at the moment, I think I wait a bit more....
.
Ethan @Dees_Troy will make us a new version soon
lol this makes no sense. you cant make thread for others work
Maintainer: Dees_Troy
https://twrp.me/xiaomi/xiaomipocophonef1.html
Shahan_mik3 said:
lol this makes no sense. you cant make thread for others work
Maintainer: Dees_Troy
https://twrp.me/xiaomi/xiaomipocophonef1.html
Click to expand...
Click to collapse
Thats why I was calling @Dees_Troy ?
GTMoraes said:
It seems that decryption works now, though.
I'll make a /data backup on Orangefox, encrypt and then see if the new TWRP works fine with encryption.
Not sure of your stance regarding data encryption and privacy, but I've seen first hand how harmful an exposed device can be on the wrong hands. Encryption should be a matter that we all must support
Click to expand...
Click to collapse
Mate I sayed nothing about encryption. If it works, great.
It seems that official one doesn't support micro SD, reverting back to unofficial?
What about encryption in this twrp.? any one tried?

Development [RECOVERY] [UNOFFICIAL] [TB-J607F/TB-J607Z] OrangeFox Recovery [R11.1]

{
"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"
}
OrangeFox Recovery
Code:
* 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 Recovery
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.
Information
Status: Unofficial
Version: R11.1_0
Release Date: 2022-06-04
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://github.com/bigsaltyfishes/orangefox_device_lenovo_J607F
Kernel Source: https://github.com/bigsaltyfishes/kernel_lenovo_J607Z
Download:
GitHub Release
Installation:
Flashing guide:
Method 1: Already having a custom recovery
1.Just flash the OFox zip in your existing recovery
Method 2: using Fastboot
1. Extract the recovery.img inside the ofox zip
2. Open adb and use the following command :
3. Fastboot boot recovery.img
4. After booting in the recovery, Flash the OFox zip again to make it permanent
Note:
Flashing Magisk is not support, patch boot image if you want it.
Bugs:
Android 12 decryption unsupported.
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* All our testers - for your patience and help
FEATURES:
* Supports Treble and non-Treble ROMs
* Supports EROFS Filesystem
* Updated with latest TWRP commits
* Password
* Support for MIUI and Custom ROMs
* Better language support
* Optimized versions of community scripts
* Fox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
Source changelog:
https://wiki.orangefox.tech/changelog
Great job!
I tried on my device, but it did not work (as was expected, the cpu is another).
Maybe I could ask you to do this for my device? We have broken TWRP, which actually is doesnt work.
We have twrp devicetree, may it will be easy for you.
We have greate community, which cant do it ourself
Lenovo tab p11 j606f snapdragon 662.
I hope that you just need to change the specs (cpu), i think that mount points the same as on p11 plus.
We will be very grateful!
also i can provide any files what is need
romario056 said:
also i can provide any files what is need
Click to expand...
Click to collapse
Though I want to help you, but I'll have exams soon, also I don't have J606F.
bigsaltyfishes said:
Though I want to help you, but I'll have exams soon, also I don't have J606F.
Click to expand...
Click to collapse
Let it be the best mark on its))
Good luck.
I understand that you dont have 606f, thats why i ask to help us with it, as i see you are realy good in this deal.
May be after exams, i belive
romario056 said:
Great job!
I tried on my device, but it did not work (as was expected, the cpu is another).
Maybe I could ask you to do this for my device? We have broken TWRP, which actually is doesnt work.
We have twrp devicetree, may it will be easy for you.
We have greate community, which cant do it ourself
Lenovo tab p11 j606f snapdragon 662.
I hope that you just need to change the specs (cpu), i think that mount points the same as on p11 plus.
We will be very grateful!
Click to expand...
Click to collapse
Hi!
I've got a J606L(same as yours but it has SIM), and I've been trying to make a working custom recovery for it. Can you send me your device tree? Is it on github? Mine is missing the drivers for the touch panel. I successfully built an OrangeFox and a new TWRP recovery for the device, but the touchscreen don't work. If your files working, it will work both on J606L and J606F.
Thanks!
Marci344 said:
Hi!
I've got a J606L(same as yours but it has SIM), and I've been trying to make a working custom recovery for it. Can you send me your device tree? Is it on github? Mine is missing the drivers for the touch panel. I successfully built an OrangeFox and a new TWRP recovery for the device, but the touchscreen don't work. If your files working, it will work both on J606L and J606F.
Thanks!
Click to expand...
Click to collapse
Hi!
Actually devicetree isnt mine.
One of us (p11 users) make it, look https://github.com/Ramil2911/twrp_j606f
its has bugs such as mtp isnt work, and it cant mount data (the solve is erasing data via stock recovery or fastboot).
But Touch is working fine (it needs for 10 sec. for unfreez) May be its possible to fix them. I belive that may be orange fox can avoid them during compile.
also, there are a lot of devicetrees on git. https://github.com/Bagger1113/android_device_lenovo_j606f-twrp
https://github.com/stezyin/J606F
Also i have found sourcecode of p11, but its too old (android 10, i think). Its on lenovo's site, if you need, also i can find it again.
bigsaltyfishes said:
Orangefox
Click to expand...
Click to collapse
Did it possible to flash miui gsi?
As i see on features it has miui capability.
I ask because on j606f any gsi wich much differ from aosp is not booting. Yes, it hasnt castom recovery, may be thats the problem?
And in general, i solve the problem with lack of twrp on j606f via buying j607F
Nice.

Categories

Resources