Check out my post on this. I'm now using magisk 16.4 instead of superSU but the process is the same. http://forum.xda-developers.com/showthread.php?p=74789442
guys so heres my issue, my screen stopped working after a few of the last android updates. I have no way to get into any settings to enable debugging or dev mode. All I can do is get to fastboot. Would I be able to unlock my bootloader and flash TWRP and a rom? Im trying to see if flashing to an older version or custom rom will fix this issue since it obviously started after their updates.
also I have no way to restore since my recovery partition is corrupted..... odd since this tablet has never been rooted at all.
If you can boot to fastboot and use adb you can do a lot.
Check this older topic fe. and flash the kernel also, posted in Pixel C Android Development.
You can just boot to a TWRP recovery image without the need to have flashed it if you want.
I unlocked my bootloader and was able to boot to TWRP using the wugtoolkit. I was wondering though If I could install a custom ROM through that without having TWRP fully installed. If I install a custom ROM would I still need to worry about the force encrypt or would it pretty much wipe everything anyway?
Thanks
edit:
its just not working, I was wrong and it has to be hardware related. Even in TWRP it no longer works with touch. Im going to actually pull the thing apart, reseat some of the cable and clean it all up and see whats going on. Im disappointed that this pricey device didnt really last that long, I actully did like this tablet.
Hard to say what is what.
Can you manage to just flash some original image?
I would worry about the rest after you managed to get it to work etc.
The toolkit may be outdated also, I just make sure my PC has the drivers to connect to the device to push or load as I please.
TWRP needs not be installed, it can be just used when you let the device boot to a twrp image.
Again, flash a factory image with bootloader and all etc (will wipe device) and go from there.
Do you have adb and fastboot working?I know its hardware now. I was able to boot to temp TWRP and it still didnt work so its not anything with googles software since TWRP is well before that. . My stock android recovery is blown out for some reason (little android with exclamation = no command) but can get to the further in reset menu. that worked once then not again. I figured if I could Cyo on there or something it might work again but without touch on the recovery menu for TWRP Im not getting to far.
I was thinking of just pulling the screen off and trying to heat gun the main board and see if a reflow might help. At this point Ive really go nothing else to lose as its just a big bright dead screen right now.
Do you have adb and fastboot working?
Sent from my Pixel 2 XL using Tapatalk
I know its hardware now. I was able to boot to temp TWRP and it still didnt work so its not anything with googles software since TWRP is well before that. . My stock android recovery is blown out for some reason (little android with exclamation = no command) but can get to the further in reset menu. that worked once then not again. I figured if I could Cyo on there or something it might work again but without touch on the recovery menu for TWRP Im not getting to far.
I was thinking of just pulling the screen off and trying to heat gun the main board and see if a reflow might help. At this point Ive really go nothing else to lose as its just a big bright dead screen right now.
The no command 'dead android' screen was new for me also.
In that screen press the power and click the volume-up. After the volume-up button is released you should get to the screen with a menu where you can choose, fe, to load 'adb mode'.
Also from there you can boot to 'sideload' etc.
yes I can get to that, thats how I was doing everything. Im learning these issues are all common with this tablet. To me this should call for some kind of recall on the device. this was not a cheap tablet. I havent opened it yet, just no time right now. The thing is I have a hunch that its not actually "the screen" thats the problem but something on the board causing the screen not to communicate with the rest of it. I thought trying the reflow might help. I tried chilling it in the freezer for a while first and that did nothing.
I bet you have a fair sense on such. Just wanted to make sure you managed to use that new menu (as it was new to me)
Being able to flash all software would make me look for hw issue also if you get booboos.
I once opened up as much as I managed with a screwdriver of some laptop with a broken screen...
Poking here and there on a wire under the screen and wiggling/abusing it like the monster I am made the screen work.
It is now my backup pc.
well took the screen off and wouldnt you know as soon as I disconnected the ribbons the screen no longer works at all. The lights on the back will turn on as if the tablet is working but the screen never lights up. Im assuming the screen has shorted. Im not going to buy another screen for this since its relativly pricey. Maybe if someone has a screen theyd like to sell cheap off their broken C or donate, Ill give it a shot and see if the screen is/was the issue or something internal. At least it might help solve other peoples issues.
Thanks all
adb reboot-bootloader
Waiting for fastboot command...
fastboot flashing unlock
Waiting for fastboot command...
fastboot reboot
adb reboot-bootloader
Waiting for fastboot command...
fastboot flash recovery (replace with custom recovery filename).img
C:\>fastboot flash recovery twrp-2.8.7.0-dragon-ryu-01082016-2.img
target reported max download size of 268435456 bytes
erasing 'recovery'...
(bootloader) erasing flash
OKAY [ 0.054s]
sending 'recovery' (13760 KB)...
OKAY [ 0.349s]
writing 'recovery'...
(bootloader) writing flash
OKAY [ 0.375s]
finished. total time: 0.783s
Power + Volume down until screen turns off, keep pressing volume down to boot into Coreboot Bootloader. Navigate to Reboot into Android Recovery with volume down and then press power to select.
fastboot flash boot (replace with xCeeD kernel filename).img
C:\>fastboot flash boot xceed-kernel-google-dragon-02-01-2016-RC1.img
target reported max download size of 268435456 bytes
erasing 'boot'...
(bootloader) erasing flash
OKAY [ 0.064s]
sending 'boot' (6220 KB)...
OKAY [ 0.161s]
writing 'boot'...
(bootloader) writing flash
OKAY [ 0.197s]
finished. total time: 0.426s
fastboot reboot
adb push su.img /data
C:\>adb push su.img /data
5677 KB/s (33554432 bytes in 5.772s)
adb install Superuser.apk
C:\>adb install Superuser.apk
8612 KB/s (6227998 bytes in 0.706s)
pkg: /data/local/tmp/Superuser.apk
Success
Yeah, ext4 is a filesystem -- you can't flash an image to that in TWRP.
As for MTP access - it's not the fstab. It's the sysfs path which is different. The init.rc has to be modified to include this path creation for instances other than on boot.