TWRP 2.8++ for XOLO Q800 - Miscellaneous Android Development

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

Related

[RECOVERY][GT-I9105/P] TWRP 2.8.1.0 touch recovery [OFFICIAL]

Team Win Recovery Project 2.x, or twrp2 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.
Phone look:
Tablet look:
CHANGELOG for 2.8.1.0:
-MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
-TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
-Temperature support - thanks to bigbiff
-Various other bugfixes and tweaks
CHANGELOG for 2.8.0.2:
-Removed reboot download button (it wasn't working)
-Fixed double "Data" partitions
-Factory reset now is not formatting internal sdcard
CHANGELOG for 2.8.0.1:
-Fix a bug that causes weird graphics glitches and touch issues
CHANGELOG for 2.8.0.0:
-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.7.1.0:
-Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
-Various bugfixes to backup and restore
-Improvements to USB storage handling
-Added a class to search for files to make finding the correct brightness file automatic in most cases
-Various other bugfixes and tweaks
CHANGELOG for 2.7.0.0:
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes
Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you.
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
DOWNLOAD:
Most devices can be updated quickly and easily with the TWRP Manager app:
Play Store Link
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing
OR:
You can find more information and download links on our website!
Sources:
- Device tree for s2ve
- Device tree for s2vep
- Kernel for s2ve & s2vep
Nice. Can i restore my backups what i made with cooldevs twrp if i use this version?
Sent from my GT-I9105P using XDA Premium 4 mobile app
rs tony said:
Nice. Can i restore my backups what i made with cooldevs twrp if i use this version?
Sent from my GT-I9105P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I think you can
LuK1337 said:
I think you can
Click to expand...
Click to collapse
Yes, It works! Thanks!
Sent from my GT-I9105P using XDA Premium 4 mobile app
:deleted:
Hi
Thanks!
(Stupid)Questions:
Are CWM backups compatible?
Which filesystems get repaired?
Do flashable aroma filemanage work?
I flashed CWM by Odin; is it re-flashabel by TWRP (with some zip package)?
Publiuss said:
Hi
Thanks!
(Stupid)Questions:
Are CWM backups compatible?
Which filesystems get repaired?
Do flashable aroma filemanage work?
I flashed CWM by Odin; is it re-flashabel by TWRP (with some zip package)?
Click to expand...
Click to collapse
1. Probably no
2. EXT2-4, F2FS, FAT, exFAT
3. Yes
4. You can flash zip via CWM
Uploaded new TWRP with USB OTG support.
Hi,
On v2.7.1.0 I can't mount the SD on my PC (windows) ! ( using the build from the 08.08 )
when I reboot to android - I got no problem mounting the SD externally. ( MTP)
gps3dx said:
Hi,
On v2.7.1.0 I can't mount the SD on my PC (windows) ! ( using the build from the 08.08 )
when I reboot to android - I got no problem mounting the SD externally. ( MTP)
Click to expand...
Click to collapse
Yeah I know that but I don't have idea how to fix it.
TWRP 2.7.1.0 working nicely on my gf's 9105p!
Thanks for your support of this device LuK!
USB storage
USB storage doesnt work on Windows 8.1. Solution?
skljsklj1 said:
USB storage doesnt work on Windows 8.1. Solution?
Click to expand...
Click to collapse
No solution, it simply doesn't work.
Uploaded new build for s2ve & s2vep.
Twrp is same for all devices?
anastasiszn said:
Twrp is same for all devices?
Click to expand...
Click to collapse
No. But u can use s2ve's recovery on s2vep.
why does the filename say 4.2.2 recovery? can it be used with a 4.4.4 ROM?
I'm using CM11 M9 which is 4.4.4.
also, can I use it to change the file system to f2fs, since the next snapshot of CM11 might natively support it?
the description isn't very clear on that.
karamancho said:
why does the filename say 4.2.2 recovery? can it be used with a 4.4.4 ROM?
I'm using CM11 M9 which is 4.4.4.
also, can I use it to change the file system to f2fs, since the next snapshot of CM11 might natively support it?
the description isn't very clear on that.
Click to expand...
Click to collapse
There's 4.2.2 in name cuz it's for 4.2.2 bootloader. You can use f2fs now, just install TWRP and convert rom using my tool.
Thanks for the new build!
So TWRP is now officially supported and has fixed MTP. Actually TWRP Manager doesn't work for s2ve/p I need to contact author.

[RECOVERY][PYRAMID] TWRP 2.8.1.0 touch recovery

Team Win Recovery Project 2.x, or twrp2 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.
Phone look:
Tablet look:
CHANGELOG for 2.8.1.0:
-MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
-TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
-Temperature support - thanks to bigbiff
-Various other bugfixes and tweaks
CHANGELOG for 2.8.0.0:
-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.7.1.0:
-Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
-Various bugfixes to backup and restore
-Improvements to USB storage handling
-Added a class to search for files to make finding the correct brightness file automatic in most cases
-Various other bugfixes and tweaks
CHANGELOG for 2.7.0.0:
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes
Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you.
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
DOWNLOAD:
1. Download recovery from [removed]
2. Flash recovery:
a) Using Flashify app
b) Using Fastboot ( fastboot flash recovery recovery_2.8.1.0.img )
3. Done
Sources:
- Device tree
- Kernel
XDA:DevDB Information
[RECOVERY][PYRAMID] TWRP 2.8.1.0 touch recovery, Tool/Utility for the HTC Sensation
Contributors
LuK1337
Version Information
Status: Stable
Current Stable Version: 2.8.1.0
Stable Release Date: 2014-11-01
Created 2014-11-01
Last Updated 2014-11-01
Does the power off charging works in this version for Pyramid?
01 Vlatce said:
Does the power off charging works in this version for Pyramid?
Click to expand...
Click to collapse
I don't have my own pyramid, can u test it for me?
LuK1337 said:
I don't have my own pyramid, can u test it for me?
Click to expand...
Click to collapse
I'd love to try it, but the last twrp we had on sensation caused a hard brick for a lot of users including me, so I actually fear to try it
Dead system partitions bug
Does this bug had been solved since TWRP 2.7.1.0 that made shantur?
Anyone tried this?
Sajito said:
I'd love to try it, but the last twrp we had on sensation caused a hard brick for a lot of users including me, so I actually fear to try it
Click to expand...
Click to collapse
Really? I didn't known that.
My 2 friends are using my recoveries since 3 months and no brick.
Hard brick bug
Guys, bug is still there. Do not use TWRP, use 4ext instead
Wiping partitions causes breaking partitions and thats all. (data partition wipes more than 5 minutes and than any partition cant mount)
J_Livingston from 4pda tryed this one and got brick :/
Daniiiik49 said:
Guys, bug is still there. Do not use TWRP, use 4ext instead
Wiping partitions causes breaking partitions and thats all. (data partition wipes more than 5 minutes and than any partition cant mount)
J_Livingston from 4pda tryed this one and got brick :/
Click to expand...
Click to collapse
Ok, so I removed down link.
LuK1337 said:
Really? I didn't known that.
My 2 friends are using my recoveries since 3 months and no brick.
Click to expand...
Click to collapse
While TWRP 2.7 was latest we had a twrp version by shantur and one by dexter93. While with that problem never occured, in shanturs build there was a problem that while wiping it burks the emmc chip for some reason.
Might be kernel related, but I don't know for sure.
I'd like to use twrp though, since I think it's much better than 4ext, plus it supports f2fs
Sajito said:
While TWRP 2.7 was latest we had a twrp version by shantur and one by dexter93. While with that problem never occured, in shanturs build there was a problem that while wiping it burks the emmc chip for some reason.
Might be kernel related, but I don't know for sure.
I'd like to use twrp though, since I think it's much better than 4ext, plus it supports f2fs
Click to expand...
Click to collapse
Maybe BOARD_SUPPRESS_EMMC_WIPE := true will fix it or smth.
LuK1337 said:
Maybe BOARD_SUPPRESS_EMMC_WIPE := true will fix it or smth.
Click to expand...
Click to collapse
Maybe, but since it causes a hard brick it's hard to test. If that's not the fix, there might be some more bricks.
Is anyone here who has an old htc sensation and wants to try twrp with the flag mentioned by luk1337, but always with the risk it might not be the fix for the issue?

