[Recovery][STOCK & CM10.1]Stable TWRP 2.4.3.0 touch recovery v2[XZ][25-03]

Status
Not open for further replies.
Search This thread

fabio87

Senior Member
Feb 4, 2011
283
67
Samsung Galaxy S21
OnePlus 9 Pro
Thank you, thank you so much! Small sign of gratitude :)

8D534617VR6332357

Also, any way to make it so that it backs up in internal storage if desired or is it way beyond my non existent programming knowledge?
 
Last edited:

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
Re: [Recovery] TWRP 2.4.3.0 touch recovery stable released![Xperia Z][2013-03-11]

Thank you, thank you so much! Small sign of gratitude :)

8D534617VR6332357

Also, any way to make it so that it backs up in internal storage if desired or is it way beyond my non existent programming knowledge?

You can already choose backup location :)

Sent from my C6603 using xda app-developers app
 
  • Like
Reactions: fabio87

fabio87

Senior Member
Feb 4, 2011
283
67
Samsung Galaxy S21
OnePlus 9 Pro
You can already choose backup location :)

Sent from my C6603 using xda app-developers app

oops...sorry just tested it now after flashing it and saw the option, thanks :)

EDIT: I have just discovered that the TWRP folder doesn't show in Windows, but it shows in the phone file manager and recovery. Any idea what's going wrong?
 
Last edited:

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
Re: [Recovery] TWRP 2.4.3.0 touch recovery stable released![Xperia Z][2013-03-11]

oops...sorry just tested it now after flashing it and saw the option, thanks :)

EDIT: I have just discovered that the TWRP folder doesn't show in Windows, but it shows in the phone file manager and recovery. Any idea what's going wrong?

I can see it in Windows :p so I don't know.

And thanks for your donation! ;)

Sent from my C6603 using xda app-developers app
 

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
ok, CM10.1 version coming as soon as it's verified working by a tester :)

EDIT: CM10.1 version added in first post :)
 
Last edited:

kazuni

Senior Member
Aug 28, 2007
667
208
Hong Kong
Bug report:

If you choose to rename your backup before you proceed (nandroid) you can rename the file, but backspace key and the number switching key does not work properly.
 

xIceCream

Senior Member
Jun 1, 2011
668
94
Singapore
Im using the command:
fastboot flash boot *your .img file here* and after everything. My recovery is still CWM. What's wrong here?
 

Klaus N.

Senior Member
Oct 14, 2012
1,300
694
Nuremberg
Thanks a lot, works fine so far. Only one thing: The first thing after flashing your TWRP-Rec. was making a backup of my system. Before I did this, I tried to give it the name RomAur. But I didn't succeed in taking big letters, also as I went to the digits there was no way back to the letters. Additional I have to say, I was also not able to clear a letter with the "clear button". So I made the backup without a name and named it after a reboot via RootExplorer ;)
 

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
Thanks a lot, works fine so far. Only one thing: The first thing after flashing your TWRP-Rec. was making a backup of my system. Before I did this, I tried to give it the name RomAur. But I didn't succeed in taking big letters, also as I went to the digits there was no way back to the letters. Additional I have to say, I was also not able to clear a letter with the "clear button". So I made the backup without a name and named it after a reboot via RootExplorer ;)

yes, keyboard seems to be a bit buggy :p I'll work on it tomorrow or tonight :)
 
  • Like
Reactions: Klaus N.

Klaus N.

Senior Member
Oct 14, 2012
1,300
694
Nuremberg
Ok, thank you for the info. Only one further question: It's the 1st time I'm using TWRP (only CWM in the past). How do I get the landscape mode? Do I have to change something in the settings, because only turning the device changes nothing...

But I have to say, I like it. And also my power button ;) :D

Thx and a nice evening!

Klaus
 

sachinaik

Senior Member
Jun 6, 2011
1,128
204
Bangalore
Re: [Recovery][STOCK & CM10.1]Stable TWRP 2.4.3.0 touch recovery [XZ][03-11]

