[DEV][RECOVERY] TWRP 2.6.3.1 for Moto X - UNLOCKED BOOTLOADERS ONLY ! - - Moto X Android Development

What is TWRP?
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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
{
"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"
}
Changelogs
[RECOVERY][OFFICIAL] TWRP 2.6.0.0 touch recovery [2013-07-23]
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Phone look:
Tablet look:
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
CHANGELOG for 2.5.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.5.0.0 as your custom theme will likely not be compatible with the new changes!
-Added scrollable partition lists for mount, backup, restore, wipe, and storage selection
-Add new SliderValue GUI element for selecting brightness and screen timeout (thanks to Tassadar)
-Re-work AOSP and TWRP code to improve license compatibility between GPL and Apache
-Added official theme for 1080x1920 portrait devices (HTC One m7, HTC DNA, HTC Butterfly, Oppo Find 5, Sony Xperia Z, etc)
-Fixed a problem with directory permissions on split archive backups (backups usually restored with no app data)
-Fixed a problem with md5 verification of backups
-Added a search function to libtar (thanks to kokotas)
-Improve handling of XML errors (fix permissions)
-Fixed handling of subpartitions
-Improvements to recovery.fstab flags
-Fixed a problem with decryption not being able to locate the decryption key in some situations
CHANGELOG for 2.4.4.0:
-Added another libtar hardlink workaround to fix restore of some backups (usually related to Ubuntu Touch)
-More fixes for the file selector
-Switched from using busybox md5sum to a direct C function call
-Fixed capturing the exit status of tar based backups/restore - TWRP will display that there was an error if there was one again
-Update exFAT to latest commits
-Added a build flag to disable using the ioctl for screen blanking
CHANGELOG for 2.4.3.0:
-Fixed 2 bugs related to restore, one dealing with mknod failures (by bigbiff) and one dealing with restoring hardlinks (by Dees_Troy)
NOTE: If your backups weren't restoring correctly in earlier 2.4.x versions they should restore correctly now. Hopefully you didn't delete those backups. If you're still having problems, run the restore, go to advanced and copy log, then give us the log. Complaints without logs will be rightfully ignored.
-Added a scroll bar to file selectors and listboxes courtesy of Tassadar
-Added libblkid for more accurate detection of file systems and can now detect exFAT properly thanks to bigbiff
-Added a screen dim effect 2 seconds before screen off on some devices
-Finally fixed file selector crash (one of the joys of working with multi-threaded software)
-Fixed loading of screen timeout setting during startup
-Improvements and bugfixes to screen timeout code
-Fixed persistence of the 24 hour / military time setting
CHANGELOG for 2.4.2.0:
-Add screen timeout - screen will turn off automatically after 60 seconds, saves battery and prevents screen burn-in especially on AMOLED devices
-Add a brightness setting (requires device specific setup and only some devices have been added)
-Add a root checker and offer to install SuperSU if the device isn't already rooted
-Add a write buffer to libtar backups, significant improvements to speeds when backing up to exFAT target, minor improvements for other file systems
-Check and offer to fix root permissions if broken
-Add an option for a 24 hour clock display instead of AM/PM (aka military time)
-Move stock recovery reflash check to occur during the reboot cycle
-Add support for some MTK6xxx devices
-Change libtar to vfork to help prevent memory problems
-Add a "clicked" effect to most buttons, file selector, and listbox
-Improve timezone listbox to be more like file selector (per pixel kinetic scrolling, etc)
-Remove some no longer used settings (Forced MD5 sum on zips, size checking on image backups)
-Other minor bugfixes and improvements
CHANGELOG for 2.4.1.0:
-Fixed a problem with mkdosfs that formatted sdcards to 2GB
-Fixed handoff between vfat and exFAT on devices where blkid didn't detect vfat (fixes some issues with mounting sdcards)
-Fixed problems with changing working directory on MD5 creation/checking that may have prevented unmounting
-Backups will now store a copy of the backup log after the backup is completed (only if backup is successful)
CHANGELOG for 2.4.0.0:
-Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes (thanks to bigbiff)
-Support for exFAT formatted sdcards (also thanks to bigbiff)
-Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)
-Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running
-Added wipe cache and dalvik after ADB Sideload
-Replaced many system calls with their native C counterparts
-Fixed bugs in file manager where it would display an empty list after moving or deleting a folder
-Fixed AOSP recovery commands to run after decryption on encrypted devices
-Improvements for building TWRP in CM10.1
-Other minor bugfixes and improvements
NOTE: 2.4.0.0 is, as always, still compatible with your older backups!
Click to expand...
Click to collapse

I don't have this device but I build this for this great community.
Test and report.
Also,if something doesn't work,give me a recovery log.
Downloads :
Test Build #1 - http://d-h.st/Wne
Test Build #2 - http://d-h.st/Nhf
Test Build #3 - http://d-h.st/EGP
Click to expand...
Click to collapse
Source code : https://github.com/oblikas/android_device_motorola_ghost

Credits:
@mattlgroff for his device tree

Good luck :good:

mattlgroff said:
Good luck :good:
Click to expand...
Click to collapse
Thanks mate
Can you give it a shot?

oblikas said:
Thanks mate
Can you give it a shot?
Click to expand...
Click to collapse
I would if I had a Moto X to try it out on. :fingers-crossed:

mattlgroff said:
I would if I had a Moto X to try it out on. :fingers-crossed:
Click to expand...
Click to collapse
Oh sorry,I didn't know lol

Fun fun fun! I'll try this when I get back.
Sent from my XT1058 using Tapatalk 4

hidea said:
Fun fun fun! I'll try this when I get back.
Sent from my XT1058 using Tapatalk 4
Click to expand...
Click to collapse
Nice,thanks

Flashed ok, but it just hangs on boot loader unlocked warning screen
Sent on my Moto X

