[Q] Auto-update (4.4.2- 11.4.1.27) -> black screen - Asus Transformer TF701

Hello, (I apologize for my bad english)
Since one week with the update 4.4.2-11.4.1.27 I've got a problem with "black screen". Indeed I need to get lucky with the power button to wake up the screen.
I try lots of things but it was hard to install a new rom without seeing the recovery.
So I tried to use fastboot instead of the recovery.
In first, I tried this :
fastboot erase system -w
fastboot erase boot
fastboot update [CROMi-X 7.0.3][11.4.1.17].zip
but it doesn't work, I had this message :
archive does not contain 'android-info.txt'
archive does not contain 'android-product.txt'
error: update package has no android-info.txt or android-product.txt
Then, I tried this :
fastboot erase system -w
fastboot erase boot
fastboot -i 0x0B05 flash boot boot.img
fastboot -i 0x0B05 flash staging blob
fastboot -i 0x0B05 flash system UL-K00C-WW-11.4.1.17-user.zip
And it failed again :'( with this error text :
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot -i 0x0B05 flash system
UL-K00C-WW-11.4.1.17-user.zip
target reported max download size of 643825664 bytes
Invalid sparse file format at header magi
error: write_sparse_skip_chunk: don't care size 345823125 is not a multiple of
he block size 4096
erasing 'system'...
OKAY [ 1.227s]
sending sparse 'system' (602018 KB)...
error: write_sparse_skip_chunk: don't care size 345823125 is not a multiple of
he block size 4096
error: write_sparse_skip_chunk: don't care size 345823125 is not a multiple of
he block size 4096
OKAY [ 81.624s]
writing 'system'...
OKAY [ 17.300s]
sending sparse 'system' (337720 KB)...
OKAY [ 45.821s]
writing 'system'...
OKAY [ 9.322s]
finished. total time: 155.295s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
rebooting...
finished. total time: 0.020s
C:\Program Files (x86)\Minimal ADB and Fastboot>
Thank you for helping me, I don't understand where is the mistake....

Related

*sigh* Red screen when booting

Hello. I have a kindle fire hd 7" version 7.4.3 that I had recently just rooted. All was fine except I tried to install the second bootloader, twrp and such.
I followed the directions but on the final reboot, I got a red screen of death. I can access fastboot via a cable but I can't access adb commands.
Please help! I will continue to look around for help. Thanks.
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools> fastboot -i 0x1949 flash bootloader kfhd7-u-boot-prod-7.2.3.bin
target reported max download size of 1006632960 bytes
error: cannot load 'kfhd7-u-boot-prod-7.2.3.bin': No error
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 flash boot kfhd7-freedom-boot-7.4.3.img
target reported max download size of 1006632960 bytes
sending 'boot' (8145 KB)...
OKAY [ 2.861s]
writing 'boot'...
OKAY [ 1.660s]
finished. total time: 4.531s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 flash recovery kfhd7-twrp-2.6.0.0-recovery.img
target reported max download size of 1006632960 bytes
sending 'recovery' (8145 KB)...
OKAY [ 2.860s]
writing 'recovery'...
OKAY [ 1.250s]
finished. total time: 4.110s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 reboot
rebooting...
finished. total time: 0.000s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 reboot
rebooting...
finished. total time: 0.010s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 flash boot kfhd7-freedom-boot-7.4.3.img
target reported max download size of 1006632960 bytes
sending 'boot' (8145 KB)...
OKAY [ 2.860s]
writing 'boot'...
OKAY [ 1.700s]
finished. total time: 4.560s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>fastboot -i 0x1949 reboot
rebooting...
finished. total time: 0.000s
C:\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\pla
tform-tools>
tad bit confused said:
fastboot -i 0x1949 flash bootloader kfhd7-u-boot-prod-7.2.3.bin
target reported max download size of 1006632960 bytes
error: cannot load 'kfhd7-u-boot-prod-7.2.3.bin':
Click to expand...
Click to collapse
You seem to have ignored the above error and continued anyway. It appears that you should be in good shape if you can get that file to flash correctly. Double check the local file name against the one in the command and make sure they match.
Please double check the md5sum on the bootloader file. This file needs to be 100% intact or you will hard brick the device. And probably have to return it to Amazon.
Sent from my XT926 using Tapatalk 2

[Q] Error when flashing system.img

Im currently following a guide to update my encrypted N6 to 5.0.1 and it is all working well up until i go to flash the system.img that i got from 5.0.1 where i get an error.
Code:
C:\Users\Chris\Desktop\android-sdk-windows\platform-tools>fastboot flash system
system.img
target reported max download size of 536870912 bytes
sending 'system' (457800 KB)...
OKAY [ 14.332s]
writing 'system'...
(bootloader) Invalid sparse image
FAILED (status read failed (Too many links))
finished. total time: 14.353s
Im not sure where to go from here, any tips?
Chris_Krz said:
Im currently following a guide to update my encrypted N6 to 5.0.1 and it is all working well up until i go to flash the system.img that i got from 5.0.1 where i get an error.
Code:
C:\Users\Chris\Desktop\android-sdk-windows\platform-tools>fastboot flash system
system.img
target reported max download size of 536870912 bytes
sending 'system' (457800 KB)...
OKAY [ 14.332s]
writing 'system'...
(bootloader) Invalid sparse image
FAILED (status read failed (Too many links))
finished. total time: 14.353s
Im not sure where to go from here, any tips?
Click to expand...
Click to collapse
Your device won't override. So you can erase the system
fastboot erase system -w
then flash
fastboot flash system system.img

