Greetings, folks,
I just picked up the LG G2 for Verizon yesterday. Now I'm having an issue trying to root, or it may have to do with recovery.
I follow this method:
www.youtube.com/watch?v=HKuedInhdjU
I get my device rooted. I use Root Checker to verify. The next step is unlocking the boot loader (or bypass it), because when I try to boot into recovery, I get the triangle.
I attempt the Loki method, but I eventually get "this is not a flash" message near the end (wording is something to that effect).
http://forum.xda-developers.com/showthread.php?p=45715059
I try flashing the recovery image via Google app like Goomanager, but it doesn't seem to work (doesn't put me in recovery, or hangs up on the process message).
What am I doing wrong?
Wildcat3699 said:
Greetings, folks,
I just picked up the LG G2 for Verizon yesterday. Now I'm having an issue trying to root, or it may have to do with recovery.
I follow this method:
www.youtube.com/watch?v=HKuedInhdjU
I get my device rooted. I use Root Checker to verify. The next step is unlocking the boot loader (or bypass it), because when I try to boot into recovery, I get the triangle.
I attempt the Loki method, but I eventually get "this is not a flash" message near the end (wording is something to that effect).
http://forum.xda-developers.com/showthread.php?p=45715059
I try flashing the recovery image via Google app like Goomanager, but it doesn't seem to work (doesn't put me in recovery, or hangs up on the process message).
What am I doing wrong?
Click to expand...
Click to collapse
Get the recovery .img from this thread: http://forum.xda-developers.com/showthread.php?t=2449670
Get the free app from the appstore "flashify" and flash the recovery, then boot into recovery. The triangle is the stock recovery. You need to flash a recovery that is "lokified" then backup and flash away.
Mandelbrot.Benoit said:
Get the recovery .img from this thread: http://forum.xda-developers.com/showthread.php?t=2449670
Get the free app from the appstore "flashify" and flash the recovery, then boot into recovery. The triangle is the stock recovery. You need to flash a recovery that is "lokified" then backup and flash away.
Click to expand...
Click to collapse
The message I get at the last step of the thread you and I linked is: "sh: loki_flash: not found."
I get this after I go through the process described in the steps to that thread. I also tried flashing the image directly with Flashify, but that didn't work. I assume because it's not lokiified.
Is there a place I can get a lokiified image?
Wildcat3699 said:
The message I get at the last step of the thread you and I linked is: "sh: loki_flash: not found."
I get this after I go through the process described in the steps to that thread. I also tried flashing the image directly with Flashify, but that didn't work. I assume because it's not lokiified.
Is there a place I can get a lokiified image?
Click to expand...
Click to collapse
Why didn't flashify work? What error it give?
Related
Not applicable
Delete this thread
Hello, thanks for the post.
I got a brand new Nexus S, I got a update direct from Google so I just flash it to GRJ22 :-(. I follow your guide (I have to do the step 1/2 in the other post you refer). Now I got clockwork done. But everytime I restart my phone, I always boot into clockwork. I try to 'mount sdcard' and reboot, but still boot into clockwork. How can I boot into the stock ROM?
many thanks!!
Too complicated.
Just:
1. turn on phone by holding volume up + power to go to bootloader
2. fastboot oem unlock (confirm it on the phone)
3. fastboot flash recovery recoveryfilename.img
4. Select recovery on the phone.
5. You're in ClockworkMod. Go flash a new ROM.
Let me answer myself.
I don't think the latest rom 2.3.4 is compatible with the clockwork you supplied. So I have to flash my phone back to GRH78. I downloaded the stock ROM from the internet. and then push all the images file into /sdcard/clockworkmod/backup/2010.xxx.
Next, I restore the image in clockwork menu.
after restore, reboot the phone, now I am back in business.
When the phone is boot, i lost the root again, so i went to modaco.com and get Paul's package. run it, restart, I got the root.
Finally, go to market place and get ROM Manager, install the clockwordmod. and I have a 'proper' phone.
although I don't have the least rom, at least i got a working phone that is rooted.
bante said:
Hello, thanks for the post.
I got a brand new Nexus S, I got a update direct from Google so I just flash it to GRJ22 :-(. I follow your guide (I have to do the step 1/2 in the other post you refer). Now I got clockwork done. But everytime I restart my phone, I always boot into clockwork. I try to 'mount sdcard' and reboot, but still boot into clockwork. How can I boot into the stock ROM?
many thanks!!
Click to expand...
Click to collapse
I have the same problem. How did you handle it?
Wow, why risk messing up your phone with flashing a boot.img when you can just rename /etc/install-recovery.sh to something like /etc/install-recovery.bak?
Here's one way to rename (courtesy of Matridom). Another is to use Root Explorer.
Matridom said:
The new update applies the install-recovery.sh script into our phones (not there previously.
Boot into the bootloader
flash CWM
select recovery from the bootloader (DO NOT reboot the phone)
apply the su binary
boot into the OS and test root
make sure busybox is properly installed
run ADB shell
then:
Code:
su
mount -o remount,rw /dev/block/mtdblock3 /system
mv /system/etc/install-recovery.sh /system/etc/install-recovery.bak
Boot back into the bootloader and re-flash CWM, should stay permanent now.l had applied the SU binary at the same time as the OTA update, then renamed the installer script and flashed back CWM.
Click to expand...
Click to collapse
andnaz said:
I have the same problem. How did you handle it?
Click to expand...
Click to collapse
same here someone please help ?
This is a totally unorthodox way to make the custom recovery permanent. If your phone is messed up, good luck fixing it.
There is a much easier and safer way like I mentioned.
PS: flashing recovery for 2.3.4 is the exact same as for 2.3.3!
fastboot flash recovery <recovery .img>
Sent from my Nexus S using XDA App
bante said:
Hello, thanks for the post.
I got a brand new Nexus S, I got a update direct from Google so I just flash it to GRJ22 :-(. I follow your guide (I have to do the step 1/2 in the other post you refer). Now I got clockwork done. But everytime I restart my phone, I always boot into clockwork. I try to 'mount sdcard' and reboot, but still boot into clockwork. How can I boot into the stock ROM?
many thanks!!
Click to expand...
Click to collapse
Hi Bante, I am sorry for the inconvenience. I have revert back the CWM Recovery to 3.0.2.4. You can download it at the link above, and try it again
I hope that the problem you mention wont persist anymore
zero383 said:
This is a totally unorthodox way to make the custom recovery permanent. If your phone is messed up, good luck fixing it.
There is a much easier and safer way like I mentioned.
PS: flashing recovery for 2.3.4 is the exact same as for 2.3.3!
fastboot flash recovery <recovery .img>
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
I am sorry but not all people can successfully use Command Prompt to do so.
I cant use command prompt, as it says "Image cant be loaded".
So I had to use this method.
I search around the forum and seen this as a quite common problem,
so I decided to share it
Hope you understand.
Anyway, thanks for your method too Cheers
andnaz said:
I have the same problem. How did you handle it?
Click to expand...
Click to collapse
The CWM Recovery I supplied is version 3.0.2.5,
which is not compatible.
So I replaced with version 3.0.2.4.
You just download it at the link above and follow all the step again.
You should able to solve this problem
Do notify me if any problem persist
16vMK1 said:
same here someone please help ?
Click to expand...
Click to collapse
The CWM Recovery I supplied is version 3.0.2.5,
which is not compatible.
So I replaced with version 3.0.2.4.
You just download it at the link above and follow all the step again.
You should able to solve this problem
Do notify me if any problem persist
Wow people like to make things complicated. Why install an entire rom to get ride of a script?
if you can flash cwm, you should have some basic understanding of fastboot, adb and the search options in the forums. the answers are all there already.
Sent from my Nexus S
No disrespect, I agree flashing recoverys should only be done after you understand how to use the tools to do it. there is no reason someone who is going to mod systems on their nexus shouldn't be able to use fastboot and adb properly. all the right drivers are in the sdk.
Sent from my Nexus S 4G using Tapatalk
nxt said:
Too complicated.
Just:
1. turn on phone by holding volume up + power to go to bootloader
2. fastboot oem unlock (confirm it on the phone)
3. fastboot flash recovery recoveryfilename.img
4. Select recovery on the phone.
5. You're in ClockworkMod. Go flash a new ROM.
Click to expand...
Click to collapse
This is what I did.
I rooted my NS, which had 2.3.3
Used phone with stock 2.3.3 until I figured out which ROM I want to flash.
Before I flashed any ROM, did a Nandroid Backup through CWM.
Used the ROM for a few days, but when I saw that official update is ready for download for i9020A, did do a restore from the Nandroid backup I created.
Updated from 2.3.3 to 2.3.4, phone works fantastic, video chat also works great.
After update when I tried using any of the apps required SU permission, they didn't work. I tried installing a couple of .apk files, couldn't either install it or after installation it didn't work.
Thought let me try wiping my phone clean and start all over again, may be I will use a custom ROM again, downloaded ROM, went to ROM Manager to reboot into recovery, nothing happens.
Tried booting into Recovery option manually by pressing Volume Up and Power button, nothing happens but the Bot with an Arrow appears on screen.
So, I thought I will follow this procedure to reflash CWM to my phone and get it going. I was able to use the command FastBoot once, and suceeded pushing .img file to my phone but now whenever I try using the commands from my computer, this error message appears : "This application has failed to start becasue AdbWinApi.dll was not found. Re-installing the application may fix this problem."
Why this error message if I have the sdk on my computer already through which I was once able to push .img file without any troubles?
Can anyone tell me what would be a possible solution?
Also, how can I fix this problem and get ClockWorkMod Recovery installed on my NS again?
How can I get stock recovery image on my phone if I want start all over again from scratch?
Thx a million.
Edit ::: I found the answer as to how to how to install CWM again. Thx anyways.
Other question still remains a puzzle... why am I not able to install certain programs or if did manage to install, can't run them?
I ran your method and I think I'm stuck at some step...
My phone now default boots into CWM 3.0.2.4
Recovery boots to a newer recovery I flashed.
How do I get my phone to default boot into the OS again?
Edit: nevermind, just downloaded the full 2.3.4 rom, extracted and flashed the original boot.img.
dreamsforgotten said:
All the right drivers are in the sdk.
Click to expand...
Click to collapse
After installing the sdk and a platform, I have adb, but where is fastboot?
I was getting the same error as "Image cant be loaded". after hours of struggling I found that It's only because I was not in the same directory as the img file. silly eh?
hi,did you repaiar your phone,i have try everything but it just keep going in clockwork mode,if i than pres reboot now in clockworkmode it stays on google padlock
i realy need phone if you can help or someone else,than ....
just tried this method of window7 (thanks for the work) with cwm 3.0.2.4, but got the same result like the others in this thread: cant boot the android 2.3.4, the system is always booting into the cwm, no way out.
I don't think this tool works as it should.
:-(
EDIT:
I didn't realize that window7's tool would install the cwm into the boot-partition instead of the recovery-partition.
To get my boot partition back I downloaded the 2.3.4 firmware image from http://forum.xda-developers.com/showthread.php?t=1056062 and extracted the boot.img from the zip.
with "fastboot flash boot boot.img" I restored my orginal boot partition an can boot into android again.
(fastboot is part of the android sdk)
I'm trying to install jelly bean on my kindle fire but using KFU I've only managed firefirefire and clockworkrecovery.
I tried rooting using KFU to root but that doesn't work. Always gets stuck with the twrp.img error saying it's the wrong image (seems to be a common problem)
I've tried getting twrp installed using adb shell but when I get to the command to load the recovery image I get error; couldn't load recovery image. I thought maybe there was a problem so I tried loading the fff bootloader even though I already had it on my kf but it also returned with error: couldn't load image.
Theoretically, if you have clockwork recovery, there is no need for TWRP. But if you must have TWRP instead, use clockwork to flash a rom (and FFF1.4 while you're at it). Boot into the rom and use the Smirkit to install TWRP. It will save you a lot of hassle.
soupmagnet said:
Theoretically, if you have clockwork recovery, there is no need for TWRP. But if you must have TWRP instead, use clockwork to flash a rom (and FFF1.4 while you're at it). Boot into the rom and use the Smirkit to install TWRP. It will save you a lot of hassle.
Click to expand...
Click to collapse
The problem is getting root access. Most of the guides I've tried to follow require twrp installed to get into recovery. Without root I can't flash another rom.
I also already have FFF 1.4.
So I reverted back to stock and went through the manual process again and I was able to get it to work. When I was initially trying to flash twrp with the command line I copied pasted the name of the file without adding the file extension. Fixed that by adding .img and everything went through. Got Jellybean on here now and it's running great.
If you are installing a custom rom (including MoDaCo), there is no need to go through the "rooting" process, hence saving you "a lot of hassle". Recoveries, like CWM and TWRP provide temporary root access.
soupmagnet said:
If you are installing a custom rom (including MoDaCo), there is no need to go through the "rooting" process, hence saving you "a lot of hassle". Recoveries, like CWM and TWRP provide temporary root access.
Click to expand...
Click to collapse
This is odd because I tried installing the JB rom after I got CWM on there. It booted up to a black screen and left it there for 5 minutes and still black screen. I reverted back with the update bin from amazon website after that.
hxu976 said:
This is odd because I tried installing the JB rom after I got CWM on there. It booted up to a black screen and left it there for 5 minutes and still black screen. I reverted back with the update bin from amazon website after that.
Click to expand...
Click to collapse
That has nothing to do with "rooting". Most of the time it's caused by a bad download (always check MD5s) or not "wiping" correctly before installation.
I have a Verizon LG g2 and I have it rooted and followed all of the steps to get cyanogen mod on my phone but I can not get past the boot loader. I tried using the command prompt method discussed in another thread but every time it fails saying it's an invalid command. what am I doing wrong??? I need simple step by step flashing for dummy instructions.
JEWBERT said:
I have a Verizon LG g2 and I have it rooted and followed all of the steps to get cyanogen mod on my phone but I can not get past the boot loader. I tried using the command prompt method discussed in another thread but every time it fails saying it's an invalid command. what am I doing wrong??? I need simple step by step flashing for dummy instructions.
Click to expand...
Click to collapse
If you have superuser...
Try flashify on the market.
Download twrp 2.6.3.3.IMG (not the zip)
Or... CWM 6.0.4.4 Touch.IMG ( not the zip)
Choose flash IMG
Find the file flash and reboot...
Boom!!!
If that doesn't work you'll have to use fastboot to flash the recovery.
I can probably walk you through that if needed.
http://forum.xda-developers.com/showthread.php?t=2468858
Mikkey81 said:
If you have superuser...
Try flashify on the market.
Download twrp 2.6.3.3.IMG (not the zip)
Or... CWM 6.0.4.4 Touch.IMG ( not the zip)
Choose flash IMG
Find the file flash and reboot...
Boom!!!
If that doesn't work you'll have to use fastboot to flash the recovery.
I can probably walk you through that if needed.
http://forum.xda-developers.com/showthread.php?t=2468858
Click to expand...
Click to collapse
OK I got it to reboot into recovery with freegee and flashed the twrp.
JEWBERT said:
OK I got it to reboot into recovery with freegee and flashed the twrp.
Click to expand...
Click to collapse
Will this method also work with the tmobile variant d801? Cant flash recovery or roms, adb wont load for me.
So I have already rooted my AT&T Galaxy S4 (Running 4.4.2 [NB1]). That part was done following the tutorial on galaxys4root.com to the tee.
The issue that arises now is trying to Flash CWM. I have tried using ROM Manager to flash the recovery as well as attempting the LOKI method following the tutorial on galaxys4root.com. However when I tried that tutorial it gave me an error: "loki aboot does not match device". I downloaded the LOKI version for my SGH-1337 from this website as well.
Does anyone have any ideas with what I may be doing wrong? I was hoping to be able to flash CWM using ROM Manager, but is this even possible?
Sorry for no links as I am new to XDA Dev an am unable to post links.
Your phone has a locked boot loader that prevents the stock kernel and recovery from being replaced. The only working recovery is safestrap.
jmjoyas said:
Your phone has a locked boot loader that prevents the stock kernel and recovery from being replaced. The only working recovery is safestrap.
Click to expand...
Click to collapse
I downloaded Safestrap 3.7.2-KK-B01.apk and tried to flash that recovery with no avail. The status is still showing "Not Installed."
bwhite4294 said:
I downloaded Safestrap 3.7.2-KK-B01.apk and tried to flash that recovery with no avail. The status is still showing "Not Installed."
Click to expand...
Click to collapse
Did go through the following instructions for installing the safestrap?
HOW DO I INSTALL SAFESTRAP?
Requirement: Root
Requirement: Allow APK install from Unknown Sources
Download the Safestrap APK
Find the APK using a Filemanager tool and open it on your device, then click "Install".
(If updating from an existing Safestrap you might be warned that this will over-write the existing installation. Click the "Yes" equivalent to this message.)
Once installed, open up the Safestrap application as you would any other app.
Agree to the disclaimer that you won't try to sue me and hunt me down with a rifle if you manage to break your phone..
Then use the "Install Recovery" button. You should see the current version down in the lower left corner of the window. And the "Status:" should say "Installed" when you're done.
From there you can reboot and you *should* see a new splash screen during the boot up. While this is showing you can enter Safestrap Recovery using the [ menu ] button.
That's it for the installation! Read below for a brief overview of Safestrap Recovery v3.x
HOW DO I ENTER RECOVERY?
During each reboot a splashscreen will be displayed showing whether the device is running a rom-slot or on the "Stock ROM".
Press under the button shown on the screen to either enter "RECOVERY" or "CONTINUE" booting.
By "under", I mean on the touch key portion of the front display on either side of the center button.
I followed those instructions exactly, but it does not show the state as "Installed."
bwhite4294 said:
I followed those instructions exactly, but it does not show the state as "Installed."
Click to expand...
Click to collapse
You need to set the selinux mode to permissive. Use selinuxmodechanger app for that. You should then be able to install safe strap recovery.
jmjoyas said:
You need to set the selinux mode to permissive. Use selinuxmodechanger app for that. You should then be able to install safe strap recovery.
Click to expand...
Click to collapse
This worked perfectly, however safestrap 3.72 appears to not allow me to search for a zipped rom to install.
Is there a certain folder I should store zipped roms in?
bwhite4294 said:
This worked perfectly, however safestrap 3.72 appears to not allow me to search for a zipped rom to install.
Is there a certain folder I should store zipped roms in?
Click to expand...
Click to collapse
When you select install, it will list zip files and directories. To move to the parent directory, scroll to the top and select "(Up a level)". This will enable you to traverse to any directory.
I tried to root my Nexus 6P and now I'm stuck. It won't finish booting. I followed instructions found on the web. I unlocked bootloader with no problem. I copied the latest SuperSU file to the phone. I installed TWRP recovery. However, I could not find the SuperSU file when using TWRP. Nevertheless, when I went to exit, TWRP asked if I wanted to instal SuperSU. I recall reading somewhere that it will install the wrong version of SuperSU (not the one for 6.0.1). Somehow I must have hit the wrong selection because it installed it anyway. Now I have an infinite loop.
I have tried to factory reset with TWRP. That fails. I downloaded the 6.0.1 images files from Google. I tried to run flash-all.bat, but that doesn't work. I have pushed images and ZIPs to the /sdcard/ folder with ADB. ADB recognizes the device, but fastboot does not (when connected to my laptop) (which is why flash-all doesn't work). I have tried to install the images/zips with TWRP. However, I always get "failed" messages. I get messages that partitions won't load.
Stupidly, I do not have a nandroid backup (yes, I know, a dumb move).
Any suggestions on what to try next? I'm at my wit's end with this. I've searched the web all morning and found all kinds of helpful info, but I can't find anything to get me past this point. I am perfectly willing to wipe it all out and start over again if I could just force it to do that. I just bought it so I suppose I could return it (I think there's a 30-day return policy), but Google might not like it if it comes back in this state, I suppose. I had an AT&T Galaxy Note 5 for half a day but found out, after the fact, that I can't root it.
Thanks for any help or suggestions.
Why did you follow instructions found on "Web" when u have the beautiful guide by our @Heisenberg? Read this thread. Instead of running flash - all. Bat file, follow the instructions in this guide. http://forum.xda-developers.com/showthread.php?t=3206928
jaidev.s said:
Why did you follow instructions found on "Web" when u have the beautiful guide by our @Heisenberg? Read this thread. Instead of running flash - all. Bat file, follow the instructions in this guide. http://forum.xda-developers.com/showthread.php?t=3206928
Click to expand...
Click to collapse
I saw that post. I wish I had followed it. However, the instructions are very similar to what I tried, although not exact. Where I went wrong is letting TWRP install SuperSU for me. I didn't mean to but when I touched the phone it installed it (of course, I hit something, but I don't know what). Fastboot does not recognize the phone in recovery. I can follow Heisenberg's instructions to get back to stock IF fastboot would recognize the phone. ADB recognizes the phone. Would it be possible to use ADB Sideload instead? How can I force fastboot to recognize the phone? If I could do that, I would be able to flash images back to the phone. Thanks!
U should try fastboot in bootloader / download mode instead of recovery mode..
OK, two comments: Duh (as I slap my head) and Bless You! That worked. I'm back to stock. At least the phone works now. I'll try again to root following Heinsenberg's instructions! Thanks. Where do I sent the beer money?
jaidev.s said:
U should try fastboot in bootloader / download mode instead of recovery mode..
Click to expand...
Click to collapse
Well, I'm back to a stock phone, anyway. Flashing SuperSU per Heinsenberg's instructions did not give me root. Oh well. I'll keep trying. It did install and it did reboot just fine. However, root checker says I have no root and Titanium Backup won't run, either. Thanks.