flashallthetime said:
Flashed ok, but it just hangs on boot loader unlocked warning screen
Sent on my Moto X
Click to expand...
Click to collapse
can you take a last_kmsg or something?
Sent from my Nexus 4 using xda app-developers app

oblikas said:
can you take a last_kmsg or something?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Also insert your data cable in your device and see how is it recognized in device manager.
Sent from my Nexus 4 using xda app-developers app

You're going to want to read this guide on how to compile TWRP, your source code doesn't have the modified init.rc required for TWRP to even boot.
[DEV]How to compile TWRP touch recovery by Dees_Troy

mattlgroff said:
You're going to want to read this guide on how to compile TWRP, your source code doesn't have the modified init.rc required for TWRP to even boot.
[DEV]How to compile TWRP touch recovery by Dees_Troy
Click to expand...
Click to collapse
Oops,my mistake
Sent from my Nexus 4 using xda app-developers app

mattlgroff said:
You're going to want to read this guide on how to compile TWRP, your source code doesn't have the modified init.rc required for TWRP to even boot.
[DEV]How to compile TWRP touch recovery by Dees_Troy
Click to expand...
Click to collapse
Also we don't have the RECOVERY INITRC line in BoardConfig.
Sent from my Nexus 4 using xda app-developers app

oblikas said:
Also we don't have the RECOVERY INITRC line in BoardConfig.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Of course not, that's from my CWM device tree, which doesn't require an Init.rc file.
Also, be aware that TWRP does not support F2FS yet, so /data/ probably won't backup and restore without fixing it on your side or pull requesting changes to their source.

mattlgroff said:
Of course not, that's from my CWM device tree, which doesn't require an Init.rc file.
Also, be aware that TWRP does not support F2FS yet, so /data/ probably won't backup and restore without fixing it on your side or pull requesting changes to their source.
Click to expand...
Click to collapse
Also,I think the ramdisk offset is wrong,it's different in stock image.
Sent from my Nexus 4 using xda app-developers app

oblikas said:
Also,I think the ramdisk offset is wrong,it's different in stock image.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Works fine for my TWRP test?
http://batakang.com/ftp/recovery/ghost/twrp_test_touch69.img
Sent from my SGH-M919 using Tapatalk 2

New test build
Link : https://d-h.st/OZm

oblikas said:
New test build
Link : https://d-h.st/OZm
Click to expand...
Click to collapse
Give it a try again, cross my fingers and toes
Sent from my XT1058 using XDA Premium 4 mobile app

Related

[TOUCHCOVERY] 4EXT Recovery Touch v1.0.0.5 RC 5