Can u pls make a CWM flashable zip for this recovery ?


Sent from my C6602 using Tapatalk 2
 

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
Re: [Recovery][STOCK & CM10.1]Stable TWRP 2.4.3.0 touch recovery [XZ][03-11]

Ok, thank you for the info. Only one further question: It's the 1st time I'm using TWRP (only CWM in the past). How do I get the landscape mode? Do I have to change something in the settings, because only turning the device changes nothing...

But I have to say, I like it. And also my power button ;) :D

Thx and a nice evening!

Klaus

You can't get it in landscape mode ;)

Sent from my C6603 using xda app-developers app
 
  • Like
Reactions: Klaus N.

Klaus N.

Senior Member
Oct 14, 2012
1,300
694
Nuremberg
AW: [Recovery][STOCK & CM10.1]Stable TWRP 2.4.3.0 touch recovery [XZ][03-11]

Ok, doesn't matter. I only was wondering, because the 3rd and 4th picture in the post no. 1 look like they're showing landscape mode. Now I see, they're showing the tablet view ;)

Gesendet von meinem C6603 mit Tapatalk 2
 
Last edited:

rickwyatt

Senior Member
Feb 7, 2007
1,227
448
41
london
could you add my mod to your recovery

in init.sony-platform.rc

change these lines from

Code:
on init
    # secondary external storage
    export SECONDARY_STORAGE /storage/sdcard1
    mkdir /storage/sdcard1 0000 system system
    symlink /storage/sdcard1 /sdcard1
    symlink /storage/sdcard1 /ext_card

    # External USB mass storage support
    export EXTERNAL_STORAGE_USB /storage/usbdisk
    mkdir /storage/usbdisk 0000 system system
    symlink /storage/usbdisk /usbdisk
to
Code:
on init
    # External USB mass storage support
    export EXTERNAL_STORAGE_USB /storage/usbdisk
    mkdir /storage/usbdisk 0000 system system
    symlink /storage/usbdisk /usbdisk
and in init.qcom.rc from


Code:
on early-init
    # for backwards compatibility
    export EXTERNAL_STORAGE /storage/sdcard0
    mkdir /storage 0050 system sdcard_r
    mkdir /storage/sdcard0 0000 system system
    symlink /storage/sdcard0 /sdcard
    symlink /storage/sdcard0 /mnt/sdcard
to

Code:
on early-init
    # for backwards compatibility
    export EXTERNAL_STORAGE /storage/sdcard1
    mkdir /storage 0050 system sdcard_r
    mkdir /storage/sdcard1 0000 system system
    symlink /storage/sdcard1 /sdcard
    symlink /storage/sdcard1 /mnt/sdcard

    # secondary external storage
    export SECONDARY_STORAGE /storage/sdcard0
    mkdir /storage/sdcard0 0000 system system
    symlink /storage/sdcard0 /sdcard1
    symlink /storage/sdcard0 /ext_card
this will swap sdcards and then add this to init.rc

Code:
service sysinit /sbin/busybox run-parts /system/etc/init.d
    class main
    oneshot
this will enable init
 

krabappel2548

Inactive Recognized Developer
Nov 15, 2011
6,444
16,111
Lommel
could you add my mod to your recovery

in init.sony-platform.rc

change these lines from

Code:
on init
    # secondary external storage
    export SECONDARY_STORAGE /storage/sdcard1
    mkdir /storage/sdcard1 0000 system system
    symlink /storage/sdcard1 /sdcard1
    symlink /storage/sdcard1 /ext_card

    # External USB mass storage support
    export EXTERNAL_STORAGE_USB /storage/usbdisk
    mkdir /storage/usbdisk 0000 system system
    symlink /storage/usbdisk /usbdisk
to
Code:
on init
    # External USB mass storage support
    export EXTERNAL_STORAGE_USB /storage/usbdisk
    mkdir /storage/usbdisk 0000 system system
    symlink /storage/usbdisk /usbdisk
