Jun
19
Filed Under (LG Android Phones, LG Eve/Etna/Intouch Max) by lg-phones on 19-06-2010

Make sure your LG Eve/Etna GW620 is in USB debugging mode (Click here to see the tutorial). LG Android Phones

In the Command Prompt (or Terminal on Linux), make sure you’re in your SDK Tools folder (c:\SDK\tools\) LG-Eve/Etna/Intouch Max info

Type "adb shell". You should see "#"

Type the following commands to remove the Rogers apps on from your LG Eve / Etna GW620:

Code:

  • adb remount

Code:

  • mkdir /sdcard/backup

Code:

  • cd /system/app

Code:

  • dd if=MoxierMail-2.1.20.2-GW620-Rogers.apk of=/sdcard/backup/MoxierMail-2.1.20.2-GW620-Rogers.apk

This backs up the MoxierMail app onto your SD card.

Code:

  • rm MoxierMail-2.1.20.2-GW620-Rogers.apk

Code:

  • dd if=Linkbook.apk of=/sdcard/backup/Linkbook.apk

Read the rest of this entry »

Jun
17
Filed Under (LG Android Phones, LG Cell Phone Software, LG Eve/Etna/Intouch Max) by lg-phones on 17-06-2010

The toleROM is made by tolemac, I have not try this rom, but all people who has tried said that’s really great, so if you have interested in it, do it!  LG Android Phones

Following it the tutorial on how to get the toleROM onto your LG Eve/Etna GW620.

If you have installed V10n you can back to V10M or V10G (G is open M is Orange or other opeartor perhaps). LG-Eve/Etna/Intouch Max info

You must to download the firmware:

The updater util:

And the LG utils:

Then: LG Cell Phone Software
1. Install BC2APPSetup.eze
2. Plug in your device (not in debug mode Settings-Applications-Development-debug mode)
3. Execute KP500-Utils-EN.exe
4. Enter I
5. Write the path to the V10G_00.kdz
6. Enter J
7. Enter GW620
8. Enter path to V10G_00.cab file.
9. Enter V10G_00
10. Then the LG Updater is open and trying to flash your phone with the selected firmware.
11. Enter in your LG Eve/Etna GW620 and make factory reset (3845#*620# -> Factory Reset -> Factory Reset)

Then you can flash the ROM. Enjoy it.

Source: http://www.jros.org/tolemac/?page_id=130&lang_view=en

Read the rest of this entry »

Jun
16
Filed Under (LG Android Phones, LG Cell Phone Software, LG Eve/Etna/Intouch Max) by lg-phones on 16-06-2010

Here is the modified Nandroid for the LG Eve / Etna GW620. It’s still VERY alpha, so use at your own risk, but it’s working for me. I did a full wipe and restore, and got my LG Eve / Etna GW620 back to working condition.  LG Android Phones

Credits: Zacpod

Disclaimer: This modified Nandroid is provided as is. I take absolutely no responsibility for anything that may break while it is in use. All I can say is that it works well for me. Your mileage may vary. LG-Eve/Etna/Intouch Max info

How to install the Nandroid on your LG Eve / Etna GW620 Steps:

Backup:  LG Cell Phone Software

  1. Boot the device in to Fastboot mode.
    (e.g. power the device on and hit space within about 2-3 seconds)
  2. From a Linux root command prompt (#, not $) cd to the directory you unpacked this archive in to
  3. Type "fastboot boot everecovery01a.img" You may need to specify the full path to the android sdk.
    E.g. "/usr/android-sdk-linux/tools/fastboot boot everecovery01a.img"
  4. Wait while the recovery image boots on the device
  5. Type "./nandroideve01a.sh <backupname>" where <backupname> is the folder you want the img files to go to.
  6. Wait patiently, especially for the system and data partitions
  7. Study the output. Ensure there are no errors! I can’t stress this enough. If there are errors listed you probably do NOT have a valid backup.
  8. To verify your backup you can use the unyaffs command on the system.img and userdata.img and examine the results to ensure they match what’s on the device.

Restore prep:

  1. Boot the device in to Fastboot mode.
    (e.g. power the device on and hit space within about 2-3 seconds)
  2. From a Linux root command prompt (#, not $) cd to the directory you unpacked this archive in to
  3. Type "fastboot boot everecovery01a.img" You may need to specify the full path to the android sdk.
    E.g. "/usr/android-sdk-linux/tools/fastboot boot everecovery01a.img"
  4. Wait while the recovery image boots up
  5. Type "adb shell" to get to the phone’s command prompt. Again, you may need to specify the full path to the adb command if you haven’t put the sdk in to your $PATH
  6. From the devices command prompt:
    (Note: These commands are destructive. Make SURE you have a complete and valid backup of your device before executing! We zero out the system and userdata partitions because simply restoring an image, even if you "fastboot erase" first, results in a corrupted filesystem)
  7. Type "cat /dev/zero > /dev/mtd3" to erase the System partition
  8. Type "cat /dev/zero > /dev/mtd4" to erase the userdata partition
  9. Type "exit" to get back to your Linux shell prompt
  10. Now you can do the restore!

Restore:

  1. Boot the device in to Fastboot mode.
    (e.g. power the device on and hit space within about 2-3 seconds)
  2. From a Linux root command prompt (#, not $) cd to the directory you specified as your <backupname> in backup step 5
  3. Type "fastboot flash boot boot.img" (specify sdk path as before if req’d)
  4. Type "fastboot flash system system.img"
  5. Type "fastboot flash userdata userdata.img"
  6. Done! Reboot, and you should have your system back!

Read the rest of this entry »