[android-building] Flashing Android 6 on Nexus 5 failed

2019-08-23 Thread Yuan Zhou
Last time I have this issue is with Android 9 flashing into Pixel, and it 
was solved by downloading the image from  
https://developers.google.com/android/blobs-preview .

This time, I am flashing the Android 6 from 
https://developers.google.com/android/images to my Nexus 5. I used many 
methods but still failed.

*Method one:*
WIPE system/cache/dalvik from twrp.
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash vendor vendor.img (from factory image, because there is no 
vendor.img in the directory)
When it boot, it stuck at android Logo forever.

*Method two:*
WIPE system/cache/dalvik from twrp.
fastboot update hammerhead.zip
When it boot, it stuck at android Logo forever.

*Method three:*
Install the  hammerhead.zip from twrp, i got the log:
Installing zip file '/sdcard/hammerhead.zip'
Checking for Digest file...
Skipping Digest check: no Digest file found
Invalid zip file format!
Error installing zip file  '/sdcard/hammerhead.zip'
updating partition details...
done

Anyone can help, PLZ. Thank you in advance!!!

-- 
-- 
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/50375f1e-6746-48b1-b002-4295d11e2fc1%40googlegroups.com.


Re: [android-building] Flashing AOSP master on Pixel failed (Android Q)

2019-03-25 Thread Yuan Zhou
Hello dan, 

I have downloaded, and it works a charm!  It is so hard to get a correct 
vendor.img.

Thank you so much!

Yuan
在 2019年3月25日星期一 UTC+8上午12:25:08,Dan Willemsen写道:
>
> Had you downloaded the appropriate device blobs from here: 
> https://developers.google.com/android/blobs-preview ?
>
> - Dan
>
> On Sun, Mar 24, 2019 at 9:21 AM Yuan Zhou  > wrote:
>
>> I am flashing the original AOSP master to my Pixel. I used many methods 
>> but still failed.
>>
>> I make AOSP used following command:
>> lunch aosp_sailfish-userdebug
>> make -j48 (make updatepackage after that)
>>
>> *Method one:*
>> WIPE system/cache/dalvik from twrp.
>> fastboot flash boot boot.img
>> fastboot flash system system.img
>> fastboot flash userdata userdata.img
>> fastboot flash vendor vendor.img (from factory image, because there is no 
>> vendor.img after make -j48 in the out/target/product/saifish directory)
>> When it boot, it stuck at android Logo forever.
>>
>> *Mehthod two:*
>> WIPE system/cache/dalvik from twrp.
>> fastboot flashall -w  (from the out/target/product/sailfish directory I 
>> made.)
>> When it boot, it stuck at android Logo forever.
>>
>> *Method three:*
>> WIPE system/cache/dalvik from twrp.
>> fastboot update aosp_sailfish-img-eng.zip (from make 
>> updatepackage command)
>> When it boot, it stuck at android Logo forever.
>>
>> *Method four:*
>> Install the  aosp_sailfish-img-eng.zip from twrp, i got the log:
>> Installing zip file '/sdcard/aosp_sailfish-img-eng.zip'
>> Checking for Digest file...
>> Skipping Digest check: no Digest file found
>> Invalid zip file format!
>> Error installing zip file  '/sdcard/aosp_sailfish-img-eng.zip'
>> updating partition details...
>> done
>>
>> Anyone can help, PLZ. Thank you in advance!!!
>>
>> -- 
>> -- 
>> You received this message because you are subscribed to the "Android 
>> Building" mailing list.
>> To post to this group, send email to android-...@googlegroups.com 
>> 
>> To unsubscribe from this group, send email to
>> android-buildi...@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-buildi...@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] Flashing AOSP master on Pixel failed (Android Q)

2019-03-24 Thread Yuan Zhou
I am flashing the original AOSP master to my Pixel. I used many methods but 
still failed.

I make AOSP used following command:
lunch aosp_sailfish-userdebug
make -j48 (make updatepackage after that)

*Method one:*
WIPE system/cache/dalvik from twrp.
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash vendor vendor.img (from factory image, because there is no 
vendor.img after make -j48 in the out/target/product/saifish directory)
When it boot, it stuck at android Logo forever.

*Mehthod two:*
WIPE system/cache/dalvik from twrp.
fastboot flashall -w  (from the out/target/product/sailfish directory I 
made.)
When it boot, it stuck at android Logo forever.

*Method three:*
WIPE system/cache/dalvik from twrp.
fastboot update aosp_sailfish-img-eng.zip (from make updatepackage command)
When it boot, it stuck at android Logo forever.

*Method four:*
Install the  aosp_sailfish-img-eng.zip from twrp, i got the log:
Installing zip file '/sdcard/aosp_sailfish-img-eng.zip'
Checking for Digest file...
Skipping Digest check: no Digest file found
Invalid zip file format!
Error installing zip file  '/sdcard/aosp_sailfish-img-eng.zip'
updating partition details...
done

Anyone can help, PLZ. Thank you in advance!!!

-- 
-- 
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: Where can I download goldfish 4.20 kernel?

2019-02-23 Thread Yuan Zhou
OK, I see. Probably I need to build my own 4.20 from 4.14. By any chance,
you would know that is it ok just copy and paste binder.c and binder.h from
4.20 to 4.14? Thank you very much!

Glenn Kasten  于2019年2月21日周四 上午12:15写道:

> I see named branches up to 4.14, but not 4.20:
>   https://android.googlesource.com/kernel/goldfish/+refs
> Perhaps it has not yet been ported to 4.20, or if it has been ported then
> the port hasn't yet been published?
> 4.20 is relatively recent, and the latest long-term stable (LTS) after
> 4.14 is 4.19,
> so it seems more likely that goldfish would be ported to 4.19 rather than
> 4.20.
>
> On Wednesday, 20 February 2019 08:03:55 UTC-8, Yuan Zhou wrote:
>>
>> I want to customize some feature in linux 4.20. Where can I download
>> goldfish 4.20 kernel? It is not on the googlesource.com. Thank you
>>
> --
> --
> 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.