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

Root Rooting LG Optimus Net (LGL45C)

Okay, everything is ok up until cmd: abd devices. it says " *daemon not running. starting it now on port 5037 *
*daemon started successfully*
List of devices attached"

nothing. it just gives me another cmd line

"x\xxxx\ADB>"
any suggestions??

Install ADB drivers :)
 
Hi but i cant help to ask but. i cant find the recovery or any rom seems like this phone is not notice in the communtiy
 
Hello all. I am new to this forum and I am trying to root my phone. I own an LG optimus net. The carrier is net10 wich works off of verizon towers. This is the first android I have ever used/owned. I am desperately trying to root it. I have absolutely no computer skills. I speak english (it is my first language) but I could not read/understand the super on click instructions. I am searching for a "no pc" way to root my android. I am running .2.3.4 android software on it. Please help me. Gingerbreak had no effect.

Please help me. You are my only hope.
 
I got the phone rooted. It took six hours, but I did it. I used the unlock root program. I had to find a file share site to download it, have no idea why I couldnt download it from the manufacturers site. Finally got it on the pc. THEN when I used a USB cable to plug my phone into the laptop, my pc couldnt recognize the device. Also my phone was not prompting me to choose mass storage or charge only upon connecting. I have no idea what causes this. I tried downloading drivers for the phone, everything. I have no idea how I finally got it to work but the phone is rooted. The reason for my six hour battle? I wanted to kill voice dialer. It opens up every single time I plug headphones into my droid. Then calls a random person. And does it randomly as Im listening to music. But thanks to you guys I KILLED THAT MOTHER****ING APP. So thank you.
 
I got the phone rooted. It took six hours, but I did it. I used the unlock root program. I had to find a file share site to download it, have no idea why I couldnt download it from the manufacturers site. Finally got it on the pc. THEN when I used a USB cable to plug my phone into the laptop, my pc couldnt recognize the device. Also my phone was not prompting me to choose mass storage or charge only upon connecting. I have no idea what causes this. I tried downloading drivers for the phone, everything. I have no idea how I finally got it to work but the phone is rooted. The reason for my six hour battle? I wanted to kill voice dialer. It opens up every single time I plug headphones into my droid. Then calls a random person. And does it randomly as Im listening to music. But thanks to you guys I KILLED THAT MOTHER****ING APP. So thank you.

I'm curious as to the firmware version on your phone. Is it LGL45CT1 or LGL45CT2?

I tried to root my Net10 LGL45C to no avail after my firmware updated to LGL45CT2. I tried Gingerroot (installed on phone - not the ADB method), SuperOneClick (got stuck at step 7) AND Unlockroot (got message unable to chmod root utility).:(
 
I'm curious as to the firmware version on your phone. Is it LGL45CT1 or LGL45CT2?

I tried to root my Net10 LGL45C to no avail after my firmware updated to LGL45CT2. I tried Gingerroot (installed on phone - not the ADB method), SuperOneClick (got stuck at step 7) AND Unlockroot (got message unable to chmod root utility).:(

Its LGL45CT2, havent done an update since I rooted. So I had to have rooted while running CT2. Have you tried Gingerbreak ( I ask not knowing if its the same as "Gingerrot"). I rooted my buddy's phone with it, LG optimus from Virgin Mobile.
Good luck getting your phone routed. You can try posting a call for help or tech support here, but it is unlikely anyone will respond or assist you.
 
Its LGL45CT2, havent done an update since I rooted. So I had to have rooted while running CT2. Have you tried Gingerbreak ( I ask not knowing if its the same as "Gingerrot"). I rooted my buddy's phone with it, LG optimus from Virgin Mobile.
Good luck getting your phone routed. You can try posting a call for help or tech support here, but it is unlikely anyone will respond or assist you.

I meant Gingerbreak:o. It was late and I was tired.

You rooted your friend's Virgin Mobile phone but mine's a Net10 (Sprint is the build). American Movil (Tracfone, Straight Talk, Net10 and Safelink) has their branded phones locked down pretty well.
 
Another option yoj might try is Universal Androot or z4root. I have absolutely no idea if theh are compatible or if they will brick your phone. that's about the extent of my tech support abilities. I would post a thread in the all things root forum. Bump your thread until someone helps you.
 
You can root LGL45CT2 with zergRush. After executing the exploit, the adb shell didn't work anymore but all the other adb commands did (with root privileges). So you just remount and then push your su binary to /system/bin. Then in order to set the setuid, and executable flags add the appropriate command to some init script that will be run when the phone boots. I just pulled /etc/init.qcom.post_boot added the chmod to the end and pushed it back. Then reboot the phone.
 
I've just finally gotten to a computer where i can try to root my LG LG45C the software version is LGL45CT2, I have tried both superoneclick and UnlockRoot and they both are blue screening my pc, I'm a pretty avid pc user and I'm not a "noob" in the area of sorts but I cant seem to figure this problem out.
 
Hello I've reset my LGL45C to factory defaults because the SOC would pick up my device. Now it detects but I get a very long list of info. Me being an cmd noob. I'm not sure what I should do here. Any response PM or email would be very appreciated. Here in the result of the cmd.exe line adb decives.



C:\Users\Optio v4.0\Desktop\SOC\ADB>adb decives
Android Debug Bridge version 1.0.29

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this command with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)

adb restore <file> - restore device contents from the <file> backup
archive

adb help - show this help message
adb version - show version num

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

C:\Users\Optio v4.0\Desktop\SOC\ADB>adb shell
error: device not found

C:\Users\Optio v4.0\Desktop\SOC\ADB>adb decives
Android Debug Bridge version 1.0.29

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this command with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)

adb restore <file> - restore device contents from the <file> backup
archive

adb help - show this help message
adb version - show version num

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

C:\Users\Optio v4.0\Desktop\SOC\ADB>
 
Back
Top Bottom