Jump to content

updating help 2.1, 2.2


Guest choc-onyx

Recommended Posts

Guest choc-onyx

Hi forum - I updated my GT540Go to 2.1-update 1. V20a a few months ago using the kdz method and i think i rooted it, I have the superuser icon but some apps say i still need root access??? and would like to go to 2.2 openswift (newest version with most bugs fixed) with recovery and overclock.

Now when i connect to PC Suite IV it says i have an update available so my first question is what will it update my phone to if i do it?

I have now read/watched everything i can find about flashing to 2.2 but it all still looks too complicated, Is there a proper step by step guide anywhere that i can use with some confidence?

Please help me and others like me who are confused how to use ADB and SDK

Thanks.

Link to comment
Share on other sites

Guest mistermentality
Hi forum - I updated my GT540Go to 2.1-update 1. V20a a few months ago using the kdz method and i think i rooted it, I have the superuser icon but some apps say i still need root access??? and would like to go to 2.2 openswift (newest version with most bugs fixed) with recovery and overclock.

Now when i connect to PC Suite IV it says i have an update available so my first question is what will it update my phone to if i do it?

I have now read/watched everything i can find about flashing to 2.2 but it all still looks too complicated, Is there a proper step by step guide anywhere that i can use with some confidence?

Please help me and others like me who are confused how to use ADB and SDK

Thanks.

Having had a few unanswered posts of my own I hate seeing ones un answered so I shall try and help but I am no expert just someone who has learnt a bit through trial and error lol.

PC Suite will upgrade your phone to LG's latest rom for your country which if successful would over write what you have already.

As for flashing a new rom, to save you searching forums I will post the guide I followed from Android forums. It was posted by a user there called dudeman1996 so it is not my work. But you might need the fastboot drivers.If you reboot from flashing and type the fastboot command and it says waiting for device don't panic. I had that problem took me hours of searching to figure it out. Turned out although I had the drivers installed I had to install drivers from a post on the android forums site about fastboot drivers and then it worked.

Anyway here is the guide....

Make sure you follow the instructions exactly as they're written. As always, with flashing your phone, there's always the risk of bricking your phone. I'm not responsible for anything that happens to your phone because of flashing custom firmware. But I will do my best to try and help you with any problems you might encounter

To install this ROM you need to have fastboot enabled on your phone. If you have Android 1.6/2.1 installed from LG, then fastboot is not enabled. I will explain how to enable fastboot on your phone (this involves re-flashing/replacing your currently installed firmware):

KDZ Updater CarphoneWarehouse Unlocked.zip - A link to a zip archive with all the files needed to flash Android version 2.1 with fastboot (Carphone Warehouse Unlocked)

KDZ Updater Europe Open.zip - A link to a zip archive with all the files needed to flash Android version 2.1 with fastboot (Europe Open)

Download the version that best applies to you, if you live in the UK, I'd recommend you download the Carphone Warehouse Unlocked version, whereas if you live in Europe, I'd recommend the Europe Open version (simple right? )

Now, how to flash these versions; I'll explain in detail how to flash the ROM's from starting with backing up.

Instructions to install ROM with Fastboot:

1. Before you start, make sure you backup all your data by installing the z4root.1.3.0.apk file onto your phone, then open it and choose 'Permanent Root'. Your phone will root and reboot. Then go to the Market and install 'MyBackup Root', open it and do a backup of your apps and personal data (contacts, sms, call log etc.) Once this is done, go to Settings>SD Card and Phone Storage>Unmount SD Card, a notification in the notification bar should appear saying 'SD Card safe to remove'. Remove the battery cover and remove the SD card and store it in a safe place. Then continue to step 2.

2. Extract the .zip file you downloaded to your computer (e.g. your desktop). Open the folder and install MSXML 4.0 SP3 Parser (msxml.msi).

3. Once that has finished, install LGAndroidDriver_WHQL_ML_Ver1.0_All_Win7.exe which are the drivers so your computer will recognize your phone.

