-
Notifications
You must be signed in to change notification settings - Fork 155
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
No valid OS found #165
Comments
Does it boot with the bootloader unlocked (i.e. don't run |
@MichaB189 do you still face the issue? |
Yes it does boot with the bootloader unlocked. I tried again now. WIth the August 2019 version - pq3a.190801.002. As I've heard there are some issues with Android 10 |
Thanks! |
Im building clean AOSP with android-prepare-vendor
repo init -u https://android.googlesource.com/platform/manifest -b android-9.0.0_r40
repo sync
I remove AOSP/vendor/google_devices/*
PQ3A.190605.003 matches android-9.0.0_r40
sudo ./execute-all.sh -d blueline -b PQ3A.190605.003 -o out
I copy the files generated:
from:
/android-prepare-vendor-master/out/blueline/pq3a.190605.003/vendor/google_devices/*
to: AOSP/vendor/google_devices
I then run make clean
make clobber
make -j12
cd AOSP/out/target/product/blueline
fastboot flashall -w
adb reboot bootloader
fastboot flashing lock
No Valid OS found
g.co/ABH
Am I missing something, either regarding copying the right files from android-prepare-vendor or something other?
The text was updated successfully, but these errors were encountered: