[RECOVERY][STOCK]TWRP 3.3.1-0 UNOFFICIAL

Schritti

Senior Member
Jul 25, 2018
50
27
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.

THIS RECOVERY IS FOR STOCK ROM AND WILL NOT WORK ON CUSTOM ROMS

Code:
#include <std_disclaimer.h>
/*
 *
 * 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 recovery
 * before using 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.
 *
 */
Bugs:
- The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode or flash the twrp.img, boot the device, reboot into bootloader and flash the original boot.img back, before booting into twrp.
You can also "fastboot reboot bootloader" in the blue fastboot mode.
This is a bootloader bug, maybe it gets fixed with the stock Q bootloader.

- Decrypt is not working for now (Is probably because the current stock firmware is still on May security patch - will be fixed with June patch)
- Brightness is a little bit buggy
- Transfering files to the external SD card will cause the phone to reboot
- Installing is not working yet, only booting.
- Please report any other bugs

Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot twrp.img" in command line
6. Enjoy it

Optional (if you want to install it):
1. Boot from it (see the guide above)
2. Go to advanced -> Install recovery ramdisk
3. Choose the twrp img
4. Wait :)
5. You can now boot it with vol- and power button

If it keeps booting into TWRP and not System try
Code:
adb shell dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc

Download

Changelogs:

3.3.1-0 25.06.2019
- Fixed brightness bug

3.3.1-0 20.06.2019
- Adding logcat support
- Adding support to install TWRP to ramdisk
- Trying to fix brightness bug (seems to be not working yet)
- MTP probably fixed (needs reports)

3.3.1-0 19.06.2019
- Initial release






Source code:
https://github.com/Schritti/device-sony-kirin
https://github.com/Schritti/device-sony-ganges

If you like my work, press thanks :D
I would appreciate your Donation

XDA:DevDB Information
TWRP, ROM for the Sony Xperia 10

Contributors
Schritti, MartinX3, Oshmoun, Marijn, SODP Team
ROM OS Version: 9.x Pie
ROM Firmware Required: Stock Pie Firmware

Version Information
Status: Beta
Current Beta Version: 3.3.1-0
Beta Release Date: 2019-06-19

Created 2019-06-19
Last Updated 2019-06-25
 
Last edited:

wang4632

Member
Jun 5, 2012
13
0
0
thanks!
bug report:
the file name in SDcard folder shows abnormal. please see attached pictures. (not only in windows explorer anf command line, but also in phone.)
 

Attachments

Schritti

Senior Member
Jul 25, 2018
50
27
0
thanks!
bug report:
the file name in SDcard folder shows abnormal. please see attached pictures. (not only in windows explorer anf command line, but also in phone.)
Thanks for the report.
That's due to the not working decryption of the internal storage, already on the bug list :)
 

ToastedToast

Member
May 7, 2019
23
8
0
under latest version I3123_Customized US_1317-7745_53.0.A.6.92_R8A, TWRP /sdcard decrypt doesn't work, however external storage is fine.

EDIT: realized that is already on the bug list
 

Kestnix

Member
Mar 21, 2019
18
2
3
Read the OP :)
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
How can I get out of the black screen I get from making this mistake?
 

Gabor0000

New member
Jul 13, 2020
3
0
0
Read the OP :)
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Hi, thanks for all your work first of all!

I have rebooted into fastboot mode via ADB command line but after running "fastboot boot twrp.img" in command line, it says okay, and then I get the same problem, a black screen. My phone is a normal Xperia 10, not plus.

Could you please help me?



---------- Post added at 03:16 PM ---------- Previous post was at 03:01 PM ----------

Read the OP :)
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Read the OP :)
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Hi, thanks for all your work first of all!

I have rebooted into fastboot mode via ADB command line but after running "fastboot boot twrp.img" in command line, it says okay, and then I get the same problem, a black screen. My phone is a normal Xperia 10, not plus.

Could you please help me?