[Tipo][Tipo Dual][Miro][J]Clockworkmod[Locked/Unlocked Bootloader]

Search This thread

srl3gx

Senior Member
Aug 7, 2012
226
528
Trivandrum
CWM for Xperia Tipo/Tipo Dual/Miro/J

Installation
  1. Download the attached zip file
  2. Unzip It
  3. Connect you phone in usb debugging mode to pc
  4. Windows users double click install.bat
  5. Linux users use terminal to run install.sh

How to use
  1. Power off (for fw version less than 11.0.A.4.22 will need to connect charger. Others need not connect charger :D )
  2. Power on. When you see the sony logo press vol - button repeatedly.
  3. Now you should be in cwm recovery

Warning : Don't format system partition and reboot before installing compatible ROM. CWM will also get erased during format
Warning : Don't install custom rom that do not support this cwm. Doing so may endup in a bricked phone without cwm recovery.

For ROM developers
  1. copy sh file inside files folder to system/xbin
  2. Copy other files inside files folder to system/bin
  3. Go to META-INF/com/google/android/ and you will find updater-script
  4. Add the following lines to it

    Code:
    set_perm(0, 0, 0755, "/system/bin/recovery.tar");
    set_perm(0, 0, 0755, "/system/bin/battery_charging");
    set_perm(0, 0, 0755, "/system/bin/battery_charging_help");
    set_perm(0, 0, 0755, "/system/xbin/sh");

    Donot use custom kernel or ramdisk. You should not modify boot partition

Credits
  • FXP and Bin4ry for original recovery idea
  • Full credits to author of the Clockworkmod Recovery [koush]
  • Sony for providing kernel source code
  • Every one who helped me for developing the revovery


Change log
CWM v2
  • Fixed issue cannot mount /sdcard when trying to backup or update
CWM v3
  • Fixed offline charging bug
CWM v4
  • Fixed restore bug. Now you can restore. Mounting and unmounting of system partition now works without any error
CWM v5
CWM v6
  • Fix problems with USB mount storage.
  • Both sdcard and external_sd is now available in recovery.
  • Backup and restore .android_secure folder in sdcard making apps in sdcard secure.
  • Latest cwm v6.0.2.7.
CWM v6.1 (for J only)
  • Fix freeze at sony logo (Thanks to Julesone)
CWM v6.1 (for Tipo only)
  • Compatible with latest firmware


Known Issues
  • Install zip via sideload not working (all)
  • Graphics issues (j)
  • Cannot partition external_sd.(all)

Source Code

You can download the source code here
Build instruction are provided in the readme

WARNING
This cwm is not tested on miro/j .
 

Attachments

  • cwm_tipo_v6.zip
    2.3 MB · Views: 84,956
  • cwm_miro_v6.zip
    2.3 MB · Views: 41,700
  • cwm_j_v6.1.zip
    2.3 MB · Views: 18,972
  • cwm_tipo_v6.1.zip
    3.9 MB · Views: 77,292
Last edited:

Tipostar

Member
Oct 4, 2012
26
9
Beta?

CWM is installed....but when i go to CWM and backup or install sd files it says " cant mount backup path or so" help
 
Last edited:

srl3gx

Senior Member
Aug 7, 2012
226
528
Trivandrum
CWM is installed....but when i go to CWM and backup or install sd files it says " cant mount backup path or so" help

Can you post the cwm log. It is inside /cache/recovery

EDIT : I am able to take bakup using this cwm successfully.

Also Specify the phone model and firmware version.

Sent from my ST21i using xda app-developers app
 
Last edited:
  • Like
Reactions: yadinaz

srl3gx

Senior Member
Aug 7, 2012
226
528
Trivandrum
CWM is installed....but when do backup it says " cant mount backup path or so"

:confused:

Thanks now if, I can finish the XPERIA Tipo rom :)

Edit: backup not working on ST21a

backup or install sd files it says " cant mount backup path"

cheers.

Can you post the output of
adb shell mount
Also post output of
adb shell cat /proc/partitions

I think ST21a has different Mount points compared to ST21i

Sent from my ST21i using xda app-developers app
 
Last edited:
  • Like
Reactions: Samzter

srl3gx

Senior Member
Aug 7, 2012
226
528
Trivandrum
CWM is installed....but when i go to CWM and backup or install sd files it says " cant mount backup path or so" help

Thanks now if, I can finish the XPERIA Tipo rom :)

Edit: backup not working on ST21a

backup or install sd files it says " cant mount backup path"

cheers.

CWM is installed....but when do backup it says " cant mount backup path or so"

:confused:

