• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[JDCTeam][Recovery]TWRP Touch Recovery 3.0.0-0 with F2FS Support (Plus themes)

side

Recognized Developer / Contributor
Jul 30, 2014
3,126
15,230
113
28
Thessaloniki



Brought to you by Jflte DevConnection Team

Code:
#include <std_disclaimer.h>

/*
 * 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 application
 * before using 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.
 *
 */

JDCTeam

Good evening people.

I would like to present to you the famous TWRP touch recovery,compiled by @AntaresOne with F2FS support.

Compatibility

Device variants supported: I9505, I9505G, I9507, I9508, I337, M919, I545, R970, L720, S970G, S975L (All variants/models NOT listed are NOT supported).

How to install it

Place the recovery.img to your external SDcard.
Choose one of the following options
  • First option (Coming from a non-working recovery or....):
    ---------------------------------------------------------------------
    - Go to file manager and see how does ROM calls your sdcard.for me its 83DA-17F7.
    - Run adb from computer(or ROM's terminal) and execute: (In android MM use 'file transfer' option while on USB)
    - adb shell
    - su
    - dd if=/storage/83DA-17F7/recovery.img of=/dev/block/mmcblk0p21
    -Reboot recovery

  • Second option (If your current recovery works fine):
    -----------------------------------------------------------------
    - Reboot to recovery
    - Run adb from computer(or recovery's terminal) and execute:
    - adb shell
    - dd if=/external_sd/recovery.img of=/dev/block/mmcblk0p21
    - Select reboot options and reboot to recovery.

  • Third option (If your current recovery works fine):
    -----------------------------------------------------------------
    - Just flash the zip and reboot to recovery!!


Some screenshots from JDCTeam theme







Image files and sources:
JDCTeam theme:
Download img and sources
Flashable .zip:
JDCTeam Theme
Images and zips of Ubuntu and Ubuntu Gradient at post #2

Social
Google+: JDCTeam Community
YouTube: JDCTeam TV


Credits
  • JDCTeam
  • Teamwin

Contributors
AntaresOne, smeroni68,side, alucard_24, MattBooth, angelcalibur, franzyroy, hawkerpaul, javelinanddart, Jimsilver73,smstiv, josegalre,SkL*,-+BB+-

XDA:DevDB Information
[JDCTeam][Recovery]TWRP Touch Recovery 3.0.0-0 with F2FS Support (Plus themes), ROM for the Samsung Galaxy S 4

Contributors
side, antaresone, smeroni68, SkL*
ROM OS Version: 2.3.x Gingerbread

Version Information
Status: Stable

Created 2016-02-11
Last Updated 2016-02-14
 
Last edited:

k2828

Senior Member
Aug 2, 2010
451
31
0
my external sd card is fomated as internal storage. will upating from latest twrp 2.x to 3.0 effect the external storage?
 

k2828

Senior Member
Aug 2, 2010
451
31
0
There is no reason why it would.
had latest twrp 2.x and flashed cwm = auto factory reset or something else = lost sd card

edit: updatetd via twrp manager. it showed something went wrong but everything went fine. no you canalso backup and restore from your adopted sd card. thx guys!!!

edit2:

how can you access the adopted storage? can you grab the ebcryption keys?
am i able to restore when i do a factory reset or even intall another rom?
 
Last edited:

Bambooro

Member
Sep 21, 2014
16
4
0
... but it is written in OP!! :confused:
Oh okay. Maybe that's the problem! I was looking for the compatibility list for 30 seconds (!) or so and couldn't find it. And I'm probably not the only one on that. That may be part of the reason those threads get spammed with compatibility questions.
Maybe you can make that list easier to find and more popping. And I would write 'Supported Devices' instead of 'Compatibility'. Let's see if that helps ;)
 

bobnoda

Member
Aug 13, 2009
14
3
0
Just tried third option in OP (flash .zip file) but it was unable to install. Currently running TWRP 2.8.7.2 by antares. Any sugestions? Should I flash img file instead?
Tks