[Q] installing cwm for xperia U in Ubuntu

Search This thread

biomedgio

Member
Apr 7, 2013
29
6
hi devs...

recently i switched to ubuntu...
i had my flashtool setup already (working)...

im still learning but until now i cant find a way to install cwm(recoverey) on my phone...

does anyone knows how? or did i miss a thread somewhere here...

thanks in advance...
 

OmarEinea

Inactive Recognized Developer
Aug 18, 2012
2,027
6,315
28
Sharjah, UAE
hi devs...

recently i switched to ubuntu...
i had my flashtool setup already (working)...

im still learning but until now i cant find a way to install cwm(recoverey) on my phone...

does anyone knows how? or did i miss a thread somewhere here...

thanks in advance...

CWM recovery is included in kernel [in Xperia devices], so if you want a cwm, just flash a custom kernel (through flashtool).
consider that the kernel must be compatible with your ROM
 
  • Like
Reactions: biomedgio

Garcia98

Senior Member
Mar 4, 2013
1,094
1,431
github.com
If I can remember well there was a script written in shell to install CWM from Linux, just open the terminal and change to the directory where CWM files are and type:
Code:
sudo su
source install.sh

BTW, wrong section

Enviado desde mi ST25i mediante Tapatalk
 
  • Like
Reactions: biomedgio

gigitux

Senior Member
Oct 28, 2012
170
114
Napoli
It's simply. You must flash boot.img or kernel.elf.

First install fastboot (on Ubuntu 13.10)

sudo apt-get install android-tools-fastboot.

Second move boot.img or kernel.elf in home.

Open terminal:

sudo fastboot flash boot boot.img (or kernel.elf).

It's the best way :)
 
  • Like
Reactions: biomedgio

biomedgio

Member
Apr 7, 2013
29
6
thanks guys...

but flashing boot.img from a custom rom using flashtool is more convinient for me...

thanks to you all...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    hi devs...

    recently i switched to ubuntu...
    i had my flashtool setup already (working)...

    im still learning but until now i cant find a way to install cwm(recoverey) on my phone...

    does anyone knows how? or did i miss a thread somewhere here...

    thanks in advance...

    CWM recovery is included in kernel [in Xperia devices], so if you want a cwm, just flash a custom kernel (through flashtool).
    consider that the kernel must be compatible with your ROM
    1
    If I can remember well there was a script written in shell to install CWM from Linux, just open the terminal and change to the directory where CWM files are and type:
    Code:
    sudo su
    source install.sh

    BTW, wrong section

    Enviado desde mi ST25i mediante Tapatalk
    1
    It's simply. You must flash boot.img or kernel.elf.

    First install fastboot (on Ubuntu 13.10)

    sudo apt-get install android-tools-fastboot.

    Second move boot.img or kernel.elf in home.

    Open terminal:

    sudo fastboot flash boot boot.img (or kernel.elf).

    It's the best way :)
    1
    Maybe he has locked bootloader :rolleyes:

    Enviado desde mi ST25i mediante Tapatalk