New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
blackstallion1234
Old
(Last edited by blackstallion1234; 9th July 2012 at 02:01 PM.)
#1  
blackstallion1234's Avatar
Member - OP
Thanks Meter 28
Posts: 84
Join Date: Jul 2012
Info 2 [Tutorial] Installing Cyanogen Mod 7.2.0 on Live With Walkman WT19i

This is my first tutorial for installing Cyanogen Mod 7.2.0 on Live With Walkman WT19i. All credit goes to the developers who made all the following and related tools. I simply put together info from various sources. Admins/moderators are welcome to make any changes.

WARNING: Proceed at your own risk! I am not responsible for bricked phones! You might want to do some more research if you're unsure or don't fully understand anything from below

Requirements: ADB drivers:
http://www.mediafire.com/?6u1zl54w3jnvvax
Fastboot drivers:
win_usb.inf file from http://unlockbootloader.sonymobile.com/instructions
Android SDK(unlocking bootloader):
http://developer.android.com/sdk/
Flashtool(flashing kernel):
http://forum.xda-developers.com/show....php?t=1351309
Zergrush(for rooting):
http://forum.xda-developers.com/atta...1&d=1321435888
Clockworkmod Recovery(flashing ROM):
http://www.mediafire.com/?73xv18tht0e8zt4
WT19i_4.0.2.A.0.58 firmware:


NOTE:Enable "USB DEBUGGING" from Menu -> Settings -> Applications -> Development
>Enable "UNKNOWN SOURCES" from Menu -> Settings -> Applications

1) If you're already on official ICS, downgrade to Gingerbread, root Gingerbread and then install other custom ROMs as follows:
2) Flash any Android 2.3.4 firmware (I've tried this method only with the WT19i_4.0.2.A.0.58 firmware though) using Flashtool
->Select Flashmode, Wipe data, Wipe cache
3) Use Zergrush v3 by DoomLord. Works well with 0.58 version
If Superuser app has been installed, rooting is successful.
4) Install ClockWorkMod Recovery 5.0.2.7-nAa-r2(Ported by nobodyAtall@xda)
5) Make a backup in recovery mode. (see below for howto)
6) Install Android SDK Manager
If Google USB Driver is not visible, install Android SDK Tools Rev 20 first, reopen SDK Manager.
Replace android_winusb.inf-file in extras\google\usb_driver folder with the new one on http://unlockbootloader.sonymobile.com/instructions
7) Unlock bootloader officially from: http://unlockbootloader.sonymobile.com/instructions
Instructions on that page are pretty clear.

NOTE: Unlocking the bootloader the official way will void your phone's warranty and DRM keys will be lost. You may want to use the testpoint method as mentioned here:
http://forum.xda-developers.com/show....php?t=1285285

8) Download Cyanogenmod 7.2 for WT19i (=coconut version) and place it on your SD card.
9) Ensure that the fastboot drivers are installed.
10) Replace stock kernel : Extract boot.img from the Cyanogenmmod 7.2 ZIP file that you downloaded. Now, in Flashtool, select Flash button > Fastboot mode > Select kernel to Flash > Point it to the boot.img file you extracted. Check log in background window for success.
11) Restart the phone into Recovery. Select Wipe data/factory reset followed by Wipe cache partition followed by Advanced>Wipe Dalvik cache.
Then, install zip from sdcard. Select the coconut 7.2.0. ZIP file you placed here earlier.

Wait for about 5-10 minutes. If you're worried, open Command Prompt, navigate to the fastboot folder and run adb logcat to see what's happening!.
And that's it, you're done!

