Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: sw-binaries: point to v16 instead of latest (v17) #67

Open
wants to merge 1 commit into
base: upgrade-3.0.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sparse/boot/flash-on-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set tmpflashfile=tmpfile.txt
set emmawebsite=https://developer.sony.com/develop/open-devices/get-started/flash-tool/download-flash-tool/
set unlockwebsite=https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader/
set oemblobwebsite=https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile/
set oemblobwebsite=https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile-v16/
set fastbootkillretval=0
set serialnumbers=

Expand Down
2 changes: 1 addition & 1 deletion sparse/boot/flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ done
if [ -z $BLOBS ]; then
echo; echo The Sony Vendor partition image was not found in the current directory. Please
echo download it from
echo https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile/
echo https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile-v16/
echo and unzip it into this directory.
echo
exit 1
Expand Down
2 changes: 1 addition & 1 deletion sparse/boot/flashing-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ partition image, ready to flash to your device.

The Sony binary image for the Xperia™ XA2 can be found here:

https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile/
https://developer.sony.com/file/download/software-binaries-for-aosp-oreo-android-8-1-kernel-4-4-nile-v16/

The image will be compressed as a zip file. Once downloaded, extract the image
file from the zip and place it with the other Sailfish X files. It will be
Expand Down