Proudly presenting:
4EXT Recovery Touch
{
"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"
}
brand new user interface: "4EXT UI"
touchscreen only
extremely fast
much more useful features than the already feature-packed 4EXT Recovery Classic v2.2.7 RC5 (see 2nd post)
optionally save space by configuring recovery to exclude /cache from backups
you can configure recovery to save even more space by excluding dalvik-cache from backups
calculates real space needed to complete a backup to save you from troubles
detects your local time zone
-> correct time is used for backups you start from within recovery
allows you to change md5sum check behaviour
displays and updates your current battery level in real time
scrollable texthistory (drag down the statusbar)
built-in interactivity (yes/no questions) for updater-scripts
built-in screenshot functionality
extensive theming capabilities!
nearly ALL YOU SEE is changeable.
"worker bar": create your own custom animations, there are (nearly) no limits! Use any shapes/sizes/animations et.c.
extra low cpu needed for that: absolutely no negative impact on backup/restore speed.
async UI rendering for optimal performance for the "heavy tasks" like backup/restore
backups even faster than with usual recoveries.
.. explore the new interface to see more
includes all features of 4EXT Recovery Classic
​
INFO: ​
For App and Rom devs:​
Make use of the Recovery Interface Api provided by the (free and paid) 4EXT Recovery Apps to push updates/mods/addons for auto installation.
Very easy to use and to integrate into Apps or even shell scripts.
Please check 3rd post.​
Info regarding 4EXT Recovery Touch and its yesno feature, or any interactive installer scripts you might already use, please see 3rd post.​
​
Themes for 4EXT Recovery Touch:
Official 4EXT Recovery Themes Index & Discussion Thread
​
Download​
All downloads are available through 4EXT Recovery Updater.
It's free, no ads, no tracking, no nothing, don't worry
..and of course via 4EXT Recovery Control
This ensures that your downloads are ok by automatically verifying md5sums and that known issues and changelogs are easily accessible
When you install or download a recovery via the app it makes sure that your recovery config is correctly set up.
It allows to automatically setup your time zone for recovery.
You can use it to get notified about updates regarding your recovery version
You can configure it to get notified in case any critical bugs have been discovered of the recovery version you currently have installed.
It allows me to update known issues/changelogs immediately and to quickly pull a newly released version if there were reports about critical bugs
You can also use it to just download a recovery.zip containing the image. The download will be automatically verified for correct md5sums!
​
By default the app also saves the recovery.img you flash on your sdcard,
so you can use it to flash the recovery via fastboot in case you need to do that one day.
If you somehow lost those files, there's a direct download for a version you can flash via fastboot.
4EXT Recovery Control
Free version: Recovery Updater
Fully featured: Recovery Control
For a list of its many features, visit www.4ext.net
Some examples :
Very easy to use, but also includes an extensive set of features available via "advanced mode"
Comfortable configure all settings of recovery
Calculate the space needed to create a new full or advanced backup
So you can make sure the backup will succeed before even rebooting into recovery.
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
Identifies and adds your romname so you don't need to type so much when chosing a meaningful name for your backup
When you restore a backup, the app does the md5sum check instead of the recovery
This ensures that you know whether the restore process will succeed before even rebooting into recovery​
Flash as many zip files you want in one go
Automatically calculate and display the md5sums of all zip files you are going to flash
Check your backups' health to ensure they will restore later when you need them, by verifying their md5sums!
Optionally, but highly not recommended:
If md5sums don't match but you really need that backup badly, you might want to restore it anyway.
You can you this app to fix the md5sums of a given backup​
As an example, the following is possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Much, much more! See www.4ext.net
Big thanks to craacK for a lot of great icons!
​
Thanks:​
Big thanks to DolphiCom for all the graphics, the worker bar and a whole lot of great ideas and to the many great testers who spent all day/night testing, reporting bugs, making suggestions, helping with decisions:
Jotha, craacK, Patrics83, Euphorie, Mike1986, Whiskey103, ptr_hamilton, Lizard, TheUntouchable
Big thanks to Jotha and Whiskey103 for testing the themes features creating and their first themes for 4EXT Recovery Touch.
Also Big thanks to all the donators to 4EXT Recovery and everyone who has bought 4EXT Recovery Control! Without you I wouldn't be able to spend as much time with the project:
SO A HUGE THANK YOU!​
FRANKIE-BOY, SYRAKUS, FISHA21, ZJXPOT, ZEEKIZ, A USER, PHILOS64, STEVEATHOME, PREACHER65, BEN_PYETT, HAWST, ANIT77, ULTRA DROID, PTR_HAMILTON, BEANBEAN50, SEBASTIAAN15 and LOVEBOATCAPTAIN
Of course BIG THANKS to KOUSH for ClockworkModRecovery!
Without him, 4EXT Recovery wouldn't exist!​
Thanks a lot to the following users for initial testing for specific devices :
PTR_HAMILTON, SEBASTIAAN15, THEUNTOUCHABLE, BMONSTER, ANDREIGHERGHE, PRESTON74, MADKAI, YASIR, PLAYPETEPP
IPERZAMPEM0, THESHAWTY, JBBANDOS, GREGFERNS and INCREDULOUS
Special thanks to Invasion2 and Stlouie65 for spending at least 10 hours of their time helping me debug a really nasty issue on the myTouch 4G!
Also thanks for obtaining calibration values for the touchscreen:
Wolfepakt
Jaibar
Jayallen1980
Stlouie65
Invasion2
PacerguyDon
Ben_Pyett
Dargocitfer
Darknessrise1234
Lizard
Azazel71
​
Features of 4EXT Recovery Classic:
(Use 4EXT Recovery Control or Recovery Updater for complete Changelogs and Known issues!)
not all features may be relevant for all devices
Displays additional information:
Identifies your current rom and displays its name
Current filesystems on your partitions
Free space remaining of all of your volumes
Current battery charge level
Backup | Restore:
Correctly calculates free space needed to complete a backup ( version > 2.2.6 RC4 )
Tar backups (can be switched on or off)
Complete CWMR5 compatibility
All Backups you create will be named after your currently installed Rom for easier identification.
Never unwillingly get "downgraded" to EXT3 again
Always restores backups using the file systems you HAD on your partitions at the time of creation!
-> all partitions formatted with ext4 at that time, will be restored to ext4. The same is true for ext3.​
You can manually change any existing Backup to ext4 or ext3
-> so that after a restore, all partitions and up with the file system you wanted!​
Advanced Backup: backup only a single partition
Convert any of your partitions to EXT4 or EXT3 without data loss.
Formatting:
When you wipe or format it will always use the same file system you currently have.
-> but you can change that​
When you format ext4 it will always create an aligned file system
Correctly identifies unformatted sd-ext partitions
-> if it finds one it displays a warning and suggests you may format them by visiting the 4EXT menu​
Filesystem check and repair option in advanced menu
Partitioning:
Alignment check of your partitions
Full support for up to 2 sd-ext partitions + swap (Backup/restore/format/convert, fsck, et.c.)
(RE-) Partition your sdcard for sd-ext without removing your fat32 partition.
All partitions created with 4EXTRecovery will be perfectly aligned to 4k
Installing:
Integrated md5sum checking option
Menus:
Most popular menu items rearranged
Format menu
Power Menu + option to reboot into bootloader
Changed Advanced Restore: first select what you want to restore, then select the backup
-> Useful for restoring from "Advanced Backups"​
4ext.prop:
Configuration file on your sdcard where you can set options to be used by 4EXTRecovery
Change all settings conveniently with 4EXT Recovery Control
Many more options to come
Share your settings / themes by packing your config into a flashable theme
Other stuff:
USB Storage Autostart (must be switched on)
Mount usb storage exposes all partitions on your sdcard to the os (not just fat32)
-> you could even partition your sdcard from your PC while connected via USB​
Switch haptic feedback on/off
Button backlights
​
reserved ...
Recovery Interface Api for Apps and Scripts​
Both: free and paid 4EXT apps now provide a very easy to use interface you can use to access 4EXT Recovery from within your shell scripts or apps.
Features:
wipe cache
wipe dalvik
wipe data / factory reset
install multiple zips at once
backup
If you are interested, please download this zip file with examples​
How to make use of 4EXT Recovery Touch from within updater-scripts:​
Since Beta 1.0.0.3 Beta 4 you can do the following:
identify whether the user is running 4EXT Recovery Touch or not (to use or not to use the following commands)
make use of the native yes/no dialogue (confirm / cancel buttons)
prevent recovery from redrawing the screen ( in case you need to use your own 3rd party interactive binary )
​
To identify 4EXT Recovery Touch:
Code:
if getprop("ext.edition") == "ng" then
<your code>
endif;
To use the native confirm dialogues:
Code:
ui_print("4ext: show_yesno"); # <-- recovery will pause your script and display "yes / no" buttons.
run_program("/sbin/sleep", "2"); # <-- for safety since the above is executed asynchronous
#check the return value by calling:
if getprop("ext.confirm") == "yes" then
<yourcode>
endif;
To prevent recovery from redrawing the screen ( if you want to use an external binary that needs to occupy the screen and get the focus )
Code:
ui_print("4ext: disable_scrn_update");
# don't forget to enable it again after your yesno binary or graphical installer is finished, by calling:
ui_print("4ext: enable_scrn_update"); #otherwise the recovery will appear to be frozen as it won't update the screen anymore.
let me be the first to congratulate you!
really great work. been using 4ext for a while now and will be flashing this asap
great job mate!
Absolutely wonderful! You my friend have done an outstanding job with this! Touch-recovery, wow, almost sounds too good to be true
pseudoheld said:
let me be the first to congratulate you!
really great work. been using 4ext for a while now and will be flashing this asap
great job mate!
Click to expand...
Click to collapse
Theshawty said:
Absolutely wonderful! You my friend have done an outstanding job with this! Touch-recovery, wow, almost sounds too good to be true
Click to expand...
Click to collapse
Thank you both VERY much
It is now online
Just bought your Control version on android market and bro, this recovery is amazing!
EPIC!!!
Guineapig said:
Just bought your Control version on android market and bro, this recovery is amazing!
EPIC!!!
Click to expand...
Click to collapse
Thank you very much for your support
Great job man, this is simply brilliant.
Sorry i didn't get to test it for you though. I'm using it now and its great.
I'm very sorry.
A bug slipped through in Beta 6.
It was a last minute change.
Some menu items were out of order inside the wipe menu!
Please flash beta 7.
Sorry again!
uoY_redruM said:
Great job man, this is simply brilliant.
Sorry i didn't get to test it for you though. I'm using it now and its great.
Click to expand...
Click to collapse
Thanks very much
No problem!
Great stuff! Just messing around in it and doing a few basic operations (backing up, sd card check, etc) it seems to be working great. I had given up hope for a nice touch recovery on my N1 but you've made it
Works fine ! Thank you so much !
Beta 7 is wonderful! No bugs as of yet, and I didn't expect there to be any for that matter
The normal 4EXT Recovery was already awesome, but this is awesome x1000.
Thanks madmaxx82!
Thank you all very much!
Kelvino9 said:
The normal 4EXT Recovery was already awesome, but this is awesome x1000.
Thanks madmaxx82!
Click to expand...
Click to collapse
Thanks
If your signature is correct, you are using Beta 6?
Please upgrade to beta 7 asap.
In Beta 6 I added another menu item to the wipe menu. This change went too quick before release and so it happened that the order of some later items got reversed, which can be VERY annoying if you don't watch out when you see the text with the confirm button and just confirm blindly.
This was a mistake that is really bad and should never happen..
This has been fixed in Beta 7 which was uploaded 2 hours afterwards.
This is the coolest ever version of 4EXT
Sent from my Nexus One using xda premium
madmaxx82 said:
Thank you all very much!
Thanks
If your signature is correct, you are using Beta 6?
Please upgrade to beta 7 asap.
In Beta 6 I added another menu item to the wipe menu. This change went too quick before release and so it happened that the order of some later items got reversed, which can be VERY annoying if you don't watch out when you see the text with the confirm button and just confirm blindly.
This was a mistake that is really bad and should never happen..
This has been fixed in Beta 7 which was uploaded 2 hours afterwards.
Click to expand...
Click to collapse
Yeah, I didn't catch that bug and ended up accidentally wiping my sdcard, oh well I had a backup at least and it gave me a reason to reformat my card. This is an awesome recovery though, only minor issue I see is scrolling through long lists of folders on sd card is not smooth or fast, it seems like you have to press hard and it doesn't scroll quickly. All in all great job Max.
ctfrommn said:
Yeah, I didn't catch that bug and ended up accidentally wiping my sdcard, oh well I had a backup at least and it gave me a reason to reformat my card. This is an awesome recovery though, only minor issue I see is scrolling through long lists of folders on sd card is not smooth or fast, it seems like you have to press hard and it doesn't scroll quickly. All in all great job Max.
Click to expand...
Click to collapse
That's really bad
I'm very sorry this has happened.
I was not fast enough in replacing Beta 6 with 7.
That must have been the biggest failure since the release of the first 4ext version in june.
inblues4u said:
This is the coolest ever version of 4EXT
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Thank you very much

