Re: [android-building] Re: No valid operating system could be found Pixel 3a XL

2019-11-27 Thread Dr. Dhanyu Eshaka
I still have no luck with Pixel 3a XL loading with AOSP build.
I extracted proprietary binaries to my WORKING DIRECTORY and it has created
vendor.img, bootloader.img and radio.img.

copied all images in out/target/product/bonito folder and
fastboot flashall -w .. I ended up with the same error.

I tries with

fastboot flash bootloader bootloade.img
fastboot reboot-bootloader

fastboot flash radio radio.img
fastboot reboot-bootloader

fastboot -w update Archive.zip  (after set everything into compressed
folder)

Still no luck. I have nexus 5x where my my build works fine with fastboot
flashall -w

but Pixel 3a XL is frustrating  interestingly not many ppl discussed
this (may be they get it to work)

- Dhanyu

On Mon, Nov 25, 2019 at 9:20 AM Dr. Dhanyu Eshaka  wrote:

> Hi Wang,
>
> I used vendor.img for pixel 3a XL. But not proprietary binaries.
> Thank you for the information. I will go through this and give another
> try. I will keep you update on this.
>
> Regards
>
> - Dhanyu
>
> On Mon, Nov 25, 2019 at 9:11 AM jw wang  wrote:
>
>> Hi Dhanyu Eshaka
>>
>> *did you download the blob into the root of AOSP ?*
>>
>> https://source.android.com/setup/build/downloading
>> Obtain proprietary binaries
>>
>> AOSP can't be used from pure source code only and requires additional
>> hardware-related proprietary libraries to run, such as for hardware
>> graphics acceleration. See the sections below for download links and Device
>> binaries  for
>> additional resources.
>> Some devices package these proprietary binaries on their /vendor
>>  partition.Download proprietary binaries
>>
>> You can download official binaries for the supported devices running
>> tagged AOSP release branches from Google's drivers
>> . These binaries add
>> access to additional hardware capabilities with non-open source code. To
>> build the AOSP master branch, use the Binaries Preview
>>  instead. When
>> building the master branch for a device, use the binaries for the most
>> recent numbered release
>>  or with the most
>> recent date.
>>
>>
>> On Monday, November 25, 2019 at 5:51:35 AM UTC+8, Dr. Dhanyu Eshaka wrote:
>>>
>>> Hi,
>>>
>>> I am using build for   "Pixel 3a XL bonito aosp_bonito-userdebug"
>>> configuration.
>>>
>>> I build the android version based on
>>> "QP1A.191105.003 android-10.0.0_r10 Android10 Pixel 3a XL, Pixel 3a,
>>> Pixel 3 XL, Pixel 3 2019-11-05"
>>>
>>> After flash the device the system complains as  "No valid operating
>>> system could be found. The device will not boot."
>>>
>>> Reasoning for this error explain as "Show a RED screen is shown if no
>>> valid version of Android can be found".
>>>
>>> I have used the given version from AOSP. And build exactly as they
>>> advised.
>>>
>>> What am I missing here?
>>>
>>> Thx
>>>
>>> --
>> --
>> You received this message because you are subscribed to the "Android
>> Building" mailing list.
>> To post to this group, send email to android-building@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-building+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-building?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Android Building" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-building+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-building/a0784832-6ac5-4f1f-909c-4a64d60bad10%40googlegroups.com
>> 
>> .
>>
>
>
> --
> ~Life is beautiful~
>


-- 
~Life is beautiful~

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CAC7DM52wV%3DMAxo8omKFp%2Bb5Nrz_N_Us8%3D5_4tfHUOq8j1mLC8A%40mail.gmail.com.


Re: [android-building] Re: No valid operating system could be found Pixel 3a XL

2019-11-25 Thread Dr. Dhanyu Eshaka
Hi Wang,

I used vendor.img for pixel 3a XL. But not proprietary binaries.
Thank you for the information. I will go through this and give another try.
I will keep you update on this.

