[HOWTO] [LG G4] [H815] get unlock+TWRP+root in 1 Thread - G4 General

***Its my first Thread here, i m just a member, NO developer***
***forgive me for my bad english***
***Links etc are NOT my work, i just complain several Threads in 1. from stock --> rooted device!***
***So THX to TWRP, Wolfgart, Poster in the links etc. MOST THX for Wolfgart, by them all a beer ! http://forum.xda-developers.com/member.php?u=608699***
*** If u dont know what u do and dont know the meaning of the words in the Header... DONT TRY this!!!***
*** and also for all other: do it on ur own risk, it worked for me, maybe not on u...***
Like the Header says: JUST H815 (European Version LG G4), Tested on my own device, works!
1. i tell u my little Problem
2. i link much with little explain HOWTO "unlock bootloader"--> "install TWRP"--> "root with SUperSU"
3. all is tested on Windows 8, so on all WIN it will work! and i cant help with other OS!!!
INFO and my little Problem at the start:
First i tried on my Laptop from work and that was the ONLY Problem i got to get my LG G4 H815 to root.
--> be SURE u real local admin on your computer! on my Laptop me local admin, but there also some Grouprights, domaincontroler and some more **** to get this save
*** just Info what problem i got, explain HOWTO later... ***
- i connected my phone to the Laptop with the right driver and SDK-tool.
- I started CMD in the folder where the "fastboot.exe is located (like: C:/Android/sdk/platform-tools/*fastboot.exe*)
- i tried to see my device, wrote--> "adb devices" *yeah i see it*
- i tried "adb reboot bootloader" to see if it boots into it *yeah me in the bootloader locked*
- i tried "fastboot reboot" NOTHING happens! i tried the commands u see in the bootloader, NOTHING happens! i tried Hard reset (10sec Powerbutton... 20 sec Powerbutton) Nothing happens! OMG... but THX LG for changing Battery, so got out the Battery and started the phone again. All was fine. I tried this more than 5 times, every the same result.
So i changed my computer, to my real privat PC. there i know 100% me local Admin with no restrictions, no special Grouperights, domaincontroler, Firewall i can handle etc.
And that helped me! :fingers-crossed: so keep in mind, u got 100% adminrights on ur computer!
in the next steps there are links with explanations, REALLY go STEP by STEP how it is written there, IMPORTANT
HOWTO
1. install LG Driver install the right LG Driver Version3.14.1 http://www.theandroidsoul.com/download-lg-g4-driver-for-windows-and-mac-mtp-adb-download-mode-77723/
2. download sdk-tool download sdk-tool https://developer.android.com/sdk/index.html
- u need the "fastboot.exe, AdbWinUsbApi.dll and AdbWinApi.dll" which are on normal install located maybe: C:\Program Files (x86)\Android\android-sdk\platform-tools
3. Test adb and fastboot!!! TEST if u can use adb and fastboot on ur device!
--> open CMD (shift+rightclick = "commandline open here") in the folder where the "fastboot.exe" is located maybe: C:\Program Files (x86)\Android\android-sdk\platform-tools
--> type in commandline "adb devices" (all without the "", also the following steps) --> u will see ur H815
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
LGH815cc833317 device
--> if u see it like that, type in CMD "fastboot reboot"
If u can boot into bootloader AND reboot ur phone with the command, u can go to 4. if NOT, DONT go on, try to look for some fixes or solutions in the Forum!
*dont close CMD, we need later and u are on the right commandline where the fastboot.exe is located (C:\Program Files (x86)\Android\android-sdk\platform-tools)
4. unlock the bootloader
- go to the LG Developer Page and register (if u are not registerd) as "LG Developer Member" http://developer.lge.com/main/RegisterCheck.dev
- open the HOWTO unlock from the LG Page http://developer.lge.com/resource/mobile/RetrieveBootloader.dev?categoryTypeCode=ANRS
--> the first steps are Important: OEM unlock! and USB Debugging on ur device!
- on the botton of the Page u confirm go to the next Page (open it with rightclick --> "open in a new window", that u can switch between the "howto" and the "starting to unlock) where u start to unlock. U need the IMEI and the Device-ID. U can click on "?" to see how to get the IMEI and how to get the Device-ID
U will recive a Mail withe unlock.bin
- i pushed this unlock.bin into the folder were my "fastboot.exe is located" (on me C:\Program Files (x86)\Android\android-sdk\platform-tools)
- follow the steps with "adb reboot bootloader" and in bootloader "fastboot flash unlock unlock.bin" (if ur unlock.bin is located in the same folder, like me (C:\Program Files (x86)\Android\android-sdk\platform-tools)
Ur bootloader is now unlocked
5. install TWRP recovery
- download modified TWRP with simlink from Wolfgart: http://techerrata.com/dees_troy/p1.img
- follow the steps how to install, but remember, we use the TWRP from Wolfgart "p1.img" http://www.theandroidsoul.com/how-to-install-lg-g4-twrp-recovery-easily-79553/
- i did my TWRP (p1.img) again into the folder where the fastboot.exe AND the unlock.bin is located (C:\Program Files (x86)\Android\android-sdk\platform-tools), so u need to type in the Step 9. on the Page "fastboot boot p1.img" NOT "fastboot boot g4-twrp.img" like it is called there, because we have the "p1.img" and the downloaded on page is called "g4-twrp.img"
- just follow ALL the steps and u got TWRP installed
--> important in the steps on the link: u need TWRP (p1.img) on LGG4 and PC!
--> IMPORTANT Step 10.-15. in the link! 1. u JUST boot into recovery and in the (just booted) recovery u install the recovery!
- if u do the steps right (10.-15.), u can boot into recovery with the *knowing* "Power and Volume Down" combination or the fastboot command "fastboot reboot recovery" (do u want a factory reset "yes"... u really want? "yes" --> recovery
- if DONT do this steps right (10.-15.) and may JUST boot the TWRP (p1.img) and try the *knowing* "Power and Volume Down" combination u REALLY RESET ur device and may got bootloops
6. install SuperSU to get root
- download SuperSu and get it on ur phone https://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
- follow the steps http://www.theandroidsoul.com/here-is-lg-g4-root-79569/
and all is fine, u got unlocked Bootloader, TWRP and u are rooted
Now the most important thing i have learned over the years: MAKE a NANDROID/Backup in recovery AND TEST IT, if u can recover!!!
- connected phone on PC --> CMD started from the folder where the *fastboot.exe* is located TYPE: "fastboot reboot recovery" to get into recovery.
than u can try more things u want, BUT dont Test XPOSED arm64 for now, IT DONT WORK, u get bootloops.
Other and me tested, i was happy because i got a NANDROID... others not ... so do a BACKUP and TEST it
Remember thats NOT MY WORK, i just explained and linked it in 1 Thread HOWTO.
So all THX goes to the other
If me forgot something or something is wrong, let me know, that i can change it!
And reMEMBER, me just a MEMBER, not a DEVELOPER

Don't we have like 5 threads with all this info already?
Sent from my G4 using your mom

We needa thread how to root G4 without unlock bootloader, as most of us can't do it.

Derpling said:
We needa thread how to root G4 without unlock bootloader, as most of us can't do it.
Click to expand...
Click to collapse
Should look for a video then. Don't be messing with something you don't know how to do
Sent from my G4 using your mom

Yea how many threads of this do we need?

Dennisg34 said:
Don't we have like 5 threads with all this info already.?
Click to expand...
Click to collapse
If WE really have it, PLZ Post a link.
I mean were u can See all 3 Mainpoints on the First Page unlock+TWRP+ROOT and important Tips for me.
Not like i found, 1 Thread with unlock...
1 Thread with correct working TWRP on Page 15...
And 1 Thread with SuperSu...
If we really have, like 5, than we can close this Thread...
Sent from my mum using ur H815

BFruchtfliege said:
If WE really have it, PLZ Post a link.
I mean were u can See all 3 Mainpoints on the First Page unlock+TWRP+ROOT and important Tips for me.
Not like i found, 1 Thread with unlock...
1 Thread with correct working TWRP on Page 15...
And 1 Thread with SuperSu...
If we really have, like 5, than we can close this Thread...
Sent from my mum using ur H815
Click to expand...
Click to collapse
Stealing/twisting my phone sig?

Maybe this Thread can be closed, because i saw n1 looking HOWTO http://forum.xda-developers.com/g4/general/unlock-bootloader-install-twrp-root-t3128241
It is 1, y 1, yes one Thread i saw with COMPLETE GUIDE, not 5(five) or just discussions and explainings on Page 15, 32 or XXX...
but 1 more is 1 more to much
sending from my mum using ur dad

Is it possible to root without TWRP? can i flash the root via adb?
I would like to encrypt my phone as the custom recovery seems to block that. Not sure what happens if a encrypt before flashing TWRP i'm guessing i would not be able to load the password for decryption

BFruchtfliege said:
Maybe this Thread can be closed, because i saw n1 looking HOWTO http://forum.xda-developers.com/g4/general/unlock-bootloader-install-twrp-root-t3128241
It is 1, y 1, yes one Thread i saw with COMPLETE GUIDE, not 5(five) or just discussions and explainings on Page 15, 32 or XXX...
but 1 more is 1 more to much
sending from my mum using ur dad
Click to expand...
Click to collapse
A bit late in seeing this thread only because it was recently bumped. But as you mentioned the thread you linked to was created first and is linked in the sticky roll up thread. As we only need one thread for a certain topic the thread created first will stay open. Thanks
Thread closed

Related

[Q] [HELP] How to root LG optimus L5 E617G WITH Jellybean 4.1.2

I lost my root after the official firmaware upgrade now i cannot root it . Please help I have tried everything in XDA please help..... frustrated as hell
bennatpjose said:
I lost my root after the official firmaware upgrade now i cannot root it . Please help I have tried everything in XDA please help..... frustrated as hell
Click to expand...
Click to collapse
have you tried to flash a pre-rooted JB?
Sabyn said:
have you tried to flash a pre-rooted JB?
Click to expand...
Click to collapse
is there a guide somewhere
bennatpjose said:
is there a guide somewhere
Click to expand...
Click to collapse
to flash a version of JB? come on my page , i can give you a link to my dropbox , there is anything you need
bennatpjose said:
is there a guide somewhere
Click to expand...
Click to collapse
i also have an e617g on 4.1.2 bell network id like to root and unlock the bootloader so i can install cwm and finally swap roms, this is a nice phone but it barely exists on the web any help would be greatly appreciated, thanks in advance
Never mind figured it out myself. I may post a guide here soon. Seeing as any help I ask for is ignored. I'd rather help than hold back
Turn your lG-e617g into an LG-e610 then root it and install cyanogenmod.
bennatpjose said:
is there a guide somewhere
Click to expand...
Click to collapse
this is my first tutorial so message me if something on here isnt clear.
step 1: download things, this is crucial, you need to download this stuff, it took me a while to find everything that ACTUALLY WORKED so i have it all in a nice little package to download.
step 2: make sure your phone is NOT plugged in the computer, install drivers if you do not have them. i have the drivers that worked for me in the package via direct download links. if they dont work for you somethings screwy with your computer and youll have to scour the internet to find drivers that'll work, google is your friend.
step 3: make sure your phone is recognised with your lappytop or computer. thats right i said lappytop, so sue me.
step 4nce all the drivers are installed and your phone is connected to the computer youll want to open up the folder labled: "LG FlashTool and Accessories" inside youll find "KDZ_FW_UPD.exe" open that right up.
step 5: next youll see a modded lg tool made by some guy on the internet, im not sure who but he/she did a good job thanks man/wo-man!!
ok youll want to leave all settings to default dont touch any thing, its good to go as is.
step 6: make sure phone is plugged in and usb debugging is enabled, use the kdz updater to browse for this file (download it via links in the package) "V10D_downgrade.kdz" then click on "Launch software update" this takes a while go make a coffee.
step 7: when its done its magic, your phone will boot up and youll see the LG logo for about 10 minutes any longer and your in a boot loop remove battery put it back in and hold both volume buttons down and power at the same time. time it carefully the lights on the soft keys will come on and a split second later the phone will slightly vibrate, the second you feel that press the home and hold it for about 10 seconds and the phone will do a hard reset, the phone will turn on now and initiate the first time use wizard, its in russian at first so just change your language to whatever, assuming english here. the phones software is now rooted just no su/superuser installed download from play store and update binary in settings of su app.
step 8: Unlocking bootloader time! after you flashed the software using kdz updater your phones ID is now technically an e610 now instead of an e617g, so unlocking the bootloader is now possible, connect your phone to computer, turn usb debugging on and drag and drop "emmc_appsboot.bin" into the root of your INTERNAL SD, also kill 2 birds with one stone here by also copying the recovery-clockwork-6.0.2.8-e610.img you downloaded via links in the txt document to the same place just rename it "recovery.img to make it easier also make sure you place the cm rom in the external sd. we need the bootloader unlocked to allow for cwm installation and good ol' rom swapping, open the folder "ADB" hold shift right click any where in the folder and select open "command window here",
type in the cmd window obviously without quotations: "adb shell" hit enter, then type "su" enter again then type "dd if=/sdcard/emmc_appsboot.bin of=/dev/block/mmcblk0p5" your bootloader is now unlocked, now type in "dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p17" this just installed clockwork mod. to boot into recovery and install cyanogen (the one im using. btw its a powerhouse compared to stock!!!) type in "reboot recovery"
step 9: factory reset, clear partition, wipe dalvik cache, install cyanogen, reboot, ENJOY.
seems i cant upload the programs needed so all i can do is this:
http://199.91.154.133/15ihz730pw2g/qwyqbfcp9fe7uhu/cm-10.1-20130725-UNOFFICIAL-e610.zip
this is the cyanogenmod rom.
http://199.91.154.102/r595o5bou5eg/bb2s0ohuj3jnflo/V10D_downgrade.kdz
this is the pre-rooted rom that allows su access to unlock bootloader this also
changes the phones id from e617g to e610, startup wizard is in russian at first simply change to english.
http://csmgdl.lgmobile.com/swdata/c...981MAN38AP22_ML_WHQL_Ver_3.8.1(0)_4.9.8.1.zip
this contains the correct drivers for phone.
http://dl.xda-developers.com/attach...65/51fc133a/1/7/5/6/7/5/9/CWM6_24-03-2013.rar
this is recovery image for cwm
and youll have to google search everything i quoted thats missing sorry about this but you need: 1) LG FlashTool and Accessories.
2) some form of adb for an adb shell.
3)emmc_appsboot.bin specifically for e610
4)lg drivers for e610/e617g
5)recovery.img for clockwork for e610
6)lastly the V10D_downgrade.kdz
I had already tried that but i keep getting the bloody error in KDZ
03:58:19 : Launching SW update
03:58:19 : Unpacking KDZ
03:58:21 : KDZ file extraced
03:58:21 : Extract file error
03:58:23 : ===FINISHED===
r4nd0m14m said:
this is my first tutorial so message me if something on here isnt clear.
step 1: download things, this is crucial, you need to download this stuff, it took me a while to find everything that ACTUALLY WORKED so i have it all in a nice little package to download.
step 2: make sure your phone is NOT plugged in the computer, install drivers if you do not have them. i have the drivers that worked for me in the package via direct download links. if they dont work for you somethings screwy with your computer and youll have to scour the internet to find drivers that'll work, google is your friend.
step 3: make sure your phone is recognised with your lappytop or computer. thats right i said lappytop, so sue me.
step 4nce all the drivers are installed and your phone is connected to the computer youll want to open up the folder labled: "LG FlashTool and Accessories" inside youll find "KDZ_FW_UPD.exe" open that right up.
step 5: next youll see a modded lg tool made by some guy on the internet, im not sure who but he/she did a good job thanks man/wo-man!!
ok youll want to leave all settings to default dont touch any thing, its good to go as is.
step 6: make sure phone is plugged in and usb debugging is enabled, use the kdz updater to browse for this file (download it via links in the package) "V10D_downgrade.kdz" then click on "Launch software update" this takes a while go make a coffee.
step 7: when its done its magic, your phone will boot up and youll see the LG logo for about 10 minutes any longer and your in a boot loop remove battery put it back in and hold both volume buttons down and power at the same time. time it carefully the lights on the soft keys will come on and a split second later the phone will slightly vibrate, the second you feel that press the home and hold it for about 10 seconds and the phone will do a hard reset, the phone will turn on now and initiate the first time use wizard, its in russian at first so just change your language to whatever, assuming english here. the phones software is now rooted just no su/superuser installed download from play store and update binary in settings of su app.
step 8: Unlocking bootloader time! after you flashed the software using kdz updater your phones ID is now technically an e610 now instead of an e617g, so unlocking the bootloader is now possible, connect your phone to computer, turn usb debugging on and drag and drop "emmc_appsboot.bin" into the root of your INTERNAL SD, also kill 2 birds with one stone here by also copying the recovery-clockwork-6.0.2.8-e610.img you downloaded via links in the txt document to the same place just rename it "recovery.img to make it easier also make sure you place the cm rom in the external sd. we need the bootloader unlocked to allow for cwm installation and good ol' rom swapping, open the folder "ADB" hold shift right click any where in the folder and select open "command window here",
type in the cmd window obviously without quotations: "adb shell" hit enter, then type "su" enter again then type "dd if=/sdcard/emmc_appsboot.bin of=/dev/block/mmcblk0p5" your bootloader is now unlocked, now type in "dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p17" this just installed clockwork mod. to boot into recovery and install cyanogen (the one im using. btw its a powerhouse compared to stock!!!) type in "reboot recovery"
step 9: factory reset, clear partition, wipe dalvik cache, install cyanogen, reboot, ENJOY.
seems i cant upload the programs needed so all i can do is this:
http://199.91.154.133/15ihz730pw2g/qwyqbfcp9fe7uhu/cm-10.1-20130725-UNOFFICIAL-e610.zip
this is the cyanogenmod rom.
http://199.91.154.102/r595o5bou5eg/bb2s0ohuj3jnflo/V10D_downgrade.kdz
this is the pre-rooted rom that allows su access to unlock bootloader this also
changes the phones id from e617g to e610, startup wizard is in russian at first simply change to english.
http://csmgdl.lgmobile.com/swdata/c...981MAN38AP22_ML_WHQL_Ver_3.8.1(0)_4.9.8.1.zip
this contains the correct drivers for phone.
http://dl.xda-developers.com/attach...65/51fc133a/1/7/5/6/7/5/9/CWM6_24-03-2013.rar
this is recovery image for cwm
and youll have to google search everything i quoted thats missing sorry about this but you need: 1) LG FlashTool and Accessories.
2) some form of adb for an adb shell.
3)emmc_appsboot.bin specifically for e610
4)lg drivers for e610/e617g
5)recovery.img for clockwork for e610
6)lastly the V10D_downgrade.kdz
Click to expand...
Click to collapse
That happens when the kdz file is corrupted. Redownload the firmware and try again
its more than likely a bad connection causing a bad download also are you starting off with an e617g or e610?
Will all app data, contacts, etc. be lost using this method? Thanks in advance!
r4nd0m14m said:
this is my first tutorial so message me if something on here isnt clear.
step 1: download things, this is crucial, you need to download this stuff, it took me a while to find everything that ACTUALLY WORKED so i have it all in a nice little package to download.
step 2: make sure your phone is NOT plugged in the computer, install drivers if you do not have them. i have the drivers that worked for me in the package via direct download links. if they dont work for you somethings screwy with your computer and youll have to scour the internet to find drivers that'll work, google is your friend.
step 3: make sure your phone is recognised with your lappytop or computer. thats right i said lappytop, so sue me.
step 4nce all the drivers are installed and your phone is connected to the computer youll want to open up the folder labled: "LG FlashTool and Accessories" inside youll find "KDZ_FW_UPD.exe" open that right up.
step 5: next youll see a modded lg tool made by some guy on the internet, im not sure who but he/she did a good job thanks man/wo-man!!
ok youll want to leave all settings to default dont touch any thing, its good to go as is.
step 6: make sure phone is plugged in and usb debugging is enabled, use the kdz updater to browse for this file (download it via links in the package) "V10D_downgrade.kdz" then click on "Launch software update" this takes a while go make a coffee.
step 7: when its done its magic, your phone will boot up and youll see the LG logo for about 10 minutes any longer and your in a boot loop remove battery put it back in and hold both volume buttons down and power at the same time. time it carefully the lights on the soft keys will come on and a split second later the phone will slightly vibrate, the second you feel that press the home and hold it for about 10 seconds and the phone will do a hard reset, the phone will turn on now and initiate the first time use wizard, its in russian at first so just change your language to whatever, assuming english here. the phones software is now rooted just no su/superuser installed download from play store and update binary in settings of su app.
step 8: Unlocking bootloader time! after you flashed the software using kdz updater your phones ID is now technically an e610 now instead of an e617g, so unlocking the bootloader is now possible, connect your phone to computer, turn usb debugging on and drag and drop "emmc_appsboot.bin" into the root of your INTERNAL SD, also kill 2 birds with one stone here by also copying the recovery-clockwork-6.0.2.8-e610.img you downloaded via links in the txt document to the same place just rename it "recovery.img to make it easier also make sure you place the cm rom in the external sd. we need the bootloader unlocked to allow for cwm installation and good ol' rom swapping, open the folder "ADB" hold shift right click any where in the folder and select open "command window here",
type in the cmd window obviously without quotations: "adb shell" hit enter, then type "su" enter again then type "dd if=/sdcard/emmc_appsboot.bin of=/dev/block/mmcblk0p5" your bootloader is now unlocked, now type in "dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p17" this just installed clockwork mod. to boot into recovery and install cyanogen (the one im using. btw its a powerhouse compared to stock!!!) type in "reboot recovery"
step 9: factory reset, clear partition, wipe dalvik cache, install cyanogen, reboot, ENJOY.
seems i cant upload the programs needed so all i can do is this:
http://199.91.154.133/15ihz730pw2g/qwyqbfcp9fe7uhu/cm-10.1-20130725-UNOFFICIAL-e610.zip
this is the cyanogenmod rom.
http://199.91.154.102/r595o5bou5eg/bb2s0ohuj3jnflo/V10D_downgrade.kdz
this is the pre-rooted rom that allows su access to unlock bootloader this also
changes the phones id from e617g to e610, startup wizard is in russian at first simply change to english.
http://csmgdl.lgmobile.com/swdata/c...981MAN38AP22_ML_WHQL_Ver_3.8.1(0)_4.9.8.1.zip
this contains the correct drivers for phone.
http://dl.xda-developers.com/attach...65/51fc133a/1/7/5/6/7/5/9/CWM6_24-03-2013.rar
this is recovery image for cwm
and youll have to google search everything i quoted thats missing sorry about this but you need: 1) LG FlashTool and Accessories.
2) some form of adb for an adb shell.
3)emmc_appsboot.bin specifically for e610
4)lg drivers for e610/e617g
5)recovery.img for clockwork for e610
6)lastly the V10D_downgrade.kdz
Click to expand...
Click to collapse
yes definitely back up
r4nd0m14m said:
yes definitely back up
Click to expand...
Click to collapse
Does this method actually unlock the network too? Can I use fido sim card? would it work?