[RECOVERY] TWRP full touch

Team Win Recovery Project 2.4, 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.
Phone look:
{
"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"
}
Tablet look:
What's new in 2.4.1.0:
Fixed a problem with mkdosfs that formatted sdcards to 2GB
Fixed handoff between vfat and exFAT on devices where blkid didn't detect vfat (fixes some issues with mounting sdcards)
Fixed problems with changing working directory on MD5 creation/checking that may have prevented unmounting
Backups will now store a copy of the backup log after the backup is completed (only if backup is successful)
What's new in 2.4.0.0:
Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes (thanks to bigbiff)
Support for exFAT formatted sdcards (also thanks to bigbiff)
Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)
Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running
Added wipe cache and dalvik after ADB Sideload
Replaced many system calls with their native C counterparts
Fixed bugs in file manager where it would display an empty list after moving or deleting a folder
Fixed AOSP recovery commands to run after decryption on encrypted devices
Improvements for building TWRP in CM10.1
Other minor bugfixes and improvements
What's new in 2.3.3.0:
Fix renaming backups with a space in the name
Add decrypt button to mount page if you cancel decryption during startup
Added ignore blkid flag
Fixed handling of MTD partitions during mount
Fixed some keyboard mapping issues on 800x1280 layout
What's new in 2.3.2.0:
Fixes / enhancements to handle the multiple user setup introduced by Android 4.2 (see notes)
Fixed a bug with deleting a backup with a space in the name
Added highlights on keyboard key presses
What's new in 2.3.1.0:
Unmount system after boot to prevent some status 7 symlink failed errors on zip install
USB Mass Storage code improvements
Better handling of mounting storage during boot for some devices
Fixed a problem with sizes of images (boot & recovery) after resetting defaults
Fixed size errors during backup for some devices on recovery, etc.
Fixed a problem with restoring backups when multiple archives were present
What's new in 2.3.0.0:
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)
While this update may not bring a host of new must-have features, this update is a significant re-write of much of the core TWRP code. AOSP Jelly Bean recovery source moved to mostly C++ code and now all of the "TWRP" code is fully rewritten into C++ as well. Now that we've laid this groundwork, we're in a much better position to pull in future AOSP recovery updates as well as implementing more great new features.
Since TWRP 2.3 is based on AOSP jelly bean sources, TWRP now uses recovery API 3 instead of 2. Some zips may no longer work if the developer is using an out-of-date update-binary. This API change should not be a problem on newer devices, but older devices will probably encounter several zips that need to be updated. If needed, you can try using this update-binary that was compiled with current sources. It goes in your zip file in the META-INF/com/google/android folder. If you're getting a status error 2 during zip install, then an outdated update binary is almost certainly to blame.
What's new in 2.2.2.0:
Significantly improved sd-ext handling (ext partitions on sdcards)
Changes to kinetic scrolling in file selectors
Fixed a problem with using periods in backup names
Fixed problems in XML layouts with mounting system and USB storage
Fixed a problem with unmounting a partition before formatting during restore
Add Jelly Bean decrypt support
Updated 320x480 theme to match others (thanks to Llewelyn)
Improve "symlinking" of /data/media to either /sdcard or /emmc
Added sanitizing of device IDs for invalid characters (thanks to bigbiff)
Fixed free space calculation when switching backup devices on /data/media devices
Fixed a problem with using OpenRecoveryScript to create a backup without providing a backup name
What's new in 2.2.0:
On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups and rename existing backups
Rename files and folders in the file manager
Pseudo-terminal emulator
Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
Simplified XML layout support between resolutions
Added dual storage selection radio buttons to zip install, backup, and restore pages
Improved zip install compatibility
Updated update-binary source code
Numerous small bug fixes and improvements
What's new in 2.1.1 and 2.1.2:
Note: If you have a custom theme installed from 2.0 or 2.1.0, your theme will need to be updated to see the new features. It is recommended that you remove your custom theme before installing 2.1.1
Per-pixel kinetic scrolling in file selectors (this will be ported to the console and listbox in a future version)
Updated stock themes to a unified ICS-look - thanks to racks for providing the new look!
Fixed some problems with the implementation of HTC Dumlock
Fixed some device-specific problems on Nook Color and Kindle Fire
Fixed a bug that caused a crash and restart of recovery when rebooting system right after a zip install
Fixed the size calculation of a backup and the size of /data on Galaxy Nexus
2.1.2 (ONLY for Galaxy Nexus) - fixed a bug in the 720x1280 XML layout that prevented restoring a backup
What's new in 2.1:
Note: If you have a custom theme installed from 2.0, your theme will need to be updated to see the new features. It is recommended that you remove your custom theme before installing 2.1
Zip queuing as seen in TWRP 1.1.x is back
Dual storage capable (backup, restore, and install zips from internal or external storage - you choose)
Slider control (swipe to confirm most actions aka swipe to wipe)
Lockscreen (with slider to unlock)
Basic file manager (copy, move, delete, and chmod any file)
Added support for devices with /data/media (most Honeycomb tablets, new ICS devices like Galaxy Nexus)
Displays sizes of each partition in the backup menu
Added listbox GUI element (currently used for listing time zones)
Updated stock XML layouts to be more consistent and easier to port to different resolutions
XML layout files are significantly smaller
Partitions available backup are more accurate for some devices
Removed unneeded error messages (/misc errors, unable to stat sd-ext, etc.)
Fixed a bug with blkid detection code
Fixed bug where a blank line was inserted between every line of text during zip installs
Fixed a bug during zip installs where an invalid zip would cause TWRP to get stuck in the zip install
Added setting for themers to toggle simulation mode to make theming easier
New devices added - Galaxy Nexus GSM & CDMA (preview only, manual install), Acer Iconia Tab A500, HTC Vivid, Motorola Defy
Added support for .jpg images in the theme engine
Changed images for stock tablet theme - makes tablet builds about 500KB smaller
Removed unneeded non-GUI images from GUI - makes all builds about 100KB smaller
In addition to the above new features, TWRP 2.x 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 cache & dalvik, and run a backup. You can find more information on how your app can use OpenRecoveryScript on this page.
GooManager has a great setup for ROM makers that will notify users automatically when there's an update to their ROM. Combined with the recovery support, this allows users to update their software similar to a normal "OTA" update from their carrier in a simple, seamless install process. The goo.im website has a fantastic developer portal that makes it easy for ROM makers to upload new ROMs and provides free, fast hosting for developers. The GooManager app will also continue to remain free.
Key Features:
Ability to save custom recovery settings
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.
Theming:
Information on TWRP 2 Theming
Special Thanks To:
Core twrp 2 development team: agrabren, Dees_Troy, ViViDboarder, and AssassinsLament
Toastcfh – for his underappreciated dedication to the community
s0up and kevank for their hard work on the web side of things.
The rest of Team Win: shift, onicrom, netarchy, kevank, myndwire, bigbiff, dkelle4, shinzul, spiicytuna, and eyeballer
Amon_RA - for his great Recovery
Koush - for his dedication to the community and ClockworkMod
For all the help with devices and testing Akmzero, arif-ali, Evil_DevNull, gus6464, Jesusice, _jmz_, NxtGenCowboy, ohshaith55, Pyrostic, [R], and Rootzwiki
As always thank you to the Team's supporters and the Android Community.
Download​
To install:
Download twrprecovery.img from download link
Reboot into bootloader
Issue command "fastboot flash recovery twrprecovery.img"
Profit
Damn man, you're on fire, lol.
Sent from my HTC EVO 4G LTE
DNarsingh said:
Damn man, you're on fire, lol.
Sent from my HTC EVO 4G LTE
Click to expand...
Click to collapse
Well I kinda got cm10 booting. But i have no display...lol
Sent from my HTC One X+ using xda premium
jmztaylor said:
Well I kinda got cm10 booting. But i have no display...lol
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
Hey, its a start and a lot better than nothing. Thanks again for everything your doing.
Sent from my HTC EVO 4G LTE
This is relevant to my interests.
I of course use TWRP on my EVO 4G LTE.
Should I put this on my Jetstream now, or wait?
Great to see some love here!! If CM10 arrives I jump straight in !!
Works Good! Thanks for that!
Mega Thanks
Thanks very much for remembering the forgotten HTC loyalists who shelled out huge money for an abandoned device. If you get a JB or ICS ROM working I am all in!
Thanks
Russ741
I have just flashed TWR and it works great.
I hope JB rom will be available soon so I can flash it.
Thanks man :good:
Can someone post the TWRP binary if they have it? I don't have it and the link is dead.
I asked @jmz for it a week ago, but I haven't heard from him/her yet.
here's a link to the twrp version that was once posted here:
https://dl.dropboxusercontent.com/u/5952907/twrprecovery.img