4. Next, open KDZ_FW_UPD.exe

(i) Change 'Type' to '3GQCT' *THIS IS A MUST, THE UPDATE WILL NOT WORK OTHERWISE AND YOU MAY BRICK YOUR PHONE*

(ii) Make sure 'PhoneMode' is set to 'DIAG'

(iii) Browse for the 'V20B_00+Fastboot.kdz' file.

5. Prepare the phone by enabling USB Debugging by going to Settings>Applications>Development>Enable USB Debugging and connect the phone to the computer via USB cable and wait for the drivers to install for the phone.

6. Click 'Launch software update' and do not use your computer until the update is complete. The update will take roughly 10-20 mins to complete.

Instructions to install CyanogenMod:

Once the update is complete, your phone will reboot, what you need to do is power off the phone and whilst the phone is off, press and hold the 'Camera' button all the way and power on the phone, make sure you hold the 'Camera' button. The phone will display the LG logo and disappear, then display a blank screen. The phone is now in fastboot mode!

Now you want to download this file: Flashing CyanogenMod.zip and extract it to a folder called 'Android' (without the quotes '') on the C: drive (you'll probably need to make this folder yourself.

1. Now open CMD with administrator privileges (Search for CMD in the start menu and right click on 'cmd' and click 'Run as Administrator' )

2. Connect the phone to your computer via USB cable and wait for the necessary drivers to install.

3. Then go back to the cmd window and type:

Code:

cd C:\Android

(i) Then type:

Code:

fastboot.exe -w

(ii) Once that's completed, type:

Code:

fastboot.exe erase system

(iii) Once that's completed, type:

Code:

fastboot.exe flash system system.img

(iv) Once that's completed, type:

Code:

fastboot.exe flash boot boot.img

(v) Once that's completed, type:

Code:

fastboot.exe reboot

4. Your phone will now reboot with CyanogenMod 6.1.1 (Android 2.2.1). The first boot might take longer than a normal boot.

5. You can now re-insert your SD card and go to Settings>SD Card and Phone Storage>Mount SD Card

That's the guide, hope it helps, it helped me. I would recommend using the European open rom as I live in UK and tried the carphone warehouse but kept getting errors.

Dave

Link to comment
Share on other sites

  • 2 weeks later...
Guest choc-onyx
Having had a few unanswered posts of my own I hate seeing ones un answered so I shall try and help but I am no expert just someone who has learnt a bit through trial and error lol.

PC Suite will upgrade your phone to LG's latest rom for your country which if successful would over write what you have already.

As for flashing a new rom, to save you searching forums I will post the guide I followed from Android forums. It was posted by a user there called dudeman1996 so it is not my work. But you might need the fastboot drivers.If you reboot from flashing and type the fastboot command and it says waiting for device don't panic. I had that problem took me hours of searching to figure it out. Turned out although I had the drivers installed I had to install drivers from a post on the android forums site about fastboot drivers and then it worked.

Anyway here is the guide....

Make sure you follow the instructions exactly as they're written. As always, with flashing your phone, there's always the risk of bricking your phone. I'm not responsible for anything that happens to your phone because of flashing custom firmware. But I will do my best to try and help you with any problems you might encounter

To install this ROM you need to have fastboot enabled on your phone. If you have Android 1.6/2.1 installed from LG, then fastboot is not enabled. I will explain how to enable fastboot on your phone (this involves re-flashing/replacing your currently installed firmware):

KDZ Updater CarphoneWarehouse Unlocked.zip - A link to a zip archive with all the files needed to flash Android version 2.1 with fastboot (Carphone Warehouse Unlocked)

KDZ Updater Europe Open.zip - A link to a zip archive with all the files needed to flash Android version 2.1 with fastboot (Europe Open)

Download the version that best applies to you, if you live in the UK, I'd recommend you download the Carphone Warehouse Unlocked version, whereas if you live in Europe, I'd recommend the Europe Open version (simple right? )

Now, how to flash these versions; I'll explain in detail how to flash the ROM's from starting with backing up.

Instructions to install ROM with Fastboot:

1. Before you start, make sure you backup all your data by installing the z4root.1.3.0.apk file onto your phone, then open it and choose 'Permanent Root'. Your phone will root and reboot. Then go to the Market and install 'MyBackup Root', open it and do a backup of your apps and personal data (contacts, sms, call log etc.) Once this is done, go to Settings>SD Card and Phone Storage>Unmount SD Card, a notification in the notification bar should appear saying 'SD Card safe to remove'. Remove the battery cover and remove the SD card and store it in a safe place. Then continue to step 2.

2. Extract the .zip file you downloaded to your computer (e.g. your desktop). Open the folder and install MSXML 4.0 SP3 Parser (msxml.msi).

3. Once that has finished, install LGAndroidDriver_WHQL_ML_Ver1.0_All_Win7.exe which are the drivers so your computer will recognize your phone.

4. Next, open KDZ_FW_UPD.exe

(i) Change 'Type' to '3GQCT' *THIS IS A MUST, THE UPDATE WILL NOT WORK OTHERWISE AND YOU MAY BRICK YOUR PHONE*

(ii) Make sure 'PhoneMode' is set to 'DIAG'

(iii) Browse for the 'V20B_00+Fastboot.kdz' file.

5. Prepare the phone by enabling USB Debugging by going to Settings>Applications>Development>Enable USB Debugging and connect the phone to the computer via USB cable and wait for the drivers to install for the phone.

6. Click 'Launch software update' and do not use your computer until the update is complete. The update will take roughly 10-20 mins to complete.

Instructions to install CyanogenMod:

Once the update is complete, your phone will reboot, what you need to do is power off the phone and whilst the phone is off, press and hold the 'Camera' button all the way and power on the phone, make sure you hold the 'Camera' button. The phone will display the LG logo and disappear, then display a blank screen. The phone is now in fastboot mode!

Now you want to download this file: Flashing CyanogenMod.zip and extract it to a folder called 'Android' (without the quotes '') on the C: drive (you'll probably need to make this folder yourself.

1. Now open CMD with administrator privileges (Search for CMD in the start menu and right click on 'cmd' and click 'Run as Administrator' )

2. Connect the phone to your computer via USB cable and wait for the necessary drivers to install.

3. Then go back to the cmd window and type:

Code:

cd C:\Android

(i) Then type:

Code:

fastboot.exe -w

(ii) Once that's completed, type:

Code:

fastboot.exe erase system

(iii) Once that's completed, type:

Code:

fastboot.exe flash system system.img

(iv) Once that's completed, type:

Code:

fastboot.exe flash boot boot.img

(v) Once that's completed, type:

Code:

fastboot.exe reboot

4. Your phone will now reboot with CyanogenMod 6.1.1 (Android 2.2.1). The first boot might take longer than a normal boot.

5. You can now re-insert your SD card and go to Settings>SD Card and Phone Storage>Mount SD Card

That's the guide, hope it helps, it helped me. I would recommend using the European open rom as I live in UK and tried the carphone warehouse but kept getting errors.

Dave

Thank you dave for answering and giving such helpful information, finally i know exactly what to do and in which order.

I didnt know i had to flash another rom with fastboot first. thanks again.

Link to comment
Share on other sites

Thank you dave for answering and giving such helpful information, finally i know exactly what to do and in which order.

I didnt know i had to flash another rom with fastboot first. thanks again.

Be warned: if you flash with fastboot 2.1 there is no way back to original 2.1 from LG

Link to comment
Share on other sites

Guest Dr.Alani
Be warned: if you flash with fastboot 2.1 there is no way back to original 2.1 from LG

I don't think thats quite accurate. I flashed the Open Europe ROM with fastboot and I did not like it because it was V20a not V20b. Afterwards, I flashed the Baltic V20D ROM with no fastboot and its been on my phone since then.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.