[Unlock Bootloader,Install TWRP,Root Guide] H815EU-ONLY

edit : As of today - 28th June, this method ONLY works on the H815 EU models
update 26th July : Please go check the dream team's ROOT thread located here : [ROOT] TMO/VZW/ATT/SPRINT/INTL Root your LG G4 with Low Effort Root!
Thanks @thecubed , @autoprime , @IllegalArgument & @jcase for their hard work
Hi guys, a quick step by step guide to how I was able to unlock, install TWRP and Root my H815. Please don't hold me responsible if any issues arise with your phone. If you do this, you take your own responsibilities.
I tend to download all the tools in a single folder so it is easier to manage.
The LG Site:
1. go to this LINK and register.
2. you will get a confirmation email.
3. go to this LINK to unlock your bootloader (you will find the information on how to get your IMEI and Device ID lower in the post)
Your PC :
1. Be sure to have the LG drivers (i connected my phone first, it automatically installed the drivers on the computer.
update 27th July : thanks @the_scotsman in case you have driver issues please download these provided by @autoprime : LGUnitedMobile_Win_Driver_Ver_3.14.1
2. Be sure you have installed the ADB stuff that can be found here : Minimal ADB & Fastboot & ADB Installer (type Y to all the questions asked)
Install Minimal ADB first. Then type Y to all the questions the ADB installer asks. Close both windows once done.
Download TWRP 2.8.7. for H815:
1. go to this LINK and download it. Add it to your folder
Download SuperSu 2.46:
1. Download SuperSu 2.46 HERE (thanks @Chainfire ) and add it to your folder
PC & G4 love :
Once you are sure you have completed all the above tasks start rolling :
A. Enter your IMEI on the LG page
- you can find your IMEI on the G4 by going to settings > about phone > status
B. Get your Device ID:
1. hook up your LG on your PC (be sure not to be locked on your lockscreen, That USB debugging is checked and OEM checked in the Developer Options)
2. launch your CMD and type:
Code:
adb reboot bootloader
your phone will reboot
3. type this to get your Device ID
Code:
fastboot oem device-id
4. You will see two lines of number. Copy them and paste them together (to make one line) in the the Device ID fields on the LG site.
5 type :
Code:
fastboot reboot
5. close CMD
5. click Confirm on the site and you will receive by email a file called : unlock.bin.
Unlocking your bootloader:
1. once you get your LG email, save the unlock.bin in your folder
2. launch CMD from the folder (hold shift, right click the folder)
3. in CMD type :
Code:
adb reboot bootloader
4. once your phone is rebooted in bootloader type :
Code:
fastboot flash unlock unlock.bin
5. then reboot your phone by typing :
Code:
fastboot reboot
Normally your phone now has it's bootloader unlocked. When it boots you should see a message on the top left of the screen saying that.
COPY SuperSu and the downloaded TWRP file onto your phone (i put it in the download folder in the phone, not the SD) so you are ready for the next steps
Booting TWRP via ADB and bootloader mode
I personally think this was the easiest way to be able to root and clean install TWRP. Be sure your TWRP is in the folder.
1. Launch CMD from the folder (hold shift, right click the folder)
2. type (again) :
Code:
adb reboot bootloader
3. once your phone reboots and is in bootloader mode type :
Code:
fastboot boot TWRP2861.img
the new name of the file
or
Code:
fastboot boot p1.img
if you didn't rename it.
4. now you will reboot into TWRP.
Installing SuperSu
1. once you are in TWRP click install and go find your SuperSu file.
2. Swipe to install.
3. Once installation is done, reboot to system.
Once you have rebooted into the OS you will find the SuperSu app. Download the TWRP manager just to have it handy. And now i would install the TWRP file you have copied on your phone with flashify. I think it's a great tool.
2 ways to do it:
1. locate the file, click on it and choose to open with flashify then choose recovery and follow the steps
2. find the file via flashify and install.
(Don't download TWRP for H815 in the TWRP manager or Flashify as they are not fixed by @wolfgart (correct me if I am wrong))
once all this done and rebooted. Your phone will have TWRP and would be Rooted. Choose the TWRP manager to boot into recovery when you want.
I preferred to reboot the phone every time just to be sure...
If you have any comments, or i wrote something wrong, don't hesitate to correct me.
Have fun
UPDATE : Thanks to @autoprime you can also update your H815 EU to the latest Stock ROM : 10C (don't forget to thank him, as those guys are working hard to make your life easier!)
@the_scotsman, maybe you can pin this to help the lost souls until a one app does it all appears?
Well that was quick.
mediumraresteak said:
Well that was quick.
Click to expand...
Click to collapse
Looks like it depends on getting info from LG... let's see how long that lasts!
Forgive me if im mistaken but there are already like 3 threads about this i believe.
Sent from my LG-H815 using Tapatalk
I read the LG boot unlock affects streaming services. Can you tell me if it's still possible to stream music from the google play music app, and also YouTube ? Cheers.
barondebxl said:
Forgive me if im mistaken but there are already like 3 threads about this i believe.
Sent from my LG-H815 using Tapatalk
Click to expand...
Click to collapse
I have seen threads discussing about it yes, but haven't seen a clear guide on "how to" do it. Please enlighten me and i will ask this thread to be deleted. I don't like multi threads on the same subject, so i would be the first to ask that this thread be deleted.
pcoulson said:
I read the LG boot unlock affects streaming services. Can you tell me if it's still possible to stream music from the google play music app, and also YouTube ? Cheers.
Click to expand...
Click to collapse
I haven't had any issues with DRM, Camera or netflix streaming
SAO said:
I have seen threads discussing about it yes, but haven't seen a clear guide on "how to" do it. Please enlighten me and i will ask this thread to be deleted. I don't like multi threads on the same subject, so i would be the first to ask that this thread be deleted.
I haven't had any issues with DRM, Camera or netflix streaming
Click to expand...
Click to collapse
Yeah there arent any other guide, just threads discussing it. It just seems a lot since the LG site is pretty clear and self explanatory.
Sent from my LG-H815 using Tapatalk
I'm stuck on "fastboot oem device-id" command in cmd. Everything up to that point goes smoothly.
command line says "waiting for device" and the phone screen doesn't show phone ID, but gives me options 1-3. 1 being to show device ID, can't remember what the other ones are now. But I can't select "1". What am I doing wrong?
I have USB debugging on, also the OEM unlock is checked in development options.
Eclap78 said:
I'm stuck on "fastboot oem device-id" command in cmd.
command line says "waiting for device" and the phone screen doesn't show phone ID, but gives me options 1-3. 1 being to show device ID, can't remember what the other ones are now. But I can't select "1". What am I doing wrong?
Click to expand...
Click to collapse
unplug your device, if you can't restart it, by keeping your finger pressed for 10 seconds on the power button, take battery out.
Once you put the battery back in, restart the phone, plug in the phone in the computer, restart the CMD, and start the procedure again. :
2. launch your CMD and type:
Code:
adb reboot bootloader
your phone will reboot
3. type this to get your Device ID
Code:
fastboot oem device-id
SAO said:
unplug your device, if you can't restart it, by keeping your finger pressed for 10 seconds on the power button, take battery out.
Once you put the battery back in, restart the phone, plug in the phone in the computer, restart the CMD, and start the procedure again. :
2. launch your CMD and type:
Code:
adb reboot bootloader
your phone will reboot
3. type this to get your Device ID
Code:
fastboot oem device-id
Click to expand...
Click to collapse
I've tried this a few times now, same outcome, same thing, don't get a code, only get the 3 options and the power off 10 second thing, which doesn't work btw, have to pull battery every time
The numbers should show on your CMD window on your computer not the phone.
If the CMD window only shows "waiting for device", did you try to shut the CMD windows?
SAO said:
The numbers should show on your CMD window on your computer not the phone.
If the CMD window only shows "waiting for device", did you try to shut the CMD windows?
Click to expand...
Click to collapse
ah, thought they were supposed to show on the phone screen.
not sure what you mean by shutting the cmd window? I just get stuck on that "waiting for device" message in cmd, at which point I unplugged the phone, did a battery pull and tried again. I've tried about 5 times now, I double checked everything, have all the drivers installed etc.
Oh, and I do have the h815 EU version of the G4. I'll keep digging.
Could someone try out netflix, camera, divx files, YouTube and all the things that people were afraid of loosing. I for myself would really like to root but I dont want to loose any functions by doing that.
Sent from my LG-H815 using Tapatalk
Pyrres said:
Could someone try out netflix, camera, divx files, YouTube and all the things that people were afraid of loosing. I for myself would really like to root but I dont want to loose any functions by doing that.
Sent from my LG-H815 using Tapatalk
Click to expand...
Click to collapse
I have no issues with Netflix, divx, camera or YouTube.
Just a reminder that this does not work with all H815's as of 6/5/15. I think those of us that got a non EU region specific H815's get stuck when requesting a bootloader unlock from LG. Most of us are getting "not found suffix" when trying to submit the IMEI# and device ID. Note: trying different internet browsers does nothing, so don't bother.
We'll have to wait for LG to either approve all region G4's or another method. Cheers for making a guide though.
AhsanU said:
Just a reminder that this does not work with all H815's as of 6/5/15. I think those of us that got a non EU region specific H815's get stuck when requesting a bootloader unlock from LG. Most of us are getting "not found suffix" when trying to submit the IMEI# and device ID. Note: trying different internet browsers does nothing, so don't bother.
We'll have to wait for LG to either approve all region G4's or another method. Cheers for making a guide though.
Click to expand...
Click to collapse
Thanks for the heads up.. i have put this in red in the first post.
Eclap78 said:
I'm stuck on "fastboot oem device-id" command in cmd. Everything up to that point goes smoothly.
command line says "waiting for device" and the phone screen doesn't show phone ID, but gives me options 1-3. 1 being to show device ID, can't remember what the other ones are now. But I can't select "1". What am I doing wrong?
I have USB debugging on, also the OEM unlock is checked in development options.
Click to expand...
Click to collapse
Got the same Problem and fixed it, because, that are restriction/Firewall/Domaincontroler/Groupright Problems on ur PC.
Here the link, were i short explain my problem. http://forum.xda-developers.com/g4/general/howto-unlock-twrp-root-1-thread-t3130538
And now i see there is a HOWTO Thread
SO i have doubled it :crying:
But same answers like here "we got like 5 Threads", but like u said @SAO NOT 1Thread were all-in-one is explained! :good:
Is there a reason why we have to temporarily boot into TWRP to install root and then install TWRP via a secondary method?
Like, why can't we just do a "fastboot flash recovery twrp.img" command to install TWRP like most other devices with an unlocked bootloader?
Does this method break DRM?
takuhii said:
Does this method break DRM?
Click to expand...
Click to collapse
yes

Asus Zenfone 5 (T00J) Lollipop - Unable To Root

tried everything , every possible and suggested way...
with zenfone rootkit, showing 'Rooting Please Wait, Waiting For Device' on pc screen and 'Fastboot Cmd Waiting' on mobile screen...
tried with different ADB installer versions...
tried with rootzenfone app for mobile...
also with kingroot...
with pc & without pc...
still nothing
if someone know the solution please convey...
thanx in advance...
Asus zenfone 5 is one of the best devices from the Asus and recently it
also got the lollipop 5.0 update as promised by the company but this is
not the topic I am here to discuss the most easy way to root your asus
zenfone 5 and I already published a video guide on it on our YouTube
channel its HowTrends. So, those guys who are facing problems and tried
a lot of thing to root asus zenfone 5 and at the end they failed, we
recommend them to go through this simple, easy and one click root
procedure.
This rooting procedure is tested on the Asus Zenfone 5 (CG501) Android
Lollipop 5.0 and Android Kitkat 4.4.2 V2.21.40.44 and working fine.
However if something goes wrong by your mistake then please don't held
I m not responsible for it, so go ahead at your own risk ..
Pre-Required files:
1.Asus Zenfone 5 Lollipop Rootkit
Http://d-h.st/0S31
2. Asus Zenfone 5 Kitkat Rootkit
www.mediafire.com/download/mjg542cd5w8my7w/HowTrends-RootZenFone5KitKatv4-ww.zip
3. Intel adb drivers for PC
www.mediafire.com/download/hxjosurat8o6ubk/HowTrends-IntelAndroidDrvSetup1.1.5.exe
Step to Root Asus Zenfone 5 Lollipop/Kitkat:
Download intel drivers and install it to your PC and the download the
RootKit as per your android version lollipop or kitkat to your PC. (i.e for
kitkat download kitkat root kit and for lollipop download lollipop root kit)
Enable usb debugging on your asus zenfone 5. To enable it first go to
settings > about phone > system information > build number. Tap 7 times
on build number and you will get the devloper settings in your android
settings.
Go to developer settings and enable USB debugging and connect your
phone with PC via usb cable and you will get a popup on your phone
select there always allow.
Refer pic 1
This is all you need to do with your Asus Zenfone 5. Now go to the folder
where you downloaded the root kit.
Rootkit will be a zip file so first unzip it and then press and hold shift
button and right click on file folder and you will see "open command
window here" option. choose it.
Now in command box type "adb devices" (without comma) and hit enter
and if you get "demon started successfully" message in command then
close that command and go ahead to the next step. otherwise try again
all above steps.
Refer pic 2
This will be the final step, open file Root-zenfone.bat and wait till that
window close automatically, during this process your phone will be
rebooted 4-5 times but no need to worry it is the part of the rooting
process.
Once your device bootup and starts then search for SuperSu app in your
app list, if supersu app is there it means you have successfully rooted your Asus Zenfone 5 then you can unplug your device from PC and enjoy the root features to your Asus Zenfone 5.
Pic 3
Pic for understanding..
thnks for ur reply...
downloaded intel drivers from the given link but while installing the error showing up that 'This OS Not Supported-Windows'...
before this i download version 1.10.0 from its official website...
when i type adb devices in command prompt its showing my device in 'List Of Attached Devices' but after i run Root.bat and starts the process by pressing any key my phone shuts down and start the fastboot mode and it shows 'fastboot cmd waiting' and on pc it shows 'rooting be patient, waiting for device' at that time if i type 'adb devices' in command prompt then its showing 'List Of Attached Device' empty...
should i try with some other pc...
im using windows 8.1...
I m also using Windows 8.1
Do one thing go to fastboot mode then open root.bat in word pad the insert manually cmd in cmd ...examples fastboot <something> etc..all cmds copy from root.bat which is open in word pad then paste one by one cmd in cmd promt it will 100% work good luck
new to this things so unable to understand...
tried...
but out of my mind...
plz elaborate or give any screenshots...
I will tell u with screenshot tomorrow i m busy now... with explanation..
thats so nice of u brada... thnx alot in advance...
Step 1: go ro bootloader by pressing hold and press power + up volume key.
Step 2: go to How to trends zenfone 5 Lolipop root folder means i already give u link for that. Download it.
Step 3: goto files folder which is present in how to trends zenfone 5 lollipop root folder.
Take look in pic.
Hold left shift and right click that opens cmd prompt below codes just copy paste one bye one into cmd prompt.
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
fastboot reboot
Done i hope u understand...
Look in...u can easily understand what i m saying..
Success...!!! - Zenfone 5 rooted...!
thnk u so much bro...
thnx alot for ur help & time...
finally got root access...
now i can use my data card directly on my mobile using OTG cable and with ppp widget 2...
thnx again...
vnyukey said:
thnk u so much bro...
thnx alot for ur help & time...
finally got root access...
now i can use my data card directly on my mobile using OTG cable and with ppp widget 2...
thnx again...
Click to expand...
Click to collapse
It works 100 % ...my pleasure hehe good luck happy to help
yasin0005 said:
It works 100 % ...my pleasure hehe good luck happy to help
Click to expand...
Click to collapse
Is it working on lollipop firmware version 3.24.40.87
Root Manually
harsh.patel19998 said:
Is it working on lollipop firmware version 3.24.40.87
Click to expand...
Click to collapse
The only way I got was manually. And to version .87 works. If your do not, manually do it will work .
yasin0005 said:
It works 100 % ...my pleasure hehe good luck happy to help
Click to expand...
Click to collapse
Worked for me, first time itself. Thanks for your effort. Now that my phone is rooted can you kindly refer me to sources where I can upgrade it to Lollipop. I've read many tutorials where they've shown how to upgrade to Lollipop from KitKat on a non-rooted device, but mine is rooted, so how do I upgrade?
Thanks, awaiting your reply.
tech321 said:
Worked for me, first time itself. Thanks for your effort. Now that my phone is rooted can you kindly refer me to sources where I can upgrade it to Lollipop. I've read many tutorials where they've shown how to upgrade to Lollipop from KitKat on a non-rooted device, but mine is rooted, so how do I upgrade?
Thanks, awaiting your reply.
Click to expand...
Click to collapse
No u must have to unroot mobile before upgrading u r ROM because official ROM required unroot if its rooted mobile u faced bootloop problem......so u first unroot it and then upgrade ...u can root again on new upgraded Rom by using same procedure which was given by me in previous post ....
yasin0005 said:
No u must have to unroot mobile before upgrading u r ROM because official ROM required unroot if its rooted mobile u faced bootloop problem......so u first unroot it and then upgrade ...u can root again on new upgraded Rom by using same procedure which was given by me in previous post ....
Click to expand...
Click to collapse
Thanks for the reply bro..that was quick help.
I tried to root my zenfone 5 as per the instructions but the phone is not rebooting it is stuckinthe screen which says " Asus- insearch of incredible" and the circle goes round and round .
Bibhuti777 said:
I tried to root my zenfone 5 as per the instructions but the phone is not rebooting it is stuckinthe screen which says " Asus- insearch of incredible" and the circle goes round and round .
Click to expand...
Click to collapse
First go to bootloader then recovery in recovery select reset option bootloop will b solved thank you
After installing the device drivers just update it in the device driver and repeat the process

Unlocking the Bootloader for F8132 Xperia X Performace

To root your Sony X Performance phone ( I have the F8132 ) You must do this procedure till maybe in the future there is another method.
Unlock bootloader on Xperia X Performance
1) download the ADB-drivers utility here that you will need to install the drivers which enable flashmode to work on your pc. You will also need the Sony Performance X driver so your computer will connect to it properly here
2) Go here to download Android Studio Software which allows you to pen a cmd line and program the phone in flashmode. To save you lots of time and trouble, again, my instructions are much better and help you navigate to the places you need to be so this goes well. Disregard the Sony instructions because you will most likely ask yourself many questions and will not find answers.You will need to properly install the Android studio software to get it working the way you need. Upon install, check off Android SDK and Android Virtual Device. Click next. It takes a while to install. Open the software after it has been installed. It will tell you " No Android SDK found. Click next. Click next again to install the two prechecked updates which are Android SDK Platform and API25" ANdroid 7.1.1 (Nougat). Then click finished to start the install of those 2 updates. It will download files from the internet. This will take a while. Click inish when its done downloading. At the welcome window of Android Studio click on the "configure" button. Choose SDK Manager. There will be 3 tabs at the upper midline of the window. Choose the "SDK Tools" tab. Check off "Google USB Driver and Google Web Driver. Usually these drivers will not work to get your phone in fastboot mode. This is why I have instructed you to install the Flashtool-
drivers utility. Nonetheless, click on these and click on apply. Click accept the click next to download and install this update. Click finish after it has installed then click ok to close the software.
3) On your device, turn on USB debugging and turn on OEM Unlocking by going to Settings, then about phone. Go all the way down to build version and tap on it about 7 times. This will unlock Developer Options menu. To go into Developer Options once it is unlocked goto Settings, then Developer options . This menu is where you must turn on usb debugging and OEM Unlocking to proceed with the procedure.
4) After you have turned on usb debugging, turn your phone off. After its turned off, hold the volume down button while plugging the phone into your pc. Your computer should install drivers that will enable Flashmode.
5)Go here to have Sony give you the unlock code. Input your email address to get the code emailed to you with instructions. It takes just a minute to get the unlock code. DO NOT attempt
to unlock your bootloader with some other method. Odds are its a scam or virus or both and you will be screwed. Follow the steps to get the unlock code by putting in your IMEI
then you are suggested to follow my steps to unlock the bootloader. Keep the Sony page open for reference because once it is closed, you will have to redo the email process and
IMEI process again to get the same code. Youre unlock code never changes.
6) goto the file location C:\Users\PC-User\AppData\Local\Android\sdk\platform-tools where you will open a cmd prompt you must open a cmd prompt in only this folder to make this work. to do so , once in that specific folder
hold down your right mouse button and clock on the shift key then release the mouse button. This will open a pop up window where you can choose to " open command window here"
7) when the cmd window opens, copy and paste this "fastboot devices" directly AFTER the ">" symbol and paste it in the command line with no spaces. It should look lik this.
.........C:\Users\PC-User\AppData\Local\Android\sdk\platform-tools>fastboot devices.........
8)press enter button, your computer should respond in the cmd line with something that looks like this
......CB512A697c fastboot.......
This lets you know that your phone is in the correct mode and ready to be programmed.
9) to unlock your bootloader you then copy and paste directly the cmd code Sony gives you from there website "fastboot -i 0x0fce oem unlock 0XXXXXXXXXXXX" . It will look like this C:\Users\PC-User\AppData\Local\Android\sdk\platform-tools>fastboot -i 0x0fce oem unlock 0xxxxxxxx... The 0xxxx's are YOUR SPECIFIC Unlock code given to you by Sony. DO NOT get this from another other website or software otherwise you will probably be infected with some kind of virus of worse on your phone or computer.
10) press enter to intiate bootloader unlock procedure
11) once bootloader unlock is successful you will see the cmd line spell out this "OKAY [ 1.165s] finished. time: 1.168s" The seconds mean nothing. You do want it to say OKAY!
12) reboot the phone and you will see an annoying warning that cant be undone, which says " your device has been unlocked and cant be trusted" No big deal but very annoying. The phone will work but you will see this everytime you reboot the phone.
13) It takes a while, several minutes, maybe 5, to have the phone bootup. When it does, you will see everything is in a weird language. You need to choose which language you want. to know which menu you must choose, just click on the very first down pointing arrow in the middle of the screen. A menu pops up and you can then choose the language you want. After choosing a language clock ok. Youre done!
Instructions to install TWRP so you can backup and restore your phone here
Thanks for the help, however I get this in the command screen
FAILED (remote: Command not allowed)
I do not get this phone from carrier, and have unlock bootloader allowed = yes , why would this happen to me
edit: everything is fixed now, only problem left is I'm stucked at MM
KWOKSFUNG said:
Thanks for the help, however I get this in the command screen
FAILED (remote: Command not allowed)
I do not get this phone from carrier, and have unlock bootloader allowed = yes , why would this happen to me
edit: everything is fixed now, only problem left is I'm stucked at MM
Click to expand...
Click to collapse
Maybe try Flashtool
ontwerp said:
Maybe try Flashtool
Click to expand...
Click to collapse
I've fixed this problem now
however just flashing the ftf normally wont help
u have to flash the ftf with exclude system.sin
then flash system with system.img
whoever want the system.img can just ask me
KWOKSFUNG said:
I've fixed this problem now
however just flashing the ftf normally wont help
u have to flash the ftf with exclude system.sin
then flash system with system.img
whoever want the system.img can just ask me
Click to expand...
Click to collapse
Can I have your FB/line? Thankss
I don't have X performance yet but I wanna ask a quick question: Will it lose its DRM key and lose camera quality after unlocking bootloader like the older models?
loveyoulovemetn said:
Can I have your FB/line? Thankss
Click to expand...
Click to collapse
PM
dont worry about flashing nougat though, flashing ftf normally will work now on updated flashtool
evildog1 said:
I don't have X performance yet but I wanna ask a quick question: Will it lose its DRM key and lose camera quality after unlocking bootloader like the older models?
Click to expand...
Click to collapse
bump this question as I think the answer is "Yes, it will lose"
huangjs said:
bump this question as I think the answer is "Yes, it will lose"
Click to expand...
Click to collapse
Damn then i'll wait until someone found root exploit.
evildog1 said:
Damn then i'll wait until someone found root exploit.
Click to expand...
Click to collapse
I saw on gfan DRM key can be "regenerated".
However, it's not the one you had before unlocking.
But who cares as long as it will let Sony engine works.
Unlocked bootloader allowed NO!
Is there a Root trick for the Device Lock Bootloader?
I use SOFTBANK series (DOCOMO).

