[UNOFFICIAL] TWRP Recovery for Micromax A350 - Micromax Canvas Knight Guides, News, & Discussion

{
"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 has evolved from being an alternative to ClockworkMod recovery back in the HTC Evo 4G days to becoming the most widely used custom recovery in the Android community. Its feature-set has greatly expanded over the years, and it now supports virtually every device with an unlockable bootloader. The open source project led by TeamWin is always hard at work fixing bugs and porting the recovery to new devices, but work on new features continues behind the scenes.
Update 10:24PM CST: Some corrections have been made about how this will be implemented. ADB Backup in TWRP will not be initiated by a GUI, but via an ADB command from your computer. The syntax of the commands will slightly differ from the AOSP ADB command, however.
Click to expand...
Click to collapse
One feature that has actually existed for quite some time in the TWRP respository but which has never been shipped in an official build is ADB backup. That will soon be changing, however, as we have learned that version 3.1.0 of TWRP will finally ship with ADB backup support, thus allowing you to make full data/system application backups straight to your computer.
ADB backup is a command line tool which allows you to make entire data and system backups, which is what most people seek when performing what’s known as a NANDROID backup. If you issue the right commands, you can create a backup of your applications and their data without needing root access or a custom recovery.
TWRP v3.1.0 Change-log​
vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition’s vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
tweak MTP startup routines (mdmower)
support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
better indicate to users that internal storage is not backed up (Dees_Troy)
improve automatic determination of TW_THEME (mdmower)
minimal getcap and setcap support (_that)
try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
shut off backlight with power key (mdmower)
timeout during FDE decrypt (Dees_Troy and nkk71)
support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
boot slot support (Dees_Troy)
TWRP app install prompt during reboot (Dees_Troy)
support for AB OTA zips (Dees_Troy)
support new Android 7.x log command (Dees_Troy)
update recovery sources to AOSP 7.1 (Dees_Troy)
numerous bugfixes and improvements by too many people to mention
FLASHING INSTRUCTIONS
Before you move further , Thankx to the developer who made all these possible, without em, TWRP V3.x.x-x would not be here
If you already have any custom recovery installed
long press power button to boot in to recovery
if your device doesnt support this feature, simply turn device off then press all together vol +, Vol- & Power button untill on screen appears msg saying press volum up to enter recovery mode
head over to downloaded TWRP V.3.1.0 flashable zip & flash without wiping anything & reboot to brand new TWRP manually.
If You Dont't have custom Recovery
Installing from PC using ADB
download provided zip & extract recovery.img to root of ur device internal memory
Connect the phone to PC via USB & turn on ADB debugging in developer option
enter the following command via ADB
Code:
adb shell
su
dd if =/sdcard/recovery.img/ of =/dev/recovery
N.B: - Required Porting Tool for porters & credits
Those who are interested to port TWRP 3.1.0-0 to any MT65xx device will need Carliv Image Kitchen for Android
and Mandatory to mention proper credit to the Porter/crossporter.
for MT6582 Devices kindly Visit This Link & appreciate Sunmughan swamy's work who ported TWRP 3.1.0 for mt6582.
DOWNLOAD TWRP 3.0.3-0 MATERIAL FOR MICROMAX A350​Click Here
DOWNLOAD TWRP 3.1.0-0 FOR MICROMAX A350​Click Here
DOWNLOAD TWRP Materialised - Black / Dark / Light / Play for 3.1.0-0​Click Here
DOWNLOAD TWRP Backup & Restore Tool For PC​Click Here
SCREENSHOTS Click Here
XDA:DevDB Information
TWRP 3.1.0-0 FOR MICROMAX A350 (mt6592, 3.4.67), Tool/Utility for the Micromax Canvas Knight
Contributors
rsbaviskar, z31s1g, dexbyte, Sunmughan Swamy
Source Code: http://www.droidadda.org/2017/03/TWRP-3.1.0-MT6582.html
Version Information
Status: Stable
Current Stable Version: 3.0.3-0 & 3.1.0-0
Stable Release Date: 2017-03-10
Created 2017-04-10
Last Updated 2017-04-10

Related

[RECOVERY][hammerhead] TWRP 3.1.1-0 touch recovery [2017-05-19]

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.
CHANGELOG for 3.0.2-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)
CHANGELOG for 3.1.0-0:
-vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
-adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
-tweak MTP startup routines (mdmower)
-support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
-support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
-better indicate to users that internal storage is not backed up (Dees_Troy)
-improve automatic determination of TW_THEME (mdmower)
-minimal getcap and setcap support (_that)
-try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
-shut off backlight with power key (mdmower)
-timeout during FDE decrypt (Dees_Troy and nkk71)
-support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
-boot slot support (Dees_Troy)
-TWRP app install prompt during reboot (Dees_Troy)
-support for AB OTA zips (Dees_Troy)
-support new Android 7.x log command (Dees_Troy)
-update recovery sources to AOSP 7.1 (Dees_Troy)
-numerous bugfixes and improvements by too many people to mention
CHANGELOG for 3.0.2-0:
-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.
CHANGELOG for 3.0.1-0:
-support new CM 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
-translation updates - added Italian, Czech and Polish and significant updates to Dutch
-progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
-fix input box text display (Dees_Troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements
CHANGELOG for 3.0.0-0:
-Completely new theme - Much more modern and much nicer looking (by z31s1g)
-True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
-Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
-Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
-Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
-Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
-SuperSU prompt will no longer display if a Marshmallow ROM is installed
-Update exfat, exfat fuse, dosfstools (by mdmower)
-Update AOSP base to 6.0
-A huge laundry list of other minor fixes and tweaks
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
DOWNLOAD:
1) Install the TWRP app from the Play Store or grab the apk from our website
2) Open the app, agree to the terms, and enable root access
3) Select TWRP Flash
4) Search for your device and select the version you wish to download
5) Once the download is complete, select the file (it's usually in your downloads folder) and then Flash Recovery
OR:
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
1) Download the latest version from our website on your device
2) Reboot to TWRP
3) Hit Install and tap the "Images..." button in the lower right
4) Browse to the location of the TWRP image on your device and select it
5) Select recovery from the partition list and swipe to flash
OR:
You can find more information and download links on our website.
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Reserved
Page on our website with instructions, etc.
Direct download link
If you have just used fastboot oem unlock, you should let the device boot up normally first before trying to install TWRP. If you boot TWRP first before booting normally, you will be prompted for a password. Hit cancel and got to Wipe -> Format Data. Type yes at the prompt and hit the "enter" key. Hit the home button at the bottom and Reboot -> Recovery. Unlocking the device will cause you to lose all userdata, apps, pictures, downloads, etc.
To root, when you select to reboot from the GUI in TWRP, you will be asked if you want to install SuperSU. Swiping to confirm will root your device.
Thanks! I assume since you posted it, it's totally fine to flash on the N5, but are you expecting there to be issues with 4.4? I know a lot of stuff changed, so are we going to run into problems early on?
Thanks again for all of your work. I've been using TWRP for well over a year now!
Party can start now TWRP is here!
Thanks for all your hard work Dees_Troy
Awesome! Thank you for your hard work OP!
@Dees_Troy
Boss is finally here!! Good work as always!
TWRP!
{
"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"
}
nuff said.
My favorite recovery is here!
This is stable ? I still waiting for my phone to get delivered zzzz
Sent from my GT-I9505 using Tapatalk
Hoping the N5 isnt as slow as the G2 when it comes to wiping partitions in recovery.
Anyone do this through goo manger yet on the N5?
Please post feedback.
Says no recovery available for me?
What is the difference between this one and the other official TWRP excapt the touch thing?
^^^ Good question.
Also (unless I missed it) can we get a link to the direct TWRP download so we can run it through fastboot.
Haeretik said:
What is the difference betweent this one and the other official TWRP excapt the touch thing?
Click to expand...
Click to collapse
This thread is from the original author of twrp.
Gesendet von meinem Nexus 5 mit Tapatalk
Haeretik said:
What is the difference betweent this one and the other official TWRP excapt the touch thing?
Click to expand...
Click to collapse
This one was posted by the Official Creator and Developer of Team Win Recovery Project.
The other one was more of "spreading the news" and was in the incorrect section.
This one is also one version ahead.
Sent from my Nexus 5 using Tapatalk
Hand76 said:
^^^ Good question.
Also (unless I missed it) can we get a link to the direct TWRP download so we can run it through fastboot.
Click to expand...
Click to collapse
http://techerrata.com/browse/twrp2/hammerhead
Sent from my Nexus 5
Good to know, i unsubscribe the other thread Thanks for your answers
sorry for the noob question : what happens when an official OTA hits, if I unlock the bootloader and flash this recovery without rooting ?
Everytime I boot up the phone it takes me to the twrp screen. I can't seem to get to home screen? Is this normal?

