Now that i've flashed the RM version of CWM Recovery (4.0.12 i think) any command i issue in fastboot or moto-fastboot fails..except for fastboot devices..is that to be expected?
CORRECTION:CWM v4.0.14 oops
Hi, My phone is EVO 3D CDMA, unlock by HTC method, Hboot1.5 still S-ON
When boot into hboot, no go into recovery menu, can flash recovery.img by fastboot tool, but can boot into recovery,I use adb reboot recovery.
muziling said:
Hi, My phone is EVO 3D CDMA, unlock by HTC method, Hboot1.5 still S-ON
When boot into hboot, no go into recovery menu, can flash recovery.img by fastboot tool, but can boot into recovery,I use adb reboot recovery.
Click to expand...
Click to collapse
First download a custom recovery like CWM, TWRP or 4ext.
It should be .img file. Put it in the folder in which you have fastboot.exe.
Boot into hboot. Open command prompt and instead of adb reboot recovery , use "fastboot flash recovery recovery.img" (file name should be recovery.img or change command according to the file name). Then type fastboot boot recovery.img. Recovery should boot now.
To make things easier just download free version from here (this will flash 4ext recovery) ----> http://4ext.net/
and install the latest or stable release. then adb reboot recovery will work.
mnomaanw said:
First download a custom recovery like CWM, TWRP or 4ext.
It should be .img file. Put it in the folder in which you have fastboot.exe.
Boot into hboot. Open command prompt and instead of adb reboot recovery , use "fastboot flash recovery recovery.img" (file name should be recovery.img or change command according to the file name). Then type fastboot boot recovery.img. Recovery should boot now.
To make things easier just download free version from here (this will flash 4ext recovery) ----> http://4ext.net/
and install the latest or stable release. then adb reboot recovery will work.
Click to expand...
Click to collapse
I can use "fastboot boot recovery.img" to boot any recovery.img.
But can not boot into the recovery which flash by "fastboot flash recovery recovery.img", when in android ,use command "adb reboot recovery", can not boot into recovery, and HBOOT still no recovery menu.
Before you started this process did you make sure to enable usb debugging from within your rom ?? Also did you make sure to uncheck fastboot in the power settings as well ??
#Root-Hack_Mod*Always\
laie1472 said:
Before you started this process did you make sure to enable usb debugging from within your rom ?? Also did you make sure to uncheck fastboot in the power settings as well ??
#Root-Hack_Mod*Always\
Click to expand...
Click to collapse
Yes , I did disable fastboot in power setting, "adb reboot recovery", phone reboot an go into android, not recovery.
fastboot boot recovery.img to recovery:
/ # flash_image recovery /sdcard/recovery.img
flash_image recovery /sdcard/recovery.img
error scanning partitions: No such file or directory
muziling said:
Yes , I did disable fastboot in power setting, "adb reboot recovery", phone reboot an go into android, not recovery.
fastboot boot recovery.img to recovery:
/ # flash_image recovery /sdcard/recovery.img
flash_image recovery /sdcard/recovery.img
error scanning partitions: No such file or directory
Click to expand...
Click to collapse
first off what operating system are you using? windows,linuxsietug would be a help and second... is that the list of commands youre enterting in order?
wloftus said:
first off what operating system are you using? windows,linuxsietug would be a help and second... is that the list of commands youre enterting in order?
Click to expand...
Click to collapse
fastboot boot c:\recovery.img
adb push c:\recovery.img /sdcard/recovery.img
adb shell
flash_image recovery /sdcard/recovery.img
Then, error output : error scanning partitions: No such file or directory
My OS is WIN7
Did you place the img into the tools folder ?? And whats the name of the recovery img ??
#Root-Hack_Mod*Always\
laie1472 said:
Did you place the img into the tools folder ?? And whats the name of the recovery img ??
#Root-Hack_Mod*Always\
Click to expand...
Click to collapse
No, recovery is recoveryTWRP110.img
You need to place a copy of the img into your adb tools folder then run the commands
#Root-Hack_Mod*Always\
I rooted my TF201 using Urkel's Fresh Start method, which included TWRP as a part of the process. I felt more comfortable with CWM, so I tried flashing it, but now I can't enter any sort of recovery mode at all. It just hangs at the Asus logo where it tells me my device is unlocked.
I've tried flashing in fastboot mode:
Code:
fastboot flash recovery recovery-clockwork-5.8.3.4-tf201.img
fastboot flash -i 0x0b05 recovery recovery-clockwork-5.8.3.4-tf201.img
(What does the -i 0x0b05 flag do?)
While in Android, to force the recovery image to flash:
Code:
adb shell dd if=/dev/zero of=/dev/block/mmcblk0p3
adb shell dd if=/storage/emulated/0/downloads/CWM/recoveryblob of=/dev/block/mmcblk0p4
(Which partition should that command really be going to?)
Tried with different images of clockworkmod, official and unofficial to no avail.
How do I get CWM to work again? My TF201 is otherwise working perfectly, but obviously it'd be nice to have a working recovery.
Hi all,
I'm installing CM10.1 on a TF201. Extracting the rom.zip shows there's a boot.blob and a boot.img. I've fastboot'd the boot.img, and can boot into CM fine.
What does the boot.blob provide, do I need to flash it, and if so, does the command need a -i 0x0b05 argument? I've seen other threads which state that the command should be:
Code:
fastboot flash boot -i 0x0b05 boot.blob
rather than just
Code:
fastboot flash boot boot.blob
I'M NOT RESPONSIBLE FOR PEOPLE NOT FOLLOWING INSTRUCTIONS OR HARD BRICKED PHONES.
To follow this guide you must at least be able to access TWRP or Download mode or Fastboot at least.
(This guide applies too if your phone boots but with the Secure Boot error 1003 <- this error doesnt let your phone charge powered off)
1. Download Unbrick.zip
2. Download LG root zvb method zip from HERE (thanks to AUTOPRIME & Team CODEFIRE)
2a. Extract unbrick zip and root zvb zip in the same location
2b. right click "open command prompt" inside the folder of extraction.
3. Have LG drivers installed (you can find them in the forums)
4. If you have access to download mode and no TWRP installed you must first nuke LAF
4a. use the command prompt window we opened on 2b. and nuke laf using dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
4b. type LEAVE (this will leave your G3 on fastboot)
5. On the same window we must flash TWRP. using fastboot flash recovery twrp.img
5a. then fastboot flash boot boot.img, fastboot flash aboot aboot.img, fastboot flash laf laf.img
5b. fastboot reboot should take you to twrp where you can flash any rom (I suggest FULMICS)
5c. If the rom you flash fails to boot or you keep getting secure boot error keep on with this guide.
6. Enter twrp and copy the boot, aboot and laf imgs to your internal storage
6a. open a cmd prompt and enter adb shell
6b. use dd command as follows:
dd if=/sdcard/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot
dd if=/sdcard/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
7. Reboot to recovery and flash any custom rom this should fix your Secure Boot error Sprint LG G3. :highfive:
Thanks to all devs who worked on root and roms for this amazing phone!
Thanks! I had a working phone but still got the boot error. I copied the unbrick.zip to my phone and used the terminal in TWRP to run the dd commands in step 6b and it fixed the error! Reinstalled a fresh fulmics and everything is working fine.