and in init.qcom.rc from


Code:
on early-init
    # for backwards compatibility
    export EXTERNAL_STORAGE /storage/sdcard0
    mkdir /storage 0050 system sdcard_r
    mkdir /storage/sdcard0 0000 system system
    symlink /storage/sdcard0 /sdcard
    symlink /storage/sdcard0 /mnt/sdcard
to

Code:
on early-init
    # for backwards compatibility
    export EXTERNAL_STORAGE /storage/sdcard1
    mkdir /storage 0050 system sdcard_r
    mkdir /storage/sdcard1 0000 system system
    symlink /storage/sdcard1 /sdcard
    symlink /storage/sdcard1 /mnt/sdcard

    # secondary external storage
    export SECONDARY_STORAGE /storage/sdcard0
    mkdir /storage/sdcard0 0000 system system
    symlink /storage/sdcard0 /sdcard1
    symlink /storage/sdcard0 /ext_card
this will swap sdcards and then add this to init.rc

Code:
service sysinit /sbin/busybox run-parts /system/etc/init.d
    class main
    oneshot
this will enable init

ok, the init.d is usefull :) but what is the advantage of swapping sdcard and internel memory? for games and app data?
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 52
    Krabappel2548 is proud to present

    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:


    WORKING:
    - All functions should be working

    NOT WORKING:
    - Let me know and I4ll try to fix it :)

    INSTALLATION:
    - Flash via fastboot: fastboot flash boot boot-twrp-v2.img

    Please don't mirror my download links or steal my work!

    DOWNLOAD:
    - Stock rom: TWRP stable for xperia Z stock v2
    - CM10.1: TWRP stable for xperia Z CM10.1

    CREDITS:
    - Dees-troy for a lot of help
    - Snowman77 and nick holtus for helping me
    - Doomlord for some things too :)
    BUGS:
    Report the bugs here for now, once the recovery is fully stable, I'll let Teamwin know Xperia Z is supported.
    10
    SOURCES:
    Device configuration files: android_device_sony_yuga
    Xperia Z TWRP sources: twrp_sony_yuga

    CHANGELOG for 2.4.3.0 v2:
    - Fixed settings => screen: brightness changing is working now.
    - Updated to .434 fw version

    CHANGELOG for 2.4.3.0 stable:
    - Fixed internal storage
    - Fixed layout (may be small errors, but I needed to create a complete new mayout for 1080x1920)
    - Fixed cache issue
    - Fixed backup issue, won't backup internal storage data anymore
    - Fully functional and working as it should :)

    CHANGELOG for 2.4.3.0 beta 1.1:
    - Partially fixed layout

    CHANGELOG for 2.4.3.0 beta 1:
    - First release for Xperia Z
    - All basic functions are working
    - Layout isn't ok yet.
    - Internal storage isn't working yet
    8
    All bugs should be fixed :) TWRP stable released!! Enjoy it guys :)

    Backing up took 5min and has compression enabled in TWRP, so it's a lot better then CWM at the moment :p
    And you don't have to smash your volume buttons and power button anymore :)

    CHANGELOG for 2.4.3.0 stable:
    - Fixed internal storage
    - Fixed layout (may be small errors, but I needed to create a complete new mayout for 1080x1920)
    - Fixed cache issue
    - Fixed backup issue, won't backup internal storage data anymore
    - Fully functional and working as it should :)

    DOWNLOAD:
    TWRP stable for xperia Z
    8
    Going to build twrp 2.5.0.0 for XZ today :)

    Sent from my C6603 using xda app-developers app
    6
    New version based on .434 fw is up :) also fixed the brightness issue in settings ;)

    CHANGELOG for 2.4.3.0 v2:
    - Fixed settings => screen: brightness changing is working now.
    - Updated to .434 fw version

    Next thing on my list:
    - Fix keyboard