Changes

Google Pixel

4,684 bytes added, 02:50, 19 June 2019
The following lines were added (+) and removed (-):
===HERE IS WHAT FINALLY WORKED===I had to reload a stock image that matched what the phone had before I began.  In order to flash the stock image, the files from the stock image had to be extracted, and the script necessary to flash the phone had to be heavily modified so it would work.  Here are the steps performed along with some sample screen output...1. Modified flash-all.sh by removing the version check, and the -w switch* I will add specific details here as time permits2. Ran flash-all from shell while android phone in bootloader mode*output from computer terminal <nowiki>./flash-all.sh </nowiki> <nowiki>Sending 'bootloader_a' (32424 KB)                  OKAY [  1.102s]</nowiki> <nowiki>Writing 'bootloader_a'                            (bootloader) Valid bootloader version.</nowiki> <nowiki>(bootloader) Flashing active slot "_a" </nowiki> <nowiki>(bootloader) Flashing active slot "_a" </nowiki> <nowiki>OKAY [  4.653s]</nowiki> <nowiki>Finished. Total time: 5.957s</nowiki> <nowiki>Rebooting into bootloader                          OKAY [  0.053s]</nowiki> <nowiki>Finished. Total time: 0.253s</nowiki> <nowiki>Sending 'radio_a' (57156 KB)                      OKAY [  1.995s]</nowiki> <nowiki>Writing 'radio_a'                                  OKAY [  0.466s]</nowiki> <nowiki>Finished. Total time: 2.613s</nowiki> <nowiki>Rebooting into bootloader                          OKAY [  0.038s]</nowiki> <nowiki>Finished. Total time: 0.139s</nowiki> <nowiki>--------------------------------------------</nowiki> <nowiki>Bootloader Version...: 8996-012001-1904111134</nowiki> <nowiki>Baseband Version.....: 8996-130281-1903110834</nowiki> <nowiki>Serial Number........: FA71G0304665</nowiki> <nowiki>--------------------------------------------</nowiki> <nowiki>extracting android-info.txt (0 MB) to RAM...</nowiki> <nowiki>Checking 'product'                                OKAY [  0.049s]</nowiki> <nowiki>Checking 'version-bootloader'                      OKAY [  0.050s]</nowiki> <nowiki>Checking 'version-baseband'                        OKAY [  0.050s]</nowiki> <nowiki>Setting current slot to 'a'                        OKAY [  0.070s]</nowiki> <nowiki>extracting boot.img (29 MB) to disk... took 0.182s</nowiki> <nowiki>archive does not contain 'boot.sig'</nowiki> <nowiki>Sending 'boot_a' (29825 KB)                        OKAY [  1.051s]</nowiki> <nowiki>Writing 'boot_a'                                  OKAY [  0.266s]</nowiki> <nowiki>archive does not contain 'dtbo.img'</nowiki> <nowiki>archive does not contain 'dt.img'</nowiki> <nowiki>archive does not contain 'recovery.img'</nowiki> <nowiki>archive does not contain 'vbmeta.img'</nowiki> <nowiki>archive does not contain 'vbmeta_system.img'</nowiki> <nowiki>archive does not contain 'super_empty.img'</nowiki> <nowiki>archive does not contain 'boot_other.img'</nowiki> <nowiki>archive does not contain 'odm.img'</nowiki> <nowiki>archive does not contain 'product.img'</nowiki> <nowiki>archive does not contain 'product_services.img'</nowiki> <nowiki>extracting system.img (1949 MB) to disk... took 10.852s</nowiki> <nowiki>archive does not contain 'system.sig'</nowiki> <nowiki>Sending sparse 'system_a' 1/4 (524284 KB)          OKAY [ 17.615s]</nowiki> <nowiki>Writing 'system_a'                                OKAY [  3.451s]</nowiki> <nowiki>Sending sparse 'system_a' 2/4 (524284 KB)          OKAY [ 17.408s]</nowiki> <nowiki>Writing 'system_a'                                OKAY [  3.434s]</nowiki> <nowiki>Sending sparse 'system_a' 3/4 (524284 KB)          OKAY [ 17.726s]</nowiki> <nowiki>Writing 'system_a'                                OKAY [  3.401s]</nowiki> <nowiki>Sending sparse 'system_a' 4/4 (423120 KB)          OKAY [ 14.304s]</nowiki> <nowiki>Writing 'system_a'                                OKAY [  2.797s]</nowiki> <nowiki>extracting system_other.img (313 MB) to disk... took 1.825s</nowiki> <nowiki>archive does not contain 'system.sig'</nowiki> <nowiki>Sending 'system_b' (320532 KB)                    OKAY [ 10.815s]</nowiki> <nowiki>Writing 'system_b'                                OKAY [  2.196s]</nowiki> <nowiki>extracting vendor.img (259 MB) to disk... took 1.449s</nowiki> <nowiki>archive does not contain 'vendor.sig'</nowiki> <nowiki>Sending 'vendor_a' (265800 KB)                    OKAY [  9.053s]</nowiki> <nowiki>Writing 'vendor_a'                                OKAY [  1.760s]</nowiki> <nowiki>archive does not contain 'vendor_other.img'</nowiki> <nowiki>Rebooting                                          OKAY [  0.042s]</nowiki> <nowiki>Finished. Total time: 121.825s</nowiki>
Administrator
4,579
edits