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.
Features:
Changelog:
2016/6/21
Tips:
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot flash recovery TWRP_3.0.3-0_N_oneplus3.img" in command line
5. Reboot and enjoy it
Download:
https://www.androidfilehost.com/?fid=745425885120700618
Source code:
XDA:DevDB Information
TWRP, Tool/Utility for the OnePlus 3
Contributors
dianlujitao
Version Information
Status: Stable
Current Stable Version: 5
Stable Release Date: 2017-01-15
Created 2016-06-21
Last Updated 2017-01-15
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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.
*
*/
- All function in a normal TWRP
- Build with latest TWRP source
- Multi-language support
- Support F2FS file system!
- Support decrypt /data!
- Update kernel version to 3.18.46 (latest f2fs-stable branch for linux 3.18)
Changelog:
2016/6/21
- First release
- Fix USB OTG
- Support NTFS file system
- Fix crypto footer
- Support dt2w (Thanks Dees-Troy)
- Support backup efs (Thanks Dees-Troy)
- Update kernel from latest CM13
- Support installing latest stock builds
- Build with CM14.1 source
- Support new firmware from community builds
- Build with omni6.0 source
- Catch up kernel with latest LineageOS
- Support decrypt /data with N-based roms (e.g. OxygenOS 4, LineageOS 14.1)
Tips:
- Only oneplus3 is supported, DO NOT try it on oneplus3t
- The 2017/1/15 update uses F2FS backported from 4.10 kernel, you may meet compatibility problems with f2fs partitions made by older version of f2fs, if this happened to you, format(NOT wipe) /data in this TWRP, it should be fixed.
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot flash recovery TWRP_3.0.3-0_N_oneplus3.img" in command line
5. Reboot and enjoy it
Download:
https://www.androidfilehost.com/?fid=745425885120700618
Source code:
- https://github.com/omnirom/android_bootable_recovery
- https://github.com/dianlujitao/android_device_oneplus_oneplus3/tree/twrp
XDA:DevDB Information
TWRP, Tool/Utility for the OnePlus 3
Contributors
dianlujitao
Version Information
Status: Stable
Current Stable Version: 5
Stable Release Date: 2017-01-15
Created 2016-06-21
Last Updated 2017-01-15