Screenshots
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 1440×2560, 280×280, and 320×320 resolutions and update 240×240
-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
-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 1440×2560, 280×280, and 320×320 resolutions and update 240×240
-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.
HTML Code:
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 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 and Copy the above file 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
-Make sure that your Device is Rooted
-Download and Install Rashr from Play Store
-Download and Copy the above file 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:
-adb not working in recovery
-usb connection not working in recovery ( YOU CAN USE MTP, and yeah that is working :fingers-crossed: )
These bugs will be fixed soon
-adb not working in recovery
-usb connection not working in recovery ( YOU CAN USE MTP, and yeah that is working :fingers-crossed: )
These bugs will be fixed soon
Credits:
-@Dees_Troy (for his contribution in TWRP)
-@Yuweng (for his awesome tutorials and tools)
-@ADR7E and Arthur (for their contribution in kernel of q800)
-@Dees_Troy (for his contribution in TWRP)
-@Yuweng (for his awesome tutorials and tools)
-@ADR7E and Arthur (for their contribution in kernel of q800)
Download LInk TWRP 2.8.zip
0 comments:
Post a Comment