• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root LG Eve GW620 Rogers rooting guide + Remove Rogers apps

I would highly doubt it, but give it a try. The easiest way to try is to download Astro from the Market. It's a good file manager, similar to Explorer on Windows. It will let you look through folders, delete them, etc.
Tried using Astro, but when I tried to uninstall moxier mail for example, it said it was unable to uninstall. Maybe I should try rooting. Is "un"rooting an Eve possible/as easy as rooting it? Also, does it void the warranty?
 
Upvote 0
Tried using Astro, but when I tried to uninstall moxier mail for example, it said it was unable to uninstall. Maybe I should try rooting. Is "un"rooting an Eve possible/as easy as rooting it? Also, does it void the warranty?
Technically you are voiding your warranty as you're making changes to the OS. However, you can always restore back to a stock Rogers / LG firmware if you ever have to send in your phone. Not sure if it completely reverses the root, but all the Rogers apps will be back.
 
Upvote 0
I've already installed the drivers and adb,but adb shell shows no device.

The 2nd LG USB Modem installed as an Android Phone.

I'm using winXP,SP2 PRO, these are my steps.
enable USB Debugging mode,dial 3845....and enable root permission,restart my phone,connect my phone to PC,install the drivers.
win+R TO open CMD window,cd to the sdk tools directory,adb shell,shows device not found...

in my device manager,there's an android phone class,under it is an android Adb..


I've failed adb in ubuntu....

solved,I manually installed the driver in the sdk/usb_dr,use the adb in sdk/tools.
 
Upvote 0
Hi! When I tap "Enable Root Permission" I'm asked to enter a root password.

i have a GW620 orange with a V10N (installed yesterday by d the software updater agent).

I searched through many forums and very people have the same problem, but nobody knows anything.

Can u help me?
It sounds like the LG V10N software has extra security when trying to enable root permissions. Unless you can somehow find out what the password is, you may be out of luck in rooting V10N.
 
Upvote 0
Hi all,

i have a successfully rooted my phone thanks to the various posters here - thanks guys! You rock!

one tip - if you are not getting the # prompt, but getting the $ prompt instead, then you need to power-down your phone and start it up again. That solved the problem for me, at least. (others have said this in other forum posts, but I wanted to reiterate to raise it up on the Google hit list)

One question for the group - I got rid of most of the Rogers crapola (telenav, moxier*, etc), but there's a whole section of Roger's links still in my "applications" list. The my5 link, weather, home, stocks, etc.... I want rid of ALL of them, but I can't find where those links live... any idea? Probably in a database somewhere, but I haven't had time to explore all the different sqlite3 databases on the machine yet... guidance appreciated!

Cheers all!

Muddled
 
Upvote 0
Hi all,
there's a whole section of Roger's links still in my "applications" list. The my5 link, weather, home, stocks, etc.... I want rid of ALL of them, but I can't find where those links live... any idea?

They went away for me when I deleted the Rogers.apk, The only thing I kept is the MyAccount.apk which I downloaded from the marketplace.

Here is a diff of what went away

Code:
3d2
< Rogers.apk
9d7
< RingsExtended.odex
18d15
< IM_RGS.apk
29d25
< Rogers.odex
52d47
< FaceBook.apk
56,57d50
< Linkbook.odex
< MoxierMail-2.1.20.2-GW620-Rogers.apk
76d68
< MySpace.apk
91d82
< Email.apk
102d92
< RingsExtended.apk
109d98
< Linkbook.apk
118d106
< RogersImPlugin.apk
123d110
< IM_RGS.odex
133d119
< Email.odex

--
Pykler
 
  • Like
Reactions: muddled
Upvote 0
Just a quick note - in another of the Android developers forums the hackers are quite convinced that they'll have a functional android 2.0 for the Eve within a couple of months! BUT!! IMPORTANT!! YOU MUST NOT UPGRADE TO 1.6 if you plan to use their hack to upgrade to 2.0. This is because the "secret code" to get to the root menu seems to have changed between 1.5 and 1.6, so you wont b e able to hack 1.6 until someone leaks that code...

Just a heads-up :)

Muddled
 
Upvote 0
OK, a while ago I said that I would start a thread on how to root the Rogers LG EVE GW620.
All of this information I found through other forums, so I just followed the steps and got a rooted Eve quite simply. All thanks go to the original rooters (Zacpod) and the fine folks over at XDA.
I was using Windows 7 so Vista or XP maybe slightly different, but not a whole lot. Also, I did this a few weeks ago so some of it is going from memory. If any edits are needed I will update this post.
Getting started

