Changes

Google Pixel

1,359 bytes added, 02:58, 19 June 2019
/* HERE IS WHAT FINALLY WORKED */
The following lines were added (+) and removed (-):
* I will add specific details here as time permits* downloaded and extract factory image sailfish-pq3a.190605.003-factory-3128c984.zip* go into extracted directory sailfish-pq3a.190605.003* deleted .bat file (windows sux) and deleted flash-base.sh since it wont be needed* open flash-all.sh in text editor ( vi flash-all.sh ) and modified it to look like this: <nowiki>#!/bin/sh</nowiki> <nowiki></nowiki> <nowiki># Copyright 2012 The Android Open Source Project</nowiki> <nowiki></nowiki> <nowiki># Remark out this version check because it causes fail</nowiki> <nowiki>#if ! grep -q dtbo.sig $(which fastboot); then</nowiki> <nowiki>#  echo "fastboot too old"</nowiki> <nowiki>#  exit 1</nowiki> <nowiki>#fi</nowiki> <nowiki>~/bin/platform-tools/fastboot flash bootloader bootloader-sailfish-8996-012001-1904111134.img</nowiki> <nowiki>~/bin/platform-tools/fastboot reboot-bootloader</nowiki> <nowiki>sleep 5</nowiki> <nowiki>~/bin/platform-tools/fastboot flash radio radio-sailfish-8996-130281-1903110834.img</nowiki> <nowiki>~/bin/platform-tools/fastboot reboot-bootloader</nowiki> <nowiki>sleep 5</nowiki> <nowiki>~/bin/platform-tools/fastboot update image-sailfish-pq3a.190605.003.zip</nowiki>Please note that I have platform-tools (with adb) installed to the bin directory under my home directory.  You will have to modify the path from ~/bin/platform-tools to wherever you have the platform-tools directory if you have it elsewhere.
Administrator
4,579
edits