★★★[RECOVERY] Latest TWRP 2.7.0.0 touch recovery★★★

★★★[RECOVERY] Latest TWRP 2.7.0.0 touch recovery★★★
Note : This TWRP is no longer Supported Use the Stable TWRP posted here
★★★Team Win Recovery project TWRP 2.7.0.0 Port for Canvas HD[19 March 2014]★★★​
It took me nearly 20 hrs to figure out the problems occured while porting ..Hit Thanks if you really like my Work..It encourages me to do some more stuffs like this
About TWRP:
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Screenshot(v2.5.0.0):
{
"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"
}
Download: Latest TWRP 2.7.0.0 for Micromax Canvas HD
Download TWRP 2.6.3.0
Sources : http://yadi.sk/d/fmIOi_ee6ADpi
Instructions for flashing in your phone:
1.Download the recovery and Put it in root of your SDCARD
2.Open Mobile uncle tools and select Recovery Update
3.Flash recovery file
4.Done
Bugs/Disabled:
1.Auto root,ADB and symbols keyboard from TWRP disabled to reduce recovery size
2.If u find any bugs..Bring it to my notice​
Instructions for flashing using SP Flash Tools:
1. Install drivers for your phone using Micromax drivers.
2. Extract the Stock ROM folder and replace recovery.img with twrp recovery.
3. Extract and open the SP Flash Tools.
4. In SP Flash Tools, click on Scatter-Loading and the program will ask you the location of the scatter loading file for your device select mt6589 scatter file.txt
5.Check only recovery.img, preloader and uncheck all others.
6. Switch off your phone (Remove the battery to make sure it is switched off).
7. In Flash Tool, go to Options and Click USB Mode so that it is enabled. Click options again and then go to DA Download All > Speed and finally select High Speed.
8. Click the Download option (present on the right of Firmware
> Upgrade option) and the flash tool will start looking for your phone.
9. Connect your phone now. The Flash Tool will start the flashing process, the progress of which can be viewed from a yellow progress bar at the bottom of the flash tool.
Warning 1 - Don't interrupt this process as it can potentially brick your device.
Warning 2 - Make sure no power interruption takes place. (Use a laptop to ensure this).
10. After the process completes, a green ring will appear on your device signalling that the process was successful.
11.Disconnect your phone.
Disclaimer: By Downloading and flashing the Recovery may void your Warranty ..Ill not be Responsible For any harm .Do it on your own Risk
Credits:​Dees_Troy For base Recovery
@michfood For his Repacking Tools
@yuweng For his base recovery and help
@tEaM Win Recovery Project
@myself for porting
Changelog Of TWRP
Updatelog:
19-3-2014- Updated TWRP V2.7.0.0
6-12-2013- Fixed USB Storage Mount Option
1-12-2013- Fixed Compression Backup option
23-11-2013- Released TWRP v2.6.3.0
Changelog Of TWRP:
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
What's new in 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
What's new in 2.6.1.0:
Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
Initial support for f2fs file system formatting (Moto X)
Update SuperSU install for 4.3 ROMs
Fixed a permissions bug on files created during backup
Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
Ignore lost+found folder during backup and size calculations
Various other minor bug fixes and tweaks
What's new in 2.6.0.0:
Special Note: If you are running a custom theme, some of the changes in 2.6.0.0 will likely not be visible with your custom theme.
Can encrypt a backup to prevent theft of private data from your backup files
Updated graphics / icon courtesy of shift
Updated exFAT to latest commits
Fixed a problem with Samsung TouchWiz decryption
Update SuperSU binary
Fixed saving of backup partitions list
Fixed saving of last used zip install folder
Fixed backup of datadata on devices that use a separate partition for datadata
Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
Fixed some problems with partitioning a SD card
Various other bug fixes and tweaks
Looks nice. could you please port same to C4? I'm dying for one
Waiting for it!!! Can I just flash it using mobile uncle tools??
Sent from my S39h using xda app-developers app
Please make a zip file for all those who are already rooted
Many thanks!! you did it...
Wow gonna try it for sure....
---------- Post added at 10:05 PM ---------- Previous post was at 09:50 PM ----------
I knew that our loving Dev @suhas.holla will cooking something...:good::good:
Flashed using MobileUncle & flashed Fonts from Ex-Sd Card... Till now looking Perfect..
Tnks for New Recovery Bro...
Expecting more from u always....
:victory::good::fingers-crossed:
Looks cool bro keep it up..I wanna flash now
Sent from my Micromax A116 using Tapatalk
Bro, recovery always comes with .img format which is to be restored to the "Recovery" partition.
vismaiy said:
Waiting for it!!! Can I just flash it using mobile uncle tools??
Sent from my S39h using xda app-developers app
Click to expand...
Click to collapse
Yes... You can Flash it through mobile uncle tools
It seems it's missing nvram partition backup....
Sent from my S39h using xda app-developers app
suhas.holla said:
Instructions for flashing using SP Flash Tools:
1. Install drivers for your phone using Micromax drivers.
2. Extract the Stock ROM folder and replace recovery.img with cwm twrp recovery.
.........................................
Click to expand...
Click to collapse
. that apart, good job, buddy!
---------- Post added at 10:56 PM ---------- Previous post was at 10:56 PM ----------
deeplyyoung said:
.....Flashed using MobileUncle & flashed Fonts from Ex-Sd Card... Till now looking Perfect.....
Click to expand...
Click to collapse
look again. new file uploaded 2013-11-23 10:30:29.
m0han said:
. that apart, good job, buddy!
---------- Post added at 10:56 PM ---------- Previous post was at 10:56 PM ----------
look again. new file uploaded 2013-11-23 10:30:29.
Click to expand...
Click to collapse
Code:
[COLOR="red"]Size: (6248448 bytes)
MD5 Sum: 29e3fe35f6a791d6cd25e46b22ea44b2[/COLOR]
Edit: MD5 Sum is same
deeplyyoung said:
previous one
MD5 Sum: 29e3fe35f6a791d6cd25e46b22ea44b2
new one
MD5 Sum: 29e3fe35f6a791d6cd25e46b22ea44b2
Click to expand...
Click to collapse
same md5?!!!!! so, have you flashed the new one too?
m0han said:
same md5?!!!!! so, have you flashed the new one too?
Click to expand...
Click to collapse
Just Chked & sorry both r same files have mentioned wrong Sz.
vismaiy said:
It seems it's missing nvram partition backup....
Sent from my S39h using xda app-developers app
Click to expand...
Click to collapse
Just uploaded the new recovery with NVRAM backup option...Download the new TWRP file and flash it
U will get nvram backup option
suhas.holla said:
Just uploaded the new recovery with NVRAM backup option...Download the new TWRP file and flash it
U will get nvram backup option
Click to expand...
Click to collapse
M on it
Edit: Flashed & found nvram partition backup...tnks
Well I downloaded the new one but I still can't find it...
Sent from my S39h using xda app-developers app
withou auto root
Twrp without auto root that was the feature that i liked most in twrp and will the old version work correctly on flashing any kind of roms?
Currently i m on TWRP 2.5
@suhas.holla Bro today have tried to take Backup using TWRP 2.6.3.0 but getting error:-
pls look into this & solve it...
Code:
[COLOR="Red"][BACKUP STARTED]
*Backup folder: /sdcard/TWRP/BACKUPS/Micromax_A116/2013-11-24--11-03-31....
E:Unable to create folder: /sdcard/TWRP/BACKUPS/Micromax_A116/2013-11-24--11-03-31....
E: Failed to make backup folder.[/COLOR]

