Jump to content

LG E400 rooting, same method as LG Spectrum


Recommended Posts

Guest hecatae
Posted

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]

  • 2 weeks later...
  • 1 month later...
Guest Ygreck
Posted

can someone compile the CWM to version 6.1.0 for the L3 ?

Guest Ygreck
Posted

nice, thx^^

but this version has some bugs:

- there is no select-button xDD

- the font is to oversized

  • 2 weeks later...
  • 2 months later...
Guest WhiteDeath25
Posted

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

  • 2 weeks later...
Guest hecatae
Posted

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

  • 3 weeks later...
Posted

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.

Guest sparhawk76
Posted

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

Posted

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.

  • 2 weeks later...
Guest alibaiarali
Posted

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

  • 2 weeks later...
Guest xshinichix
Posted

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

Posted

I dont know, i havent test it... Maybe the german or EU Version work better

Guest xshinichix
Posted

I dont know, i havent test it... Maybe the german or EU Version work better

im tried EU and German versions of those firmware, but still same results :(

  • 1 month later...
Guest madprofessorus
Posted

I have tried a couple of methods,including this one,noone worked so far for me,my device has the latest firmware on V11,is there any new method?

Guest madprofessorus
Posted

Big apologies,V10m I meant,I got it about two weeks ago,maybe its a new one

Guest Angelcho
Posted
Big apologies,V10m I meant,I got it about two weeks ago,maybe its a new one

it's old fw actually, btw what error do you get?

Guest madprofessorus
Posted

It's the greek version,I get an error saying link failed,permission denied,I get two reboots but the root doesnt work

  • 1 month later...
Guest poke95man
Posted

Recently received a call from the warranty and I have a problem with the root. Versions of this mobile phone are E400f

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.