For all, who have a brick.
To solve the problem, you should do next:
1. Download the original file of firmware.
2. Get out from the archives the BLOB file.
3. Put it in the directory with adb and fastboot.
Next, there are few solutions to the problem.
The first way:
1. Boot into recovery or bootloader (if you can)
2. If you can't boot into bootloader, boot in it with command
Code:
adb reboot bootloader
3. Now you should install firmware. When you are in BOOTLOADER you can do this command
Code:
fastboot -i 0x0b05 flash staging blob
Now, even after command line say @ok, DON'T reboot your tablet. You must wait until you see progressbar on the screen and in will be 100%.
4. Next you shoul flash recovery. DOWNLOAD Flash it with command
Code:
fastboot -i 0x0b05 flash recovery twrp.blob
after that you will see msgs like "sending..." and "writing.." wait about 10 minutes after last msg. And reboot your tablet in bootloader with VOLUME DOWN + POWER
5. See in recovery if partitions are mounted and have or not zero sized internal memory.
Thats all. GL. Maby write smth else in this thread.
do you mean 100% written within the progress bar ?, cuz all i have is a filled progressbar with nothing within it , i've been waiting for about 10 mins , how long does it usually take ?
ningen90 said:
do you mean 100% written within the progress bar ?, cuz all i have is a filled progressbar with nothing within it , i've been waiting for about 10 mins , how long does it usually take ?
Click to expand...
Click to collapse
if you have fully filled progressbag - that's i mean 100%
it's good and ok
do next steps.
aLkRicha said:
For all, who have a brick.
To solve the problem, you should do next:
1. Download the original file of firmware.
2. Get out from the archives the BLOB file.
3. Put it in the directory with adb and fastboot.
Next, there are few solutions to the problem.
The first way:
1. Boot into recovery or bootloader (if you can)
2. If you can't boot into bootloader, boot in it with command
Code:
adb reboot bootloader
3. Now you should install firmware. When you are in BOOTLOADER you can do this command
Code:
fastboot -i 0x0b05 flash staging blob
Now, even after command line say @ok, DON'T reboot your tablet. You must wait until you see progressbar on the screen and in will be 100%.
4. Next you shoul flash recovery. DOWNLOADFlash it with command
Code:
fastboot -i 0x0b05 flash recovery twrp.blob
after that you will see msgs like "sending..." and "writing.." wait about 10 minutes after last msg. And reboot your tablet in bootloader with VOLUME DOWN + POWER
5. See in recovery if partitions are mounted and have or not zero sized internal memory.
Thats all. GL. Maby write smth else in this thread.
Click to expand...
Click to collapse
This should really be in the general section. Still a good find though.
Sent from my SGH-T999 using Tapatalk 2
aLkRicha said:
if you have fully filled progressbag - that's i mean 100%
it's good and ok
do next steps.
Click to expand...
Click to collapse
On my bootloader there is no USB icon there are only 3 icons,,,,it is jb 4.2.1 boot loader,,,,i am running energy 4.2.1 themed rom....what to do now??
jaffer707 said:
On my bootloader there is no USB icon there are only 3 icons,,,,it is jb 4.2.1 boot loader,,,,i am running energy 4.2.1 themed rom....what to do now??
Click to expand...
Click to collapse
i also haven't USB icon. It's normal, go to the next steps.
still bootlooping , same thing as yesterday , twrp recovery is working , all the partition and data are there , tried restoring my Nand backup ,again ! , bootlooping.
everything was working fine before , except for some of the sensors, (only affected some games like temple run 2 ) , so i said "hey , i have some free time , let's revert back to stock to see if i can get those sensors back on, WHAT COULD GO WRONG ! " , and here i am, wasted a day and a half trying to fix it , and now i'm really tempted to buy a sledgehammer. anyways thanks for your help : ) , you've been more helpful than others.
jaffer707 said:
On my bootloader there is no USB icon there are only 3 icons,,,,it is jb 4.2.1 boot loader,,,,i am running energy 4.2.1 themed rom....what to do now??
Click to expand...
Click to collapse
Fastboot protocol will start automatically when you connect your TF300 to your pc through usb cable when in bootloader :good: its the property of 4.2 bootloader
ningen90 said:
still bootlooping , same thing as yesterday , twrp recovery is working , all the partition and data are there , tried restoring my Nand backup ,again ! , bootlooping.
everything was working fine before , except for some of the sensors, (only affected some games like temple run 2 ) , so i said "hey , i have some free time , let's revert back to stock to see if i can get those sensors back on, WHAT COULD GO WRONG ! " , and here i am, wasted a day and a half trying to fix it , and now i'm really tempted to buy a sledgehammer. anyways thanks for your help : ) , you've been more helpful than others.
Click to expand...
Click to collapse
so.. if all your partitions are working now, why you don't flash rom from recovery. and did you do HARD formating of all partitions??
Ti2 said:
Fastboot protocol will start automatically when you connect your TF300 to your pc through usb cable when in bootloader :good: its the property of 4.2 bootloader
Click to expand...
Click to collapse
That's right!
aLkRicha said:
so.. if all your partitions are working now, why you don't flash rom from recovery. and did you do HARD formating of all partitions??
Click to expand...
Click to collapse
i did try that , tried flashing cm 10.1 , tried restoring my previous Nandbackup , nothing , with those custom roms , the tab doesnt go beyond the boot screen (with nividia logo) , with the official firmware it goes beyond that to the silver asus logo and the rotating circle
ningen90 said:
i did try that , tried flashing cm 10.1 , tried restoring my previous Nandbackup , nothing , with those custom roms , the tab doesnt go beyond the boot screen (with nividia logo) , with the official firmware it goes beyond that to the silver asus logo and the rotating circle
Click to expand...
Click to collapse
and what is after roating sircle? Try to do all points from the 1st post.
nothing , it's been stuck on this screen for more than half an hour , i did all the steps exactly like the first post(which i already did yesterday , but i did it again anyway ). btw on the boot screen , in the upper left corner , it says "keydriver is not found , booting os " what does it mean ?
ningen90 said:
nothing , it's been stuck on this screen for more than half an hour , i did all the steps exactly like the first post(which i already did yesterday , but i did it again anyway ). btw on the boot screen , in the upper left corner , it says "keydriver is not found , booting os " what does it mean ?
Click to expand...
Click to collapse
khm... try this:
go in recovery, run adb. paste
Code:
adb shell
next, if this command is successful paste
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1
and
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1
and go on 1st post. if it's good it is good if not.. go to the recovery and download in in your adb folder. Perform 4 and 5 or 6 points, and perform 1st post
after give it
Code:
fastboot reboot
, in the terminal i have this response
Code:
ERROR: could not clear input pipe; result e00002ed, ignoring...
ERROR: could not clear output pipe; result e00002ed, ignoring....
rebooting...
and tablet is freeze. Any solution ?
it booted , IT BOOTED !!!!!!!!!!!!!!
---------- Post added at 10:03 PM ---------- Previous post was at 09:59 PM ----------
i'm not sure why , but apparently it's related to root , whenever i tried to reboot from recovery ,it would ask me if i want to install superSU but i always chose to not install it , this try i decided to install it , and Viola ! , it booted
ningen90 said:
it booted , IT BOOTED !!!!!!!!!!!!!!
---------- Post added at 10:03 PM ---------- Previous post was at 09:59 PM ----------
i'm not sure why , but apparently it's related to root , whenever i tried to reboot from recovery ,it would ask me if i want to install superSU but i always chose to not install it , this try i decided to install it , and Viola ! , it booted
Click to expand...
Click to collapse
If i help you, i am happy for you :highfive:
riderskull said:
after give it
Code:
fastboot reboot
, in the terminal i have this response
Code:
ERROR: could not clear input pipe; result e00002ed, ignoring...
ERROR: could not clear output pipe; result e00002ed, ignoring....
rebooting...
and tablet is freeze. Any solution ?
Click to expand...
Click to collapse
i don't tell you do this comman. Wait for progress bar
thank you very much ! , (though the commands and executable didn't exactly work. adb isn't properly installed, so it's on my end ) but nonetheless , thanks , i probably wouldn't have done it if i weren't on this thread , btw , will be safe to flash a custom rom now ? , the last 2 days were excruciating , so i just want to be sure. are custom roms compatible with the new bootloader ? , i now this probably should be asked in the specific rom thread , but hey ! , it never hurts to ask
ningen90 said:
thank you very much ! , (though the commands and executable didn't exactly work. adb isn't properly installed, so it's on my end ) but nonetheless , thanks , i probably wouldn't have done it if i weren't on this thread , btw , will be safe to flash a custom rom now ? , the last 2 days were excruciating , so i just want to be sure. are custom roms compatible with the new bootloader ? , i now this probably should be asked in the specific rom thread , but hey ! , it never hurts to ask
Click to expand...
Click to collapse
I dont know. I try to flash DEODEX rom, but it isnt started.. custom roms i dont try to flash. So, i decidet to stay on the original firmware with root.
Hi all,
I just recived my sprint lg g2, i was asked whether to update the system to the sprint network, being a mistake i clicked yes. Im in new zealand so i thought it wouldnt matter. Bad mistake and it took me to the twrp menu... I simply wanted to restore the phone back to factory settings or just return to how it was before. (I had no idea that twpr was installed on ge phone to begin with)
However i cant seem to figure it out. Ive backed it up not that that really matters, but when i go to reboot system it says
"your device does not appear to be rooted, install supersu now? This will root your device".
I swipe and it reboots simply back to twrp... How do i escape this?
Thank you so much
Someone please help me
I do not know what to do... When i go into the restore folder there are no files. Does this mesn i have turned the phone into a brick?
Before there were two files in the restore section niw they have disappeared! I have not connected this phone to a computer... I am really upset because all i simply did was allow sprint to update the phone and it is not connected to any network! Eifi only......
I just want to get out of the twrp and go back to how the phone was when i recieved it, is it possible? Please help me
Hotbunny said:
Hi all,
I just recived my sprint lg g2, i was asked whether to update the system to the sprint network, being a mistake i clicked yes. Im in new zealand so i thought it wouldnt matter. Bad mistake and it took me to the twrp menu... I simply wanted to restore the phone back to factory settings or just return to how it was before. (I had no idea that twpr was installed on ge phone to begin with)
However i cant seem to figure it out. Ive backed it up not that that really matters, but when i go to reboot system it says
"your device does not appear to be rooted, install supersu now? This will root your device".
I swipe and it reboots simply back to twrp... How do i escape this?
Thank you so much
Click to expand...
Click to collapse
in twrp go to advanced, go to terminal command, press select, then type this
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
datechnerd said:
in twrp go to advanced, go to terminal command, press select, then type this
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
Click to expand...
Click to collapse
ok thank you!
so it came up with this:
finished running boot script.
E:Storage partition '//TWRP/BACKUPS/04816da2910e8952' not found
then the above command dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota completed with 'no space left on device'
Somehow it seems the backup has been deleted.... I must have done this somehow trying to reboot.
What should I do next? thanks!!
This is what came back to be precise:
Finished running boot script.
E:Storage partition '//TWRP/BACKUPS/04816da2910e8952' not found
/ # dd if=/dev/zero of=dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
dd: writing 'dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota' : No space left on device
65537+0 records in
65536+0 records out
33554432 bytes (32.0MB) copied.
2.004260 seconds. 16MB/s