[RECOVERY/M8_UL_CA] TWRP 2.7.0.4 Touch Recovery [2014-04-09]

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Phone look:
What's new in 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.
What's new in 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
What's new in 2.6.1.0:
Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
Initial support for f2fs file system formatting (Moto X)
Update SuperSU install for 4.3 ROMs
Fixed a permissions bug on files created during backup
Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
Ignore lost+found folder during backup and size calculations
Various other minor bug fixes and tweaks
Downloadhttp://androidfil.es/1mMD
Huge shoutouts go specifically to
@Flemmard @bigbiff @Dees_Troy
I learned how to properly deal with DTB from these guys....
Known Issues:
No known issues anymore
No exFAT support. Need kernel source to investigate
Random segfaults when starting actions. i.e. flashing restoring, backing up. Just makes you redo what you were trying to do. Dees_troy deems this nearly impossible to trace.
Glad to see you here JMZ!!
Hi I'm trying to get a recovery flashed on my phone and I've been working with mike1986 for a couple hours and for whatever reason my phone refuses to flash it. Every time I run the fastboot flash recovery command it gets to: sending 'recovery'... and then just hangs there indefinitely until I reboot. Any ideas? Thanks!
im getting cache errors in the recovery.
fix-this! said:
im getting cache errors in the recovery.
Click to expand...
Click to collapse
Can you pull /tmp/recovery.log and post here. I'm not seeing this on my device
Sent from my HTC One_M8 using Tapatalk
jmz said:
Can you pull /tmp/recovery.log and post here. I'm not seeing this on my device
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Just tried to flash it. It worked when I backed up to internal memory but when I tried to back up to the external sd card I got this error:
E: Unable to create folder: /external_sd/TWRP/BACKUPS/SerialNum/Date
errno=13
failed to make backup folder
graffixnyc said:
Just tried to flash it. It worked when I backed up to internal memory but when I tried to back up to the external sd card I got this error:
E: Unable to create folder: /external_sd/TWRP/BACKUPS/SerialNum/Date
errno=13
failed to make backup folder
Click to expand...
Click to collapse
you on freenode anywhere?
jmz said:
you on freenode anywhere?
Click to expand...
Click to collapse
Not at the moment. I'm in class. I should be home on a couple of hours
Sent from my HTC One_M8 using Tapatalk
Uploaded a new version. Tested backing up to external sdcard and OTG. Not quite sure what the issue was before
How is this different from the one posted in the international m8 section? I see this is 2.7.0.0 though. Is it wise to run theirs or no?
jmz said:
Uploaded a new version. Tested backing up to external sdcard and OTG. Not quite sure what the issue was before
Click to expand...
Click to collapse
Still getting the same error. I'll be home in a few and can jump on irc
and to add to it.. When it failed to back up I pressed the reboot system button right there. All the other times I would back out to the main menu to the reboot menu.. Now after I pressed reboot right after the error I'm stuck at the bootlogo, no adb access and holding power isn't rebooting the phone either
I got it to reboot by holding volume up and power. Booted back in now.. That was odd.
graffixnyc said:
Still getting the same error. I'll be home in a few and can jump on irc
and to add to it.. When it failed to back up I pressed the reboot system button right there. All the other times I would back out to the main menu to the reboot menu.. Now after I pressed reboot right after the error I'm stuck at the bootlogo, no adb access and holding power isn't rebooting the phone either
I got it to reboot by holding volume up and power. Booted back in now.. That was odd.
Click to expand...
Click to collapse
What format is your sdcard in
Sent from my HTC One_M8 using Tapatalk
Adb fasboot flash recovery recovery.img right? Been awhile lol
Sent from my HTC One_M8 using Tapatalk
Fidelio_o said:
Adb fasboot flash recovery recovery.img right? Been awhile lol
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
It should just be
Code:
fastboot flash recovery recovery.img
The "adb" at the beginning isn't necessary.
fix-this! said:
How is this different from the one posted in the international m8 section?
Click to expand...
Click to collapse
I'm curious to know too.
fix-this! said:
How is this different from the one posted in the international m8 section? I see this is 2.7.0.0 though. Is it wise to run theirs or no?
Click to expand...
Click to collapse
Tikerz said:
I'm curious to know too.
Click to expand...
Click to collapse
this is built from source. Not ported from M7. plus this supports external sdcard
im getting error: cannot open recovery.img
NEVERMIND IM AN IDIOT
Uploaded a new version. 2.7.0.2 This has working offmode charging
{
"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"
}
Having the same issue with my SD card as above. 64gb SD formatted in exfat. System uses it fine for photos etc...
Sent from my HTC One_M8 using Tapatalk

