Hi, i have big problem. My Prime after factory reset from ICS menu still booting to CWM . Tried wipe everything, install new rom, but Prime still booting to CWM. Please help me.
Solved
ADB shell fix this
Now type: dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1 and press [Enter]
Related
after downgrade to .15, root , instnall cwm recovery and now my asus 201 stay on recovery and do not reboot.Please help.It lets me backup from recovery but when i reboot again it takes me back to recovery.I am totally inexperienced in these things.If someone can make a small program for me to making my asus prime 201 to work again i donate to him $100.
chasosa said:
after downgrade to .15 root install cwm recovery and now my asus 201 stay on recovery and do not reboot.Please help.
Click to expand...
Click to collapse
Uh oh lol, kinda sounds like boynamedstacy's issue. Maybe not though, you could try whatever methods he was unsuccessful with and hopefully you're not bricked.
chasosa said:
after downgrade to .15 root install cwm recovery and now my asus 201 stay on recovery and do not reboot.Please help.
Click to expand...
Click to collapse
first of all install the naked drivers and search for a workimg adb.
then connect your tablet with you pc and make sure your prime is in recovery.
open up your cmd (make sure you are on win7) and typ: adb shell
now: dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1 hit enter.
now typ: dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1 enter.
exit cmd and now reboot via cwm.
if it stuck on the eee pad screen, just typ in the adb: adb push romname \sdcard\ romname again.
now flash the rom and your done.
Does some one tested the fix_recovery_loop?
If so tell me if it works plz.
You will find a shell script in the zip file, if it does
dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1
dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1
as per option 1a, forum.xda-developers.com/showthread.php?t=1514088
I would trust it (for tf201)
In answer to your question yes this does work. I've used it multiple times to get out of boot loops when I've used clockwork.
jeffw111 said:
In answer to your question yes this does work. I've used it multiple times to get out of boot loops when I've used clockwork.
Click to expand...
Click to collapse
ok ty m8
i instaled cwm 5.8.2.0
i dont have rom in memory of device & cant get ADB commands
it says no device found
how can i transfer rom file to the memory ? or get rid of the bootloop
i saw it can by adb shell dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=1 count=13
but i cant get ADB
Tying to install a rom. keep getting this error on cwm. Im stuck in Cwm recovery loop. LG G2 (D802). Installing from otg as pc will not find phone. using adb to push rom
"checking if loki-ifying is needed/dev/block/platform/msm_sdcc. /by-name/boot needs lokifying. [-] Failed to find function to patch.
Error loki-ifying the boot image. "
Keep it simple (Noob Friendly)
donation for fix
Thanks hope you can help
FIXED
if anyone is stuck here is the ADB command that fixed my phone.
adb shell
dd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fota-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
hope it helps
hayjoesam said:
if anyone is stuck here is the ADB command that fixed my phone.
adb shell
dd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fota-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
hope it helps
Click to expand...
Click to collapse
You know there's a LG G2 section right? And there's also an irc channel for these types of things.
Sent from an Xposed LG-G2/LS-980
If you accidentally take the OTA and have the bumped twrp installed you'll find yourself in a bootloop.... to fix it do this;
If you have ADB access (once booted into twrp), plug in your phone to your computer and do this:
Code:
adb shell
dd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fota-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
If you DONT have ADB access for whatever reason or you do not have access to a computer or something you can use TWRP's "terminal command" option to do this:
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
You'll have to type the above out with the onscreen keepboard so be very very careful to get all the spaces and /'s.... One wrong letter and you could blow up your phone.
After you can reboot and it should boot as normal.