Jump to content

LG E400 rooting, same method as LG Spectrum


Guest hecatae

Recommended Posts

Guest hecatae

follow the instructions here: http://gadgetstip.com/root-lg-spectrum-smartphone-method-by-dan-rosenberg/

the run batch file contains this code:

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: LG Spectrum root script
:: Windows version
::
:: Copyright (C) 2012 Dan Rosenberg (@djrbliss)
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Instructions:
::
:: 1. Ensure you have the latest drivers installed from LG
::
:: 2. Put your device in debugging mode
::
:: 3. Attach it via USB
::
:: 4. Run this script in the same directory as the rest of the extracted
:: zipfile
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

@echo off
cd "%~dp0"

echo [*]
echo [*] LG Spectrum Root Exploit (Windows version)
echo [*] by Dan Rosenberg (@djrbliss)
echo [*]
echo [*] Before continuing, ensure USB debugging is enabled, that you
echo [*] have the latest LG drivers installed, and that your tablet
echo [*] is connected via USB.
echo [*]
echo [*] Press enter to root your phone...
pause
echo [*]

echo [*] Waiting for device...
adb wait-for-device

echo [*] Device found.

adb shell "rm /data/gpscfg/gps_env.conf 2>/dev/null"
adb shell "ln -s /data /data/gpscfg/gps_env.conf"

echo [*] Rebooting device...
adb reboot
echo [*] Waiting for device to reboot...
adb wait-for-device

adb shell "echo 'ro.kernel.qemu=1' > /data/local.prop"
echo [*] Rebooting device again...
adb reboot
echo [*] Waiting for device to reboot...
adb wait-for-device

echo [*] Attemping persistence...
adb remount
adb push su /system/bin/su
adb shell "chmod 6755 /system/bin/su"
adb shell "ln -s /system/bin/su /system/xbin/su"
adb push busybox /system/xbin/busybox
adb shell "chmod 755 /system/xbin/busybox"
adb shell "/system/xbin/busybox --install /system/xbin"
adb push Superuser.apk /system/app/Superuser.apk

echo [*] Cleaning up...
adb shell "rm /data/local.prop"
adb shell "rm /data/gpscfg/*"
adb shell "chmod 771 /data/"

echo [*] Rebooting...
adb reboot
adb wait-for-device

echo [*] Exploit complete!
echo [*] Press any key to exit.
pause
adb kill-server
[/code]

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 2 months later...
Guest WhiteDeath25

The root process need some update. in my country (brazil) the new firmware(V10D) cannot be rooted, but V10C can. it's say read-only file system,etc

Link to comment
Share on other sites

  • 2 weeks later...
Guest hecatae

The root process need some update. in my country (brazil) the new firmware(V10D) cannot be rooted, but V10C can. it's say read-only file system,etc

yes LG read forums and fix bugs

Link to comment
Share on other sites

  • 3 weeks later...
Guest sparhawk76

FYI, V10K (Europe Open) is the latest version I've been able to root. V10N was a no go (for me at least). If anyone had more success, please post.

I am working on testing a root exploit for the v11e (only thing I haven't tried is the linux side of the script) ... I'm guessing it might work for v10N, will release it soon and you can check. If you want a copy of what I've made so far I can work on zipping it up and getting you a test copy.

Sparhawk

Link to comment
Share on other sites

Sparhawk, did you try an older version of superoneclick? Supposedly the "rageagainstcache" mode works on some e400 roms that the script doesn't. I haven't had the time to test it myself though, maybe over the Xmas holidays.

Link to comment
Share on other sites

  • 2 weeks later...
Guest alibaiarali

ive tried a bunch of Europe open firmwares..and i cannot root anyone..10c,10d,10k..ive useb both poot and dan rosenberg methods!

Pls help..me with an advice..or a link for a rootable firmware..and root method!

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

in this germen board a user find a trick to root v10k and higher, everytime!

my bad translation ;P :

  1. After KDZ-Flash delete all LG-Driver

  2. Reinstall LG USB-Driver

  3. Activate USB Debbuging

  4. Use LG_Spectrum_and_E400_Root-Account-Activation_Windows
    ( Funny, it was the only one that works )

  5. Finish rooting

thanks to MerekFynn!!

Edited by Ygreck
Link to comment
Share on other sites

Guest xshinichix

in this germen board a user find a trick to root v10k and higher, everytime!

my bad translation ;P :

  1. After KDZ-Flash delete all LG-Driver

  2. Reinstall LG USB-Driver

  3. Activate USB Debbuging

  4. Use LG_Spectrum_and_E400_Root-Account-Activation_Windows
    ( Funny, it was the only one that works )

  5. Finish rooting

thanks to MerekFynn!!

ive tried this multiple times, but i can't still root v10k and higher firmwares with my new lg -e400. thats why i reflash my phone to v10j

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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.