[ROOT / TWRP][D851 ONLY][OSX/Linux/Windows] Root/TWRP your TMO G3 with PurpleDrake!

Search This thread

GunshinFU

Member
Feb 10, 2016
23
1
Links not working for me

Are there any alternative links to download the files? I keep getting a 404 error after the page has loaded and sits for a few seconds.
 

brossow

Member
Apr 5, 2009
20
2
Just picked up a G3 and tried to use PurpleDrake to root using OS X. (Only reason I want to root is for TitaniumBackup, which has saved my @$$ more times than I can remember.) No go, with the following in Terminal (with extraneous stuff trimmed out):

Your phone is a [ LG-D851 ] on [ TMO ] running SW version [ V20g ] ...
...
ERROR: Your phone is not running a compatible software version. No vulnerable mode detected, rebooting phone.
We tried to temproot you, and it didn't work. This phone isn't vulnerable, it would appear.

Any suggestions?
 

TonyStark R.I.P.

Retired Moderator - R.I.P.
May 20, 2008
11,217
10,875
Malibu Point
Last edited:
  • Like
Reactions: brossow

brossow

Member
Apr 5, 2009
20
2
This thread may be worth looking into [GUIDE][ROOT] Newest Root Method for LG . 20b is mentioned in this thread.

Thanks! I saw that thread, but unfortunately the only info I saw related to Windows and I was hoping for a Mac-based solution since I no longer have a Windows computer at home. (I've been meaning to repurpose my FreeNAS server for months since going to a different solution but just haven't gotten around to it.) I tried using the method in that thread via WINE, but it didn't like it. I can get access to a Windows computer and use the other method, but thought I should mention that this particular combination didn't work with PurpleDrake. Thanks again!
 

mchlbenner

Senior Member
Jul 1, 2008
3,381
842
Hi
Will flashiy work on this phone I saw a video saying it would

Sent from my Nexus 5 using xda premium
 

marcdw

Senior Member
Sep 24, 2014
5,751
2,894
59
Baldwin Park

ehtisham ali

Senior Member
Jul 12, 2015
159
13
I want to know what is difference between super su root and purple drake root? I think u guys are understood .. Sorry for bad English
 

ohyeahguy!

New member
Jul 26, 2016
1
0
Error

When I double click "purpledrake_windows", it gets stuck on "Waiting for device"
I've done everything it told me to but it still wont work.
Any help?
 

dujucell

Member
Jan 5, 2009
9
1
Hi I have an LG G3 D851 on Android 6 Marshmallow ROM D58130d, Carrier T-Mobile. The unlock did not work foe me. Please help. I need to root my phone to fix the mac address. For some strange reason my phone lost the mac address.

Thanks in advance.
 
Last edited:
  • Like
Reactions: kimouch

mashjet

Member
Apr 17, 2011
5
2
Ashland, KY
www.mashjet.com
Your phone is a [ LG-D851 ] on [ TMO ] running SW version [ V30e ] ... ERROR: Your phone is not running a compatible software version. No vulnerable mode detected, rebooting phone.

OSX, Android 6.0, Security Patch 2016-07-01
 

