[android-building] Re: Android Wear 8.0 released

2018-10-22 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following devices:
Tag  Project  Branch
Device
android-wear-8.0.0_r0.57 kernel/mediatek  
android-mediatek-mooneye-4.4-oreo-wear-dr Mooneye # update 1
android-wear-8.0.0_r0.58 kernel/mediatek  
android-mediatek-mooneye-4.4-oreo-wear-dr Mooneye # update 2

bill

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] Flashing AOSP on Pixel3/Blueline

2018-10-22 Thread Doug Swalen
I'm not entirely sure this is the right forum for this question but I don't 
see any other forum that is a better fit either...

So previously with Pixel/Sailfish when I would build and flash AOSP it was 
straightforward. I'd do the build and then flash four files copied from the 
out/target/product/sailfish directory...

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash vendor vendor.img

This procedure would work on Pixel...as it had worked for my Nexus devices 
previously as well.

But with Pixel 3 the steps outlined above do not work. After flashing the 
aforementioned files, I do fastboot reboot and a splash screen appears for 
a second like the boot is going to go through but then I'm taken back to 
the bootloader.

I can still put the Factory back on but whenever I try to put AOSP on the 
way I'd been doing it, it doesn't work. I don't think this is a build issue 
because I'm doing an unmodified AOSP build with no code changes so the 
build should be good.

I went looking for instructions to see if there's been any change in 
flashing procedure or a listing of what needs to be flashed but the only 
document I found was located here...

https://source.android.com/setup/build/running

...and it's not current (doesn't mention either the Pixel 2 or 3 line of 
devices when doing builds)

I did notice that it recommended using fastboot flashall but it wasn't 
clear on what was to be flashed. Am I to just grab every .img file out of 
my out/target/product/blueline directory and run flashall? Or some subset 
of those files?

If anyone can clue me in on the best method for flashing AOSP on the Pixel 
3, given that my old method is apparently no longer operative, I would be 
very grateful.

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [android-building] Re: Android full mirror download size

2018-10-22 Thread Glenn Kasten
Thanks, I'll let our doc team know so they can mention it.

On Monday, October 22, 2018 at 11:37:22 AM UTC-7, Colin Cross wrote:
>
> Mirrors are much bigger than a normal checkout, at least a few hundred GB.
>
> On Mon, Oct 22, 2018 at 7:17 AM Vincent Victor  
> wrote:
>
>> Download was ongoing till 238 GB and then I killed it. Could not afford 
>> to keep it continue. One more thing, I was downloading in home folder 
>> instead of /usr/local/, could this be the problem? 
>>
>> On Saturday, 20 October 2018 08:12:27 UTC+5:30, Glenn Kasten wrote:
>>>
>>> According to section Hardware Requirements of
>>> https://source.android.com/setup/build/requirements
>>> only 100 gig is needed.  So either that doc is wrong,
>>> or your download has gone wild.  Please post here if it finishes,
>>> and if so what the actual size is. 
>>>
>>> On Friday, October 19, 2018 at 8:18:59 AM UTC-7, Vincent Victor wrote:

 I am creating a local Android full mirror using commands mentioned on 
 official Android website as follows:

 mkdir -p /usr/local/aosp/mirror
 cd /usr/local/aosp/mirror
 repo init -u https://android.googlesource.com/mirror/manifest --mirror
 repo sync

 It already downloaded 173GB and still going on. Do we have any idea 
 that how much will be the final size? Am I doing anything wrong here?

>>> -- 
>> -- 
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [android-building] Re: Android full mirror download size

2018-10-22 Thread Colin Cross
Mirrors are much bigger than a normal checkout, at least a few hundred GB.

On Mon, Oct 22, 2018 at 7:17 AM Vincent Victor 
wrote:

> Download was ongoing till 238 GB and then I killed it. Could not afford to
> keep it continue. One more thing, I was downloading in home folder instead
> of /usr/local/, could this be the problem?
>
> On Saturday, 20 October 2018 08:12:27 UTC+5:30, Glenn Kasten wrote:
>>
>> According to section Hardware Requirements of
>> https://source.android.com/setup/build/requirements
>> only 100 gig is needed.  So either that doc is wrong,
>> or your download has gone wild.  Please post here if it finishes,
>> and if so what the actual size is.
>>
>> On Friday, October 19, 2018 at 8:18:59 AM UTC-7, Vincent Victor wrote:
>>>
>>> I am creating a local Android full mirror using commands mentioned on
>>> official Android website as follows:
>>>
>>> mkdir -p /usr/local/aosp/mirror
>>> cd /usr/local/aosp/mirror
>>> repo init -u https://android.googlesource.com/mirror/manifest --mirror
>>> repo sync
>>>
>>> It already downloaded 173GB and still going on. Do we have any idea that
>>> how much will be the final size? Am I doing anything wrong here?
>>>
>> --
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: Android full mirror download size

2018-10-22 Thread Vincent Victor
Download was ongoing till 238 GB and then I killed it. Could not afford to 
keep it continue. One more thing, I was downloading in home folder instead 
of /usr/local/, could this be the problem? 

On Saturday, 20 October 2018 08:12:27 UTC+5:30, Glenn Kasten wrote:
>
> According to section Hardware Requirements of
> https://source.android.com/setup/build/requirements
> only 100 gig is needed.  So either that doc is wrong,
> or your download has gone wild.  Please post here if it finishes,
> and if so what the actual size is. 
>
> On Friday, October 19, 2018 at 8:18:59 AM UTC-7, Vincent Victor wrote:
>>
>> I am creating a local Android full mirror using commands mentioned on 
>> official Android website as follows:
>>
>> mkdir -p /usr/local/aosp/mirror
>> cd /usr/local/aosp/mirror
>> repo init -u https://android.googlesource.com/mirror/manifest --mirror
>> repo sync
>>
>> It already downloaded 173GB and still going on. Do we have any idea that 
>> how much will be the final size? Am I doing anything wrong here?
>>
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.