You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running download_nexus_image.sh similar to:
./download-nexus-image.sh -d bonito -b qq2a.200501.001.b2 -y -o /tmp/
The output (after the TOS) is:
[-] Image URL not found
Possibly the page has been changed to require clicking on a button prior to the real content loading? It seems to add a cookie.
I have been able to make this work by modifying the line following "# Then retrieve the index page" from:
url=$(curl -L -b "$COOKIE_FILE" --silent "$GURL" |
to:
url=$(curl -L -b "$COOKIE_FILE" -b devsite_wall_acks=nexus-image-tos --silent "$GURL" | \
The text was updated successfully, but these errors were encountered:
@carlgreen - there is a fix for this in our fork AOSPAlliance@7a35f65. @anestisb in another issue has said he likely won't be able to support this project until June time frame.
I am running download_nexus_image.sh similar to:
./download-nexus-image.sh -d bonito -b qq2a.200501.001.b2 -y -o /tmp/
The output (after the TOS) is:
[-] Image URL not found
Possibly the page has been changed to require clicking on a button prior to the real content loading? It seems to add a cookie.
I have been able to make this work by modifying the line following "# Then retrieve the index page" from:
url=$(curl -L -b "$COOKIE_FILE" --silent "$GURL" |
to:
url=$(curl -L -b "$COOKIE_FILE" -b devsite_wall_acks=nexus-image-tos --silent "$GURL" | \
The text was updated successfully, but these errors were encountered: