[Recovery][L3 II][Single/Dual] Custom Recoverys - LG Optimus L3 II, L5 II, L7 II, L9 II

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. Hard. A lot.
Unlocking Bootloader (Required)
* Because unlocking the bootloader? *
Bootloader bootloader is present on any Linux (Android) and Windows system.
Every manufacturer makes its locked bootloader to "not let any user device end his".
The LG , besides the bootloader lock, removes the command to unlock and still does not tell how to unlock the bootloader, then the only way is to burn an edited bootloader, that being the case.
Via App - thanks @ElDainosor and @vuminhduc_1998
Follow instructions in topic.
Support: All LG Optimus L3 II Variants
How to get into recovery via buttons:
Turn off your cell phone and do so, press the "Volume -" + "Power", after a second tight press "Home" and when vibrate loose and everyone quickly and repeatedly press the "Home". Will need a few tries until you get the delicacy, because that's the base.​

Next Update:
TWRP with support to sd-ext (by @Cobmaster)
TWRP 2.8.6.0 -> TWRP 2.8.7.0​

The CWMA and TWRP when I choose install zip from sdcard it displays the folder "/sdcard/0/" instead of "/sdcard/"
Sorry for my english I hope you understand what I mean xd

This is not bug
This folder is the default location, the CWMA you can change the location in recovery settings

thanks... It works on E425g????
now im trying to build something like that, im just learning so its hard even so i know about linux and building but it a little difernt...

Has not yet been tested, but I suppose that works.
It's hard but if you insist you can

TWRP works, but i cant install some packages like cyclone kernel, there is a problem in updater-script.
obrigado!!!

ensarman said:
TWRP works, but i cant install some packages like cyclone kernel, there is a problem in updater-script.
obrigado!!!
Click to expand...
Click to collapse
But you only tested the TWRP?
Test the CWM Advanced

Caio99BR said:
But you only tested the TWRP?
Test the CWM Advanced
Click to expand...
Click to collapse
lol, ok i will, but later, when i go home

Caio99BR said:
But you only tested the TWRP?
Test the CWM Advanced
Click to expand...
Click to collapse
olá
I have tested the CWM touch and it works perfectly until now I do not test everything buy it works well..
besides I have written a tutorial en spanish at my blog, if you want to check it: I will leave the link:
http://supranet.org/sistemas-operativos/twrp-y-cwm-touch-recovery-y-para-lg-optimus-l3-ii/
thanks

E430 Test
Caio99BR said:
Hello people, today I came to bring the main Recovery's ported and tested by me
TWRP - TeamWinRecoveryProject (by TeamWin) - Touch
CWM - ClockworkMod (by Koush) - Non-Touch
CWM Advanced Edition - 6 PhilZ Touch Recovery (by Phil3759) - Touch
Unlocking Bootloader (Required)
* Because unlocking the bootloader? *
Bootloader bootloader is present on any Linux (Android) and Windows system.
Scheme android bootloader.
{
"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"
}
Every manufacturer makes its locked bootloader to "not let any user device end his" meaningless thing to say.
The LG miserable, besides the bootloader lock, removes the command to unlock and still does not tell how to unlock the bootloader (already tried to communicate how to unlock), then the only way is to burn an edited bootloader, that being the case.
Unlocking the bootloader
Unzip emmc_appsboot.rar and place the file on the SD card
Code:
adb pull emmc_appsboot.bin /sdcard/
Give permissions Super User
Code:
su
Command for Flash
Code:
dd if=/sdcard/emmc_appsboot.bin of=/dev/block/mmcblk0p5
Commands to install the CWM:
Put the file on the sdcard
Code:
adb push cwm.img /sdcard/
Give permissions Super User
Code:
su
Command for Flash
Code:
dd if=/sdcard/cwm.img of=/dev/block/mmcblk0p17
Restart in Recovery
Code:
reboot recovery
Commands to install the TWRP:
Put the file on the sdcard
Code:
adb push twrp.img /sdcard/
Give permissions Super User
Code:
su
Command for Flash
Code:
dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p17
Restart in Recovery
Code:
reboot recovery
Commands to install CWM Advanced Edition:
Put the file on the sdcard
Code:
adb push cwma.img /sdcard/
Give permissions Super User
Code:
su
Command for Flash
Code:
dd if=/sdcard/cwma.img of=/dev/block/mmcblk0p17
Restart in Recovery
Code:
reboot recovery
Note:
Tested only on E435 - Lg Optimus L3 Dual II
If someone on the other testing L3 II, leave feedback
How to get into recovery via buttons:
Turn off your cell phone and do so, press the "Volume -" + "Power", after a second tight press "Home" and when vibrate loose and everyone quickly and repeatedly press the "Home". Will need a few tries until you get the delicacy, because that's the base.
Downloads:
ADB - AndroidFileHost - (For PC)
Terminal Emulator - Play - (For Mobile)
Bootloader - AndroidFileHost - (Unlock the Bootloader)
TWRP (01/10/2014) - AndroidFileHost - (twrp.img)
CWM (10/01/2014) - AndroidFileHost - (cwm.img)
PhilZ CWM (01/10/2014) - AndroidFileHost- (cwma.img)
Credits:
IGGYVIP - For unlocked BootLoader :good:
hugo.gabriel999 - For Inspiration
TeamWin - For TWRP
Koush - For CWM
Phil3759 - For A Best And Advanced CWM
Click to expand...
Click to collapse
Hi, I tested PhilZ Touch and TWRP on LG E430 they work very well

Mikk123 said:
Hi, I tested PhilZ Touch and TWRP on LG E430 they work very well
Click to expand...
Click to collapse
Thanks!

Cayo what is the cwms???

ensarman said:
Cayo what is the cwms???
Click to expand...
Click to collapse
It is the CWM however you can use the touch to do the movements, it's good because you stop using the physical buttons.
Besides being easier.

Ok i will tr it, it works with the. New edify syntax like set metadata instead of set permission?

ensarman said:
Ok i will tr it, it works with the. New edify syntax like set metadata instead of set permission?
Click to expand...
Click to collapse
Yes, I have implemented SELinux support that adds support to new syntax.
All these recoverys made by me already have this support. There were already implemented in the second build, because in the first gave installation error (CM 11 test builds) due to lack of SELinux support.

Caio99BR said:
Yes, I have implemented SELinux support that adds support to new syntax.
All these recoverys made by me already have this support. There were already implemented in the second build, because in the first gave installation error (CM 11 test builds) due to lack of SELinux support.
Click to expand...
Click to collapse
great!!! thanks man

These recoverys are ready for CM11!
And who knows

I will delete the CWM and leave only the CWMS because it is better and simpler

Status
Updated CWM and CWM PhilZ Edition, now they are compatible with the CyanogenMod 11 (which will be released soon), for those who want to test will be necessary to update the recovery to the latest version.
I did not update the TWRP because it gave an error in which I could not solve.

Related

[RECOVERY][XU] CWM 6.0.4.8 Swipe Recovery [2014-05-21]

Code:
#include <std_disclaimer.h>
/*
* 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.
*/
{
"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"
}
Introduction
Hey guys, welcome to my new project. I've been working to port swipe gestured cwm recovery for the past week. It's working good now so I've thought of sharing it
How to Use
swipe up/down to change selection
swipe left to go back
swipe right to execute selected menu
For users having touch issue
Those who have touch problems can use the soft key button.
back button is UP
menu button is DOWN
home button is SELECT
for going back, you can use camera focus button
Installation:
Note : For Rooted & Unlocked Bootloader Only
Note : For 4.4 ROM (should work on older version of android upto 4.1). I only tested with AOSX. So please provide feedback
1) Download the latest zip file.
2) Extract it in a folder and place your current rom's boot.img inside that folder. (it must be named boot.img)
3) Connect your phone with PC. (adb must be working)
4) Open your command line and cd to that folder
5) For linux users, type
Code:
chmod 755 run_me.sh
./run_me.sh
For windows users, type
Code:
run_me.bat
new boot.img file will be created in the current directory named new_boot.img. Power off your phone and flash the boot image.
Code:
fastboot flash boot new_boot.img
To ROM makers
if you include it in your ROM, please give proper credits.Thanks.
Download
recovery_install_20140521.zip - 6.36 MB
Changelog V1: 21/05/2014
working swipe recovery
adb working
usb mass storage working
custom background, menu text color
added vibration for soft key press
F.A.Q
If you encounter error like "cmdline out of range" in the terminal, then after executing run_me; type this in the terminal
Code:
adb shell
su
cd /data/local/tmp/boot/
kernel_make zImage initrd.gz cmdline boot.img
then copy the boot.img to your desktop and flash it.
works very well on paranoid android by Abhinav2
Good job! :good:
This CWM Recovery seems truly nice…
Thanks!
works on Sola too! wow...
boot to recovery - works
boot to system - works
swipe function - works
will try more and report it
anyone tested on cm11???
siddheshvartak said:
anyone tested on cm11???
Click to expand...
Click to collapse
it'll work on all 4.4 roms. Just try and report.
works very well in cm11 build 6.....
AGONTUK said:
F.A.Q
If you encounter error like "cmdline out of range" in the terminal, then after executing run_me; type this in the terminal
Code:
adb shell
su
cd /data/local/tmp/boot/
kernel_make zImage initrd.gz cmdline boot.img
then copy the boot.img to your desktop and flash it.
Click to expand...
Click to collapse
ok.. stupid question mayde.. i get the "cmdline out of range" error and after executing run_me I type the commands and finally I get tha message "target file boot.img is patched succesfully, enjoy new kernel" but where is this boot.img stored so I can grab it and flash it? I am searching my androd folders and can not locate it.. probably I have not understand it or what..?
EDIT: ok. the problem was that folders were not mounted as writable and were not visible.
anyway. thank you!
aggourodolmas said:
ok.. stupid question mayde.. i get the "cmdline out of range" error and after executing run_me I type the commands and finally I get tha message "target file boot.img is patched succesfully, enjoy new kernel" but where is this boot.img stored so I can grab it and flash it? I am searching my androd folders and can not locate it.. probably I have not understand it or what..?
Click to expand...
Click to collapse
It's in the /data/local/tmp/boot folder.
AGONTUK said:
It's in the /data/local/tmp/boot folder.
Click to expand...
Click to collapse
damn.. after and that it doesn't boot in recovery. I keep pressing volume up to enter recovery it loads for a second and then restarts just to boot normally.
aggourodolmas said:
damn.. after and that it doesn't boot in recovery. I keep pressing volume up to enter recovery it loads for a second and then restarts just to boot normally.
Click to expand...
Click to collapse
we use volume down to enter recovery !!!!
AGONTUK said:
we use volume down to enter recovery !!!!
Click to expand...
Click to collapse
not even with volume down works.
here is what I do. after extracting boot.img, I flash it via flashtool and fastboot mode and it gives me the "OK' sign. I power on device and on SONY logo I keep pressing volume down, enters for a second in recovery and restarts again to boot normally cause it can not enter recovery.
I think I am gonna give it up..
aggourodolmas said:
not even with volume down works.
here is what I do. after extracting boot.img, I flash it via flashtool and fastboot mode and it gives me the "OK' sign. I power on device and on SONY logo I keep pressing volume down, enters for a second in recovery and restarts again to boot normally cause it can not enter recovery.
I think I am gonna give it up..
Click to expand...
Click to collapse
After sony logo, led bar will light up with red, yellow, green light. Then it'll vibrate and pressing volume button will trigger recovery. If not, then you have done something wrong. Follow instruction properly, use command line not flashtool. Also this is mainly for kitkat roms, I don't know if it'll work properly on previous android versions.
can someone upload thee new recovery cuz i dunno how to do that adb thing im using experimental v12
thx!
wrong recovery
i flashed this recovery and i got twrp and now unable to go back to differnt recovery.
I tried to root my swipe elite plus but it ends with bricked.please help
arnab roy said:
I tried to root my swipe elite plus but it ends with bricked.please help
Click to expand...
Click to collapse
Did u even read the post bro? This is for xperia u, and the swipe in the name is for recovery with swipe gestures.

