[Q] Still stuck in fastboot after flashing back original system images??

trevt

Senior Member
Feb 21, 2011
91
25
0
Belfast
Hi Folks,

I have checked through the various threads on xda about this but cannot find an answer so please be gentle.

I mistakenly flashed an incorrect kernel and so used fastboot to try and restore my orignal system backups. Now I am stuck on Fastboot screen.

I also cannot get ADB to see my device.

I have tried the other various unbrick tools on xda but had no luck. What are my options on this one?

thanks in adance.

Cheers,
Trev
 

stunts513

Senior Member
Feb 8, 2013
2,238
635
0
New Braunfels, TX
You don't use adb commands to work with fastboot, so adb devices is useless. You have to use fastboot commands. As a test run "fastboot -i 0x1949 getvar product" it should return Tate if you posted this in the right device section.

Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
 

trevt

Senior Member
Feb 21, 2011
91
25
0
Belfast
Hi stunts513,

yeah its tate. I was able to use fastboot see output.

C:\ Fastboot>fastboot -i 0x1949 getvar product
< waiting for device >
product: Tate-PVT-08
finished. total time: 0.008s

C:\ Fastboot>fastboot -i 0x1949 flash boot C:\Users\ADMIN\Downloads\stock-boot.img
target reported max download size of 1006632960 bytes
sending 'boot' (8192 KB)...
OKAY [ 2.828s]
writing 'boot'...
OKAY [ 0.678s]
finished. total time: 3.508s

C:\ Fastboot>fastboot -i 0x1949 flash recovery C:\Users\ADMIN\Downloads\stock-recovery.img
target reported max download size of 1006632960 bytes
sending 'recovery' (8192 KB)...
OKAY [ 2.828s]
writing 'recovery'...
OKAY [ 0.673s]
finished. total time: 3.504s

C:\ Fastboot>fastboot -i 0x1949 flash system C:\Users\ADMIN\Downloads\stock-system.img
target reported max download size of 1006632960 bytes
sending 'system' (907264 KB)...
OKAY [312.761s]
writing 'system'...
OKAY [ 73.290s]
finished. total time: 386.067s
 
  • Like
Reactions: Ph0enix_216

stunts513

Senior Member
Feb 8, 2013
2,238
635
0
New Braunfels, TX
Ah sorry, was going to advise that but I'm kinda busy trying to figure out how to compile this ROM, its so different than the stuff I'm used to compile so I'm kinda lost. Anyways glad to hear you fixed it.

Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
 

r.sorujlall

Senior Member
Jan 13, 2011
244
51
28
Georgetown
Ah sorry, was going to advise that but I'm kinda busy trying to figure out how to compile this ROM, its so different than the stuff I'm used to compile so I'm kinda lost. Anyways glad to hear you fixed it.

Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
im having the same problem.. however unplugging the cable right after the reboot command still doesn't help. it goes right back to fastboot no matter what