Quantcast
Channel: admin » TWRP
Viewing all articles
Browse latest Browse all 1595

[RECOVERY][ido] TWRP 3.0.0-0 Touch Recovery [2016-03-019]

$
0
0

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:

/*
 *
 * 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 before doing 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.
 *
 */


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!

Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

You need to be on unlocked bootloader for flashing this recovery
You can unlock bootloader from http://en.miui.com/unlock

DOWNLOAD:
Download the latest recovery from here

HOW TO FLASH:
1)Step 5
I am going to assume you have adb and fastboot installed on your computer, but if not go to this thread to install it.
http://forum.xda-developers.com/show…php?p=48915118

Step 1
Plug your device into the computer and authorize your device key so adb will work, then type the following commands:

Code:

adb reboot bootloader

Step 2
Flash the recovery with the following command:

Code:

fastboot flash recovery TWRP_3.0.0-0-ido.img

Step 3
Once it finishes type the following

Code:

fastboot reboot

If you want root unhide this and follow the steps:

Step 4
Download SuperSU zip
http://download.chainfire.eu/897/Sup…0121175247.zip

Step 5
Boot into recovery by typing the following:

Code:

adb reboot recovery

Step 6
Flash SuperSu and enjoy your rooted Redmi 3

SOURCE:
http://github.com/ido-dev/android_de…iaomi_ido-twrp

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!

Thanks to all of the following for getting this working:
@Dees_Troy
@Men_in_black007
@akhilnarang
@TheStrix
@usblaidas

Attached Thumbnails

Click image for larger version

Name:	Screenshot_2016-03-18-07-01-28.png
Views:	N/A
Size:	45.6 KB
ID:	3688343
 

Click image for larger version

Name:	Screenshot_2016-03-18-07-22-56.png
Views:	N/A
Size:	31.7 KB
ID:	3688344
 

Click image for larger version

Name:	Screenshot_2016-03-18-07-01-38.png
Views:	N/A
Size:	58.5 KB
ID:	3688345
 

Click image for larger version

Name:	Screenshot_2016-03-18-07-03-38.png
Views:	N/A
Size:	68.0 KB
ID:	3688346
 


Viewing all articles
Browse latest Browse all 1595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>