{
"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.
Related
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
{
"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
PitchBlack version: 2.9.0
For device: pyxis and vela
Maintainer/Authors build: @UnparallelSKY
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/Mashopy/android_device_xiaomi_pyxis-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 PC
Download vbmeta.img and pbrp-2.9.0-pyxis-vela.img
Reboot to fastboot, plug your phone to your PC and open powershell or cmd
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery pbrp-2.9.0-pyxis-vela.img
Reboot to recovery
Enjoy
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
Changelog
Code:
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Code:
05/02/20 Build
- Fix up mounting of data on some devices
- Fix ueventd.qcom.rc name (previously was ueventd.qcom.rc.rc)
15/01/20 Build
- Initial build
Downloads
vbmeta : https://github.com/Mashopy/android_.../releases/download/v2.9.0-05/02/20/vbmeta.img
recovery : https://github.com/Mashopy/android_...oad/v2.9.0-05/02/20/pbrp-2.9.0-pyxis-vela.img
Flashable zip
https://github.com/Mashopy/android_...lack-pyxis-2.9.0-20200205-1721-UNOFFICIAL.zip
Well done, looks good
Here some screenshots
i love it
Many thanks Bro.
Hey all,
Thanks for the amazing job done here!
I'm having issue to wipe devices data, when I try it gives me and error:
Failed to mount data, no such device.
Any idea?
Thanks
topfreitas said:
Hey all,
Thanks for the amazing job done here!
I'm having issue to wipe devices data, when I try it gives me and error:
Failed to mount data, no such device.
Any idea?
Thanks
Click to expand...
Click to collapse
I had same error and return to previous TWRP
Sent from my MI 9 Lite using Tapatalk
Which one are you using now? I'm having issues with like "Could not mount /data and unable to find crypto footer". I tried to wipe all data but i'm not able to format it, same issue.
any ideas?
Can this twrp bypass arb check on rom downgrade?
editheraven said:
Can this twrp bypass arb check on rom downgrade?
Click to expand...
Click to collapse
pyxis and vela doesn't have arb ;___;
topfreitas said:
Which one are you using now? I'm having issues with like "Could not mount /data and unable to find crypto footer". I tried to wipe all data but i'm not able to format it, same issue.
any ideas?
Click to expand...
Click to collapse
Try to switch to ext4
I don't know. I think it has.
I had miui global 11.3.5.0 PFCEUXM then I installed mi-globe.com_v11_pyxis_20.1.16 from miui rom builder site. I had a twrp backup of 11.3.5 and flashed it back. I had to pay an authorised account user to flash stable eu rom in edl mode. (no fastboot no recovery).
fastboot getvar anti returns value "1" so I thought it's ok.
I found another thread with a similar problem
https://forum.xda-developers.com/mi-cc9/help/bricked-cc9-anti-rollback-help-edl-t4019819
editheraven said:
I don't know. I think it has.
I had miui global 11.3.5.0 PFCEUXM then I installed mi-globe.com_v11_pyxis_20.1.16 from miui rom builder site. I had a twrp backup of 11.3.5 and flashed it back. I had to pay an authorised account user to flash stable eu rom in edl mode. (no fastboot no recovery).
fastboot getvar anti returns value "1" so I thought it's ok.
I found another thread with a similar problem
https://forum.xda-developers.com/mi-cc9/help/bricked-cc9-anti-rollback-help-edl-t4019819
Click to expand...
Click to collapse
Because you bricked ;__; and this device doesn't have arb enabled
UnparallelSKY said:
Because you bricked ;__; and this device doesn't have arb enabled
Click to expand...
Click to collapse
I bricked what?
editheraven said:
I bricked what?
Click to expand...
Click to collapse
Your phone, because you bought a authorized account for flash in edl
UnparallelSKY said:
Your phone, because you bought a authorized account for flash in edl
Click to expand...
Click to collapse
I bricked my phone after restoring an older twrp backup. But this is already offtopic I think.
It didn't work with the pixel experience GSI!
maosilva said:
It didn't work with the pixel experience GSI!
Click to expand...
Click to collapse
Then you did something wrong
Don't have arb but will brick if you flash 9 over 10 with easy or if you restore backup, flash some roms.. ??
Is there any way to backup-restore a fastboot rom with pattern encryption?
is it possible to backup with second space\dual app?
{
"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 Custom Recovery For The Samsung Galaxy J Max SM-T285YD.
Spreadtrum SC8830.
Latest build is 3.2.1-0
/*
* Your warranty is now void.
*
* I'm not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this RECOVERY
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/Disclaimer: you flash these at your own risk. Knox counter will be tripped. Having the stock firmware to hand is also advised.
NOTE: BEFORE MAKING MODIFICATIONS, ON SOME ANDROID 5.1.1/6.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
BUG:
This Is The First TWRP You Will Find For This Device On The Internet As Of Now [20 Feb 2020] So There Is Some Bug Must Be Present Sure!!
1. TWRP Screen Is Up Side Down But Touch Works As Normal Position
Otherwise there is no problem.
Sorry I Can't Fix This. You have to use it as it is!
To install TWRP:
1. Boot to DOWNLOAD mode.
2. Flash with ODIN in the AP slot.
3. Uncheck Auto reboot. [MUST]
4. Load the respective file below into the AP slot and hit start.
6. After flashing when ODIN says PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
7. As soon as the screen goes blank change to VOL UP whilst still holding the other buttons.
8. You should now see TWRP recovery.
Download: TWRP For Samsung Galaxy J Max [SM-T285YD]
For Systemless Root with Magisk:
1. Download & Install Magisk
Download: Magisk 20.3
2. Reboot
3. Once you have rebooted open Magisk app, it may want to download full app click download
4. Check you have rooted or not via Root Checker App or other apps.
Root Checker App
Credit: Allah, My Parents, Me, TWRP Team, Samsung & Others whom help with support me a lot!!
YOU ARE FREE TO USE ANY PARTS OF MY WORK BUT WITH PROPER CREDIT
PLEASE LEAVE FEEDBACK IF YOU FIND MY WORK USEFUL. THANKS.✌
Made In BanglaDesh
Hope You All Enjoy !!
Any Custom ROM for SM-T285YD?
Thanks for the help
RafidAnjum said:
Hope You All Enjoy !!
Click to expand...
Click to collapse
Thanks for the help
Please make a video about it
Please please
not working after flashing i reboot using VOLUME DOWN + POWER + HOME after getting black screen I switch button to VOLUME UP + POWER + HOME but not booting in twrp mode
ashfaqmehmood said:
Any Custom ROM for SM-T285YD?
Click to expand...
Click to collapse
Still none !!?
TTasinTazwar said:
Thanks for the help
Please make a video about it
Please please
Click to expand...
Click to collapse
I don't have time !! Thanks for suggesting. ?
TTasinTazwar said:
Thanks for the help
Please make a video about it
Please please
Click to expand...
Click to collapse
Azhu69 said:
not working after flashing i reboot using VOLUME DOWN + POWER + HOME after getting black screen I switch button to VOLUME UP + POWER + HOME but not booting in twrp mode
Click to expand...
Click to collapse
After black screen you need to release all buttons and wait just 1 SECOND and immediately then press VOLUME UP + POWER + HOME at the same time. Then it will boot.
I really appreciate your work sir. I had almost lost the hope to get a custom recovery for my device . I request u to develope a custom rom as soon as possible for the xposed framework fails to work on the touchwiz (samsung ) ui Or the twrp would rather prove useless
Thanks from India??????
subodh human said:
I really appreciate your work sir. I had almost lost the hope to get a custom recovery for my device . I request u to develope a custom rom as soon as possible for the xposed framework fails to work on the touchwiz (samsung ) ui Or the twrp would rather prove useless
Thanks from India??????
Click to expand...
Click to collapse
Bro Use latest magisk. It works fine !!
[/COLOR]
RafidAnjum said:
Bro Use latest magisk. It works fine !![/QUOTE
Bro it's not working here are the things I tried
1)patching xposed zip using ur recovery
2)patching zip by wanam for Samsung devices
3)using xposed magisk module by topjohnwu
4)edxopsed module and riru xposed module in magisk
None of the above things worked instead every time my device went into a bootloop and I had to flash the system.img again and again
If u do have a working method please I beg u describe it below . I am in a desperate need of xposed framework
Click to expand...
Click to collapse
Sir... Is this device (SM-T285YD) be able to support project treble unofficially...
If yes... Please send the vendor image of this device to support project treble...
Sent from my SM-T285YD
AravindanAppu said:
Sir... Is this device (SM-T285YD) be able to support project treble unofficially...
If yes... Please send the vendor image of this device to support project treble
The treble checker app shows no support although vendor partition is present
Click to expand...
Click to collapse
Thank You SO MUCH Rafid sir!
Hoping for a custom Nougat ROM to be Made TWRP Working Perfectly with one small problem: Storage. SD Card storage is readable but /data is not readable
IPSoft Creations said:
Hoping for a custom Nougat ROM to be Made TWRP Working Perfectly with one small problem: Storage. SD Card storage is readable but /data is not readable
Click to expand...
Click to collapse
The dev seems inactive for a along time. So we can't expect anything
hi
{
"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 Note 10+ 5G N9760, N976Q and N976V released in 2019 only.
US/Canada bootloader unlock thread:
here
Download & Guide:
1. Unlock your bootloader.
2. Download Note 10+ 5G: d2xq.
3. Reboot to download mode and flash vbmeta_disabled.tar in AP slot and reboot. Device will reboot to stock recovery mode prompting you to wipe data so wipe data and reboot to download mode again.
4. Put the TWRP tar for your device with Odin in the AP slot and click start.
5. Reboot to recovery via recovery key combo.
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.7. Go back to Wipe > Format Data > type yes.
8. Reboot to recovery.
9. Flash magisk apk in twrp.
10. Reboot to system, Enjoy.
Note:
To disable encryption manually:
You need to replace fileencryption=ice with encryptable=ice only in userdata line (maybe rest lines) in vendor/etc/fstab.qcom
To avoid stock recovery restoration manually:
Rename system/recovery-from-boot.p to recovery-from-boot.p.bak
Click to expand...
Click to collapse
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
jesec for unlock guide
Sources:
Kernel tree
Device tree
Changelog:
30.11.2021 - Update to TWRP 3.6.0
- Update multidisabler
01.01.2021 - Update TWRP to 3.5.0.
21.11.2020 - Initial Release.
You are the man. Great work M
thx a lot bro. its working fine.
Hi there, is working fine for me , but I tried to create a backup from twrp and it hangs at 15% and then restarts the phone. I'm using it with n976v and android 11. Any advice?
xxspokiixx said:
Hi there, is working fine for me , but I tried to create a backup from twrp and it hangs at 15% and then restarts the phone. I'm using it with n976v and android 11. Any advice?
Click to expand...
Click to collapse
Did it happen again? Maybe is not compatible with android 11. I need logs!
afaneh92 said:
变更日志:
30.11.2021 - 更新至 TWRP 3.6.0
- 更新平行于
01.01.2021 - TWRP 将更新到 3.5.0。
21.11.2020 - 初始版本
Click to expand...
Click to collapse
The cpu of N976Q was Exynos.
zwenchao_1989 said:
The cpu of N976Q was Exynos.
Click to expand...
Click to collapse
No
afaneh92 said:
不
Click to expand...
Click to collapse
Trust me
zwenchao_1989 said:
Trust me
Click to expand...
Click to collapse
No
Is it possible to root the N9760?
0O00O0O00O said:
Is it possible to root the N9760?
Click to expand...
Click to collapse
only if the bootloader is unlocked
did you check the aurora roms from china? they might have an answer
w41ru5 said:
only if the bootloader is unlocked
did you check the aurora roms from china? they might have an answer
Click to expand...
Click to collapse
Yes, I found Aurora Rom wechat group, they have answers for all models, it's great, thanks for the suggestion!
0O00O0O00O said:
Yes, I found Aurora Rom wechat group, they have answers for all models, it's great, thanks for the suggestion!
Click to expand...
Click to collapse
Can't find aurora roms group.
jhill110 said:
Can't find aurora roms group.
Click to expand...
Click to collapse
Search "Official Channel"
怎么没有下载链接
tuzi1679 said:
怎么没有下载链接
Click to expand...
Click to collapse
In OP, use vpn
{
"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