reply to discussion

Post a reply to the thread: How-to: Root Your LG Intuition

Your Message

If you are already a member Click here to log in
 
  • :)
  • :heart:
  • :(
  • ;)
  • :p
  • :cool:
  • :rolleyes:
  • :ah:
  • :evil:
  • :flamemad:
  • :sad:
  • :laugh:
  • :D
  • :smart:
  • :blush:

Send Trackbacks to (Separate multiple URLs with spaces)

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

  • If selected, :) will not be replaced with smile

Subscription

Topic Review (Newest First)

  • 11-06-2012, 05:12 AM
    Lyanna
    By rooting your LG Intuition you will gain full control over your handset, but keep in mind that rooting your device will void its warranty. So proceed further only if you’re absolutely sure about this.

    First off, you need to download a few things:

    1. An ADB set up.
    2. su.
    3. lgroot.sh.

    After you’ve downloaded those items, you just need to enter a few simple commands:


    1. adb push su /data/local/tmp/su
    2. adb push lgroot.sh /data/local/tmp/lgroot.sh
    3. adb shell
    4. $ chmod 777 /data/local/tmp/lgroot.sh
    5. $ rm /data/vpnch/vpnc_starter_lock
    6. $ ln -s /data/local.prop /data/vpnch/vpnc_starter_lock
    7. $ exit
    8. adb reboot

    After entering these commands, you may have to unplug and replug your smartphone in order for your computer to detect it again.

    Then you have to execute the following commands:


    ]1. adb wait-for-device shell
    2. $ echo ‘ro.kernel.qemu=1′ > /data/local.prop
    3. $ exit

    The next part is somewhat tricky. You will need to execute the following commands one after another. The second command has to be input as soon as you see adbD coming up, before it drops the root privileges. Some of you may need a few minutes to manage to do it, but keep trying.
    In addition to this, you may also need to unplug and replug your LG Intuition after the second command is completed.

    The commands are:

    1. adb reboot
    2. adb wait-for-device /data/local/tmp/lgroot.sh

    You phone may need to be unplugged and replugged now, after the second command.

    Then next commands that you need to execute are:

    1. adb wait-for-device shell
    2. $ su
    3. # rm /data/local.prop
    4. # rm /data/vpnch/vpnc_starter_lock
    5. # reboot

    And now you’re done, congratulations! After the handset reboots, download and install SuperUser from Google Play.

Posting Permissions

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