First, get yourself a copy of Android SDK (it's completely free) from here: http://developer.android.com/sdk/index.html
Read the installation guide here: http://developer.android.com/sdk/installing.html
You only need to install the SDK, not the Eclipse plugin.

If you're using Windows, you'll also need the ADB (Android Debug Bridge) USB driver. Get it from here: http://developer.android.com/sdk/win-usb.html

Download the LG USB drivers from this link.
Linux and OSX users don't need a driver (lucky you!).

How to install the LG USB and ADB USB drivers on Windows.

This is the part that I had the most problems with, but that's mainly because I read the instructions wrong!
First, install the LG USB drivers from the link above.

Then, on the phone you need to enable USB debugging mode

Settings ---> Applications ---> Development ---> USB debugging (put a check mark here)
Connect the phone to your PC with the USB cable.

In Windows, you should hear the beep on a connected device and the LG drivers should find it OK. In Windows, open up Device Manager and you should see 2 devices with yellow exclamation marks beside it and the description "LG USB Modem" (I'm going from memory here, so that may not be 100% accurate).

Right click on the 2nd one, click "Update driver software", click "Browse my computer for driver software" then click "Let me pick from a list..." You should see "Android Phone" listed. Double click this and you should see a list of 3 options. Click on "Android ADB Interface" and click "Next". You'll probably see an "Update driver warning" box, so just click "Yes" to install it anyway.

If you don't see 3 options, click "Have Disk..." and select the Android USB driver (android_winusb.inf) you downloaded earlier.

After all this, you should now be able to get ADB shell access to your Eve. To check you have access follow these steps:
If you're on Windows, open a Command Prompt window but make sure you "Run as administrator" to get the privilegies needed. Linux users can use Terminal.

Navigate to your installed Android SDK (ie: "cd c:\SDK\tools\" if that's where you installed it).
Now type "adb devices" to see if your Eve is detected. If it is, you're good to go on.

Rooting (all credit to Zacpod)

Now onto the actual root. All this is taken from Zacpod's excellent post found here: http://androidnetwork.org/forum/viewtopic.php?f=22&t=143 I'll be copying it almost verbatim, and I hope he doesn't mind ;)


  1. Download the Superuser Whitelist (http://koushikdutta.blurryfox.com/Superuser/Superuser.zip) and unzip it somewhere safe such as c:\SDK\tools\
  2. On the GW620 dial "3845#*620#" to get in to the secret menu
  3. Tap "Module Test" then tap "Stability Test" then tap "Enable Root Permission"
  4. Open a Command Prompt on Windows by pressing Windows Key + R, then type "cmd" in the empty field. Note, you should also run this with Administrator rights. Linux users can use Terminal.
Navigate to your installed Android SDK (ie: "cd c:\SDK\tools\").


  1. Type "adb shell"
  2. You should get a #. If you get a $ then something didn't work. Shutdown the phone and PC and try again. If you get a # then all is well. Type "exit" to return to your PCs command prompt.
  3. Type "adb remount" to remount the GW620's file system as read-write so we can make changes.
  4. Type "adb shell cat /system/xbin/su > /system/xbin/su.original" [Note: This step may give you a "could not find path" error. Just continue on with step 5 and the root will still work.]
  5. Type "adb push bin/su /system/xbin/su"
  6. Type "adb push bin/su /system/bin/su"
  7. Type "adb shell chmod 4755 /system/xbin/su"
  8. Type "adb shell chmod 4755 /system/bin/su"
  9. Type "adb install bin/Superuser.apk"
You will now have root access to your Eve and can now remove the Rogers apps.

Removing the Rogers apps (credits to the people of XDA)


  1. Make sure your phone is in USB debugging mode (see beginning of guide).
  2. In the Command Prompt (or Terminal on Linux), make sure you're in your SDK Tools folder (c:\SDK\tools\)
  3. Type "adb shell". You should see "#"
  4. Type the following commands:
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
Again, creates a backup of the Linkbook app onto your SD card.

Code:
dd if=Linkbook.odex of=/sdcard/backup/Linkbook.odex
Again, creates a backup of the Linkbook app onto your SD card.
Code:
rm Linkbook.odex
Code:
rm Linkbook.apk
Code:
dd if=MySpace.apk of=/sdcard/backup/MySpace.apk
Code:
rm MySpace.apk
Code:
dd if=RingsExtended.odex of=/sdcard/backup/RingsExtended.odex
Code:
dd if=RingsExtended.apk of=/sdcard/backup/RingsExtended.apk
Code:
rm RingsExtended.odex
Code:
rm RingsExtended.apk
You're done. Stay in the ADB shell for the next part.



Enable deleting of pre-installed bookmarks

In ADB shell, type:

Code:
cd /data/data/com.android.browser/databases
Code:
sqlite3 browser.db "update bookmarks set readonly=0;"
This will allow you to delete the Rogers bookmarks.
Type "exit" in the ADB shell to return you to the Command Prompt.


Hopefully this should help out a few people that want to root and remove the Rogers apps. You may have problems with the Windows USB driver getting recognized as I do all the time. I have to keep re-installing the ADB driver for some reason, but it get's there eventually.
Good luck!


Hi, Here is robbiechang come from china. now I have a LG GW620 in hand and faced software installation issue. so I follow all your steps and done it. but now the new problem that is I can't download the software from the electronic market.
Another question that is I don't know how to install the software into the SD card and uninstall original software such as Gmail, Google talk and etc.

Look forward to your prompt reply and high appreciate for that.
 
Upvote 0
Hi all;
Im new to this,so apologies in advance for any obvious bonehead moves.
Im following the instructions so kindly laid out by britbloke, but....... my xp sp2,with lg drivers installed and showing up in Device Manager will not show android phone in list , nor will it show me sdk usb driver to update driver with. I have usb debugging enabled, and root permissions enabled. I am following britblokes instructions to the letter as far as I can tell. Any thoughts?
rootless in Vancouver
 
Upvote 0
So on both Vista and XP I get stuck at the exact same spot every time. First I plug in my Eve and it has to find the drivers, Ive tried directing it to the folder specifically as well as using Device Manager and every time I get the error Unable to install driver....you might want to contact the website blah blah blah. Anyone know what I might be doing wrong.

(In Windows, you should hear the beep on a connected device and the LG drivers should find it OK. In Windows, open up Device Manager and you should see 2 devices with yellow exclamation marks beside it and the description "LG USB Modem" (I'm going from memory here, so that may not be 100% accurate).

Right click on the 2nd one, click "Update driver software", click "Browse my computer for driver software" then click "Let me pick from a list..." You should see "Android Phone" listed. Double click this and you should see a list of 3 options. Click on "Android ADB Interface" and click "Next". You'll probably see an "Update driver warning" box, so just click "Yes" to install it anyway.)

It`s this part that I am having dificulty with. Up to this part I have done everything correctly, including the Android SDK and installed all the addons found within.

Please Help
Space Dog
 
Upvote 0
Hi all;
Im new to this,so apologies in advance for any obvious bonehead moves.
Im following the instructions so kindly laid out by britbloke, but....... my xp sp2,with lg drivers installed and showing up in Device Manager will not show android phone in list , nor will it show me sdk usb driver to update driver with. I have usb debugging enabled, and root permissions enabled. I am following britblokes instructions to the letter as far as I can tell. Any thoughts?
rootless in Vancouver

This is my exact problem!
 
Upvote 0
I had same problem, it was because none of the the vendor IDs defined in the android_winusb.inf file didnt match my device.
Back in device manager, right click the second LG USB Modem, properties, Details tab.
Mine shows USB\VID_1004&PID_6171&MI_01\6&AF0B60F&0&0001
which doesnt match any entries in the INF file.
eg this was the first set of entries in winusb.inf (scroll down a bit to see them)
; HTC Dream
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF

so I copied them & pasted in my vendor ID to make another set for my phone and inserted at the top:
; LG GW620
%SingleAdbInterface% = USB_Install, USB\VID_1004&PID_6171
%CompositeAdbInterface% = USB_Install, USB\VID_1004&PID_6171&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_1004&PID_0FFF
;
saved the file, and tried update driver again, again pointing it to usb_driver directory
=> bingo, it found it, installed an Android Phone device with a child of Android Composite ADB interface.
 
Upvote 0
I get the same error..

Edit: LOL I got it. I just placed the bin folder in the wrong place in Windows.
OK, so now I am rooted. I have heard that this helps if you want to install paid applications. But if I look in Market now, I still get only freeware or adware..

I'm having the same issue (cannot stat 'bin/su': No such file or directory
). What is the path to the correct folder to place this? Currently, I have the whole SuperUser folder under android tools folder. Is that correct?
I will appreciate any feedback.
@Britbloke thanks for this guide.

EDIT: I solved this by using the full path to the superuser directory.

Original step: 5. Type "adb push bin/su /system/xbin/su"
Modified for my PC: Type: "[FONT=&quot]adb push [/FONT]C:\Users\Masu\Desktop\Tools\android-sdk-windows\tools\Superuser\[FONT=&quot]bin/su /system/xbin/su"[/FONT]

I had to do the same for steps 6 and 9 as well.
 
Upvote 0
I am stuck on step 9 -[FONT=&quot]Type "adb install push [/FONT]C:\Users\Masu\Desktop\Tools\android-sdk-windows\tools\Superuser\[FONT=&quot]bin/Superuser.apk"

When I enter this commad I the following error:

177 KB/s (18880 bytes in 0.104s)
pkg: push
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

Any ideas or suggestions?
[/FONT]
 
Upvote 0
I am stuck on step 9 -[FONT=&quot]Type "adb install push [/FONT]C:\Users\Masu\Desktop\Tools\android-sdk-windows\tools\Superuser\[FONT=&quot]bin/Superuser.apk"

When I enter this commad I the following error:

177 KB/s (18880 bytes in 0.104s)
pkg: push
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

Any ideas or suggestions?
[/FONT]

Update: After restarting my PC & Resetting my device. and moving the contents of the Superuser to android tools i was able to root LG GW620.
 
Upvote 0
Right click on the 2nd one, click "Update driver software", click "Browse my computer for driver software" then click "Let me pick from a list..." You should see "Android Phone" listed. Double click this and you should see a list of 3 options. Click on "Android ADB Interface" and click "Next". You'll probably see an "Update driver warning" box, so just click "Yes" to install it anyway.

I really dont see the android phone that's supposed to be listed. Im running windows 7, USB debugging is checked and im sure i installed everything, help?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones