Join Today













Site Sponsor
Results 1 to 3 of 3
  1. #1
    Specialist Genuwine1976's Avatar
    Join Date
    Mar 2010
    Location
    West Memphis, Arkansas, United States
    Posts
    418
    Rep Power
    417

    Default Rogers LG Eve GW620 rooting guide + Remove Rogers apps


    Found This over @ androidforums and thought it would be usefull.... (all credit to Zacpod)


    Getting started

    First, get yourself a copy of Android SDK (it's completely free) from here: [Only registered and activated users can see links. ]
    Read the installation guide here: [Only registered and activated users can see links. ]
    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: [Only registered and activated users can see links. ]

    Download the LG USB drivers from this link: [Only registered and activated users can see links. ]
    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: [Only registered and activated users can see links. ] I'll be copying it almost verbatim, and I hope he doesn't mind

    1. Download the Superuser Whitelist ([Only registered and activated users can see links. ]) 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!
    Last edited by Genuwine1976; 09-26-2010 at 08:12 PM.

  2. #2
    Newb
    Join Date
    Sep 2010
    Posts
    1
    Rep Power
    0

    Default

    Can you help? I got to the following step:
    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.
    when I do this, no devices are listed. I am pretty sure I did everything above this step. What might I have missed? Thanks for any help!

  3. #3
    Trainer ownmart's Avatar
    Join Date
    Feb 2010
    Location
    Clovis, CA
    Age
    38
    Posts
    564
    Rep Power
    233

    Default

    Quote Originally Posted by wyojon View Post
    Can you help? I got to the following step: when I do this, no devices are listed. I am pretty sure I did everything above this step. What might I have missed? Thanks for any help!
    "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! "

    try other usb ports, make sure usb debugging is enabled, and restart your computer as well


 

Similar Threads

  1. Replies: 5
    Last Post: 06-19-2013, 02:48 PM
  2. [riskfreeroot] - HTC Desire rooting guide
    By Genuwine1976 in forum Other HTC devices not yet covered.
    Replies: 1
    Last Post: 04-02-2011, 08:41 PM
  3. [GUIDE] EVO on MetroPCS Web,MMS,G Apps WORKING!
    By Wrecked Johnson in forum General Disscusion
    Replies: 1
    Last Post: 09-05-2010, 04:11 PM
  4. Missing apps / Apps not working ???
    By invintive in forum Flashing Blackberries to Cricket
    Replies: 8
    Last Post: 08-13-2010, 07:55 PM
  5. Replies: 0
    Last Post: 07-28-2010, 04:33 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •