[RECOVERY] TWRP 3.0.2-0 - TeamWin Recovery Project for Obi SF1(without QFIL) - Miscellaneous Android Development

[RECOVERY] TWRP 3.0.2-0 - TeamWin Recovery Project​#include disclaimer.sh
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired. Please do some research if you have any concerns about features included in this Recovery before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Introduction:
Team Win Recovery Project or TWRP 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
Easy selection of internal/external storage
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, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
sf1 Device Config: https://github.com/therealthinhhdk/android_device_obi_sf1(nothing)
WHATS WORKING:
-Correct screen/recovery size
-Working Touch, screen
-Backup to internal/microSD
-Restore from internal/microSD
-reboot to system
-ADB
-update.zip sideload
-UI colors (red/blue inversions)
-Screen goes off and on
-all important partitions listed in mount/backup lists
-MTP export
-reboot to bootloader
-reboot to recovery
-poweroff
-battery level
-temperature
-vibrate
-set brightness
-Correct date
-USB mass storage export
UNTESTED:
-F2FS/EXT4 Support, exFAT/NTFS where supported
-backup/restore to/from adb (https://gerrit.omnirom.org/#/c/15943/)
-encrypted backups
-screenshot
-partition SD card
BUGS:
-Annoying cursor in the middle of screen
DOWNLOAD:
Google Drive
MEGA
CREDITS:
- TWRP - For making this awesome recovery.
- Me(@thinhhdk) - For porting this recovery.
- androidlover5842 for Porting TWRP for TCL T500L(used as base for this port)
EXTRAS:
I have managed to install TWRP without QFIL, heres how:
-Download TWRP.
-Root phone with this tool.
-Install your root management software(SuperSU, ...)
-Download(and install) Flashtify.
-Allow root and choose Recovery-choose "Insert name here".img, wait for it and reboot, you should be in TWRP now.

Who even use this phone anymore lol, im just learning how to make twrp.

Hello, Thank you for developing this.
I want to ask you if you found a custom ROM for obi sf1... I really want to push my phone to the limit, it's software is laggy and it's using a lot of RAM memory.
Thank you again

Related

[TWRP] Recovery on the LG Viper

TeamWin Recovery Project
v2.3.2.3
Description:
As stated on the team win site
Team Win Recovery Project 2.3, 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.
Click to expand...
Click to collapse
Key Features:
Graphical touchscreen interface with buttons and drag-to-scroll!
Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)
Compressed backups that can save you up to 50% disk space
Ability to choose which partitions to back up and which to restore
Custom names for backups, rename and delete backups inside recovery
Integrated Terminal Emulator
Install queues allow you to install multiple zips in one go (e.g. CM9 zip together with gapps zip)
Easy one-button cache & dalvik cache clearing after an installation
Recovery settings are saved to the sdcard and persist through reboots
File Manager that allows you to move, copy, delete and rename files and change their permissions
Battery percentage indicator, charging indicator and clock (set your timezone in settings!)
Reboot into download mode (bootloader)
Decryption of /data
Easy selection of internal/external storage
ADB support
Sideloading for automated ROM install: No outside links.
Detailed logfile
XML-based GUI that allows full customization of the layout – true theming!
See changelog below for 2.3 features
What's new in 2.3:
-Rebased onto AOSP Jelly Bean source code
-Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
NOTE: backups from prior versions of TWRP are still compatible with 2.3
-ADB sideload functionality from AOSP is included in 2.3, see this link for more info
-Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
-Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)
-Faster boot times
-Added charging indicator while in recovery (only updates once every 60 seconds)
What works:
Backup & restore
Mount & Unmount partitions
Mount USM
What does not work:
Any sort of power functionality(reboot recovery, reboot system..)
Install:
Automatic
Download twrp-lge-ls840.zip
Extract and run install-linux.sh | install-windows.bat
Reboot into recovery by either using
Code:
adb reboot recovery
Or pressing the vol- and power keys simultaneously then letting go when you see an instructions screen then pressing power twice
Manual
from console(linux/windows)
Code:
adb push recovery.img /data/local/tmp/recovery.img
adb shell "su -c 'dd if=/data/local/tmp/recovery.img of=/dev/block/mmcblk0p13'"
adb reboot recovery
Note: By downloading and installing the recovery package you take sole responsibility for any damages caused to your device.
Addendum: ICS compatibility is yet to have been worked out so as of now this is GB only.
Download: Attached because outside links not allowed.
Decided to release public build as it seems backup & restore work well enough. Have fun with it and tell me what you think.
Source:
Here's the github for anyone interested or wanting to help out
Can't post links my name is L0rdWaffles on github.​
JoshCo1n said:
TeamWin Recovery Project
v2.3.2.3
Description:
As stated on the team win site​
Key Features:
Graphical touchscreen interface with buttons and drag-to-scroll!
Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)
Compressed backups that can save you up to 50% disk space
Ability to choose which partitions to back up and which to restore
Custom names for backups, rename and delete backups inside recovery
Integrated Terminal Emulator
Install queues allow you to install multiple zips in one go (e.g. CM9 zip together with gapps zip)
Easy one-button cache & dalvik cache clearing after an installation
Recovery settings are saved to the sdcard and persist through reboots
File Manager that allows you to move, copy, delete and rename files and change their permissions
Battery percentage indicator, charging indicator and clock (set your timezone in settings!)
Reboot into download mode (bootloader)
Decryption of /data
Easy selection of internal/external storage
ADB support
Sideloading for automated ROM install: No outside links.
Detailed logfile
XML-based GUI that allows full customization of the layout – true theming!
See changelog below for 2.3 features
What's new in 2.3:
-Rebased onto AOSP Jelly Bean source code
-Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
NOTE: backups from prior versions of TWRP are still compatible with 2.3
-ADB sideload functionality from AOSP is included in 2.3, see this link for more info
-Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
-Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)
-Faster boot times
-Added charging indicator while in recovery (only updates once every 60 seconds)
What works:
Backup & restore
Mount & Unmount partitions
Mount USM
What does not work:
Any sort of power functionality(reboot recovery, reboot system..)
Install:
Automatic
Download twrp-lge-ls840.zip
Extract and run install-linux.sh | install-windows.bat
Reboot into recovery by either using
Code:
adb reboot recovery
Or pressing the vol- and power keys simultaneously then letting go when you see an instructions screen then pressing power twice
Manual
from console(linux/windows)
Code:
adb push recovery.img /data/local/tmp/recovery.img
adb shell "su -c 'dd if=/data/local/tmp/recovery.img of=/dev/block/mmcblk0p13'"
adb reboot recovery
Note: By downloading and installing the recovery package you take sole responsibility for any damages caused to your device.
Addendum: ICS compatibility is yet to have been worked out so as of now this is GB only.
Download: Attached because outside links not allowed.
Decided to release public build as it seems backup & restore work well enough. Have fun with it and tell me what you think.
Source:
Here's the github for anyone interested or wanting to help out
Can't post links my name is L0rdWaffles on github.​
Click to expand...
Click to collapse
Thank you! Just to let you know, I do not have the Viper ls840, I have the Lucid vs840, and besides system and sdcard mounting, it works fine.

[DEV][RECOVERY][PhilZ]Advanced Clockwork Mod Recovery[6.0.3.7][14/10/2013]

* * * * * * * * * * * * * * * * * * * * * * * * *
PhilZ 5 Recovery
CWM Advanced Edition 6.0.3.7
* * * * * * * * * * * * * * * * * * * * * * * * *
​[/B]
Support clockworkmod developement
​
>> Special Features Guide in POST 2<<​>> Downloads and How to Install in POST 3<<​>> Changelogs in POST 4<<​
Main thread here: http://forum.xda-developers.com/showthread.php?t=2201860
Video Teaser:
new update soon...
Main menu and PhilZ Settings
{
"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"
}
GUI Preferences: all is applied live (no reboot). Up to 14 menu height settings, scroll sensitivity, touch accuracy...
27 color settings + 5 alpha transparency levels for every GUI element
Change background image with a custom png (of your device resolution), a solid color (27 presets) or revert to original cwm image
User configurable touch gestures (feel free to request for new actions)
Setup your time-zone + 30mn offset, super wipe option to install a new ROM
Backup and Restore any partition in a complete freedom, include modem (.img + .bin) and efs (.img + .tar)
Custom backups can also be restored by original CWM Advanced Restore Menu
TWRP Backup and Restore Support + md5 + single/multivolume format
Support multi-cpu compression, md5 check toggle and custom .android_secure path
Choose ors backup volume target
Flash multiple zip files in a raw
Aroma File Manager + Terminal Emulator: launch with a gesture action (double tap is default)
Full Wipe to Install a new ROM (sdcard is preserved)
Free Browse Mode to install zip files: select a default folder to start with and browse up to the root
Enjoy, and do not hesitate to post feedbacks and comments
Credits
Koush for having created and maintaining cwm
Cyanogenmod for making all this possible
Tallustus from Team Skyfire for his great support over IRC: MAJOR CREDITS
Dees_Troy from TWRP team for pigz source and many great ideas in their recovery + source for backups compatibility
Patrics83 and HTC One X xda community for their big help in debugging the touch events input code
Nihar.G for his big support in testing touch, providing logs and the HTC Pico port
Chenglu for his great unpack / repack tool
kbc-developers for the base semi-touch code and much more
[email protected] for his great job / support
McKael for his invaluable support in fixing for Nexus 4
sk8erwitskil for his recovery source, a great place to start learning
amarullz for bringing Aroma File Manager
shoe63 for his testing and great help in porting to the N7000
Tectas and zscomp for their great support in porting to i9300, but not forgetting rulala and störte
wanam for compiling kernels for N71xx and i317M to fix boot delay for custom kernels
dr.ketan for his precious help in porting to the N7000 & N7100 (I don't own one) and all the support in threads
The_Steph: for his major help in debugging for n7100.
a3955269 for providing an updated port of TWRP to i9100
adishakthi, ttav and kolmanb for the time they took to debug touch UI for tablets (N8xxx/P31xx)
jeboo for all his feedback about fixing bootloops...
utkanos for his great and kind support over IRC
gweedo767 @ #Koush for sharing his touch code source (not used)
myfluxi for his xxRecovery source in fixing dual usb mount
RM57380 for the tip to grab pictures: fb2png
Chainfire for his support (stock recovery flash) and all his work for the Android community
superatmos and Dharam_Maniar for their great guides on unpacking/building custom kernels
Androidarmv6 Team
My dad , my gf, my rig, my Beni, my net connection and FInally me
XDA:DevDB Information
Advanced ClockWorkMod Recovery, a Tool/Utility for the Samsung Galaxy Fit GT 5670
Contributors
yajnab, yajnab, phil3759, androidarmv6 Team
Version Information
Status: Beta
Beta Release Date: 2013-10-14
Created 2013-10-14
Last Updated 2013-10-14
PhilZ Touch 5 Quick Guide
It is based on Koush clockworkmod 6.x to which I added many features and a full reliable touch interface
Version 5 brings mainly a true touch and scroll interface with a much more optimized and portable touch source
How to select your .android_secure path
In Custom Backup and Restore operations, you can select the target/source for android.secure or disable it
In stock backup/restore operations, include those started with ROM Manager, you can also force a target/source for .android_secure
basically, recovery will check first external storage for a .android_secure folder. If it doesn't find it, it will look in internal storage
If you want for example .android_secure to be in internal sd, just delete .android_secure folder from external sd and ensure there is a .android_secure folder in internal sd
for external sd, just ensure there is a .android_secure folder in it. It will be chosen what ever is the internal sd state
Custom Backup and Restore menu
This is one of the most powerful features of this recovery.
It is made completely open source code, built from sratch. Just keep credits headers and give proper credit if you use them
You can select which partitions you want to backup or restore
You can choose your .android_secure source and target or even disable it
You can set it to reboot directly after job is done
backups will go under the folder clockworkmod/custom_backup
TWRP backups go under stock TWRP/BACKUPS/device_id folder and will be automatically recognized by TWRP
Custom Restore Menu allows you to restore from any of the stock clockworkmod/backup folder, the custom_backup or the TWRP backups
If your backup folder was moved to /sdcard/0/clockworkmod after installing Android 4.2, you can go through the Custom Restore process. When it prompts you to browse sdcards, it should show an additional menu to offer you to browse Android 4.2 folder (/sdcard/0). The additional menu is shown only if recovery detects a /sdcard/0/clockworkmod folder on /data/media devices
efs is backed up under clockworkmod/custom_backup/.efs_backup
modem.bin files can be named any_thing.bin and must go under clockworkmod/custom_backup/.modem_bin
if you enable compression and disable md5, your backups will no more be recognized by stock cwm builds. Otherwise, all stock and custom backups are backward compatible with stock cwm (except special partitions like preload, recovery, modem and efs which stock cwm doesn't support)
Open Recovery Script Support (ORS): revised and adapted from original sk8erwitskil source
On start, recovery looks automatically for /cache/recovery/openrecoveryscript installed by goomanager or any tasker. If it finds it, it is run and phone will reboot
You can also add custom ors scripts you edit your self:
When pressing the ors menu, it will look at default locations for your custom scripts:
clockworkmod/ors first in external_sd, then in internal sd. Put your custom scripts there with file extension .ors
That way you can access your jobs (flash, wipe, backup, restore...) instantly
If no scripts are found in default folder, you get option to browse both sdcards for a custom location
To learn how to write ors scripts to automate your backup/restore/wipe/flash tasks, read here, it is very easy: http://wiki.rootzwiki.com/OpenRecoveryScript
Give Goomanager a try
All backup and restore options are supported except special partitions 1, 2 and 3 (could add modem, efs and preload linked to them later)
/preload will be included with /system if you enabled the /preload option in Misc Nandroid Settings
you have an extra here: you can set the target volume for ors backups under Misc Nandroid Settings menu
Aroma File Manager Support *Adapted from amarullz and sk8erwitskil
You get here the possibility to browse your phone with root access in a friendly GUI file browser, while being in recovery
You even now get a terminal emulator to run in recovery
Download Aroma File Manager from its Home Page
Get the 1.80 version and name the file aromafm.zip
Put the aromafm.zip in clockworkmod/.aromafm/aromafm.zip in external or internal sdcards
In recovery, tap the Aroma File Manager menu or double tap any part of the screen outside menus
It will launch the file manager automatically
Double tap gesture linked to Aroma File Manager can be altered in the GUI Settings menu
Touch GUI Preferences:
This is another unique feature of this recovery and is built from scratch
You can toggle through 4 touch modes:
Full Touch: menus are validated by touching them. I added extra checks to make it robust to validation by error while scrolling. After scrolling, your first touch will only highlight touched menu instead of validate it. If a delay of 1 sec passed, it will validate immeadiately on touch
Double Tap: menus are highlighted on first touch. To validate action, you need to double tap the same menu
Semi Touch: the classic semi-touch interface I enhanced. Menus are selected/highlighted on first touch. You can scroll by swiping up/down, but no validation on touch.
Disable Touch: touch code completely disabled. You have all gui options left, but only hardware keys
When Full Touch mode is selected, it will automatically set recommended menu height, touch accuracy and scroll sensitivity. You can alter them later if you want
Scroll sensitivity controls scrolling on swipe up/down. Lower values are the most sensitive. Adjust this based on selected menu height
Touch accuracy: increase it if your touch gestures are not well accounted for
Config files are saved in /data/philz-touch/philz-touch_5.ini file.
You can do a backup of your settings file, it will go under /sdcard/clockworkmod/philz-touch.ini.bak
You can choose to be prompted to restore your settings whenever they are wiped while you have a backup. You can also set recovery to auto-restore them when needed. This check is done when you reboot to main system from within recovery
There are many gesture actions that you can setup at your wish (some default actions are setup by default)
Long press/move is the bad equivalent to a long press gesture action: just that after one sec of touch, slightly move your finger or change the pressure surface without actually lifting it
Your screen should auto-dim automatically after one minute and turn off after 3 mn. You can change those time settings. Just touch the screen to reset brightness and turn it on
All GUI parts can be customized: menu hight, text colors, menu colors, selection colors, background color and icon, menu seprators, battery and clock, header text...
To setup a custom background image: put a png image with your device resolution in a folder clockworkmod/custom_res
You can take screen shots from recovery display by the slide left gesture (change it at your wish). Pics captures will go under clockworkmod/screen_shots folder. External storage will be always used first. If no external storage is found, internal storage is used. You can take up to 999 pics before it resets to 1
Setup Free Browse Mode and Multi-zip Installer:
Free Browse Mode:
You can setup a default folder from where the Install Zip menu will start
From within your set default folder, you can now browse backward up to the root file system to install a zip file
Multi-zip Installer menu:
Lets you select multiple zip files to flash at the same time
The zip files must go into a subfolder under: "clockworkmod/multi_flash"
At least one subfolder with your zip files must be created. You can create as many subfolders as you want
exp: clockworkmod/multi_flash/NEAT_ROM_files
Easy Log View and Pause on Logs:
In Easy Log View mode, your logs will have a smaller size to better fit the screen. This will be completely revised in upcoming v5 though
Pause on Logs: when enabled, after flashing a zip file or doing a nandroid job, you will be prompted for a key to return to menu display. That way, logs are kept in full screen. Obviously, no pause will be performed on boot scripts and multi-zip operations
Flash Procedure​
How to Get it
Code:
[LIST="1"]
[*]Download the [URL=http://forum.xda-developers.com/showpost.php?p=46460762&postcount=4"]Zip Package[/URL]
[*]Put it on your SD card
[*]Boot To ClockWorkMod
[*]Take your Data, Cache Backup(If on CWM)
[*]Select Install from SD card and select the Recovery [URL="http://forum.xda-developers.com/showpost.php?p=46460762&postcount=4"]Zip Package[/URL]
[*]Then yes and it will get install
[*]Go to Advanced option and Reboot Recovery
(If on CWM recovery), otherwise restart the system
[*]Reboot the Device(It will boot automatically to the Philz Recovery)
[*]Reflash your ROM
[*]Restore your Data and Cache from the Advanced Restore(If you need so)
[*]Reboot the system
[*]Check your recovery
[/LIST]
Code:
This Recovery will only support Ext4, Ext3 or Ext2 formatted Custom ROMs.
No RFS support has been included here.
So dont come with the issues when having any stock ROM or stock based RFS custom ROM installed.
The Device wont boot up
Downloads
Downloads
Code:
[CENTER][SIZE="5"]Download it -- > [URL="http://www.mediafire.com/download/nm5r3kmffebi7hi/philz-cm6-14-08-2013.zip"]RC-1[/URL][/SIZE][/CENTER]
Man, this is too much. Philz recovery for fit Well I must be dreaming right now.
@yajnab If by chance you are about to buy a new device, please mention it beforehand so that i can purchase it too for ur guaranteed support for that device
swat4samp said:
Man, this is too much. Philz recovery for fit Well I must be dreaming right now.
@yajnab If by chance you are about to buy a new device, please mention it beforehand so that i can purchase it too for ur guaranteed support for that device
Click to expand...
Click to collapse
Even if I buy a new device it will be after June and the support for Fit will be the date till I Die.
yajnab said:
Even if I buy a new device it will be after June and the support for Fit will be the date till I Die.
Click to expand...
Click to collapse
I knew u would say that :good: In that case i too will use it until u stop developing (which i think it wont happen )
awesome work bro thanks for keeping beni alive!!
GUI preferences doesnt work. When i press it, nothing happens. And when i press power menu, the screen turns off and nevers turns on. Have to press home n power button to enter recovery. Wiping is slow compared to CWM5. Didn't check backup and restore options though. Only concern is GUI preferences.
hey yajnab!
The GUI Preference option not working!
But Every things feels good :good:
swat4samp said:
GUI preferences doesnt work. When i press it, nothing happens. And when i press power menu, the screen turns off and nevers turns on. Have to press home n power button to enter recovery. Wiping is slow compared to CWM5. Didn't check backup and restore options though. Only concern is GUI preferences.
Click to expand...
Click to collapse
TOUCH, GUI and AROMA are closed source of PilZ. Its for just show..
yajnab said:
TOUCH, GUI and AROMA are closed source of PilZ. Its for just show..
Click to expand...
Click to collapse
UM thats weird.Why would he keep them closed source as its the best part of the recovery? Without them, its similar to CWM6 recovery
Is the aroma file manager working on fit ? I'm askin cause its for processors with NEON.
And is it integrated in the recovery itself ?
Sent from my GT-S5670 using xda app-developers app
swat4samp said:
UM thats weird.Why would he keep them closed source as its the best part of the recovery? Without them, its similar to CWM6 recovery
Click to expand...
Click to collapse
Wait then till PhilZ himself releases. Its like a teaser
yajnab said:
Wait then till PhilZ himself releases. Its like a teaser
Click to expand...
Click to collapse
Phil3759 said:
Adding full PhilZ Touch version support for your device
Please, do not remove credits headers and give proper credit if you use this code to your proper needs
Also, think at pushing fixes to my github if you find bugs that you fix or if you add new features
Click to expand...
Click to collapse
need to do this in the main thread (quoted from there) or pm him to get full support.
can someone port or develop this amazing work to GALAXY MINI?

TWRP 2.8++ for XOLO Q800

TWRP 2.8.x.x for your belovedXOLO Q800/Fly IQ446/Gionee Gn708w
Hey friends,
Here i share you the latest twrp recoveries for our device. Hope u like it.
FYI: Options included in the recovery and its meaning.
System - contains Android o.s (rom)
Android secure - contains apps installed in sdcard
Data - contains apps installed in internal memory and data of all apps
Cache - contains temp files
Recovery - contains recovery.img
Boot logo - contains boot logo
Nvram - contains imei and wifi info
Secro - contains radio files
( nvram and secro backup can to used to retain ur old imei back)
upload pictures
free upload image
photo share
free photo hosting
pictures upload
uploading pictures
CHANGELOG for 2.8.0.0-V1:
-Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
-Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
-Add support for color in the console and give error, warning, and highlight lines different colors
-Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
-Improve handling of /misc thanks to mdmower
-Improve setting of time on Qualcomm devices thanks to [NUT]
-Allow using images on slidervalue GUI objects thanks to Tassadar
-Allow using variables and addition and subtraction in variables for easier theming
-Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
-Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
-Other minor fixes and improvements
Over the course of the last year or so, bigbiff has worked to migrate various Java functions from Android's MTP implementation to bring you a fully C++ based MTP implementation that allows you to transfer files to both emulated storage and Micro SD cards. It's confirmed to work on various Nexus devices but we may have to make some changes on other devices to keep Windows happy. Windows is very picky about USB IDs and its drivers. We have tested it on Windows 7 and 8 as well as Ubuntu 14.04 Trusty. MTP is enabled by default, but we do toggle it off and on automatically during certain operations such as if you choose to wipe a storage partition. You can enable or disable MTP under the mount menu in TWRP. For more about what MTP is here.
Note: Due to a weird bug with our MTP setup, you cannot copy a zip file to the root of storage with Windows. You can change the .zip to something else like .txt and then copy it to the root and rename the file back to .zip once it's copied to the device. You can also copy the zip into any subfolder.
Command line support is also now available. You can perform various OpenRecoveryScript commands via the adb shell. Depending on what you are doing you may wish to do a "twrp set tw_mtp_enabled 0" and then reboot to prevent the MTP auto toggle from killing your adb interface. You can use this option to create and restore backups, wipe, install zips, and more. Via adb shell, type twrp followed by a space then enter the OpenRecoveryScript command and hit enter. Find more OpenRecoveryScript commands here.
CHANGELOG for 2.8.0.0-V2:
-adb is now working with this recovery
-Other minor fixes and improvements
CHANGELOG for 2.8.2.0:
MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
Pull in all changes from Android 5.0 lollipop into TWRP
Add decrypt support for Android 5.0 lollipop encrypted partitions including automatic decrypt when the default_password is in use
Revert some changes to exFAT that were breaking exFAT support on some devices
Other minor fixes and updates
Note: At this time we do not have a GUI representation for pattern unlock. You can still decrypt patterns though by translating the pattern dots to numbers. The pattern dots correspond to numbers in the following pattern:
1 2 3
4 5 6
7 8 9
So an upper-case L would translate to a password of 14789 entered on the keyboard. Eventually we plan to add a proper pattern unlock to TWRP but it is a relatively low priority at this point.
HTML:
/*
* 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.
*/
INSTRUCTION:
In case if you are using custom recovery
-Download TWRP-2.8.zip from the attachment
-Place it in root of Sdcard
-Flash it via any Custom Recovery
-REBOOT
In case if you are using stock recovery
-Make sure that your Device is Rooted
-Download and Install Rashr from Play Store
-Download Extract and Copy the recovery.img to SD card of your device
-Open app and Select Recovery from Storage
-Press Yes on asking if you're sure
-After Flashing is complete Reboot to Recovery
Bugs TWRP 2.8.0.0-V1:
-adb not working in recovery
-usb mass storage not working (mtp working sometimes)
Bugs TWRP 2.8.0.0-V2:
-usb mass storage, mtp instable (kernel related)
Bugs TWRP2.8.2.0:
-NOTHING (If u find anything, pls report)
Download TWRP2.8.4.0:
https://docs.google.com/file/d/0B-KKDkJXTNpNc2RuNjBGd2tjcEk/edit?usp=docslist_api
Credits:
[email protected]_Troy (for his contribution in TWRP)
[email protected] (for his awesome tutorials and tools)
[email protected], ANDR7E (4pda.ru forum) and Arthur Shanyazov (for their contribution in kernel of q800)
[email protected] and all who helped me everytime
-ME (for porting)
If u like my work, dont forget to HIT THANKS button
Thank you very much
quakze said:
Thank you very much
Click to expand...
Click to collapse
Welcome
Regards,
Karthick
usb mount not working
factory reset is failing
TWRP 2.8.4
https://drive.google.com/file/d/0B9GVC-8ngPfqdk5uSEVnVm9jdDA/view
quakze said:
usb mount not working
factory reset is failing
Click to expand...
Click to collapse
Download twrp 2.8.4.0
Thank you very very much for your work. All work fine
cristicaras said:
Thank you very very much for your work. All work fine
Click to expand...
Click to collapse
Welcome :thumbup:
Regards,
Karthick

[RECOVERY][3.3.1-20][tulip]Official/Unofficial TWRP for Xiaomi Redmi Note 6 Pro

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Features:
- Decryption Works
- Backup works
- Wipes Work
- Android 10 support
Download:
TWRP 3.3.1-20 Unofficial by mauronofrio
Official Builds
To Flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually.
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/TeamWin/android_device_xiaomi_tulip
Donations:
Credits:
Thanks to @DD3Boh for the testing and to @DarthJabba9 for the help with FDE and for the support
Created 2019-08-25
Actually only this unofficial TWRP is able to decrypt, soon also the Official TWRP will be able to Decrypt.
does official recovery supports F2FS ?
After install this recovery my data Partition is crashed after the decription. Nothing helps and i had install all new and Format my data....
TWRP disappears after reboot
My Note 6 Pro is unlocked. I enabled USB debugging.
I used "fastboot flash recovery" to flash the TWRP image over. No errors. But upon reboot, it goes back to the "Fast Boot" splash screen with a cartoon.
To get into TWRP, I have to "fastboot boot twrp.img".
I read that to troubleshoot, run "fastboot getvars anti", and the output is "4".
Any ideas?
Edit: I realized I have to press Volume Up to get into TWRP, instead of Volume Down. It's OK now.

[RECOVERY] [UNOFFICIAL] OrangeFox Recovery Project [A001D]

ORANGEFOX RECOVERY PROJECT
Asus Zenfone Max Plus M2/MaxShot/MaxShotPlus [A001D]
[UNOFFICIAL]
Disclaimer
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed
If you point the finger at me for messing up your device, I will laugh at you. Hard. A lot
Instructions :
- Flash OFRP through TWRP
- Reboot and enjoy
( Decryption and DM verity is Turned off by default. Turn it on, if required )
Changelog:
Merged R10.2 changes
Merged latest TWRP changes
Match Android Q design guidelines
Gesture navigation
Multiselection: supports copying, moving, deleting multiple files
View size and date of files in file explorer
Show backup size when selecting partitions and predicted average time of backup
Tap on title in file manager to open storage menu
Tap 3-dot icon to access multiselection and file manager settings
Gray theme replaced with theme from Google Clock
New fonts: MI LanPro (MIUI Font), Euclid, Fira Code, Exo 2
Font weight customization
Full screen console
Add brightness slider and flashlight to console
Quickly add Magisk when installing ZIPs
Use checkboxes to input chmod permissions like in Android file managers
Splash redesign, simple splash customizator
Fancy decryption page
Better UX while searching
Generate digests after backup
Advanced security: ADB and MTP unaccessible during boot (on some devices)
Ability to flash ramdisk/kernel and fix recovery bootloop (for AB devices)
Magisk improvements, removed Magisk v18 support
Added hints
Many others UI/UX fixes and improvements
Creditos: Maycon
Download: https://androidfilehost.com/?fid=17248734326145711812
Qualquer duvidas, entre no grupo: t.me/a001d

Categories

Resources