[Recovery][TWRP] TWRP 2.8.7.0 for LG L7 2

TWRP Recovery 2.8.6.0 for LG L7II​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or any other damage made to your device. 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.
*/
In this thread you can find:
Post#1:
1. Presentation
2. Changelog
3. Known bugs + fixes
Post#2:
1. Flashing instruction
2. Thanks
3. Donator Hall of Fame
4. Download links
Post#3:
1. Tutorial on how to make ADB work on windows (with or without MTP)
2. Images of the recovery
1. Presentation:
TeamWin Recovery Project – or TWRP for short – is a fully touch-based custom recovery that was initially developed for Nexus devices, but has since been made available for countless other smartphones and tablets as well, in form of both official and third-party builds.
2. Changelog:
Code:
[U]07.08.2015 - Twrp 2.8.7.0[/U]
Updated to latest Twrp
Added IMEI back-up
[U]12.06.2015 - Twrp 2.8.6.0[/U]
Settings storage is by default External SD
Ext-sd will not be wiped on factory reset (even if the text says so; ignore it)
You have all 3 partitions (internal, external, ext-sd) in MTP now
Updated to latest TWRP 2.8.6.0 source
[U]06.01.2015 - Stable2[/U]
improved code a little
disabled things that are not used
reduced maximum brightness
added Qcom time fix
NEW: added support for sd-ext (2nd partition on sdcard)
[U]02.01.2015 - Working Internal[/U]
Read the warnings (in RED) in the 2nd post.
Internal storage is working now xD
[U]25.12.2014 - Updated to latest TWRP 2.8.3.0[/U]
[U]19.11.2014 - Final release[/U]
- bugs: none
Aroma Fm inverted is not because of recovery.
Not mounting internal is not because of recovery and will not be added because you can mess up your data partition losing all data (our internal is in data/media)
We have full working brightness and screen timeout
[U]10.11.2014 - Beta 1[/U]
- bugs:
after entering screen timeout mode the led backlight won't turn on again
- fixed bugs:
messed up display
flipped screen
unresponsive touch screen
partition problems
[U]09.11.2014 - Closed Alpha 2 - No public download[/U]
- bugs:
flipped screen
unresponsive touch screen
partition problems
after entering screen timeout mode the led backlight won't turn on again
- fixed bugs:
messed up display
[U]05.11.2014 - Closed Alpha 1 - No public download[/U]
- first release
- bugs:
messed up display
flipped screen
unresponsive touch screen
partition problems
after entering screen timeout mode the led backlight won't turn on again
3. Known bugs:
NONE!
1. Flashing instruction:
METHOD 1:
*OUTDATED: Just open the zip from last version and copy that recovery.img if you want to use this.
Copy the "recovery.img" from download to the root of the SD card.
Code:
1. With terminal emulator or using adb do this:
2. adb shell
3. su
4. dd if=/storage/external_SD/recovery.img of=/dev/block/mmcblk0p17
METHOD 2:
Download the version you like (the zip) and flash it in any recovery.
VERY IMPORTANT: EVERYTIME YOU FLASH TWRP AGAIN GO TO SETTINGS AND RESET DEFAULTS.
THE DEFAULT STORAGE MIGHT BE INTERNAL STORAGE PRESS ON THE PLACE THAT SAYS STORAGE: INTERNAL STORAGE AND CHANGE TO EXTERNAL STORAGE IF YOU WANT TO USE THAT (TWRP will remember the choice).
IF WINDOWS RECOGNIZES THE INTERNAL STORAGE IT WILL TRY TO FORMAT IT TO USE IT (this is because of the ext4 extention). DO NOT FORMAT OR YOU LOSE YOUR INTERNAL STORAGE DATA. LINUX DOESN'T HAVE ANY PROBLEM.
2. Thanks:
All Omni and TWRP team.
@Dees_Troy
The IRC channel for TWRP.
3. Donator Hall of Fame:
@vlmaxx - huge thank you man! ^.^
4. Download link:
TWRP_2.8.7.0_L7II.zip
Old:
TWRP_2.8.6.0_L7II.zip
Any kind of mirroring, repacking, uploading this files or files that come from this files on other websites/forums is not allowed. If you want guys on other forums to get this, give them the link to this. Thanks. Please respect my work and do not reupload this files.
How to make ADB to work on Windows:
adb-setup-1.4.2.exe: http://tinyurl.com/qca8abd
LG Drivers: http://tinyurl.com/l3mgf49
1. Delete all LG Drivers you have and all related to LG (Pc suite or anything else) and restart PC.
2. Install the LG Drivers from the rar and also the installer for ADB answering Y, Y, Y and follow the on screen driver installer.
3. Get in recovery and go under Mount and disable MTP if it is enabled. Connect USB. You will get this. Open device manager and you will find that our pictures are alike.
{
"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"
}
4. Right click the yellow triangle icon and right-click it choosing Update Driver Software. You get this.
5. Click the down option. You get this.
6. Click the Let me pick from a list option. You get this.
7. Select ADB Interface and press Next. You get this.
8. Scroll down selecting the LGE Mobile Adb. Press Next. You get this.
9. Press Yes and then Close and you are done.
Proof working recognized with MTP off in Recovery and Sideload and last picture with MTP on (recognizing the sdcard).
Hit thanks please if this helped you. Have a nice day.
Good job I will test this in the night
P.S. I can install this on cwm??
sirion123 said:
Good job I will test this in the night
P.S. I can install this on cwm??
Click to expand...
Click to collapse
Hmm maybe if i make a flashable zip though I have seen ppl prefere to flash it via fastboot. We don't have fastboot so just flash it like i said. It's easy ^.^..
EDIT: NVM made the cwm flashable zip.
Ok. Maybe I'll wait for the others and then install
sirion123 said:
Ok. Maybe I'll wait for the others and then install
Click to expand...
Click to collapse
Just flash that with CWM it's safe it won't destroy your data or system will catch on fire it is tried on my own device.
I install this and this is very good work! But when I reboot to system screen flipped at the moment. I found this one bug
sirion123 said:
I install this and this is very good work! But when I reboot to system screen flipped at the moment. I found this one bug
Click to expand...
Click to collapse
If you like it press the THANKS BUTTON that is in the bottom right of the post. I know about this bug it is normal and it's not really a bug blame lg ^.^. badly mounted screen for this models. This bug won't interfere with anything ^.^ You can see it just when you close the recovery.
Excellent job! It's works on P713 KK CIS!
Themes are applied successfully!
The option "Disable MTP" disables ADB mode too. - SOLVED!
UMS mode for external SD is not supported.
AROMA FM still inverted.
We are waiting for the final version and fixes! Good luck!
Thx, sir. Its work on my LG P713 (4.1.2)
the_vanya1 said:
Thx, sir. Its work on my LG P713 (4.1.2)
Click to expand...
Click to collapse
You are very welcome my friend. Giving back the work haha. Respect to you when i was on 4.1.2 I used your custom rom. EPIC. Respect.
And recovery is perfectly compatible with nandroid manager...
maxx_hr said:
And recovery is perfectly compatible with nandroid manager...
Click to expand...
Click to collapse
Thanks for letting people know.
TWRP Recovery
christi9503 said:
Thanks for letting people know.
Click to expand...
Click to collapse
Please tell me whether it is possible to install on the LG P715 Dual.
vlmaxx said:
Please tell me whether it is possible to install on the LG P715 Dual.
Click to expand...
Click to collapse
Not tested on P715 but it should work. 99,9% it will work my friend. Also no chance you will manage to hard brick it just by flashing. I did not include preloader and bootloader partitions. At most a soft brick but not even that. Just flash it.
EDIT: @vlmaxx Report after flashing please. But for sure it will boot.
TWRP
christi9503 said:
Not tested on P715 but it should work. 99,9% it will work my friend. Also no chance you will manage to hard brick it just by flashing. I did not include preloader and bootloader partitions. At most a soft brick but not even that. Just flash it.
EDIT: @vlmaxx Report after flashing please. But for sure it will boot.
Click to expand...
Click to collapse
Ok. I will try tomorrow to try. Then I will unsubscribe.
TWRP
christi9503 said:
Not tested on P715 but it should work. 99,9% it will work my friend. Also no chance you will manage to hard brick it just by flashing. I did not include preloader and bootloader partitions. At most a soft brick but not even that. Just flash it.
EDIT: @vlmaxx Report after flashing please. But for sure it will boot.
Click to expand...
Click to collapse
Sorry, I'm not good at English. Lost your message, so I answer here.
Sew through CWM Recovery. Starts but tach screen almost does not work or is not adequate. Reacts only INSTALL and offers mount, and then nothing can be done. Rollback on old CWM.
Forgot to specify: I have 4.1.2. Maybe that's why is not working?
vlmaxx said:
Sorry, I'm not good at English. Lost your message, so I answer here.
Sew through CWM Recovery. Starts but tach screen almost does not work or is not adequate. Reacts only INSTALL and offers mount, and then nothing can be done. Rollback on old CWM.
Forgot to specify: I have 4.1.2. Maybe that's why is not working?
Click to expand...
Click to collapse
Nope that is not the case. Think it's the touch drivers can be different or smth. Please make a video place on youtube. I'll make a different build with p715 kernel.
TWRP
christi9503 said:
Nope that is not the case. Think it's the touch drivers can be different or smth. Please make a video place on youtube. I'll make a different build with p715 kernel.
Click to expand...
Click to collapse
Sorry, but it's all too complicated for me. Years and brains are not the same .... unfortunately. In any case, thank you very much for your help.

[Recovery][6633][twrp] Unofficial TWRP 3.0.2 for Z3 Dual D6633

{
"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"
}
Bismillahi Alrahmani Alraheem
(in the name of God the most gracious, the most merciful)
Finally Unoffoicial TWRP 3.0.2 is here for Dual sim version of XPERIA Z3 (D6633)!!
Introduction:​
Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
And much more...
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.
Source Code:
GitHub - https://github.com/omnirom/android_bootable_recovery
Gerrit Instance - http://gerrit.omnirom.org
Notes About Sony Devices:
The Xperia devices have a recovery-in-boot arrangement. This means that the recovery is booted using the regular kernel / boot image in the device. Team Win has worked with the FreeXperia device maintainers to come up with a way to extract the ramdisk from the FOTAKernel partition and use the ramdisk from that partition instead of the recovery that is included in the boot image of your device. This means that if you install current CM nightlies and flash TWRP to the FOTAKernel partition, you will be able to use TWRP instead of the CWM or CM recovery that normally comes in a CM boot image. Other boot images including stock kernels can be repacked to include this extraction utility to allow you to use TWRP from the FOTAKernel partition. This setup allows you to choose what recovery you want to have installed and allows you to update your recovery more easily. Unfortunately this setup requires that the boot image that you have installed include the ramdisk extraction utility. The source for this utility is here:
https://github.com/Dees-Troy/extract_elf_ramdisk
This utility is designed to work in conjunction with the current methods that most AOSP ROMs use for the ramdisk and can also be used on stock kernels. This setup means that you must have a kernel or boot image installed that will use the FOTAKernel method. Most AOSP based ROMs like OmniROM or CyanogenMod will support this method. Some stock kernels may also support the FOTAKernel method.
What does all this mean? It means that TWRP may not work on your device unless you install other custom software as well. Check with your ROM developer to see what they support.
DOWNLOAD:​
Please notice that it won't work in stock based roms, only custom roms will run it
20160907 (img)
20160907 (zip)
Installation methods
TWRP Install (Requires TWRP 2.8.4 or higher already installed):​
Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
dd Install Method (Requires Root):
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
Code:
su
dd if=/sdcard/recovery-twrp-302-z3dual.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Fastboot method:
you should have fastboot in your pc (either downloaded separately or with android SDK)
fire up Terminal (Linux and OS X) or CMD window (MS Windows) in the folder you have the image on it and it is preferred to copy the image to the folder of fastboot so the following command work then type:
Code:
fastboot flash FOTAKernel recovery-twrp-302-z3dual.img
don't forget to put ./ before 'fastboot' if you are using OS X or linux (./fastboot)
ZIP method:
flash the zip using any recovery
Themes and colors:
HERE
(Read Post #2 in the link if you want to customize, I'll be making pre-made themes later on inshaaAllah (God willing) )
NOTE: You are free to repack it and even sharing it without taking my permission
Please Donate If you want me to support Z3 dual more and more, it is back to you ​
XDA:DevDB Information
TWRP 3.0.2 for Z3 Dual D6633, Tool/Utility for the Sony Xperia Z3
Contributors
Muhammad Ashraf
Source Code: https://github.com/omnirom/android_bootable_recovery
Version Information
Status: Testing
Created 2016-06-25
Last Updated 2016-09-07
Hi, one question, I choose the .img file from twrp but doesn't appear the "recovery" option to choose and swipe, only appears the "kernel" option, it is correct? Should I proceed with this option?
dquelal said:
Hi, one question, I choose the .img file from twrp but doesn't appear the "recovery" option to choose and swipe, only appears the "kernel" option, it is correct? Should I proceed with this option?
Click to expand...
Click to collapse
sorry for the late reply, I am not sure why does it act like that
i'll try to make a zip file for that issue
dquelal said:
Hi, one question, I choose the .img file from twrp but doesn't appear the "recovery" option to choose and swipe, only appears the "kernel" option, it is correct? Should I proceed with this option?
Click to expand...
Click to collapse
Oh, I am SOOOOOOOO Sorry, You have noticed me, By mistake I have uploaded Cyanogenmod Recovery instead of twrp
figuring that out now
I am sorry all of you
thanks man
EDIT: DONE
dquelal said:
Hi, one question, I choose the .img file from twrp but doesn't appear the "recovery" option to choose and swipe, only appears the "kernel" option, it is correct? Should I proceed with this option?
Click to expand...
Click to collapse
Unlocked or Locked bootloader?
(Does this require an unlocked bootloader?)
I cannot get to recovery mode using DD or fastboot
Command will go through but adb reboot or h/w combos wont get me recovery. How do I install recovery ? . I have a ROM that can only be installed via recovery pl help
I cannot get to recovery mode using DD or fastboot
FAILED (remote: Command not allowed)
it always says "FAILED (remote: Command not allowed)"
should the bootloader be unlocked ?!
what is the problem here?!
Hi, i flashed the .img using my twrp, the only option on "select partition" was kernel, i know i shouldn't have done it, but i did. Now the phone doesn't boot, it keeps on a black screen. I think i need to flash a new kernel, can someone help me? Thanks
edit
Locked bl
Excellent WORK +++++
Bismillahi Alrahmani Alraheem YOU are my god!
Well done. You are the man. Exellent work with this TWRP for my D6633 (z3 dual)
it saved my life!
bryantshurley said:
I cannot get to recovery mode using DD or fastboot
Click to expand...
Click to collapse
If you want to flash it with fastboot, type 'boot' instead of 'FOTAkernel', so the command goes like this: "fastboot flash boot recovery-twrp-302-z3dual.img". That way, you'll be able to boot into recovery using the volume rocker. A little late, but I hope I helped.
"fastboot flash boot recovery-twrp-302-z3dual.img" got me to a new recovery screen and can no longer boot the system.
rzepek2pl said:
If you want to flash it with fastboot, type 'boot' instead of 'FOTAkernel', so the command goes like this: "fastboot flash boot recovery-twrp-302-z3dual.img". That way, you'll be able to boot into recovery using the volume rocker. A little late, but I hope I helped.
Click to expand...
Click to collapse
That was a bad advice. Now I only have TWRP on my phone. Only boots into this!
Can it be saved? How?
Your 20160907.zip based on TWRP 3.0.2 was put into root & flashed with TWRP v2.8.7.0 which did not update, when re-launching recovery I was still on v2.8.7.0

[GUIDE] Guide to Installing Official Cyanogenmod 13 on your Mi5

Disclaimer
I haven't made or contributed to any of the tools/ROMs/Kernels here. All the respective authors have been linked in the credits section at the bottom of the post. Also, the version of Cyanogenmod used in this thread is a nightly build and can be unstable. User bgcngm has done some really excellent work to make this ROM near perfect. I won't make unnecessary guides. If I find a guide anywhere that's good enough, I'll simply post a link to it rather than make another one. I've tried to make this guide as noob friendly as I can. If you have any questions, just post them and I'll be happy to answer them.
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.
Each step of the guide REQUIRES you to have completed the step prior to that one for it to work. For example, you can't go installing TWRP on your device without unlocking the bootloader first.
Prerequisites:
Xiaomi Mi5
TWRP for Mi5 by Cofface
Latest Cyanogenmod 13 Nightly Build
You can follow this guide to see how to install ADB on your system.
OpenGApps. I suggest you download the micro package.
Let's get started:
Unlocking the Bootloader:
The first thing any Mi5 owner NEEDS to do is to unlock their bootloader.Here is a great guide for unlocking the bootloader of the Mi5 (or any Xiaomi device for that matter) by TheUltrametricSpace. It's much better than anything I can make. So before you do anything go here and unlock the bootloader.
Installing TWRP:
When I use the Official TWRP from here, my touchscreen doesn't work. I haven't a found a solution yet. If any of you know how to fix this then please post it down below. If it works out I'll put it up in this guide. For now, we'll use TWRP by Cofface for Mi5. So far this is the only TWRP that seems to work for me.
You're most likely coming from MIUI 8 and thus, running Marshmallow. I'm not sure but there is some sort of encryption that Google has put in so you cannot use TWRP to flash your .zips from Internal Storage. So before you go any further, backup your files/apps or anything you might need.
Go to the platform-tools folder and extract the .rar file that you downloaded earlier containing TWRP there.
Rename the .img file extarcted from the TWRP .rar to twrp.img
Run the CMD shortcut you pasted in the ADB folder from the guide above as an administrator.
Connect you Mi5 to your computer. Hold both the Power and Volume Down button to boot into the bootloader. You should see this image.
[At this point, you MUST have fastboot.exe and twrp.img inside the platform-tools folder.
Now go back to the CMD window you opened. Type in the follwoing:
Code:
adb devices
Press enter. You should see your device in the window after typing this.
Code:
fastboot flash recovery twrp.img
Press enter. On the command window you should see a few lines popup and at the end it will show time taken to complete operation. So far so good.
Code:
adb reboot recovery
Press enter. You should now see the TWRP flash screen.​
If TWRP is in Chinese, worry not.
{
"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"
}
Tap on the second box to select language. Scroll down and select English.​
Swipe to allow modifications.
You should be in TWRP now.
DO NOT BOOT OUT OF TWRP RIGHT NOW.
Installing Cyanogenmod 13:
Of all the ROMs that I have used, I find that CM13 is far better. It's mostly personal preference. If you want to install any other ROM, the process is more or less exactly the same. Follow the instructions below:
Tap on Wipe.
Tap on Advanced Wipe.
Select everything except USB-OTG.
Swipe to Wipe.
Go back to the main TWRP screen.
Tap on Mount.
Tap on Enable MTP.
Connect your phone to your computer via USB.
Copy cm-13.0-20161022-NIGHTLY-gemini.zip and open_gapps-arm64-6.0-micro-20161025.zip from your computer to the Internal Storage folder inside Mi5 in My Computer.
Come back to TWRP.
Tap on Install.
Scroll down and find the cm-13.0-20161022-NIGHTLY-gemini.zip file and tap on it. Installation will start and will take about a minute and a half.
Now come back and flash the open_gapps-arm64-6.0-micro-20161025.zip file. This should be much faster.
Now go back to the Wipe section and select only the Dalvik & cache.
Now press Reboot System.
And that's it. The first boot will take quite some time. You're running Cyanogenmod 13 now!
Optional:
You can also install Falcon Kernel by Harrynowl to get a few more extra features. Install it like you would Cyanogenmod by flashing the .zip.
Credits:
Cyanogenmod 13
bgcngm
Mi5 Developers
Cyanogenmod Developers
TWRP by Cofface
User TheUltrametricSpace for his excellent Bootloader Unlocking Guide.
User iamareebjamal for the awesome ADB Guide.
User Harrynowl for the Falcon Kernel.
you forgot --> Wipe the Dalvik & cache
after installing OpenGApps,...
chiragkrishna said:
you forgot --> Wipe the Dalvik & cache
after installing OpenGApps,...
Click to expand...
Click to collapse
Whoops. My bad. Fixed it. Thanks!
Cant copy zip files from PC in TWRP
So I've wiped the data except USB-OTG but now the zip files for rom and gapps wont copy from my pc. The progress bar is not showing any movement.
]
vgdoc said:
So I've wiped the data except USB-OTG but now the zip files for rom and gapps wont copy from my pc. The progress bar is not showing any movement.
Click to expand...
Click to collapse
Reboot again to recovery!!
chiragkrishna said:
]
Reboot again to recovery!!
Click to expand...
Click to collapse
Yeah managed to push the zip files through adb commands. Thanks anyway.
How to turn back to miui8?
giardux91 said:
How to turn back to miui8?
Click to expand...
Click to collapse
Get the fastboot files from Xiaomi then flash them using MiFlash. However, EVERYTHING will be reverted to as if it was new. Even any custom recoveries or Kernels.
Will flashing the MIUI8 fastboot ROM (Global Dev) relock the bootloader?
voldy001 said:
Will flashing the MIUI8 fastboot ROM (Global Dev) relock the bootloader?
Click to expand...
Click to collapse
No it won't :')
Can you please continue to make a guide on how to install NEW NIGHTLY rom?
What should be flashed for each nightly update? And the proper order? The Rom > GApps > customization > Custom Kernel ???
I am confusing.
nguyendatan said:
Can you please continue to make a guide on how to install NEW NIGHTLY rom?
What should be flashed for each nightly update? And the proper order? The Rom > GApps > customization > Custom Kernel ???
I am confusing.
Click to expand...
Click to collapse
This is the Official Cyogenmod ROM. So to upate, all you have to do is to go to Settings > About > Cyanogenmod Updates and download the update. After it has finished, you'll see a small button which you can press to install it. The Phone will then handle the flashing!
Aslo, The Rom > GApps > customization > Custom Kernel should be good!

[RECOVERY][UNOFFICAL] TWRP 3.3.1-0 [8.1][SM-T595]

Closed Per OP Request
{
"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
* 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 blame me in any way for what happens to your device, I will laugh at you.
* BOOM! goes the dynamite
*/
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Downloads:
TWRP 3.3.x
Please Install Via Odin!
Disabling Force Encryption(Highly recommended)
This process involves wiping your data
- flash twrp on your current rom
- Click Wipe and then click format data(Wipes your /sdcard as well)
- Go to download mode and flash stock
- Make sure to to not let it boot and reboot to download mode again(Power + Vol Up + Vol Down + USB cable)
- Flash TWRP again and boot to recovery(Power + Vol Up + USB Cable)
- Flash RootFix (Optional, for magisk) - https://drive.google.com/file/d/19C9byrqlw_TGo-Nfm4Z-WcT6yB6sM2oP
- Flash DM-Verity and Force Encryption Disabler - https://zackptg5.com/android.php#disverfe
- Boot to stock
Flash Magisk if you want
PS: Only tested on T595XXU3ASC1
Bugs:
Encryption
MTP
Must Click "Disable MTP" to make ADB work
Brightness cannot be changed
you tell me
Device Sources:
Device Tree
Kernel Tree
XDA:DevDB Information
TWRP SM-T595, Tool/Utility for the Samsung Galaxy Tab A series
Contributors
rupanshji
Source Code: https://github.com/minimal-manifest-twrp
Version Information
Status: Alpha
Created 2019-08-06
Last Updated 2019-08-08
Reserved
Changelog
07-Aug-19
Code:
Fix Mouse Cursor Bug
Fix Flashing of files
Remove useless stuff
06-Aug-19
Code:
Initial Build
I will be working on building lineage very soon as well. However I don't have enough data to download 4-5 builds everyday.
All those willing to test or just discussing the development in general can join my telegram group - https://t.me/smt595
INTERESTING!!
At the moment Odin freezes while I try to load the recovery image. (Odin 3.13, ROM T595XXU3BSF3)
Supercoach1970 said:
INTERESTING!!
At the moment Odin freezes while I try to load the recovery image. (Odin 3.13, ROM T595XXU3BSF3)
Click to expand...
Click to collapse
oof my bad i uploaded the whole folder instead of a file
EDIT: Link fixed!
Great work Rupanshji!! It works on my SM-T595. THANKS!!!
Not so quick, it does not work on mine. When I flash twrp in odin it tells me that it is unverified package on tablet and odin says failed. Anyway, could anyone share a patched bootloader? I have the latest rom ...... June.
vq8acsxht said:
Not so quick, it does not work on mine. When I flash twrp in odin it tells me that it is unverified package on tablet and odin says failed. Anyway, could anyone share a patched bootloader? I have the latest rom ...... June.
Click to expand...
Click to collapse
Unlock your bootloader m8
rupanshji said:
Unlock your bootloader m8
Click to expand...
Click to collapse
No the bootloader was unlocked. I finally was able to flash twrp. You missed a step though:
0) Reflash all the OEM First before flashing TWRP
Just a heads up to anyone else....
If you get this message in red text:
"Only official released binaries are allowed to be flashed"
or this message in a blue screen of death:
"Security Error: This device has been flashed with unauthorized software & is locked. Call your mobile operator for additional support. Please note that repair/return for this issue may have additional cost."
Congradulations! You just tripped SAMSUNG'S SECURITY APE! You just won..... more flashing.... :silly:
Just reflash "ALL OF THE STOCK FIRMWARE." The BL + AP + CP + CSC to fix it and put the ape back into the cage.
Here is the command to push a file to the SD card with ADB:
adb push Disable_DM-Verity.zip /sdcard/Disable_DM-Verity.zip
Thanks rupanshji !!!! Hope you get encryption working soon and LOS.
If you could also make it compatible with the SM-T597, that would be nice
Hi rupanshji. Any news on lineage? I'm really impressed with the specs of the tablet and confused why there is almost zero efforts to get any custom roms ready for that device.
Just to let everyone know. LOS is still being worked on. His laptop is in repair so he has to get it back. If you have the 595 tablet PLEASE JOIN THE TELEGRAM GROUP so you know what is going on.
rupanshji
All those willing to test or just discussing the development in general can join my telegram group - https://t.me/smt595
Click to expand...
Click to collapse
dezzo77 said:
If you could also make it compatible with the SM-T597, that would be nice
Click to expand...
Click to collapse
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here Link. Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
1. Flash TWRP with modded odin and reboot to download.
2. Flash Stock recovery and as soon as it reboots enter stock recovery.
3. Wipe Data/Factory Reset.
4. Reboot to Bootloader from Stock Recovery.
5. Flash TWRP again and after reboot enter TWRP.
6. Flash RootFix.
7. Flash DM-Verity and Force Encryption Disabler.
8. Reboot to system.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Compatability with the sm-t590 would be greatly appreciated
Build number
T590XXU3BSG3
Added T590XXU3BSG3 stock boot and stock recovery Here
koobie777 said:
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here . Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Click to expand...
Click to collapse
SM-T597P firmware t597pvpu2bsh7 Android 9 will work your loader?
alexpuz said:
SM-T597P firmware t597pvpu2bsh7 Android 9 will work your loader?
Click to expand...
Click to collapse
yeah for sure
Sent from my SM-G955U using Tapatalk
Sm-t595nzkadbt
Model: SM-T595NZKADBT
Basisbandversion: T595XXU4BSG3
Still no luck :/
With modded Odin from kobi and TWRP from the 1. Site.
Error: Only official...
dm.homelinux.com said:
Model: SM-T595NZKADBT
Basisbandversion: T595XXU4BSG3
Still no luck :/
With modded Odin from kobi and TWRP from the 1. Site.
Error: Only official...
Click to expand...
Click to collapse
try this workaround what i found for our tablet in KG State Prenormal
https://forum.xda-developers.com/showpost.php?p=80856871&postcount=772
koobie777 said:
I can confirm that it is working on SM-T597P with firmware T597PVPS2ASG3. I also went ahead and pulled the stock recovery and boot, as well as modified the RootFix for any device. You can find those files here Link. Thanks Dev for bringing this to light . I also didn't follow the install directions exactly so ill list the steps i took.
1. Flash TWRP with modded odin and reboot to download.
2. Flash Stock recovery and as soon as it reboots enter stock recovery.
3. Wipe Data/Factory Reset.
4. Reboot to Bootloader from Stock Recovery.
5. Flash TWRP again and after reboot enter TWRP.
6. Flash RootFix.
7. Flash DM-Verity and Force Encryption Disabler.
8. Reboot to system.
If anyone would like me to pull the stock recovery of their firmware for them i'm more than happy to.
Click to expand...
Click to collapse
can you make please the fix root for T595XXU4BSG3 please .. cause this one gives bootloop.
thanks in advance

Categories

Resources