in 1st post is version wich works on my tf300tgSo what is the version of TWRP that is linked in the OP? And does it work on the TF300TG with firmware 10.6.2.3 installed?
in 1st post is version wich works on my tf300tgSo what is the version of TWRP that is linked in the OP? And does it work on the TF300TG with firmware 10.6.2.3 installed?
Sorry for my bad English but i have Asus Transformer 300T.
I was flashing the wrong bootloader for my Tablet TWRP 2.5.0.0
but the right was TWRP 2.5.0.0 - 4.2 so i have a soft brick.
So i reboot my bootloader with PDX, then i was in fastboot, when i was in Fastboot i erased my recovery- image.!(only the Recovery, nothing else)!
The Tablet boot normally into Android, when i was in the Android System, i was made the "CWM permissions" then it was fixed the
partitions, so reboot my Tablet into Fastboot, flash the Stock ROM from ASUS and everthing was fine.
Sorry for my bad English, but maybe i can help with it.........http://forum.xda-developers.com/images/icons/icon12.gif
I'm working on a solution but I don't come up with nothingDear Senior Members,,,,, One of the local Android developer here in Pakistan told after diagnosing my Tf300tg that the upgrade of 10.6.2.3 has corrupted the Partition table.....that is why ADB and fast boot is not working. Though that is latest JB version produced by ASUS......Solution we may get from ASUS or XDA developers only.......according to him changing of motherboard is foolish advice.!!!!!!!!!!!
So please ........do something ..there are lots of hopes from senior member of XDA to save TF300TG :crying:
Hi Matt,,,is there any Solution???? any hope???I'm working on a solution but I don't come up with nothing![]()
nopeHi Matt,,,is there any Solution???? any hope???
here's the fastboot getvar all resultSame thing happens to me as well. What happens when you run fastboot getvar all
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Exactly. Im not sure but i think the communication issue is because the data partitions are wrong, so nothing is where is where its supposed to be.See there's the problem that I was expecting. Let me guess, your tablet says it's unlocked when you turn it on right? Around the bottom of that Window you'll see where it says "unlocked: no". My tablet said the same thing. Basically there's some miscommunication going on where it displays the unlocked splash screen, but it's actually not unlocked. My guess (and seriously it's just a guess) is that it's not letting us run commands in fastboot (that don't hang) because of this miscommunication. I'm currently trying to show customer support that my tablet is not unlocked (same output as yours), but they aren't really listening.
As for a solution, I'm sorry I don't have one. I'd send it to support and hope they fix it. Or keep it and wait for a dev fix.
Sent from my Galaxy Nexus using Tapatalk 4 Beta
I was informed by Asus tech support that merely entering fastboot mode voids my warranty. What the f*ck. Their technicians asked if I was able to enter recovery and fastboot.
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Even NVflash is useless for JB devices.....this is kind of annoying thing by NVIDIA and ASUSIt means there is no solution for those who have bricked their TF300TG
Replacement of motherboard is a painfull thing.
originaly posted in this thread http://forum.xda-developers.com/showthread.php?t=2179759&page=2I have the same on my TF300t and A700 - but it seems i just managed to get my TF300t back
i tried all fastboot (reflashing recovery, boot, system etc) no dice - especially since writing system was done after 3 secs all the time.
Here how i restored my TF300T JB
download your appropriate lates firmware from Asus (WW, US etc.) and extract the zip twice so you have your blob file
install your device drivers if needed (i used Google SDK ones) (and as a Tip Win8 sucks for Fastboot stuff so try to get Win7 Vista XP for this)
Reset your device with a paperclip/needle (about 2 cm down of your sdcard slot) and hold vol-down to enter fastboot
(the folowing i did at least 10 times already but didn't erase misc)
fastboot -i 0x0B05 erase system
fastboot -i 0x0B05 erase recovery
fastboot -i 0x0B05 erase userdata
fastboot -i 0x0B05 erase boot
fastboot -i 0x0B05 erase misc
fastboot -i 0x0B05 erase cache
fastboot -i 0x0B05 flash system c:\adb\TF300t\blob (this is my path - your's may vary depending where you stored your blob) ((also this was the first time i saw the loading bar while flashing)*
fastboot -i 0x0B05 reboot
* it also took a lot longer as it should:
C:\>fastboot -i 0x0B05 flash system c:\adb\TF300t\blob
erasing 'system'...
OKAY [ 1.695s]
sending 'system' (800935 KB)...
OKAY [133.121s]
writing 'system'...
OKAY [153.973s]
finished. total time: 288.789s
im now setting my tab up to get back to CM (which initially caused this sh1theap due to autoupdate error, same as my A700 got bricked )
hope i could help you out!
cheers
-Buster