[GUIDE] Root, TWRP, CustomROM (for KOT49I.V50020D)

Search This thread

xdax1

Senior Member
Aug 27, 2009
308
51
Hong Kong
got TWRP flashed on 4.4KK 20d firmware

I didn't know it was so hard to do this, people were saying need to downgrade to 4.2 and do everything, and finally i found this post that works, I got TWRP 2.8.0.0 on my 20d now, thanks very much .
 

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    Hey everyone,

    today I got myself an LG G Pad 8.3 because I liked the hardware. Unfortunately, LG's software ist almost as bloated and ugly Samsung's [citation needed]. After a lot of searching through this forum and elsewhere i finally managed to get this tablet from KOT49I.V50020D (KK 4.4.2) to CM11. As all the other guides are for older versions/builds of the OS and never cover the whole process I'm trying to do a little tutorial here. It was a little harder than rooting my Nexus5, so I don't really recommend this for newbies.

    Credits to the respective creators of the software, hacks and methods used in this Tutorial. I didn't do any coding or magic.

    As always: No guarantee this will work for you!
    I am not responsible for what you do with your tablet, phone or life.


    The first thing I did was to root the G pad using IOroot (Credits to autoprime).
    1.1. Enable Dev.-Options by clicking the build-number 7 times.
    1.2. (while your G Pad is not connected to a PC) enable USB Debugging
    1.3. Connect to your PC, You will need the LG Drivers
    1.4 Unpack the Zip-File from the thread and open a commandline in the folder
    1.5 Check communications using "adb devices"
    1.6 "adb reboot recovery" to boot into recovery mode (obviously)
    1.7 move to "apply update from adb" using the volume-rocker, select with the power button
    1.8 (On your PC again) "adb sideload kk_root.zip"
    1.9 The installer will do its thing, you should see "DAT ROOT" when finished
    1.10 reboot your system (see 7.)

    In the next step, you will install a custom recovery.
    Or lets say, you will let a script install a custom recovery for you. (Credits to Drgravy, id10terror and samuraix21)
    2.1. download the zip-file from id10terror's thread (his Step3). The download may be slow
    2.2. unpack and right-click the *.bat-file -> Edit using an editor of your choice
    2.3 change the letter at the end of the build-number according to samuraix21 (second post in his thread), then save
    2.4 run the batch-file, the tablet will reboot after this step
    2.5 put the newest version of TWRP on you G Pad's internal storage
    2.6 repeat 1.5 and 1.6 to get into your new recovery
    2.7 immediatly after the screen goes black, pull out the cable (for unknown reasons)
    2.8 install -> select the recovery you just moved to the internal storage, swipe to confirm
    2.9 wait until finished, go "home", reboot system

    That was the hard part. Flashing CM or any customRom is fairly easy
    3.1 Download the latest CM-Snapshot from here
    3.2 Place that zip-file in the internal storage as you did with the TWRP-file. You can erase that one.
    3.3 repeat 2.6 and 2.7
    3.4 Wipe -> Swipe to confirm
    3.5 Install the CustomROM as you did in 2.8. This might take a little longer.
    3.6 see 2.9
    3.7 The display might be very dark while booting. You can change later

    If everything went right, your tablet now runs a rooted customROM =)
    Sorry for this wall of text ;)
    2
    I really hope there are easier ways with errors etc to put a cwm recovery as it driving me nuts.
    I didn't think i'd have so much trouble on an android as i have with these lg pads.
    Should had stuck to samsung, but the hardware and price was just to be avoided and thus went for these slick gpad's
    Mine is on 4.4.2 and rooted, just getting recovery to work is stopping me from having nice new roms :(

    I have a new tutorial to install custom recovery for first time here: http://xdaforums.com/lg-g-pad-83/orig-development/recovery-t2945917
    1
    I rooted with Towelroot, simply install the app, click to root, install SuperSU from Play store, that's it. Nice n easy. Thanks for the guide.

    Sent from my XT1039 using Tapatalk
    1
    ADB is only installed on your computer. ADB allows you to open a remote shell on your pc to your tablet using the usb cable to connect them to either. You can use Terminal Emulator in place of ADB. You can also move files and change file permissions with Root Explorer also. You will need a shell to execute some commands and that can be done with ADB shell or a Terminal Emulator shell. Both are ok.