(If the logging process looks like it's repeating itself for more than 10 minutes, remove battery restart phone, and see if Cyanogenmod now boots up(again, will take ~5 minutes). If it does not still boot(rare case), repeat step 10. Make sure you download the CM ZIP package from your computer)

If you get an 'assert' error (Status 7 error) then, edit the file updater-script in your cm7.2.0 ZIP file\META-INF\com\google\android\. Remove only the first line (ending with a . Now repeat step 10 again.

Extra: To use Google services, you need to flash the gapps.zip similar to the way you did CM 7.2. However, do NOT wipe cache do NOT wipe data or anything! To install, simply boot into recovery, install zip from sd card and choose the gapps ZIP file. Later, Restart phone

How to enter recovery mode on the WT19i:
Turn off phone. Turn it on again. As soon as you see Sony Ericsson logo, keep tapping Volume Down button repeatedly. (Once you are familiar, you'll realize that even 1-2 presses can do the trick)
The Following 4 Users Say Thank You to blackstallion1234 For This Useful Post: [ Click to Expand ]
 
Someguyfromhell
Old
#2  
Someguyfromhell's Avatar
Senior Member
Thanks Meter 1362
Posts: 2,964
Join Date: Feb 2012
You do not need to root and install Recovery in the first place, I mean skip steps 3, 4 and 5.
Backup can also be made in the same recovery, which is included with kernel, right before wiping and installing the ROM.

I would just install any Android 2.3.4 firmware, then unlock bootloader, install custom kernel, backup, then wipe, then install.

And if you unlock bootloader officially, then do not forget your phone's warranty will be void and DRM keys lost.

If you succeed with official bootloader unlock, then fastboot drivers are already installed, no need to worry about that

And before ppl go crazy - First boot does take a while, as all the caches need to be recreated.


This tutorial can also work for other custom ROMs aswell, because the process is the same, the only different thing is the kernel and the .zip file.
 
blackstallion1234
Old
#3  
blackstallion1234's Avatar
Member - OP
Thanks Meter 28
Posts: 84
Join Date: Jul 2012
Quote:
You do not need to root and install Recovery in the first place, I mean skip steps 3, 4 and 5.
Right I meant that to install CWM!

Quote:
I would just install any Android 2.3.4 firmware, then unlock bootloader, install custom kernel, backup, then wipe, then install.
Right except that I had problems with using Zergrush v2 and v4. That's why I thought I'd mention.

Quote:
If you succeed with official bootloader unlock, then fastboot drivers are already installed, no need to worry about that
Yes, but that would entail downloading the android_winusb.inf-file from the mentioned official site, wouldn't it?

Quote:
And before ppl go crazy - First boot does take a while, as all the caches need to be recreated.
Oh, but how common is it for a WT19i to take more than 10 minutes at boot? I did this on two other friends' WT19is; both of them took around 3 minutes. (Obviously i did something wrong the first time on my phone)

Anyhow,thanks for the constructive comments!Editing it accordingly!
 
Someguyfromhell
Old
#4  
Someguyfromhell's Avatar
Senior Member
Thanks Meter 1362
Posts: 2,964
Join Date: Feb 2012
Quote:
Originally Posted by blackstallion1234 View Post
Right I meant that to install CWM!
You do not need CWM in the first place. You can make the full Nandroid backup AFTER flashing custom kernel and BEFORE wiping and installing the ROM.
Quote:
Originally Posted by blackstallion1234 View Post
Right except that I had problems with using Zergrush v2 and v4. That's why I thought I'd mention.
You don't need root to be honest.
Quote:
Originally Posted by blackstallion1234 View Post
Yes, but that would entail downloading the android_winusb.inf-file from the mentioned official site, wouldn't it?
What's your point? If you unlock the bootloader official way and it succeeds, you do not have to deal with the drivers anymore, as they have been installed properly and they're working
Quote:
Originally Posted by blackstallion1234 View Post
Oh, but how common is it for a WT19i to take more than 10 minutes at boot? I did this on two other friends' WT19is; both of them took around 3 minutes. (Obviously i did something wrong the first time on my phone)
I didn't mention about minutes. Some ppl are not aware of that, so it was just a small note for them.
 
blackstallion1234
Old
#5  
blackstallion1234's Avatar
Member - OP
Thanks Meter 28
Posts: 84
Join Date: Jul 2012
Quote:
You do not need CWM in the first place. You can make the full Nandroid backup AFTER flashing custom kernel and BEFORE wiping and installing the ROM.
Right! The custom kernel would provide a recovery (which isn't present on a stock kernel for our phone), right?

Quote:
You don't need root to be honest.
I shall edit the title to something like 'Root and install CM...' where I express the opinion that rooting does have advantages too!
 
Someguyfromhell
Old
#6  
Someguyfromhell's Avatar
Senior Member
Thanks Meter 1362
Posts: 2,964
Join Date: Feb 2012
Quote:
Originally Posted by blackstallion1234 View Post
Right! The custom kernel would provide a recovery (which isn't present on a stock kernel for our phone), right?
Custom kernels already include recovery and stuff needed for root.
Quote:
Originally Posted by blackstallion1234 View Post
I shall edit the title to something like 'Root and install CM...' where I express the opinion that rooting does have advantages too!
Rooting is already included in custom ROMs, if not then custom kernel does the job and roots it automatically. You don't need to root it by yourself
 
b00tbu9
Old
#7  
b00tbu9's Avatar
Senior Member
Thanks Meter 537
Posts: 485
Join Date: Mar 2012
Location: Hyderabad
didn anyone tried latest nightly
Happy to help

LWW|Serinity Rom|MESA ICS-current device
Neo L|Cm 7.2| Tigris GB-Moved on


Current Device Tab 2
Legacy
# [PORT][ICS][AOKP] Neo L
# CM9-Neo L [Kernel][ROM]
# TIGRIS Kernel NEO L--Updated with CWM
# MIUI ICS for NEo L- First Port by B00tbug Now offical available
# Cm7.2 for Gamers
# Neo L ICS firmware



Mother of invention is your urge to do.nothing else.

"How to root and doubts check here http://goo.gl/90AHM"


 
hsrbnr
Old
#8  
hsrbnr's Avatar
Senior Member
Thanks Meter 46
Posts: 197
Join Date: Dec 2011
There is a stable rom for LWW listed on the cyanogen mod downloads page. Is it really stable? I'm asking this because when you select 'all' and 'stable' on left panel on that site, there is no stable rom listed for lww! This is very confusing.
Samsung Google NEXUS S (GT I-9020A)
Stock Android 4.1.1
 
blackstallion1234
Old
#9  
blackstallion1234's Avatar
Member - OP
Thanks Meter 28
Posts: 84
Join Date: Jul 2012
Quote:
Originally Posted by hsrbnr View Post
There is a stable rom for LWW listed on the cyanogen mod downloads page. Is it really stable? I'm asking this because when you select 'all' and 'stable' on left panel on that site, there is no stable rom listed for lww! This is very confusing.
Yes the version of CyanogenMod 7.2.0 listed on their site is stable and indeed the one used in this thread for reference. Click coconut in the left hand pane(that's the codename for LWW) and then selecting stable. (Alternately just go to http://get.cm/?device=coconut&type=stable)
 
rolo143
Old
#10  
rolo143's Avatar
Senior Member
Thanks Meter 63
Posts: 316
Join Date: Jan 2012
I just installed Cyanogenmod today and it's fantastic!
Live with Walkman

ROM: JellyVanilla EX 2.1
Kernel: LuPuS-JB-Kernel
Rooted, Bootloader Unlocked.

The Following User Says Thank You to rolo143 For This Useful Post: [ Click to Expand ]