Recovery Questions - Xperia Z2 Tablet Q&A, Help & Troubleshooting

Hello there.
I am still on my creating a clean TWRP flashable rom from TWRP or CWM.
I am looking for a version of TWRP that is in zip format and works with Marshmallow and the 512.
I have looked around and the only recoveries that I can easily find are in img format or are the Nut Dual recovery (that does not work with MM)
Can anyone point me in the right direction?

Related

[Q] Find out if device run TWRP or CWM recovery from CODE?

Hi,
I've created a simple app flashing util.
But i need to figure out if the device is running TWRP recovery or CWM recovery.
I found out that devices with TWRP installed has a file in "/sdcard/TWRP/.version" but that file exists even if we later changed to CWM from TWRP.
Is there any build property or something to figure out what recovery is currently active on the device?

Recovery Flashable Recoveries

If it's helpful to anyone else, I made a copy of TWRP and Philz recoveries that are flashable from a custom recovery. I do this because I find it easier to change the recovery I am using from a flashable zip rather than using adb or fastboot.
As a check I have flashed Philz from TWRP and TWRP from Philz on my own device without issue, but the usual disclaimer is still in effect. Whatever you do with this is not my fault.
Anyone is free to modify these zips for other recovery versions. All that needs to be done is to replace the "recovery.img" file inside of the zip.
Sources:
Philz Recovery came from here:
http://forum.xda-developers.com/showthread.php?t=2703223
And the TWRP recovery from here:
http://forum.xda-developers.com/showthread.php?p=51401269
Zip downloads:
https://www.dropbox.com/s/wjnuwzltjfde80w/openrecovery-twrp-2.7.0.4-m8_ul_ca.zip
https://www.dropbox.com/s/6cvfiw52yfwx8lu/philz_touch_6.26.6-m8.zip
Big thanks!!
joemommasfat said:
If it's helpful to anyone else, I made a copy of TWRP and Philz recoveries that are flashable from a custom recovery. I do this because I find it easier to change the recovery I am using from a flashable zip rather than using adb or fastboot.
As a check I have flashed Philz from TWRP and TWRP from Philz on my own device without issue, but the usual disclaimer is still in effect. Whatever you do with this is not my fault.
Anyone is free to modify these zips for other recovery versions. All that needs to be done is to replace the "recovery.img" file inside of the zip.
Sources:
Philz Recovery came from here:
http://forum.xda-developers.com/showthread.php?t=2703223
And the TWRP recovery from here:
http://forum.xda-developers.com/showthread.php?p=51401269
Zip downloads:
https://www.dropbox.com/s/wjnuwzltjfde80w/openrecovery-twrp-2.7.0.4-m8_ul_ca.zip
https://www.dropbox.com/s/6cvfiw52yfwx8lu/philz_touch_6.26.6-m8.zip
Click to expand...
Click to collapse
TWRP flashed perfectly from 2.7.0.2 to 2.7.0.4 with your zip, THANK YOU for the zip.

[P769] [UL BL] [CWM] [TWRP] [Philz] Recoveries for P769 - No More Mirror Issues

