View Single Post
Old 07-17-2012, 05:37 PM   #450
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
fastboot flash system mmcblk0p1-kt-5.0.0.img
You missed the part that told how this "customer partition" is too large to flash with fastboot.
Just copy that into place following the directions to use dd and your "customer partition" should suddenly be "ready".
Even the main boot partition is too large to flash with fastboot, so of course the multi-GB "customer partition: (the USB drive) would be too big. What instructions told you to do that? It cannot work.

I see that the "universal jailbreak" in the K5 hacking wiki shows that the data.tar.gz already creates the missing file and folder now (as I had recommended in various posts back before it did), so if you used that universal jailbreak then you do not need to create those "diagnostic logs" folder and file.

It sounds like you DAMAGED your "customer partition" by attempting to flash "something" to it with fastboot. The best you can do at this point is kill it with SSH and reboot to reformat it:

dd if=/dev/zero of=/dev/mmcblk0p4 bs=4K count=1K

That will force the next reboot to format and rebuild it.

Last edited by geekmaster; 07-17-2012 at 05:39 PM.
geekmaster is offline   Reply With Quote