[RECOVERY][crackling] TWRP 3.1.1-0 [OFFICIAL]

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.
CHANGELOG
Current version: 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)
Older versions:
CHANGELOG for 3.1.0-0:
vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
tweak MTP startup routines (mdmower)
support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
better indicate to users that internal storage is not backed up (Dees_Troy)
improve automatic determination of TW_THEME (mdmower)
minimal getcap and setcap support (_that)
try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
shut off backlight with power key (mdmower)
timeout during FDE decrypt (Dees_Troy and nkk71)
support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
boot slot support (Dees_Troy)
TWRP app install prompt during reboot (Dees_Troy)
support for AB OTA zips (Dees_Troy)
support new Android 7.x log command (Dees_Troy)
update recovery sources to AOSP 7.1 (Dees_Troy)
numerous bugfixes and improvements by too many people to mention
CHANGELOG for 3.0.3-0:
-Partial release to help support the release of the Official TWRP app
CHANGELOG for 3.0.2-0:
-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.
CHANGELOG for 3.0.1-0:
-support new CM 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
-translation updates - added Italian, Czech and Polish and significant updates to Dutch
-progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
-fix input box text display (Dees_Troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements
IMPORTANT! Read this before installing!
DOWNLOADS:
CRACKLING: https://dl.twrp.me/crackling/
XDA:DevDB Information
TWRP crackling, Tool/Utility for the Wileyfox Swift
Contributors
beroid
Source Code: https://github.com/TeamWin
Version Information
Status: Stable
Created 2016-07-20
Last Updated 2017-05-20
Before installing!
Latest COS (Cyanogen OS 13.1.2) firmware
If you using lastest COS firmware - just install TWRP​
if not:
Checking bootloader (2 versions)
old version:
{
"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"
}
new version:
If looks like new version:
install TWRP​If looks like old version:
Reboot to bootloader
Download https://www.androidfilehost.com/?fid=457095661767123627
Extract files
Run the following commands:
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash splash splash.img
Install TWRP
update!
- fixed: Failed to unmount '/system' (Device or resource busy)
Can't decrypt
First, thanks for sharing. I'm using CM13 official nightlies and I can't decrypt with this recovery. Any idea?
al_SeveR said:
First, thanks for sharing. I'm using CM13 official nightlies and I can't decrypt with this recovery. Any idea?
Click to expand...
Click to collapse
Thanks for your Work @beroid. I'm also not able to decrypt
Testet with : TWRP_3.0.1-0_crackling_20160405_test_v2.zip
@al_SeveR
 @piratoes
guys, I'm working on it
beroid said:
@al_SeveR
 @piratoes
guys, I'm working on it
Click to expand...
Click to collapse
Read somewhere that 3.0.2.0 fixed the encryption
is there a way to help @beroid ? Encryption would be really nice...
Shotg1
Thanks beroid for this no need to edit whats inside the zip just flash the cm 13 snapshot. But i have a lil prob. After flashing the twrp 3.0.1 cant access twrp... Im currently using the old twrp 3.0.0 for crackling still thanks so much for your twrp more power
Still waiting for the Encryption function. Would be great! Thx
Have you tried
http://forum.xda-developers.com/wileyfox-swift/orig-development/recovery-team-win-recovery-project-t3367547
robin0800 said:
Have you tried
http://forum.xda-developers.com/wileyfox-swift/orig-development/recovery-team-win-recovery-project-t3367547
Click to expand...
Click to collapse
yes, and didn't work ether...
Encryption isn't working for me either. Phone refuses to allow adb once you cancel past the password entry screen to get into recovery.
New build is up.
Decryption now working!
beroid said:
New buils is up.
Decryption now working!
Click to expand...
Click to collapse
can we root Android N with this recovery?
In 3.0.2-0 Adoptable storage not working
FJCrux said:
In 3.0.2-0 Adoptable storage not working
Click to expand...
Click to collapse
Confirmed. I can't install updates from TWRP 3..0.2-0 since SD card cannot be mounted.
does my wileyfox has to be rooted to instal TWRP recovery.img?
New build is up (3.0.2-3)!
fixed the battery status indicator
fixed adapted storage decryption
beroid said:
New build is up (3.0.2-3)!
fixed the battery status indicator
fixed adapted storage decryption
Click to expand...
Click to collapse
@beroid: thanks for your hard work. Much appreciated.
One question though: would you consider sharing your build-recipe? Would be great if you think about this.

[RECOVERY][eyeul] TWRP 3.6.1-0 touch recovery

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.
{
"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"
}
CHANGELOG for 3.3.1-0:
* Fix selinux issues during formatting - dianlujitao
* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
* Add option to uninstall TWRP app from /system - Dees_Troy
* Create digest for subpartitions - bigbiff
* 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)
CHANGELOG for 3.2.1-0:
-minui fixes (cryptomilk)
-Better android-8.0 compatibility in ROM trees (Dees_Troy)
-Fix missing library in android-8.0 (nkk71)
-Fix inconsistent SDCard naming (DevUt)
-Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)
CHANGELOG for 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
CHANGELOG for 3.1.0-0:
-vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
-adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/androidbootablerecovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
-tweak MTP startup routines (mdmower)
-support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
-support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
-better indicate to users that internal storage is not backed up (Dees_Troy)
-improve automatic determination of TW_THEME (mdmower)
-minimal getcap and setcap support (_that)
-try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
-shut off backlight with power key (mdmower)
-timeout during FDE decrypt (Dees_Troy and nkk71)
-support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
-boot slot support (Dees_Troy)
-TWRP app install prompt during reboot (Dees_Troy)
-support for AB OTA zips (Dees_Troy)
-support new Android 7.x log command (Dees_Troy)
-update recovery sources to AOSP 7.1 (Dees_Troy)
-numerous bugfixes and improvements by too many people to mention
CHANGELOG for 3.0.2-0:
-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
DOWNLOAD:
Recovery Folder
SOURCES:
sources
Credits:
TWRP team. :good:
Changelogs
2022/03/13
Updated to TWRP 3.6.1_9.0
2021/12/18
Updated to TWRP 3.6.0_9.0
2021/01/13
Updated to TWRP 3.5.0_9.0
2020/06/25
Updated to TWRP 3.4.0-0
Updated kernel to latest LOS upstream kernel.
Support SAR(System-as-root).
Support Decryption.
MTP is broken for now.
2018/02/18
updated to TWRP 3.1.1-1 : fix exfat sdcard.
release of TWRP 3.2.1-0 : support Oreo.
still no MTP for now.
I installed on my Desire Eye and found that if you power off and find that if you have the phone connected to a charger it hangs with the charging icon and does not proceed to the battery with % charged. Even if you remove the power it stays stuck on this screen. Holding the power button does nothing. I eventually found that you need to hold volume up and down and power button and it will boot normally.
Any fix for power on issue?
challenger07 said:
I installed on my Desire Eye and found that if you power off and find that if you have the phone connected to a charger it hangs with the charging icon and does not proceed to the battery with % charged. Even if you remove the power it stays stuck on this screen. Holding the power button does nothing. I eventually found that you need to hold volume up and down and power button and it will boot normally.
Click to expand...
Click to collapse
Just wondering if there is a fix for this issue. I get it if I ever let my phone died and then have the plug it in to get some charge to reboot it. The battery icon comes up and the phone won't restart normally even if you remove the power. The only option is holding volume up/down and power button until it starts.
tarkzim said:
2018/02/18:
updated to TWRP 3.1.1-1 : fix exfat sdcard.
release of TWRP 3.2.1-0 : support Oreo.
still no MTP for now.
Click to expand...
Click to collapse
challenger07 said:
I installed on my Desire Eye and found that if you power off and find that if you have the phone connected to a charger it hangs with the charging icon and does not proceed to the battery with % charged. Even if you remove the power it stays stuck on this screen. Holding the power button does nothing. I eventually found that you need to hold volume up and down and power button and it will boot normally.
Click to expand...
Click to collapse
I can confirm this issue with version 3.2.1.-0 version of twrp. I also faced it. Thankfully challenger had already posted a workaround otherwise would have been scary. Back to old twrp version now..
new build released
Updated to TWRP 3.4.0-0
Updated kernel to latest LOS upstream kernel.
Support SAR(System-as-root).
Support Decryption.
MTP is broken for now.
Thanks it works
I have just downloaded TWRP 3.4.0-0 and it works. It resolves the issue in the last release that I reported about hanging when turned off and power applied. Now it correctly displays the battery and % charge. When I have a bit more time I'll try your new ROM. Thanks for the great work, I wasn't expecting to see an update for this old phone.