I ruined my phone and i need help

Hi i need to unroot and factory reset the phone. Oneplus 2 What ive already done or tried: I started to try unrooting it through superSU but that didnt work i just waited waited and nothing hapened. so then i tried to fastboot img but just got error the device is locked even though i did enable oem unluck and usb debuging. so then i wrote in cmd: fastboot oem unlock and now the phone starts up to the op logo then restard into it again after a second D'=
Im not familiar with forums and very stressed to get my phone working so i would be very very gratefull for help.
now i cant even charge it the batery logo doesnt come up after i did fasboot oem unlock again.... rip
spacebite said:
Hi i need to unroot and factory reset the phone. Oneplus 2 What ive already done or tried: I started to try unrooting it through superSU but that didnt work i just waited waited and nothing hapened. so then i tried to fastboot img but just got error the device is locked even though i did enable oem unluck and usb debuging. so then i wrote in cmd: fastboot oem unlock and now the phone starts up to the op logo then restard into it again after a second D'=
Im not familiar with forums and very stressed to get my phone working so i would be very very gratefull for help.
Click to expand...
Click to collapse
spacebite said:
no i cant even charge it the batery logo doesnt come up after i did fasboot oem unlock again.... rip
Click to expand...
Click to collapse
Got to OnePlus support center and go in download section and download official ROM. Hold power and volume up bottons and connect it to PC. After that go in folder where adb files are located on your PC (If you don't have them, search on Google for "adb install 15 sec"). Hold left shift on your keyboard and right click your mouse in that folder on an empty space. Click something related with command window and type "fastboot devices". If you get some kind of feedback it's 2minute of work! If you don't have anything come up, try to start your device in fastboot mode again (second sentence in this post). After you got a feedback from command "fastboot devices" flash custom recovery (I suggest TWRP, Google it and download the .IMG file for your device). To flash a custom recovery type this in command line: "fastboot flash recovery IMAGE_NAME.img"
*replace IMAGE_NAME with actual image name...
After that boot in recovery by disconnecting the phone and powering off the phone. Press and hold power button and volume down buttons till blue TWRP logo appears. After that connect your device on PC and transfer your .Zip file(ROM) to internal memory of your device. You should go back to main menu of recovery and select wipe>advanced wipe, select everything BUT INTERNAL STORAGE!!!***IMPORTANT***
Then you just install ROM like you would normally do...
Press thanks it i helped! Hope I didn't missed something.
This is written in mind with that you have unlocked bootloader like you have written in your post...
x8Cooler said:
Got to OnePlus support center and go in download section and download official ROM. Hold power and volume up bottons and connect it to PC. After that go in folder where adb files are located on your PC (If you don't have them, search on Google for "adb install 15 sec"). Hold left shift on your keyboard and right click your mouse in that folder on an empty space. Click something related with command window and type "fastboot devices". If you get some kind of feedback it's 2minute of work! If you don't have anything come up, try to start your device in fastboot mode again (second sentence in this post). After you got a feedback from command "fastboot devices" flash custom recovery (I suggest TWRP, Google it and download the .IMG file for your device). To flash a custom recovery type this in command line: "fastboot flash recovery IMAGE_NAME.img"
*replace IMAGE_NAME with actual image name...
After that boot in recovery by disconnecting the phone and powering off the phone. Press and hold power button and volume down buttons till blue TWRP logo appears. After that connect your device on PC and transfer your .Zip file(ROM) to internal memory of your device. You should go back to main menu of recovery and select wipe>advanced wipe, select everything BUT INTERNAL STORAGE!!!***IMPORTANT***
Then you just install ROM like you would normally do...
Press thanks it i helped! Hope I didn't missed something.
This is written in mind with that you have unlocked bootloader like you have written in your post...
Click to expand...
Click to collapse
thanks i will try when i get home
Fallow this and don't trust any guides written out of memory with likely any mistakes.. (no offense)
This guide has various approaches to recover your phone, remember to research first and don't type carelessly any adb commands, it's not enough to just tick "oem unlock" in developer options, you'd have to type command on fastboot too, to unlock the bootloader.. there are many guides and youtube tutorials on this subject, absolutely unnecessary to blindly kill it, anyways I'll never understand how you can be so reckless with your phone..
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Edit: the state you brought your phone into is called "hard bricked" - have fun..
Sent from my OnePlus2 using XDA Labs
spacebite said:
thanks i will try when i get home
Click to expand...
Click to collapse
Don't!
If you get no joy from following the instructions in the link given by @Sam Nakamura, try @fareed_xtreme's Official OP2 Stock Reset to OOS 3.0.2
Sam Nakamura said:
Fallow this and don't trust any guides written out of memory with likely any mistakes.. (no offense)
This guide has various approaches to recover your phone, remember to research first and don't type carelessly any adb commands, it's not enough to just tick "oem unlock" in developer options, you'd have to type command on fastboot too, to unlock the bootloader.. there are many guides and youtube tutorials on this subject, absolutely unnecessary to blindly kill it, anyways I'll never understand how you can be so reckless with your phone..
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Edit: the state you brought your phone into is called "hard bricked" - have fun..
Sent from my OnePlus2 using XDA Labs
Click to expand...
Click to collapse
Aight thank you i had some suspicion it might be ...-bricked didnt know which though so thank you
If you can get in the bootloader then possibly the device is still OK. Just need to get the right ROM.
Try different TWRP versions. Sometimes, one particular version can save the world.

Categories

Resources