UNLOCKED BOOTLOADER REQUIRED FOR BELOW RECOVERIES
ClockworkMod​
Downloads:
6.0.4.5
CWM 6.0.4.5 Touch for P769
6.0.4.8
CWM 6.0.4.8 No-Touch for P769
Philz Advanced CWM​
Downloads:
6.40.0
Philz CWM 6.40.0 - Based on CWM 6.0.4.8 for P769
TWRP​
Downloads:
2.7.1.1
TWRP 2.7.1.1 for P769
Information
Questions:
- What is the difference between normal recovery and these recoveries?
If you install a normal CWM/TWRP/Philz release on an unlocked P769, you will notice that the screen is inverted/mirrored and/or the the touch is also wonky. The above uploaded recoveries have been especially adapted to work correctly, so there is no-more mirror issue and the touch works fine as well. After flashing the below fix too, the touch should work while on your ROM as well.
Please note, you may have to also flash this fix (cwm_ts_fix_p769) for the wonky touchscreen after flashing the recovery. Get it here
- How to install recovery?
Option 1:
a. Go to recovery and flash the zip
Option 2:
a. Extract the recovery.img file from the zip and copy to your internal/external SD card on phone
b. Install Rashr from here
c. Flash the recovery from within the application by browsing for it
Option 3:
a. Extract the recovery.img file from the zip and copy to your computer
b. Use fastboot to install recovery, see here
c. Use the command "fastboot flash recovery recovery.img"
Option 4:
a. Via flash_image, use this guide.
- Are these recoveries bug-free?
I have tested all the recoveries on my device (T-Mobile P769) and it does boot into them and you can flash zip files, I can't comment on functionality more than that, however if there is an issue with these recoveries then it is most likely an issue with the original recovery as well.
- How are these recoveries created?
These recoveries are created simply by using kuma82's method, described here, which is replacing the kernel (zimage) from the original recoveries and replacing with the kernal from bobZhome's CWM recovery .
- Will you keep updating the recoveries?
I will try my best, I do not compile the recoveries from the original sources, because I don't have the time or know how to, however if there is a new recovery release and required by the users, I will gladly mod it and upload it.
Thanks to:
- @artit for his TWRP
- @artas182x for his CWM 6.0.3.7 and 2nd-init
- @dhiru1602 for his device tree
- @Polloos for his compiled recoveries
- @kuma82 for his guidance on unlocking and making these recoveries
- @BobZhome for creating the CWM recovery, from which the kernel(zimage) was extracted
- Philz, TWRP, CWM for their excellent work and awesome recoveries.
Please inform people that their bootloader must be unlocked to flash these and thanks for 2.7 twrp.
Thanks, I forgot to add that. Done.

[Q] install TWRP recovery?

Hello.
I had to revert to stock to recover from some bad flash using this procedure : http://forum.xda-developers.com/showthread.php?t=2641261
I would like to reinstall TWRP recovery so that it can be used to flash firmwares from zip files and also recover from my backup on my SD card. What is the correct way to do this? Which TWRP recovery should I use? Where should I download it from?
Thanks.
stanelie said:
Hello.
I had to revert to stock to recover from some bad flash using this procedure : http://forum.xda-developers.com/showthread.php?t=2641261
I would like to reinstall TWRP recovery so that it can be used to flash firmwares from zip files and also recover from my backup on my SD card. What is the correct way to do this? Which TWRP recovery should I use? Where should I download it from?
Thanks.
Click to expand...
Click to collapse
The twrp instructions are here:
http://teamw.in/project/twrp2/214
The latest version available there is 2.7.1. I believe that there were some updates for "May devices".
There are 2.8 version in kuronsan's KK ROM:
http://forum.xda-developers.com/oma...rom-omate-truesmart-ironman-firmware-t2998434
The recovery image should be flashable as described on the twrp page.
(TWRP 2.8 adds MTP in recovery, which works much better for me.)
I've tried overwriting the recovery that comes with the latest stock from http://forum.xda-developers.com/showthread.php?t=2641261 with 2.7.0, 2.7.1 and 2.8 and I cannot enter recovery...
Edit : I've just flashed 2.6.3.0 and I was able to switch to recovery... knock on wood...

Correct Twrp recovery for Sgp611 MM

Hi, what is the correct version of Twrp recovery for 6.0.1 stock, since Nuts dualrecovery is not compatible? Thanks
https://eu.dl.twrp.me/scorpion_windy/
Please Help
So I am a total noob. Never rooted a device before. The only reason I'm doing it is cos my kid wants to do gps spoofing with pokemon go. I have already made a mistake as I have unlocked the bootloader without backing up the DRM keys. Now Im tyring to install twrp. On most tutorials it looks straight forward but on the TWRP official site it says....
The Xperia devices have a recovery-in-boot arrangement. This means that the recovery is booted using the regular kernel / boot image in the device. Team Win has worked with the FreeXperia device maintainers to come up with a way to extract the ramdisk from the FOTAKernel partition and use the ramdisk from that partition instead of the recovery that is included in the boot image of your device. This means that if you install current CM nightlies and flash TWRP to the FOTAKernel partition, you will be able to use TWRP instead of the CWM or CM recovery that normally comes in a CM boot image. Other boot images including stock kernels can be repacked to include this extraction utility to allow you to use TWRP from the FOTAKernel partition. This setup allows you to choose what recovery you want to have installed and allows you to update your recovery more easily. Unfortunately this setup requires that the boot image that you have installed include the ramdisk extraction utility. The source for this utility is here:
I really don't know what any of this means. Ive downloaded the utility but have no idea how to use it.
Oh and I also have a xperia z3 tablet sgp611.

Categories

Resources