Hey guys, I'm using asus ZenFone 2 with lineage os. Actually I got stuck with Twrp Bootloop. First I tried the dd command "dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/misc count=1 bs=32" and it broke the loop and it booted to the os. But after a couple of restarts it again went to the loop. I tried the same command but it didn't work, so I tried to use another command which I don't remember now and when I rebooted it my asus logo changed to some colour panel, now it is not booting to recovery. I'm stuck with boot loader. I tried to use adb shell command but it mentioned as "devices null" but when I try the "fastboot reboot" option it works. Please help me with this huge problem. :crying:
Related
Hello friends,
I've a problem with CWM 5.8.2.0. Until now I replaced with ease different ROM and went all right. But after the last one, system doen't reboot. Everything is installed properly, the system restarts properly with the factory image (eeepad asus Tegra etc..), but after few seconds it returns to the previous commands (reboot system now, install zip fron sdcard, wipe data and so on). I tried to restore the "old" ROM, all the step are complete, but I can't go further. The installation stop always after a few seconds. Thank you for your help.
How to Unbrick your Transformer Prime
"DiamondBack" discovered this, i tried it and it worked for me:
Don't be afraid, your Prime should be recoverable. This is the good news. The bad news is, that you need quite some knowledge of ADB.
To recover your Prime (most likely) you need the following:
A working ADB setup (please google that if you don't have it, "tutorial setup adb" or something like that should do the trick)
The USB-Cable to connect the Prime to your PC
A few minutes time
Now do the following:
Make sure your Prime is in Recovery mode (CWM)
Open a cmd line on your pc
Type: "adb shell"
You should see a "#" now
Once you have that "#", please type: dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1 and press [Enter]
Now type: dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1 and press [Enter]
Exit the shell and reboot your Prime via CWM
It should not reboot to CWM automatically now. It either boots your ROM or is stuck at the splash screen. If it is stuck, boot to recovery and install any ROM you want.
I Hope it helps!
I'm trying to fix my tablet. It doesn't start in bootloader or recovery mode. I already tried powering it up pressing as many combinations as imaginable, it doesn't work. I think this modes are disabled.
Then, I started trying to fix it using adb. Some commands like recovery in adb shell throw a Segmentation Fault and no other explanations.
fastboot devices returns nothing.
flash_image returns
error scanning partitions: No such file or directory
I already tried a myriad of scripts and other programs, nothing seems to work, I'm stuck with android robot dancing in loop.
That's my tablet genesis gt7200 [I can't post a link...] (probably only sold on Latin America and Asia) and it's produced by SKMtek
How can I reinstall a rom? Or atleast make it start normally again.
Have you tried "adb reboot-bootloader", "adb reboot recovery" or "adb reboot bootloader" commands?
I am on Wolla 5.0 and elementalx 6 something but I don't think these caused the stuck as the phone had been working fine.
Right before the phone was stuck, I updated an app called Lucky Patcher; I then restarted the phone and it's been stuck.
Under Devices manager, My HTC shows this device is working properly.
M8 was detected by Adb. But when I typed commands such as "fastboot reboot bootloader" or "fastboot reboot recovery" ADB shows and stuck at "waiting for device".
it has been like this for two hours.
Please help.
Try adb reboot bootloader it worked for me mate.
My device is Spice Dream Uno mi-498. So I flashed the TWRP recovery on my device via fastboot it ended successfully. So i entered the command ' fastboot reboot' in the command prompt. And since, the device is not booting, stuck in bootloop, I guess. Help me?
So I followed a guide (can't post links but basically I installed Busybox and Terminal Emulator, then used
Code:
dd if=/sdcard/backups/logo.bin of=/dev/block/mmcblk0p11
) to modify the Android boot logo. I made a backup of the logo on my PC, then proceeded to replace the system file. Then I rebooted. Now, logo isn't updated and after the logo it switches to boot animation but is just stuck there. So I install ADB and boot into recovery mode but I can't do anything there because my device is missing an "enter" button. So using ADB, I replace the original backed up file with the system one with
Code:
adb push logo.bin /dev/block/mmcblk0p11
. Now it won't even make it to boot animation, just stuck at starting logo. I can still connect using ADB though. Any way I can recover the device without a hard reset?