Updated. Now it should work fine :D
 

Tipostar

Member
Oct 4, 2012
26
9
Bricked

Now that w have cwm for tipo i tried to install google now for ics it didnt work..It says google now has stopped unexpectedly and then when I rebooted it bricked! I had backed up the rom and when i restored it said that it failed to backup the system and then i had to repair my phone. Has any one tried google now yet? And plzzz help me about that restore failed problem also...... thank you Sent from Sony tipo
 

srl3gx

Senior Member
Aug 7, 2012
226
528
Trivandrum
Now that w have cwm for tipo i tried to install google now for ics it didnt work..It says google now has stopped unexpectedly and then when I rebooted it bricked! I had backed up the rom and when i restored it said that it failed to backup the system and then i had to repair my phone. Has any one tried google now yet? And plzzz help me about that restore failed problem also...... thank you Sent from Sony tipo

I have noticed that error now. Please wait till it is fixed
 

Top Liked Posts

  • There are no posts matching your filters.
  • 130
    CWM for Xperia Tipo/Tipo Dual/Miro/J

    Installation
    1. Download the attached zip file
    2. Unzip It
    3. Connect you phone in usb debugging mode to pc
    4. Windows users double click install.bat
    5. Linux users use terminal to run install.sh

    How to use
    1. Power off (for fw version less than 11.0.A.4.22 will need to connect charger. Others need not connect charger :D )
    2. Power on. When you see the sony logo press vol - button repeatedly.
    3. Now you should be in cwm recovery

    Warning : Don't format system partition and reboot before installing compatible ROM. CWM will also get erased during format
    Warning : Don't install custom rom that do not support this cwm. Doing so may endup in a bricked phone without cwm recovery.

    For ROM developers
    1. copy sh file inside files folder to system/xbin
    2. Copy other files inside files folder to system/bin
    3. Go to META-INF/com/google/android/ and you will find updater-script
    4. Add the following lines to it

      Code:
      set_perm(0, 0, 0755, "/system/bin/recovery.tar");
      set_perm(0, 0, 0755, "/system/bin/battery_charging");
      set_perm(0, 0, 0755, "/system/bin/battery_charging_help");
      set_perm(0, 0, 0755, "/system/xbin/sh");

      Donot use custom kernel or ramdisk. You should not modify boot partition

    Credits
    • FXP and Bin4ry for original recovery idea
    • Full credits to author of the Clockworkmod Recovery [koush]
    • Sony for providing kernel source code
    • Every one who helped me for developing the revovery


    Change log
    CWM v2
    • Fixed issue cannot mount /sdcard when trying to backup or update
    CWM v3
    • Fixed offline charging bug
    CWM v4
    • Fixed restore bug. Now you can restore. Mounting and unmounting of system partition now works without any error
    CWM v5
    CWM v6
    • Fix problems with USB mount storage.
    • Both sdcard and external_sd is now available in recovery.
    • Backup and restore .android_secure folder in sdcard making apps in sdcard secure.
    • Latest cwm v6.0.2.7.
    CWM v6.1 (for J only)
    • Fix freeze at sony logo (Thanks to Julesone)
    CWM v6.1 (for Tipo only)
    • Compatible with latest firmware


    Known Issues
    • Install zip via sideload not working (all)
    • Graphics issues (j)
    • Cannot partition external_sd.(all)

    Source Code

    You can download the source code here
    Build instruction are provided in the readme

    WARNING
    This cwm is not tested on miro/j .
    4
    Hi,

    attached files you mentioned.

    I look for good news from you. :D

    Try this cwm. If you end up in a black screen while booting to cwm download hardware info app from market and you can use that app to get all compatible graphics modes of your device and post it.
    4
    @srl3gx
    Please tell us, has this CWM also been updated to work with latest firmware like Miro's CWM?
    Thanks in advance.


    Here is the new cwm based on new kernel.sin. Try installing it and check whether everything is working.

    if you update it, will we have normal reboot via recovery or will we still have the problem? I use rooted stock rom.

    Problems with the new firmware should be fixed in the new cwm based on latest kernel
    3
    Work for miro??? :confused:

    Sent from my ST23i using xda premium

    Try installing on miro.

    Sent from my ST21i using xda app-developers app
    3
    CWM is installed....but when i go to CWM and backup or install sd files it says " cant mount backup path or so" help

    Thanks now if, I can finish the XPERIA Tipo rom :)

    Edit: backup not working on ST21a

    backup or install sd files it says " cant mount backup path"

    cheers.

    CWM is installed....but when do backup it says " cant mount backup path or so"

    :confused:

    Updated. Now it should work fine :D