[RECOVERY][UNOFFICIAL] T.W.R.P 3.2.3-0 [J7-Pro][09/08/18]

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.
{
"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"
}
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
DOWNLOAD:
BUILD#1
IMG_FILE-https://androidfilehost.com/?fid=746010030569954886
ODIN-FLASHABLE-TAR-FILE-https://androidfilehost.com/?fid=818070582850493585
BUILD#2
IMG_FILE-https://androidfilehost.com/?fid=3700668719832236866
ODIN-FLASHABLE-TAR-FILE-https://androidfilehost.com/?fid=3700668719832236850
INSTALLATION:
1) Download the latest version
2) Reboot to TWRP
3) Hit Install and tap the "Images..." button in the lower right
4) Browse to the location of the TWRP image on your device and select it
5) Select recovery from the partition list and swipe to flash
BUGS:
-U tell me
This is an Unofficial Build Of TWRP, so please report bugs here
SOURCE:
Kernel-https://github.com/Mohi1117/android_kernel_samsung_exynos7870
T.W.R.P-http://github.com/omnirom/android_bootable_recovery
XDADevDB Information:
TWRP, RECOVERY for the Samsung Galaxy J7-Pro
Version Information
Status: Stable
Created: 18-02-2018
Last Updated: 09-08-2018
Thanks!
Donations are welcomed,DM me if you want me to keep up the good work.
Read Next POST for Changelogs​
CHANGELOG:
18-FEB-2018
-initial build
-------------------------
Whats new in 3.2.1-0:
*Allow restoring adb backups in the TWRP GUI (bigbiff)
*Fix gzip backup error in adb backups (bigbiff)
*Fix a bug in TWRP's backup routines that occasionally corrupted backup files (nkk71)
*Better support for installing Android 8.0 based zips due to legacy props (nkk71)
*Support vold decrypt with keymaster 3.0 in 8.0 firmwares (nkk71)
*Decrypt of synthetic passwords for Pixel 2 (Dees_Troy)
*Support newer ext4 FBE policies for backup and restore in libtar (Dees_Troy)
*v2 fstab support (Dees_Troy)
*Bring TWRP forward to android 8.0 AOSP base (Dees_Troy)
*Various other minor bugfixes and tweaks
09-AUG-2018
-updated to latest version TWRP
-compiled using upstreamed kernel v3.18.117
---------------
What's new in 3.2.3-0:
* Fix automatic installing of OTA zips on encrypted devices
* Remove SuperSU from TWRP
* Support both md5 and md5sum file extensions when doing MD5 checking for zip files
What's new in 3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations​
good work bro
Work great on SM-J730GM/DS...
Hi This recovery support otg?
And this recovery work on j730f
Work great on j730f-dual sim
Thanks ✌
will it works on j730g model?
sanzNya said:
will it works on j730g model?
Click to expand...
Click to collapse
Yep
Congratulations Great Work J730G
Thanks
adkinan24 said:
Hi This recovery support otg?
And this recovery work on j730f
Click to expand...
Click to collapse
Support OTG perfectly
successfully updated my twrp to 3.2 but after i put some lockscreen pattern it wont make inside or unlock, how does this happened??
I
just inherited this phone, is this ROM any better than stock ?
Thanks :good:
Bro,I tried to root my Galaxy j7 max sm-g615f
After flashing through Odin literally nothing happened it just rebooted,it never goes to TWRP mode
[email protected] said:
Bro,I tried to root my Galaxy j7 max sm-g615f
After flashing through Odin literally nothing happened it just rebooted,it never goes to TWRP mode
Click to expand...
Click to collapse
Its not for your phone its for j730f/g
What ?
J7y17ltem ? :/
Vipxpert said:
J7y17ltem ? :/
Click to expand...
Click to collapse
Yes
Dual boot
mohi1117 said:
Yes
Click to expand...
Click to collapse
I can't use dual boot with that bro !
ok
F2fs support?