Can't flash vendor.img

I'm trying to flash it using TWRP, but when it asks which partition to flash it to, my only options are Boot and Recovery. Vendor is not there (it is mounted, though).
when I try flashing it using fastboot, I get this:
Code:
target reported max download size of 471859200 bytes
Invalid sparse file format at header magi
sending sparse 'vendor' (311613 KB)...
OKAY [ 7.933s]
writing 'vendor'...
FAILED (remote: Command not allowed)
finished. total time: 7.940s
Exact same problem
D:\phone extracts>fastboot flash vendor VENDOR.img
target reported max download size of 471859200 bytes
sending sparse 'vendor' 1/2 (457331 KB)...
OKAY [ 10.760s]
writing 'vendor' 1/2...
FAILED (remote: Command not allowed)
finished. total time: 10.768s
any help on this?
Same problem here on ANE-lx1
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash vendor vendor.img
target reported max download size of 471859200 bytes
sending sparse 'vendor' 1/2 (435194 KB)...
OKAY [ 16.808s]
writing 'vendor' 1/2...
FAILED (remote: Command not allowed)
finished. total time: 16.808s
Sounds like your bootloader has been locked. Try unlocking before re-flashing

Bricked my device Need URGENT help please look at the pics posted

i accidentally flashed a wrong rom and now it is stuck in fastboot and im unable to flash recovery or system through fastboot. i will show the error i get in picture below
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery twrp.img
target reported max download size of 805306368 bytes
sending 'recovery' (65536 KB)...
OKAY [ 1.428s]
writing 'recovery'...
OKAY [ 0.256s]
finished. total time: 1.687s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot recovery
fastboot: usage: unknown reboot target recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 805306368 bytes
sending 'recovery' (41812 KB)...
OKAY [ 0.918s]
writing 'recovery'...
OKAY [ 0.176s]
finished. total time: 1.097s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot system raphael.tgz
fastboot: usage: unknown command system
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot devices
375d8e65 fastboot
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash system raphael.tgz
target reported max download size of 805306368 bytes
Invalid sparse file format at header magic
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
erasing 'system'...
OKAY [ 0.102s]
sending sparse 'system' 1/1 (0 KB)...
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
OKAY [ 0.021s]
writing 'system' 1/1...
OKAY [ 0.003s]
finished. total time: 0.129s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 805306368 bytes
sending 'recovery' (41812 KB)...
FAILED (remote: Error: Last flash failed : Bad Buffer Size)
finished. total time: 0.005s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery twrp.img
target reported max download size of 805306368 bytes
sending 'recovery' (65536 KB)...
OKAY [ 1.731s]
writing 'recovery'...
OKAY [ 0.250s]
finished. total time: 1.983s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash system raphael.tgz
target reported max download size of 805306368 bytes
Invalid sparse file format at header magic
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
erasing 'system'...
OKAY [ 0.025s]
sending sparse 'system' 1/1 (0 KB)...
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
error: write_sparse_skip_chunk: don't care size 3492589356 is not a multiple of the block size 4096
OKAY [ 0.034s]
writing 'system' 1/1...
OKAY [ 0.004s]
finished. total time: 0.124s
was trying to unbrick it by going to edl mode not working
Sending 'recovery' (65536 KB) OKAY [ 1.432s]
Writing 'recovery' OKAY [ 0.249s]
Finished. Total time: 5.519s
Sending 'boot.img' (65536 KB) OKAY [ 1.392s]
Booting FAILED (remote: 'Failed to load/authenticate boot image: Load Error')
fastboot: error: Command failed
Press any key to continue . . .
Use Xiaomi Flash Tool to Flash Stock Rom for your device.
Sent from my Redmi K20 Pro using Tapatalk
@albysprx @phantomDuck @Fantomduck please help guys
@albysprx @phantomDuck @Fantomduck please help guys
Are you trying to flash system without extracting it? It's kind of confusing so correct me if I'm wrong. From what I can gather you're trying to flash system.tgz, you need to extract the fastboot rom twice until you get system.img, move that to platform tools then open cmd and type "fastboot flash system system.img"
Or better yet once fastboot rom has been extracted properly flash the full rom

Question Redmi Note 10 5G bricked

I've got to unbrick my phone, I think.
I can't boot into system or recovery cause my phone is bricked.
What should I do?
When I start fastboot and try to flash twrp, ther comes this message:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery 4_twrp.img
target reported max download size of 134217728 bytes
sending 'recovery' (65536 KB)...
OKAY [ 1.532s]
writing 'recovery'...
FAILED (remote: This partition doesn't exist)
finished. total time: 1.563s
This is an a/b device , use fastboot flash boot instead of fastboot flash recovery

Categories

Resources