[RECOVERY][UNOFFICIAL]TWRP 3.0.0 for i9105/p

Hello again, i just finish to work on my unofficial TWRP recovery after port the Omni 5.0.2 that i am fixing the ril, screenshots and camera, any way here my only recovery.img file that you can flash without usb cable using Rashr Flash Tool, see you ....
Downloads for S2vep
Click here to download it.
CHANGELOG for 3.0.0-0:
-Completely new theme - Much more modern and much nicer looking (by z31s1g)
-True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
-Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
-Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
-Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
-Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
-SuperSU prompt will no longer display if a Marshmallow ROM is installed
-Update exfat, exfat fuse, dosfstools (by mdmower)
-Update AOSP base to 6.0
-A huge laundry list of other minor fixes and tweaks
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
CHANGELOG for 2.8.2.0:
-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.
CHANGELOG for 2.8.1.0:
-MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
-TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
-Temperature support - thanks to bigbiff
-Various other bugfixes and tweaks
CHANGELOG for 2.8.0.1:
-Fix a bug that causes weird graphics glitches and touch issues
CHANGELOG for 2.8.0.0:
-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.7.1.0:
-Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
-Various bugfixes to backup and restore
-Improvements to USB storage handling
-Added a class to search for files to make finding the correct brightness file automatic in most cases
-Various other bugfixes and tweaks
DOWNLOAD:
Most devices can be updated quickly and easily with the TWRP Manager app:
Play Store Link
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing
OR:
You can find more information and download links on our website!
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Special THANKS to:
@pawitp for device tree and patches.
@LuK1337 for Omni 4.4 device tree.
@CoolDevelopment
and all other fantastic guys .
​
http://forum.xda-developers.com/galaxy-s2-plus/development/recovery-twrp-2-7-1-0-touch-recovery-t2837812
are we gonna have a new thread for each new update or what?
the luk's twrp is up to 2.8.1, the mine is 2.8.2 and maybe i will be update all new version
haky 86 said:
the luk's twrp is up to 2.8.1, the mine is 2.8.2 and maybe i will be update all new version
Click to expand...
Click to collapse
Why didn't you just wait for @LuK1337 to update it? You could ask on his thread.
I mean his TWRP is official.
allard1997 said:
Why didn't you just wait for @LuK1337 to update it? You could ask on his thread.
I mean his TWRP is official.
Click to expand...
Click to collapse
Luk has stopped development
allard1997 said:
Why didn't you just wait for @LuK1337 to update it? You could ask on his thread.
I mean his TWRP is official.
Click to expand...
Click to collapse
thankx to updating me, as i know he stop the developmentes for s2 plus and i will be the next.
Any update on the zip file for the latest recovery?
Great job man, ooaaa there's no art wipe huh??
well my first test was under kitkat source, that's why doesn't work 100% so next build will be under OmniROM 5.0 and i will do after finish downloading and also sideload doesn't working, so be patience
Guys i got OmniROM 5.0.1 booted, who should ask to unlock my thread?
haky 86 said:
Guys i got OmniROM 5.0.1 booted, who should ask to unlock my thread?
Click to expand...
Click to collapse
The moderators i think. If they can close can open also
cracker12 said:
The moderators i think. If they can close can open also
Click to expand...
Click to collapse
Well if not possible, i will open new one in original development
omin :3 :thumbup::thumbup:
Sent from my GT-I9105P using XDA Free mobile app
http://www.xda-developers.com/android/twrp-2-8-3-0/
TWRP 2.8.4.0 is up, and seems other devices salute the update as faster and smoother on Lollipop.
http://teamw.in/project/twrp2/250
Yep, thread should be removed.
I want to flash it with odin , but what should i download, there are two files for svep one with .tar at end and one with .img , wich one is for odin PDA ?
Sent from my GT-I9105P using XDA Free mobile app
The one with .tar
respecting the rules of the forum, do not use my recovery if you don't like it.
What is the difference between your twrp and the one available on twrp site?