Top Liked Posts

  • There are no posts matching your filters.
  • 192
    Howdy all!

    What's this? Read on, dear reader, to discover the magic that is PurpleDrake.

    rY0Jco4.png

    What is this?

    This is a utility to easily root your LG G3 (specific models only). It's a fairly foolproof script that includes all the dependencies you'll need for getting your phone rooted easily.

    This is the FULL version. This means that it will automatically root, and ask you if you want TWRP installed and a custom boot that doesn't trip the root checker!

    Who made this?

    This root is a collaboration between myself (IOMonster), jcase, and autoprime.
    Special thanks also to beaups for some initial guidance looking at the vulnerable application.

    Thanks to @Shelnutt2 for the security-disabled boot.img
    Thanks to @Dees-Troy for the TWRP image!

    Is my phone compatible?

    The new LG G3 models each are slightly different with regards to rooting and unlocking.

    To see a matrix of which LG G3 phones are compatible with this root, please see this Google Docs spreadsheet that we've compiled.

    When you run this program, your phone will reboot and run a test to see if it's compatible. If the application succeeds, it'll let you know that it's able to permaroot you. If not, it'll fail gracefully and reboot you back to normal Android without having changed anything.

    Please note that this version is currently only compatible with the T-Mobile D851 version of the LG G3. For other phones, we suggest you look for the LITE version of PurpleDrake.

    How do I use this?

    WE NOW SUPPORT WINDOWS! YAY ME

    To start, for either platform you'll need to scroll down to the download section and get the file.

    Ensure that your phone is in ADB mode (PTP Mode for everyone but Verizon. Verizon users need to be in "Internet"/"Ethernet" mode)

    Linux Instructions (in a terminal!)
    • Extract the file you downloaded...
      tar xvf ~/Downloads/PurpleDrake-TMO_VERSION.tar.gz
    • Mark the application as executable, and run it!
      cd PurpleDrake-TMO
      chmod +x purpledrake_linux.sh
      ./purpledrake_linux.sh

    OSX Instructions (just a bit easier)
    • Extract the file you downloaded
    • Double-click on "purpledrake_osx"

    Windows Instructions
    • Extract the file you downloaded
    • Double-click on "purpledrake_windows"

    The application will guide you through all the steps you need.

    You will still need to install SuperSU from the market after installing PurpleDrake. This pack does not include one.

    If you choose to install the custom boot.img, your phone's root checker will not be tripped and your phone will show as UNROOTED.

    After, be sure to check @autoprime's post for how to disable OTA upgrades! here : http://forum.xda-developers.com/showpost.php?p=54254111&postcount=2

    But, what if I don't want to run your script to root?

    Well then, I'd be a little hurt, but you can still do everything the script does manually.
    Download the package, and extract it. Open a terminal in the main folder of the archive and run these commands:
    Code:
    adb reboot --bnr_recovery
    adb push ./assets/start_restore /temp/start_restore
    adb push ./assets/permaroot.bin /temp/start_restore
    adb reboot

    That will perma-root you, however there's no protection from doing something stupid or the phone being incompatible. Please be careful!

    Where do I get this?

    WINDOWS/OSX/LINUX VERSION OUT NOW!
    - Fixed Windows support
    - Fixed OSX ADB issues not detecting phone first try
    - Fixed race conditions leading to errors permarooting
    - Added 64-bit Linux ADB
    Code:
    [url]http://downloads.codefi.re/thecubed/lg_g3/purpledrake/PurpleDrake-TMO_R03.tar.gz[/url]

    Old version here... (OSX/Linux only)
    Code:
    [url]http://downloads.codefi.re/thecubed/lg_g3/purpledrake/PurpleDrake-TMO_R01.tar.gz[/url]

    Please DO NOT mirror or re-upload the PurpleDrake software to your own site, or any other file host.

    If you need drivers for Windows (thanks @autoprime for having these handy!):

    Help, it doesn't work!

    Post here, let us know what happened and we'll try to help you. DO NOT private message us on XDA or on IRC asking for help. We will not assist privately.

    Most questions if not answered here can be answered on #lg-g3 on IRC in Freenode.

    Thanks so much! How can I show my appreciation?

    Since this was a collaboration project, proceeds that are made from this root will be split between amongst us so we can purchase a Sprint test phone to root (as it's currently not rooted).

    If you'd like to donate to us, click the "Donate to me" button on the left sidebar under my name, and be sure to enter a comment to let us know that you're donating towards the PurpleDrake project.

    Thanks again!
    51
    FAQ:

    Q: I'm running the Windows .bat as administrator and it's closing/not working.
    A: There is no need to run the .bat as admin. Just double-click and run.

    Q: I get the "Windows cannot find '.\assets\windows\bin\mintty.exe'." error.. watdo?
    A: Try just double-clicking on the .bat instead of running as admin.
    Also make sure the script is extracted properly first before running.

    Q: I [used Flashify and] am stuck in fastboot.. how can I get out?
    A: Be cautious using Flashify as it seems it's not working right.. or people are hitting the wrong buttons with it.

    HERE are the stock TMO D851 partitions.

    Use fastboot to flash recovery(TWRP or stock) and stock boot. This will install TWRP and fix booting into rom.
    If on Windows you will need fastboot drivers. Use Google to find fastboot binaries and drivers.

    Code:
    fastboot flash boot boot.img
    fastboot flash recovery recovery.img
    fastboot reboot

    The commands to flash TWRP manually instead of using flashify is below.
    Place TWRP on the root of your internal /sdcard/ using MTP, downloading it directly to phone or using ADB push.

    Code:
    adb push name_of_file.img /sdcard/
    
    adb shell
    su
    dd if=/sdcard/name_of_file.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

    Disable OTA:

    Open LG Hidden Menu (3845#*851#) --> WLAN Test --> OTA Setting --> OFF
    *Replace "851" with your devices model number, 850, 852, 855 etc...

    The first D851 update has been released (10M). Bootloader remained unlocked. It would appear future OTAs will be safe to take AS LONG AS YOUR PHONE IS NOT MODIFIED! If you have flashed TWRP or installed xposed or modified /system then you need to restore any changes made or flash stock firmware (tot/kdz) before taking OTA.

    If using a non-tmobile g3 I would be hesitant about taking OTA updates. An OTA may update the boot stack to block Bump!

    EFS Backup:

    Code:
    [FONT="Arial Narrow"][B]Backup EFS after jailbreaking your G3. EFS is split into 2 partitions modemst1 and modemst2. 
    img files will be on root of internal sdcard. Save the .img files somewhere else besides the sdcard... email, cloud, etc..[/B]
    
    DO NOT FLASH OTHER PEOPLES EFS OR FLASH YOUR OWN BACKUPS ONTO ANOTHER PHONE.
    THIS WILL BREAK EFS ON THE PHONE YOU ARE FLASHING TO. EFS BACKUPS ARE FOR THE PHONE THEY CAME FROM ONLY.
    
    I have made a new thread on EFS backup and restore which can be found [URL="http://forum.xda-developers.com/lg-g3/development/efs-lg-g3-efs-backup-restore-t2907329"]HERE[/URL].
    [/HIDE]
    [B][SIZE="5"]Restoring Stock / Remove root flag:[/SIZE][/B]
    [HIDE]
    Download the tmo .tot file and use lg flash to restore it to stock. itll format everything on internal sdcard so backup anything u may need off it.
    
    T-Mobile firmware can be found [URL="http://downloads.codefi.re/wolfgart/LG_G3/D851"]here[/URL]. Thanks to [user=608699]@wolfgart[/user] for the files and [user=1157052]@thecubed[/user] for codefire hosting. 
    
    *Step by step picture guide - [url]http://imgur.com/W83hMPE[/url]
     
    install the drivers.
    put phone into Download Mode (power off. unplug USB. pull battery. put battery back in. press/hold Volume Up then plug in USB cable.)
    In Windows Device Manager set the phones serial COM port to #41. (*see picture guide for help)
    Install [URL="http://downloads.codefi.re/autoprime/LG/LG_G3/Setup_LGFlashTool_1.8.6.527.zip"][B]LG Flash[/B][/URL]. In "C:\LG\LG Flash" folder delete megalock dll. Replace with .dll below.
    new megalock dll - [url]http://bit.ly/1cQADXm[/url] (this site includes a "download manager.. UNCHECK THE BOX before downloading dll file.)
    Run LG Flash in the "C:\LG\LG Flash" folder. Select korean factory if asked.
    When LG Flash opens you will see a box to select firmware and dll.
    Select [URL="http://downloads.codefi.re/autoprime/LG/LG_G3/LGUP_8974.dll"][B]LG Flash .dll[/B][/URL]
    Select (.tot)
    Hit OK (*see picture guide for help)
    Hit yellow start button. If you get Milkyway error click ok. LG Flash will then run a crc check on the tot file. Takes a bit. 
    After crc check finishes unplug the phone. plug phone back in. it should now be seen in LG Flash and start flashing. 
    Phone will reboot when finished. You may end up on a screen with s "2"... let it sit there for a minute or two. 
    If stuck on "2" try unplugging the usb cable from the phone.. wait 10 seconds.. then plug the usb cable back in. now wait 30 seconds and hopefully it changes to a "3"
    Once the phone says "3" you can unplug the USB.. remove the battery and plug back in.. boot back up... you are now 100% stock. 
    [/HIDE]
    [B][SIZE="5"]PurpleDrake YouTube Videos:[/SIZE][/B]
    [HIDE]
    [url]https://www.youtube.com/watch?v=wJtz51KgxjM[/url]
    [/HIDE]
    21
    Can you share your process for other Windows users please?

    Windows Script (Rooting)

    1. Install the USB drivers

    2. Unzip the files (7-Zip) works great

    3. When you have the file Unzip this will create a folder called Purple Drake with a folder called asset inside it.

    4. Obtain the ADB files. Place the adb files in the both the Purple Drake folder and the assets folder to make it easier:

    adb.exe
    adbWinApi.dll
    adbWinUsbApi.dll

    5. Open an Admin command prompt in the Purple Drake folder

    6. Turn on USB debugging and connect your phone to your PC by USB

    7. Change to PTP mode, your computer should recongnise the LG G3, if not the USB drivers did not load correctly

    8. Type: adb devices

    it should come back with your phone info and the word attached, if it says offline then check your phone and accept the RSA popup, I would check the box inside so it remebers the phone.

    9. Type: adb devices

    It should say attached now

    10. Type: adb reboot --bnr_recovery

    This will boot your phone into recovery mode. This will boot into a graphic which I dont remember what it looks like. Once you see the graphic you can continue.

    11. Type: cd assets

    12. Type: adb push start_restore /temp/start_restore

    When it returns you to the command prompt you can continue

    13. Type: adb push permaroot.bin /temp/start_restore

    When it returns you to the command prompt you can continue

    14. Type: adb reboot

    This will boot you back to the home screen. Go to Google Play and install SuperSU. Once installed then update the binaries the normal way and you should be rooted.

    TRWP Flashing

    1. Copy the TWRP_LG-D851.img file found in the Recovery folder in the Assets folder to the root of the internal storage on the LG G3

    2. Download Flashify for Root from Google Play

    3. Run Flashify and select under Flash the Recovery image option

    4. Select Choose a file and select the above file on the root of the internal

    5. Click on Yup!

    This will flash the recovery and boot into the recovery. Just select the Reboot option in TRWP then System to boot back to the home screen

    ---------- Post added at 11:05 AM ---------- Previous post was at 10:54 AM ----------


    The below was provided by AutoPrime and works:

    Backup EFS after jailbreaking your G3. EFS is split into 2 partitions modemst1 and modemst2.
    img files will be on root of internal sdcard. Save the .img files somewhere else besides the sdcard... email, cloud, etc..

    DO NOT FLASH OTHER PEOPLES EFS OR FLASH YOUR OWN BACKUPS ONTO ANOTHER PHONE.
    THIS WILL BREAK EFS ON THE PHONE YOU ARE FLASHING TO. EFS BACKUPS ARE FOR THE PHONE THEY CAME FROM ONLY.

    HERE is an EFS backup .zip that can be flashed in TWRP.
    the zip creates a new flashable zip in /sdcard/efs_backup
    you can flash this new flashable zip in TWRP any time you need to restore your EFS.

    Or you can do it manually...

    Backup:
    adb shell
    su
    dd if=/dev/block/platform/msm_sdcc.1/by-name/modemst1 of=/sdcard/modemst1.img
    dd if=/dev/block/platform/msm_sdcc.1/by-name/modemst2 of=/sdcard/modemst2.img

    Restore:
    adb shell
    su
    dd if=/sdcard/modemst1.img of=/dev/block/platform/msm_sdcc.1/by-name/modemst1
    dd if=/sdcard/modemst2.img of=/dev/block/platform/msm_sdcc.1/by-name/modemst2
    19
    Howdy everyone!

    Just woke up, and I'm back to work on this.

    Items to fix for today:
    • App needs to be ran twice to see phone
    • Initial Windows support
    • Better debugging messages on failure of temp/permaroot

    The 'run twice' bug appears to be related to the phone's adb server, it doesn't like people connecting to it just out of the blue, so I guess I need to do some kill;start;kill;start adb server stuff until the phone is detected.

    Windows support will be easy once I can find the right damn cygwin stuff. I had accidentally grabbed MSYS from git-bash, which is great and all, but it automatically translates paths - even if they're not a path. That meant trying to run "adb push ./somefile_on_desktop /tmp/somefile_on_phone" would translate both to "c:\blah\somefile". At 3AM my brain just didn't have the willpower to fix that so I figured I'd delight the OSX/Linux users with a release first for once.

    Anyway, I've skimmed over this thread and it seems like I also need to add a few better debugging messages for failures of temp/permaroot - I'll

    I'm gonna try to get a mod to move it to the proper TMO forum too, so international users aren't confused (despite the D851 in title...)

    Thanks guys for the support, your patience has been greatly appreciated!
    18
    Hey guess what?

    Windows support is up!
    Fixed OSX bugs!
    aaaand I included a 64-bit ADB binary that should fix Linux not detecting the phone!

    Let me know how it goes!