No fastboot, TWRP flickering screen

Search This thread

y3akup

Member
Oct 20, 2011
21
1
istanbul
It is working know after wipe evertyhing seems okey but the performance is stiil not so good. Thank you so much for your helps.
 
Last edited:

djakolis

Member
May 2, 2014
12
1
Performance wise, check lucius.zen's guide. It's named Guide/Tweak/Mod/Script... over at TF700 Android Development, 2nd page.

I did exactly like he said and the tablet is awesome now.
 
Aug 27, 2015
10
0
pasig
now i could enter the recovery and nearly ten times i installed rom but still it couldnt open twrp and bootloader numbers i checked but i think i did something wrong what can i do now??
Hi How did you fixed it im having the same problem, when i use this line of code " dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1 "
its giving me an error "not recognized as an internal or external command, operable program or batch file"

---------- Post added at 01:05 PM ---------- Previous post was at 12:49 PM ----------

Splendid!
Now - did you a full wipe in TWRP before installing the rom? Select the Wipe option and swipe the button. Then re-install the rom.
On the last page of the Aroma installer you have the option of saving the installation log. Do it.
Then back to TWRP, go to Advanced and also save the recovery log.
If the ROM still doesn't boot, post both of those logs.
Also try to capture a logcat of the boot process
Code:
adb logcat -v long > logcat.txt
Post that one too.
im having the same problem what is Aroma installer ? where and when will i use it?
 

berndblb

Inactive Recognized Contributor
Nov 22, 2012
4,875
2,113
Los Angeles, CA
Hi How did you fixed it im having the same problem, when i use this line of code " dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1 "
its giving me an error "not recognized as an internal or external command, operable program or batch file"

---------- Post added at 01:05 PM ---------- Previous post was at 12:49 PM ----------


im having the same problem what is Aroma installer ? where and when will i use it?
You have what problem?
Some devs incorporate Aroma into their roms zips. It starts when you flash the rom and let's you choose installation options.
 
Aug 27, 2015
10
0
pasig
You have what problem?
I have the same problem as user: djakolis from post #4 No fastboot, TWRP flickering screen.
you can see it in youtube titled TF700 - No fastboot, recovery stuck -- this video is not mine.
im using lenovo k910L i accidentally wiped my os. i cant go through TWRP, the teamwin banner is just flickering.



okay here's what i did so far from reading the comments
I did this while my phone is connected to the pc while the TWRP is open and flickering on screen.
1. i tried this adb pull /tmp/recovery.log

I received this
D:\Minimal ADB and Fastboot>adb pull /tmp/recovery.log
7890 KB/s (1136043 bytes in 0.140s)
and got recovery.log file.

2. adb logcat

----
I received this
D:\Minimal ADB and Fastboot>adb logcat
/sbin/sh: exec: line 1: logcat: not found

3. Next I tried this
adb shell # connect to a shell on the device
killall -19 recovery # suspend the recovery so that it doesn't interfere with formatting
make_ext4fs /dev/block/mmcblk0p8 # format /data
dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1 # remove "wipe data" request
reboot
---
I received this
D:\Minimal ADB and Fastboot>adb shell
~ # ←[6nkillall -19 recovery
killall -19 recovery
~ # ←[6nmake_ext4fs /dev/block/mmcblk0p8
make_ext4fs /dev/block/mmcblk0p8
Need size of filesystem
~ # ←[6ndd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1
dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1
1+0 records in
1+0 records out
64 bytes (64B) copied, 0.069722 seconds, 917B/s
~ # ←[6nreboot
-- my phone did not reboot. i have recovery.log but i dont know how to upload here
 
Last edited:

berndblb

Inactive Recognized Contributor
Nov 22, 2012
4,875
2,113
Los Angeles, CA
To upload the log click Reply, scroll down and use "manage attachments".
You have to do this in your browser. Tapatalk or similar won't work
Do not type the # or anything following in the commands. That's just a comment - as it said in _that's post ...
 

jmms1124

Member
Dec 8, 2007
6
0
I seem to have encountered the same issues in this post. I have ADB access but cannot access fastboot OR CM Recovery. I tried the ADB commands and did not get the same results. Please help!
 

_that

Recognized Developer / Inactive RC
Oct 2, 2012
4,821
4,211
I seem to have encountered the same issues in this post. I have ADB access but cannot access fastboot OR CM Recovery. I tried the ADB commands and did not get the same results. Please help!

The thread title says "TWRP flickering screen". You say you can't access CM recovery. So if you have TWRP installed, it's clear that you can't access CM recovery. And if you didn't get the same results and you really want help, it would be a good idea to post the results that you got instead.
 
  • Like
Reactions: lj50036

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Tried adb pull /tmp/recovery.log and got recovery.txt file.

    Adb logcat showed this: /sbin/sh: exec: line 1: logcat: not found

    Looks like your /data partition is not formatted properly. Try this (don't type "#" and the following comment):

    Code:
    adb shell        # connect to a shell on the device
    killall -19 recovery       # suspend the recovery so that it doesn't interfere with formatting
    make_ext4fs /dev/block/mmcblk0p8      # format /data
    dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=64 count=1    # remove "wipe data" request
    reboot
    1
    Wow... I don't know what to say. I'm looking at the fastboot screen! :highfive:

    I didn't type the last line of your code because it rebooted itself after format data was complete - make_ext4fs... Is there any consequence for not typing the last line?

    Maybe the "killall -19" stuff didn't work and the recovery was not suspended, so it may have somehow determined that the wipe was finished and initiated a reboot.

    Alright, I'm in recovery right now. Question: What is installed on the tablet right now? If anything... May I proceed with installing stock ROM and maybe do nvflash process to have an unbrickable device?

    What is installed? Whatever recovery, kernel and ROM you installed last. No other apps since you just formatted /data.

    Since the nvflash (flatline) process saves only BCT, bootloader, partition table and unlock token (basically all the stuff you need to get fastboot working on a hard bricked tablet), you can do that now.

    P.S. What does it take to learn all these things? I'm curious cause I like coding, so if you feel happy to share it, I'm all ears.

    Lots of reading here, lots of googling and more reading. Experience with Linux on PCs helps too.
    1
    I seem to have encountered the same issues in this post. I have ADB access but cannot access fastboot OR CM Recovery. I tried the ADB commands and did not get the same results. Please help!

    The thread title says "TWRP flickering screen". You say you can't access CM recovery. So if you have TWRP installed, it's clear that you can't access CM recovery. And if you didn't get the same results and you really want help, it would be a good idea to post the results that you got instead.