[RECOVERY] TWRP 2.7.1 for Desire X

TWRP 2.7.1​
Team Win Recovery Project 2.7, 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.
{
"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"
}
You can use this recovery with any android version upto 4.4. This includes all sense,cm,stock roms etc
Credits: Nexus prime
Downloads:
TWRP 2.7.1 with Selinux (recommended)
TWRP 2.7.1 without Selinuxhttp://d-h.st/G6a
Changelog:
What's new in 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
What's new in 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
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 AOSP decrypt support
Add some toolbox utilities to TWRP (
Click to expand...
Click to collapse
Awesome dude, eagerly awaiting Sellinux kernel now
Tested a small Boot backup and restore and it works. I don't have space to do the whole data or system backup.
Is this the same version i installed with the toolkit today?
There i get many grafic glitches on my desire x.
Bib_x said:
Is this the same version i installed with the toolkit today?
There i get many grafic glitches on my desire x.
Click to expand...
Click to collapse
The graphic glitches are probably related to flashing unstable roms and not wiping after new install as i'm using this recovery and experience no graphic glitches.
and the recovery from toolkit is most likely the older twrp recovery
Do we need a kernel with SElinux to flash the cm11 you shared or just the recovery will do?
Sent from my HTC Desire X running mySENSEdx5 RC4.0
Dolanoi said:
Do we need a kernel with SElinux to flash the cm11 you shared or just the recovery will do?
Sent from my HTC Desire X running mySENSEdx5 RC4.0
Click to expand...
Click to collapse
Directly flash the recovery. No kernel required.
InfinityShooter said:
Directly flash the recovery. No kernel required.
Click to expand...
Click to collapse
Alright. I'll try your cm11 build in about an hour..
Thanks!
Dolanoi said:
Alright. I'll try your cm11 build in about an hour..
Thanks!
Click to expand...
Click to collapse
Wont boot
Wait for fozzy's build instead
InfinityShooter said:
Wont boot
Wait for fozzy's build instead
Click to expand...
Click to collapse
Ohh.. Alright.
But I'm definitely gonna try the recovery!
Stunning Work As Always @InfinityShooter :good:
Finally smooth scrolling in file manager.. Thanks for your hard work
Keep up :good:
Just did a full backup and restore. Works like charm!
Well done! Waiting for a cm11 build now..
Am i right, if i install s-off i can install new roms without flashing boot.bin with fastboot?
Simply flash the new rom, wipe cache witch twrp and i don´t need computer anymore for adb commands?
Wipe cache is not working without s-off if i do it with twrp?
Btw it isn't hard to enable selinux in kernel compilation, but IMHO it is not everything needed. I can provide you a SElinux enabled kernel for test, twrp should have a test to verify selinux.
Found bug where I can't flash boot.img from recovery
//.dax said:
Found bug where I can't flash boot.img from recovery
Click to expand...
Click to collapse
I think you cant, only with S-Off and that has the Vibration-Bug...
Pandur said:
I think you cant, only with S-Off and that has the Vibration-Bug...
Click to expand...
Click to collapse
I am S-Off.. Restoring from backup works fine, flashing together with ROM too, but flashing separately not.
Error has something to do with name of the partition, because it shows that kernel has to be flashed on Boot LNX or something, I don't know
i install it after i use 2.5.0.0 and its works good ... Thanks!
Now we need KitKat :cyclops:

Categories

Resources