Regards

- Dhanyu

On Mon, Nov 25, 2019 at 9:11 AM jw wang  wrote:

> Hi Dhanyu Eshaka
>
> *did you download the blob into the root of AOSP ?*
>
> https://source.android.com/setup/build/downloading
> Obtain proprietary binaries
>
> AOSP can't be used from pure source code only and requires additional
> hardware-related proprietary libraries to run, such as for hardware
> graphics acceleration. See the sections below for download links and Device
> binaries  for
> additional resources.
> Some devices package these proprietary binaries on their /vendor
>  partition.Download proprietary binaries
>
> You can download official binaries for the supported devices running
> tagged AOSP release branches from Google's drivers
> . These binaries add
> access to additional hardware capabilities with non-open source code. To
> build the AOSP master branch, use the Binaries Preview
>  instead. When
> building the master branch for a device, use the binaries for the most
> recent numbered release
>  or with the most
> recent date.
>
>
> On Monday, November 25, 2019 at 5:51:35 AM UTC+8, Dr. Dhanyu Eshaka wrote:
>>
>> Hi,
>>
>> I am using build for   "Pixel 3a XL bonito aosp_bonito-userdebug"
>> configuration.
>>
>> I build the android version based on
>> "QP1A.191105.003 android-10.0.0_r10 Android10 Pixel 3a XL, Pixel 3a,
>> Pixel 3 XL, Pixel 3 2019-11-05"
>>
>> After flash the device the system complains as  "No valid operating
>> system could be found. The device will not boot."
>>
>> Reasoning for this error explain as "Show a RED screen is shown if no
>> valid version of Android can be found".
>>
>> I have used the given version from AOSP. And build exactly as they
>> advised.
>>
>> What am I missing here?
>>
>> Thx
>>
>> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-building+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-building/a0784832-6ac5-4f1f-909c-4a64d60bad10%40googlegroups.com
> 
> .
>


-- 
~Life is beautiful~

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CAC7DM52V9zT5Wo1TGsO7%3D9rFVBCPu%2BfsDbb9YeuiwkNKuqVYLQ%40mail.gmail.com.


[android-building] Re: No valid operating system could be found Pixel 3a XL

2019-11-25 Thread jw wang
Hi Dhanyu Eshaka

*did you download the blob into the root of AOSP ?*

https://source.android.com/setup/build/downloading
Obtain proprietary binaries

AOSP can't be used from pure source code only and requires additional 
hardware-related proprietary libraries to run, such as for hardware 
graphics acceleration. See the sections below for download links and Device 
binaries  for 
additional resources.
Some devices package these proprietary binaries on their /vendor 
partition.Download 
proprietary binaries

You can download official binaries for the supported devices running tagged 
AOSP release branches from Google's drivers 
. These binaries add access 
to additional hardware capabilities with non-open source code. To build the 
AOSP master branch, use the Binaries Preview 
 instead. When 
building the master branch for a device, use the binaries for the most 
recent numbered release 
 or with the most 
recent date.


On Monday, November 25, 2019 at 5:51:35 AM UTC+8, Dr. Dhanyu Eshaka wrote:
>
> Hi,
>
> I am using build for   "Pixel 3a XL bonito aosp_bonito-userdebug" 
> configuration.
>
> I build the android version based on 
> "QP1A.191105.003 android-10.0.0_r10 Android10 Pixel 3a XL, Pixel 3a, 
> Pixel 3 XL, Pixel 3 2019-11-05"
>
> After flash the device the system complains as  "No valid operating 
> system could be found. The device will not boot."
>
> Reasoning for this error explain as "Show a RED screen is shown if no 
> valid version of Android can be found".
>
> I have used the given version from AOSP. And build exactly as they 
> advised. 
>
> What am I missing here?
>
> Thx
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/a0784832-6ac5-4f1f-909c-4a64d60bad10%40googlegroups.com.