Recovery Downloads
Supported recoveries:
* TWRP
--------------------------------------------------------
* PhilZ-Touch-Recovery
CWM Base v6.0.5.1; Advanced Edition v6.59..x (discontinued)
--------------------------------------------------------
* CWM 6.0.5.1 Swipe-Edition - Update (discontinued)
--------------------------------------------------------
Code:
[B][COLOR="Red"]I am not responsible for bricked devices, dead SD cards.
I don´t own a P51XX and can´t test it myself.
Use on your own risk![/COLOR][/B]
I compiled all recoverys from Source myself!
I hope you like my work! Don´t forget the Thanks-Button
All latest Recovery´s can flash Android 4.4 (KitKat) and Android 5 (Lollipop) Roms!
1. Screenshots (later), general information, credits etc. (this post)
2. Information about the Recovery´s (later)
3. Downloads (TWRP, PhilZ Touch, CWM)
4. General FAQ & Developer FAQ
Encryption - TWRP is a must have!
Backup all important stuff! We need to format the device!
Make sure using latest TWRP
Wipe -> Advanced Wipe:
Cache
Dalvic
System
Data
Wipe -> Format Data -> Type yes to confirm
This is the most important step! It will keep some space for the footer! Without that encryption is not possible!
Flash Rom
Reboot
Set a Pin for Lockscreen
Encrypt your device
If done boot back in TWRP - TWRP will promt you to enter the PIN
If you haven't done Step 4 you'll get this error in logcat:
Code:
E/Cryptfs ( 105): Orig filesystem overlaps crypto footer region. Cannot encrypt in place.
Wipe->Format Data is the only method that fully recreates the file system and obeys the length needed for encryption!
Thanks
@Phil3759 for his PhilZ Touch and Advanced CWM
@Dees_Troy and all the TWRP-Team for this great recovery
@ketut.kumajaya for his "android_kernel_samsung_espresso10" source
@CodyF86 for CM11 tree and his forked "android_kernel_samsung_espresso10" source; but i needed to switch to CM10.2
@gr8nole for helping me make internal SD visibile in TWRP, fix Touch-Orientation etc.
@ CyanogenMod-Team (thanks @codeworkx for supporting our device) for CM10.2 source
@ All testers - Special thanks @tetakpatak !!!
@budies3 for testing and confirm working TWRP 2.6.3.1 on P5110
XDA:DevDB Information
[P51xx] Recoveries: TWRP | PhilZ Touch | CWM , Tool/Utility for the Samsung Galaxy Tab 2
Contributors
Android-Andi
Version Information
Status: Stable
Created 2014-05-20
Last Updated 2015-08-03
All latest Recovery´s can flash KitKat-Roms without getting "Error: 7" like using older recoverys
TWRP
I builded this recovery from source, thanks to all who made this possible!
It wasn´t really easy - my flashcounter now > 20 But it´s working
How to flash a zip (it´s not laggy - it´s only because it´s recorded from screenshots ):
PhilZ-NON-Touch-Recovery (Advanced CWM)
CWM Base; Advanced Edition
Missing Features from PhilZ TOUCH:
all gui options, include touch code
name the backup folder with current ROM name
custom zip install menu (Free Browse Mode + custom startup folder)
Create Update.zip from current ROM or from pre-existing backups
misc nandroid settings menu (but /preload is included by default and I added option to toggle compression under backup format menu)
All Information about Features etc. in PhilZ Touch Main-Thread
On-Screen Navigation:
Swipe somewhere on your screen up / down to change selections
Swipe to right to enter
Swipe left to go back
How to flash a zip:
Same like CWM - you only have more features.
CWM
How to flash a zip (it´s not laggy - it´s only because it´s recorded from screenshots )
On-Screen Navigation:
Swipe somewhere on your screen up / down to change selections
Swipe to right to enter
Swipe left to go back
DOWNLOADS
Please don´t mirror my files without my permissions!
Recovery & ROM Downloads for all supported devices can be found here
Click to expand...
Click to collapse
FAQ
GENERAL
1. I found a bug.
You can post all bugs in this Thread! Please tell us your Device and the File / Recovery (including Version number) you are using.
You can use your recovery to safe a recover.log on your device - you can post this log and me or other user will have a look on it.
Please give us detailed information - this meight speed up to fix it
2. I am getting "Error: 7" in recovery, what is wrong?
Be sure you flashed a Recovery for your device!
[For P5100 = P5100 Recovery ; P5110 = P5110 or P511X Recovery ; P5113 = Use P5110 or P511XRecovery(!)]
Be sure the file was made for your device!
Try the latest Version of Recovery for your device, maybe your recovery is to old!
For KitKat (Android 4.4):
All latest Recovery's posted here now can flash Android 4.4 Roms! You will get "Error: 7" if you use an older reovery!
Minimum: CWM 6.0.4.4 or TWRP 2.6.3.1 or PhilZ NON Touch 6.00.1 (Advanced CWM) - or use any newer Version if available for your device!
DEVELOPER
1. How to compile this recoverys from source?
You need to compile CWM first! It it works you can try building TWRP or Advanced CWM / PhilZ NON Touch recoverys!
2. How to compile cwm from source?
Follow the Guide on how to compile CyanogenMod from Source for P5110 - you need this setup!
(For p5100 replace "p5110" with "p5100")
Small changes to this Guide at the moment:
Replace
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
with init for CM10.2 source:
Code:
repo init -u git://github.com/CyanogenMod/android.git -b cm-[U][B]10.2[/B][/U]
Follow the Guide until you come to this:mentined
Code:
$ brunch p5110
to build recovery you need to enter this instead "brunch":
Code:
make clean && make -j# recoveryimage
(Replace the # with the core count +1, so if you have a dual core it's -j3 and a quad core becomes -j5, etc.)
If it finished compileing (if nothing goes wrong):
Code:
cd $OUT
You'll have your "recovery.img" inside it
You can flash it and see if it works!
3. I compiled a working CWM, how to compile PhilZ NON Touch from source?
Visit PhilZ Main-Thread and read the Developer Informations. You will find it here.
4 I compiled a working CWM and/or PhilZ NON Touch, how to compile TWRP from source?
You will find all informations here: [DEV]How to compile TWRP touch recovery
(You will maybe need to use https://github.com/TeamWin/Team-Win-Recovery-Project/tree/twrp2.7 as source instead the source from Omnirom)
Usefull links for Devs:
Unpacking and repacking recovery or boot image (LINUX!): http://www.imajeenyus.com/computer/20130301_android_tablet/android/unpack_repack_recovery_image.html
Complete Installation Guide for Android SDK on Ubuntu: http://askubuntu.com/questions/318246/complete-installation-guide-for-android-sdk-on-ubuntu
How to Install Oracle Java JDK on Ubuntu Linux: http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux
More will be added later... i am thinking about it (what to add)
Click to expand...
Click to collapse
Changelog:
Code:
28.01.2014
2.6.3.4 --> 2.6.3.5
Backup-Fix:
"Clear the relative directory before passing on to twrpTar with the
static du object. Otherwise we will not backup /system/media etc"
e.g. bootanimation not got backuped.
https://gerrit.omnirom.org/#/c/5154/
23.01.2014
2.6.3.3 --> 2.6.3.4
Compiled on Omni´s Android 4.4.2 Source as base
support using old property system
USB Support
(i cherry-picked this commits:
https://gerrit.omnirom.org/#/c/3389/ and https://gerrit.omnirom.org/#/c/3390/
and put this to the boardconfig [code]BUILD_OLD_SYS_PROPS := true
COMMON_GLOBAL_CFLAGS += -DBUILD_OLD_SYS_PROPS
this makes TWRP compatible
with the old update-binary (used in older roms and flahsable zips))
2.6.3.3: Recovery-Kernel updated from
Linux version 3.0.31-CM-g010f848 to 3.0.101-blackhawk
Changed Source:
https://github.com/kumajaya/android_kernel_samsung_espresso10
2.6.3.2 - not released - recovery kernel updated
2.6.3.1: Initial release
Source:
https://github.com/CyanogenMod -CM10.2 branch
Recovery: https://github.com/TeamWin/Team-Win-Recovery-Project/tree/twrp2.7[/code]
CWM Based Touch-Recovery from Napstar:
CWM Base v6.0.4.5 - Update 21.12.2013
This is a One-Time-Build and i won´t update it!
!!! SORRY - FILE1 IS DOWN AND I WON´T UPLOAD IT AGAIN !!!
Hey together! Any feedback would be great!
Any Problems?
Android-Andi said:
Hey together! Any feedback would be great!
Any Problems?
Click to expand...
Click to collapse
Works fine on my P5110. Installed several roms, even simultaneously with other like tablet-ui patch and kernel.
Also backup and restore works fine.
Thanx for the great work.
Grtz,
John
Android-Andi said:
Hey together!
I updated kernelsource. you can test TWRP 2.6.3.3 if you want - it´s not tested by me.
Any feedbacl would be great
You´ll find flashable zips for custom recovery´s and odin flashable *.tar.md5 here: https://www.file1.info/album/L0zFSb1
Click to expand...
Click to collapse
Link doesn't work...
from gt-p5110
nachordez said:
Link doesn't work...
from gt-p5110
Click to expand...
Click to collapse
http://www.file1.info/OKRmlyp
found in OP
cheers
nachordez said:
Link doesn't work...
from gt-p5110
Click to expand...
Click to collapse
All Download-Links in 3rd post:
http://forum.xda-developers.com/showpost.php?p=47970089&postcount=3
Yeah link doesn't work. In that page there is nothing where i could start downloading. Nothing i click won't start download not even from any mirrors, yes even from no javascript link.
Try another browser, i can mirror it for you maybe later to devhost
@T3ER Here is the mirror http://d-h.st/users/Android-Andi/?fld_id=28391#files
Android-Andi said:
@T3ER Here is the mirror http://d-h.st/users/Android-Andi/?fld_id=28391#files
Click to expand...
Click to collapse
Thank you!
Android-Andi said:
Hey together! Any feedback would be great!
Any Problems?
Click to expand...
Click to collapse
Working great on my P5113. Thank you! :good:
OP Updated with new Download-Links for Different CWM / CWM Based Recoverys.
Something´s comeing.....
{
"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"
}
Click to expand...
Click to collapse
Edit:
Download-Links now Available!
@Android-Andi....I'm a TWRP'er but that looks Bada**. Much thanks for all your great work on these devices.
black screen after flashing recovery
I rooted my galaxy tab 2 10.1 5100 and tried flashing the custom recovery, but it doesn't seem to work. When I hold down the buttons to go into recovery it say booting recovery and the screen goes black and nothing happens. I tried waiting a few mins to let it load and nothing happens. I've tried other recoveries and none of them are working. I tried a factory reset and rerooting and still nothing. I've rooted and installed recovery on several devices and never had issues like this..any ideas?
Wich of the recovery are you talking about?
Have you been on Stock Recovery before?
Flashed the *.tar.md5 as PDA in Odin?
Please write all steps you have done, Step by Step.
Try latest CWM:
uncheck Auto-Reboot in Odin too.
When it finished flashing boot into recovery directly from Downloadmode.
This is TWRP, or team win recovery project. For more about teamwin, see them here
This is compiled with omni rom as a base. For Omni, go here
The device tree used to compile is found here
Kernel: here
NOTE: To build
Code:
repo sync
. build/envsetup.sh
lunch omni_m8_whl-eng
make clobber
make -j8 recoveryimage
To install:
Code:
adb reboot bootloader
fastboot flash recovery TWRP*.img
fastboot reboot
DOWNLOADNATF Edit: Verified MD5 - 577684863556047FDAF555F1E3A6221D
Credits:
Thanks to @jmz @Dees_Troy @Flemmard @bigbiff
What doesnt work:
ExFat write (read works)... This will require some driver debugging, and I will look more deeply into the issue
Sent from my 831C using Tapatalk
Please post all comments questions and help requests here.
Thank you for your support
Sent from my 831C using Tapatalk
Attention always make a nandroid backup and only recover that backup in the recovery that was created !!!
I am not responsible for any problems with the terminal, or give assistance in any case, whether is softbrick or hardbrick, use at your own risk ...
All roms (*) have their pros and cons and the most stable for everyday use is Carbon 245 and the Russian stock 1008, all cm-based, except the carbon, have a bug in the sound (with microphone and speakers giving very low sound)
ROOT:
KingRoot download
Update SuperSU to install in custom recovery download
Recovery:
CWM download
TWRP download
App to install recovery - download
Roms:
All here
OTU to recover "bricked device" download
GAPPS KK for roms without google app's download
Patches:
custpack2system
for use in roms not based on stock who lack space in the system folder
system2custpack
to recover the partition custpack to use stock roms or stock-based
mac fix
for those who missed the mac address
fastboot fix
for those who can not boot into fastboot
(*)For those installing a custom and is unable to make calls simply open the build.prop file and edit the following line:
persist.radio.multisim.config = dsds by persist.radio.multisim.config = single
For all possible tunings this terminal use this program: download
Down This line is only informative and for experienced devs:
DANGER
...
Software unstable, possible brick with no possible salvation
...
Do not continue if you are unsure of which that you can destroy the equipment
...
Only for very experienced Dev's & Testers
CM12.1:
cm12_alto45
cm12.1_Alto45_#1
cm12.1_Alto45_#2
cm12_debuggable_boot.img
Android Kitchen:
download
Android L recovery:
download
5042w (stock lollipop):
download
Thank's to Gaddan and Dead Link (4pda)
It is posible to flash traceability file from 5042w to get lolipop upgrade for 5042x trough OTU ?
All links are dead.
Is there any posibility to reupload at least these stable ones?
Hello, if it helps....
I have Spanish STOCK ROM for model 5042D (Alcatel OneTouch Pop 2 [4.5]).
Here is my backup, done with TWRP: https://mega.nz/#F!AtQgHapY!FcuPH2-dlz9aQBbYPaaXZw
Simply put unziped TWRP folder in your SDcard and boot into TWRP recovery. Wipe all and then restore my rom.
Any updates this is the newish pixi charm as well
http://miuipro.ru/rommgr/device_view/451
best MIUI ever!
Any Cyanogen MOD out there that fits good on this 5042D ?
Any other lolipop or Marschmallow rom?
Alcatel pop2 - 5042
bruno504 said:
Any Cyanogen MOD out there that fits good on this 5042D ?
Any other lolipop or Marschmallow rom?
Click to expand...
Click to collapse
You'll find several custom rom on this russian post
http://4pda.ru/forum/index.php?showtopic=645507#
Enjoy
Please help me with link to recover custpack i realy neeeed ittt !!!!
I need rom for 5042x ... Please >>>
This recovery is deprecated, use this
Hello every Galaxy Trend users i have compiled Twrp 2.8.7.0 !
This twrp is compiled by omni 6.0 branch and this is amazing twrp i ever used and can't find any twrp better then this one yet and i think so every trend(GT-S7392) user should try this recovery on there device
if you are searching for cm11 for GT-S7392 then click here Install instructions :-
1. Download recovery.zip
2. Flash it from old cwm or old twrp
OR1. Download recovery.tar.md5 and flash it from odin
OR
1. Install terminal emulator from play store.
2. Download recovery.img file
3. Open terminal emulator and type su and give root permission .
4. Then type dd if=recovery.img of=/dev/block/mmcblk0p6
5. Now you have installed recovery successfully enjoy!
Screenshots:-
http://forum.xda-developers.com/devdb/project/?id=13289#screenshots
Contributors
androidlover5842, tra_dax, zim555
@Neo Because of him i am on xda thanks
@DigiGoon for his compressed sources
Source Code: https://github.com/Grace5921/android_device_kyleve
Version Information
TWRP Version: 2.8.7.0
TWRP Kernel: Linux 3.4.x
Based On: Omni
Status: Stable
Created 2016-01-03
Last Updated 2016-01-03
Changelog:-1. added more wipe options
2. added more backup option
3. now recovery can format without rm -rf
4. fixed sdcard partition issues
5. changed selinux to permissive
6. now recovery can flash rom more faster
if you are on my cm11 then you will receive twrp update
I couldn't see anything about CM13 about "kyleve" on your GitHub.
Lie possiblity= %98
And by the way, can you show me your kernel source?
kadjarT said:
I couldn't see anything about CM13 about "kyleve" on your GitHub.
Lie possiblity= %98
And by the way, can you show me your kernel source?
Click to expand...
Click to collapse
sorry i typed wrong i have used omni 6.0 android/bootable/recovery in silm kat 4.4 sources thanks for telling i have fixed my mistake
androidlover5842 said:
sorry i typed wrong i have used omni 6.0 android/bootable/recovery in silm kat 4.4 sources thanks for telling i have fixed my mistake
Click to expand...
Click to collapse
But tree says it is not 6.0. It is 4.4.4.
kadjarT said:
But tree says it is not 6.0. It is 4.4.4.
Click to expand...
Click to collapse
i mean i have use omni 6.0 recovery source and slimKat 4.4.4 to compile twrp
kadjarT said:
And by the way, can you show me your kernel source? .
Click to expand...
Click to collapse
i can't upload kernel sources because i have used 379 gb this month and i am getting 16kb/sec up speed i will upload it on 7 jan
Nice work
KYLEVE said:
Nice work
Click to expand...
Click to collapse
thanks twrp is updated
Hi, guys !!!
Today I will be sharing my first CWM Recovery for totally unique untouched KYLEVE with all operating functions.
Version:
6.0.5.1 Stable v1
Credits:
I
@androidlover5842 thanks for trees
If you like my project you can donate a small amount of money and give a Click the Thanks (now I work creating and editing roms) My email on PayPal is: [email protected]
Contacts: Whatsapp: +5511949597274 My name is Raphael Facebook: Raphael Frajuca (Sou Brasileiro) Hangouts:
[email protected]
Install:
Download Recovery.img
Pass to ExtSDCard
(In device)Download app Rashr (Available on Play Store)
Open
Accept ROOT
Select "Select Recovery Image"
Select recovery.img
Select Yes
Wait Flash
Done
downloads:
CWM Recovery 6.0.5.1 Stable v1