TWRP 3.0.2 for amami update

sharonliu

Senior Member
Dec 15, 2012
188
680
0
Taipei
TWRP isn’t an official build for our device, but we can take it as z1 reference. I have to compile TWRP touch recovery from source. I use cm12.1 source code and with F2FS support.


Download Links:
http://goo.gl/qCiTOA

changeLog:
  • Updated TWRP to 3.0.2

What’s new in 3.0.2:
  • Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
  • Add Greek translation to some builds.

TWRP Install:
PHP:
fastboot flash FOTAKernel Z1C-twrp-3.0.2.img
If you have new bootloader for open devices(with real recovery partition)
PHP:
fastboot flash recovery Z1C-twrp-3.0.2.img
twrp for sony rhine device tree:
https://github.com/charles1018/twrp_android_device_sony_amami
https://github.com/charles1018/twrp_android_device_sony_msm8974-common
https://github.com/charles1018/twrp_android_device_sony_rhine-common
 
Last edited:

paulle

Senior Member
Nov 1, 2010
1,295
275
0
TWRP isn’t an official build for our device, but we can take it as z1 reference. I have to compile TWRP touch recovery from source. I use cm12.1 source code and with F2FS support.

Download Links:
http://goo.gl/qCiTOA

TWRP Install:
PHP:
fastboot flash FOTAKernel Z1C-twrp-3.0.1.img
If you have new bootloader for open devices(with real recovery partition)
PHP:
fastboot flash recovery Z1C-twrp-3.0.1.img
twrp for sony rhine device tree:
https://github.com/charles1018/twrp_android_device_sony_amami
https://github.com/charles1018/twrp_android_device_sony_msm8974-common
https://github.com/charles1018/twrp_android_device_sony_rhine-common
thank you, works great
 

derf elot

Senior Member
May 7, 2011
817
1,706
0
Thanks a lot for posting your sources.

Since I recently encrypted my phone, I was in the need of a recovery with working decryption. I spend a bit of time and tried to include it in here thanks to a lot of trial and error. Unfortunately, it not as easy as setting a flag during compilation. Instead, you also need to include necessary blobs, modify fstab, create symlinks to make blobs accessible without mounting the system, build keystore, etc. Finally, it appears to be working. You can download the build here (built within CM12.1 sources):

https://www.androidfilehost.com/?fid=24499762636001730

Here are the links to the repositories that I've changed:

https://github.com/derfelot/twrp_android_device_sony_amami
https://github.com/derfelot/twrp_android_device_sony_rhine-common

Cheers
 

luckyrumo

Senior Member
Nov 11, 2014
194
68
0
Thanks a lot for posting your sources.

Since I recently encrypted my phone, I was in the need of a recovery with working decryption. I spend a bit of time and tried to include it in here thanks to a lot of trial and error. Unfortunately, it not as easy as setting a flag during compilation. Instead, you also need to include necessary blobs, modify fstab, create symlinks to make blobs accessible without mounting the system, build keystore, etc. Finally, it appears to be working. You can download the build here (built within CM12.1 sources):

https://www.androidfilehost.com/?fid=24499762636001730
:D:D:D Thank you so much :good::good::good: for the first time since about a year I am now able to mount my encrypted partition in TWRP :victory::victory::victory:
 

frauhottelmann

Inactive Recognized Developer
Sep 2, 2007
2,465
226
143
Thanks a lot for posting your sources.

Since I recently encrypted my phone, I was in the need of a recovery with working decryption. I spend a bit of time and tried to include it in here thanks to a lot of trial and error. Unfortunately, it not as easy as setting a flag during compilation. Instead, you also need to include necessary blobs, modify fstab, create symlinks to make blobs accessible without mounting the system, build keystore, etc. Finally, it appears to be working. You can download the build here (built within CM12.1 sources):

https://www.androidfilehost.com/?fid=24499762636001730

Here are the links to the repositories that I've changed:

https://github.com/derfelot/twrp_android_device_sony_amami
https://github.com/derfelot/twrp_android_device_sony_rhine-common

Cheers
Doesn't work for me. It's still not able to decrypt my 4x4 pattern encryption :(