[UNOFFICIAL][RECOVERY] TWRP 3.5.1 for Galaxy J7 16

{
"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. 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 LineageOS or OmniROM.
Disclaimer
I'm not responsible if something went wrong on your phone(Usually nothing goes wrong). You are doing this on your own responsibility. Rooting your phone may void warranty so don't root your device unless you know what you are doing.
Downloads
MEGA : TWRP_3.5.1
Flashing
Recovery : Download Recovery.img file from link and flash it through your current recovery in recovery Partiton
ODIN : else pack recovery img in .tar and flash it through ODIN in AP.
Changelog
Fixes
Build compilation in 7.1 tree - CaptainThrowback
SAR: Don't follow symbolic links for block devices - bigbiff
SAR Update script name for clarity - CaptainThrowback
Wrappedkey support running only on FBE devices - CaptainThrowback
TWRP App log information reduced - epicX67
Refresh details after system wipe and adb sideload - AdrianDC
Chinese translation updates - betaxb
Support keymaster 2 - PeterCxy
add tzdata to TWRP for timezones - CaptainThrowback
ParitionManager: support delayed adopted storage mount - PeterCxy
Support to start terminal from file manager directory - AndroiableDroid
Nano support - nebrassy
Add nano support to open files from file manager - CaptainThrowback
Include new magisk apk support to be installed by TWRP - ianmacd
Add support to change directory name where TWRP stores backups - epicX67
Add bash support - not the default shell - DarthJabba9
ORS support to format data - AdrianDC
Add support to flash both slots when flashing an image - epicX67
NL translation updates - ianmacd
Cleanup
Installation cleanup - remove dupe PackageExtractFn - klabit87
Remove logd-reinit service - CaptainThrowback
Fixes
Restore system root context - bigbiff
Only include keymaster 2 if tree supports it - CaptainThrowback
Strip lines containing '--' in language_helper.py - ianmacd
Unlocalized string fix - ianmacd
Credits
all goes to @Astrako for his hard work with all exynos7870 device trees without him this would not be possible
Device trees : https://github.com/samsungexynos7870
7870 Group : https://t.me/samsungexynos7870
PrishSupport : https://t.me/prishsupport
PrishChannel : https://t.me/prishupdates
TWRP : https://twrp.me/site/update/2021/03/17/twrp-3.5.1-released.html
Note : Test it and if you found any issue do let me know by PMing me on telegram @neel0210 .
Hi, I don't have telegram. Can't mount /vendor, internal storage, /data and CPEFS. On official TWRP version 3.2 I also couldn't backup EFS, but with your release I had no such problem.
Don't know if relevant but it says can't find /vendor in fstab when trying from terminal in TWRP.
Also TWRP settings don't get saved.
I appreciate our work. this is almost the newest TWRP release, which is what I like. Do you have some ideas about the bugs?
I think I had the same issues with official TWRP too, but not sure.
StackExploit said:
Hi, I don't have telegram. Can't mount /vendor, internal storage, /data and CPEFS. On official TWRP version 3.2 I also couldn't backup EFS, but with your release I had no such problem.
Don't know if relevant but it says can't find /vendor in fstab when trying from terminal in TWRP.
Also TWRP settings don't get saved.
I appreciate our work. this is almost the newest TWRP release, which is what I like. Do you have some ideas about the bugs?
I think I had the same issues with official TWRP too, but not sure.
Click to expand...
Click to collapse
you can PM me on XDA for your questions
I couldn't wipe /data from this TWRP, but when I did it with adb shell commands (still running the same TWRP) it had no problem. Then I could mount it normally in the same TWRP.
StackExploit said:
I couldn't wipe /data from this TWRP, but when I did it with adb shell commands (still running the same TWRP) it had no problem. Then I could mount it normally in the same TWRP.
Click to expand...
Click to collapse
weird, have you tried any other recovery??
yes, I have tried. The results are mostly similar, but so far I found that orangefox recovery seems to have the least problems. I may test some other ones later.
Can you resend link to download it? This one was deleted or sth.
Please, can someone share the recovery file with me?
@neel0210 link is crashed
Need this recovery because orange fox doesnt work with A12
Namhoangnguyen said:
@neel0210 link is crashed
Click to expand...
Click to collapse
Releases · samsungexynos7870/android_device_samsung_j7xelte
Contribute to samsungexynos7870/android_device_samsung_j7xelte development by creating an account on GitHub.
github.com

Categories

Resources