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

Root Optimus M+ Root Guide

citric

Member
Alrighty, so there've been some nice advances already in this relatively new phone. Here's a small guide to help

Before starting, be sure you have the latest LG drivers. One way to do this is to connect the phone before doing any of this and let your computer do the new hardware found stuff. If that doesn't pop up you should be good.

Or go to the LG Website and download the newest driver

Optional: Download a reboot app to your phone (Quick Boot is what I have.) In my personal experience (I haven't heard anyone else say this) my phone got stuck on the last reboot and I couldn't get the power button to bring up the power down menu. I removed the battery and plugged it back in, booted up the phone and everything was dandy. Having Quick Boot would've made this easier and made me not worry about pulling the battery, though it worked out.

1. Download and unzip the optimusmplus_root_windows.zip file attached below.

2. On your phone, go to Settings > Applications > Development and be sure that USB Debugging is checked.

2. Plug your OM+ into your computer, and unplug any other phones you might have plugged in.

3. Locate the folder you unzipped from step 1, and run run.bat.

4. Sit back and let it do it's thing. Your phone should reboot 3 times. If you're stuck on the reboot after "Cleaning up..." reboot your phone using Quick Boot.

5. Enjoy your rooted phone!

6. If you haven't already, head over to the Bump up your networks speeds thread and boost your data service (if you're noticing really... really slow speeds, like <0.20mbps )

7. If you like this post, hit the Thanks button :thumbup:
 

Attachments

I just got the phone yesterday and was frustrated that GingerBreak did not work.

I found this post...and it was AWESOME!!! Unfortunately, I had to wait until I got home because I work for the Federal Gov't and they like to play "big brother" with the computer system. lol

I had NO PROBLEMS rooting at all! This morning, I boosted my data signal to (almost) 4G speeds.

Thanks for posting this. You are a major stress reliever! lol:rock:
 
If you have ADB running already, close that it might cause a conflict. Then just follow the instructions in the first post. Its fairly straightforward.
 
This is weird. I didnt have to unzip the file when i saved it or opened it, and i dont see any "Run.bat" Whats going on??

You should still be able to see a file called "Run"
And you probably opened it with the regular windows file explorer, you still must unzip it because it is a zip and things do not run properly when it is zipped.
 
Right-click the downloaded zipped folder, select "Extract All" and Windows will extract the files into a new folder in the same location (downloads folder, desktop or wherever you have it). Then open that folder and you should see all the files, open run.bat.
If you still don't see it then it's possible the download was incomplete or corrupt, try downloading it again.
 
I did follow the steps. The first time I tried I didn't work and I retry all the steps again. The second time I got stuck in the start loop. So I tried to run the RUN file again. Now I just get till the point when it says: "link failed file exists". I've been trying many times. Using the hard reset button combination too (which brings the phone to the default state). Some help?
 
Aghhhhhh! 9 days, still can't get even ONE recovery to boot into Boot Recovery. What gives?
I think I need a simple "flash_image" file and "recovery.img" to use.
here are my adb cmds:

# adb push c:\flash_image /sdcard/
# adb push c:\recovery.img /sdcard/
# adb shell
$ su
$ mount -o remount, rw /system
$ cp /sdcard/flash_image /system/bin
$ cd /system/bin
$ chmod 777 flash_image
$ flash_image recovery /sdcard/recovery.img

where am I blowing it?
 
I can almost 99% guarantee you that that is a terrible idea, it probably doesn't have any of the same mounting points or partition stuff so it probably wouldn't do you any good
 
we just need to get the USB mounting to work and that's it.
playfulgod put in a lot of work last night on this as well
 
I can almost 99% guarantee you that that is a terrible idea, it probably doesn't have any of the same mounting points or partition stuff so it probably wouldn't do you any good

I change boot.img's........that's how I ported all the Optimus V roms to the old optimus m
 
Back
Top Bottom