[Recovery][OFFICIAL] TWRP 2.8.4.0

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
CHANGELOG for 2.8.4.0:
-Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
-Fix some MTP related crashes and bugs
-Eliminate TWRP toggling USB IDs during boot if MTP is enabled
-Fix various adb sideload issues
-Improve threading of actions
-Eliminate separate thread for screen timeout
-Update libblkid to 2.25.0
-Use power button as back button on watch themes for easier navigation
-Add mutex locking to data manager
-Improve custom theme handling on encrypted devices
-Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens
CHANGELOG for 2.8.3.0:
-MTP will now tell the host PC that storage is removed instead of disabling MTP completely
-MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
-Update and improve fix permissions and make fixing contexts optional
-Update SuperSU in TWRP to 2.40 and update install process
-Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
-Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
-Fix kernel panic during MTP start on some devices
-Support unicode fonts on devices with True Type Font support
-Fix slider value not showing sometimes (vibration settings page)
-Toggle MTP off during adb sideload to set correct USB IDs
-Reduce library requirements for 5.0 L decrypt
-Other minor fixes and improvements
Note: Starting with TWRP 2.8.2.0 and higher, adb sideload uses a new sideload method originally implemented in AOSP recovery. You will need the latest adb binaries to use sideload in these newer versions of TWRP. The version required is 1.0.32. You can find the version by running "adb version" on your computer. The new sideload feature no longer stores the zip on your device. Instead, a fuse file system is created in RAM and the zip is streamed from your computer. This puts less wear and tear on storage and ensures that large zips will not fill up all of your RAM. The sideload may spit an error on your PC side, but the zip should install just fine on your device.
CHANGELOG for 2.8.2.0:
-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.
CHANGELOG for 2.8.1.0:
-MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
-TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
-Temperature support - thanks to bigbiff
-Various other bugfixes and tweaks
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.
DEVICE TREE- link
DOWNLOAD
TWRP OFFICIAL PAGE -LINK
INSTALLATION
FOLLOW STEPS ON DOWNLOAD PAGE
BUGS
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this LINK
CREDITS @varun.chitre15 for kernel source
XDA:DevDB Information
[Recovery][OFFICIAL] TWRP 2.8.4.0, ROM for the Sony Xperia L
Contributors
Rohan purohit
ROM OS Version: 5.0.x Lollipop
Version Information
Status: Stable
Created 2015-01-27
Last Updated 2015-01-30
Reserved
RESTORING / CHANGING TO PHILZ OR IN-BUILT KERNEL RECOVERY
STEPS :
-Go to flashtool
-flash ftf ( any firmware is ok )
-(i dont want to flash complete ftf? , do as shown in attachment)
-so what have we done is just flash FOTAKERNEL partition and exclude everything else, so only twrp is wiped
-now ul have d recovery with the kernel
cheers,
Can it be merged with custom kernel? Like ThunderZap.
Why do you provide a boot image? This is not the way to go. Build a recovery image and flash it to the FOTAKernel partition (/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel) instead. Using boot images is bad, given each ROM has a different ramdisk and the kernel modules may not match, causing stuff like WiFi, BT etc to break.
Olivier said:
Why do you provide a boot image? This is not the way to go. Build a recovery image and flash it to the FOTAKernel partition (/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel) instead. Using boot images is bad, given each ROM has a different ramdisk and the kernel modules may not match, causing stuff like WiFi, BT etc to break.
Click to expand...
Click to collapse
ok thanks i'll do that asap !
Nice! Tried on CM12 Beta 6 by Varun and it boots fine and all, but it can't Wipe. It says the partitions aren't found...
Hope you can fix it and keep this project up. I think TWRP is the best recovey.
the_biu said:
Nice! Tried on CM12 Beta 6 by Varun and it boots fine and all, but it can't Wipe. It says the partitions aren't found...
Hope you can fix it and keep this project up. I think TWRP is the best recovey.
Click to expand...
Click to collapse
give me recovery log .. but i did try wipe and it had worked !
Rohan purohit said:
give me recovery log .. but i did try wipe and it had worked !
Click to expand...
Click to collapse
How do I get the Recovery's log?
In the mean time, this is what I get when try to do a Wipe: http://i.imgur.com/1TsLA9A.jpg
the_biu said:
How do I get the Recovery's log?
In the mean time, this is what I get when try to do a Wipe: http://i.imgur.com/1TsLA9A.jpg
Click to expand...
Click to collapse
Advanced > copy log to SD!! Btw it says factory reset complete d! I think it's successful , check it..
Code:
adb shell dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Click to expand...
Click to collapse
You're forgot "adb su" before that, this command didn't work without root permissions.
AdvantageDD said:
You're forgot "adb su" before that, this command didn't work without root permissions.
Click to expand...
Click to collapse
Yes u need su if ur using terminal ..if PC then u don't need it!
Anyway I'll add it thanks!
Rohan purohit said:
Advanced > copy log to SD!! Btw it says factory reset complete d! I think it's successful , check it..
Click to expand...
Click to collapse
I did it and it's not. When I swipe to Wipe this message appears in 1 sec., when it should take a while to show because Wipe takes a few more than 1 sec. Also when I boot all my files and everything is still there.
I'm unable to get the log. It gets copied to the phone, but everytime I restart the file is erased. Also adb sideload is not working...
Any tip?
Rohan purohit said:
Yes u need su if ur using terminal ..if PC then u don't need it!
Anyway I'll add it thanks!
Click to expand...
Click to collapse
This is from ADB, without su it said "Permission denied".
Seems like recovery don't work with ThunderZap 4.12 - it can't mount anything. And i can't copy log to sd because sd isn't mounted.
Yes wipe bug is confirmed.. And su too.. I'm busy now so couldn't test myself.. I'll update post tmo..
Yeah guys before you do the FOTAKernel code make sure you tap "adb root" so you get permissions!
ADB and Root is on ... Permission Denied ...
jakubekw1997 said:
ADB and Root is on ... Permission Denied ...
Click to expand...
Click to collapse
Download Terminal Emulator from Play Store, then open it and type su so it get root access, then type:
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
That's how I did it. It worked...
AdvantageDD said:
This is from ADB, without su it said "Permission denied".
Seems like recovery don't work with ThunderZap 4.12 - it can't mount anything. And i can't copy log to sd because sd isn't mounted.
Click to expand...
Click to collapse
I'm facing this issue as well. nothing seems to be mounted. used terminal emlator to flash fotakernel.
jakubekw1997 said:
ADB and Root is on ... Permission Denied ...
Click to expand...
Click to collapse
Try this go to Dev options and root access to both apps and adb.. And im waiting on official support wherein we'll just have to use their app to flash!
Correct command to use from adb:
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Don't forget to allow "Root access" from "Apps and ADB" in "Developer Options"

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

[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

Categories

Resources