Re: [android-building] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-29 Thread Glenn Kasten
See https://source.android.com/source/report-bugs

On Monday, October 29, 2018 at 7:34:08 AM UTC-7, Brian Moore wrote:
>
> Sure. How and where do I file? 
> (I'm not really much of a developer, I just like to build my own AOSP for 
> my phone) 

-- 
-- 
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] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-29 Thread Brian Moore
Sure. How and where do I file?
(I'm not really much of a developer, I just like to build my own AOSP for my 
phone) 

-- 
-- 
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] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-27 Thread 'Jeff Bailey' via Android Building
Nice catch!  Can you please file a bug?

On Sat, Oct 27, 2018, 09:28 Brian Moore  Update:
> Take a look at the project below. It's essentially a set of scripts that
> will download an android image and extract a working /vendor/google_devices
> tree to include with your AOSP build. Using this I was able to easily build
> a working AOSP 9.0 image that found the SIM card. Apparently the vendor
> tree provided by Google is not complete.
>
> https://github.com/anestisb/android-prepare-vendor
>
> --
> --
> 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.


smime.p7s
Description: S/MIME Cryptographic Signature


[android-building] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-27 Thread Brian Moore
Update:
Take a look at the project below. It's essentially a set of scripts that will 
download an android image and extract a working /vendor/google_devices tree to 
include with your AOSP build. Using this I was able to easily build a working 
AOSP 9.0 image that found the SIM card. Apparently the vendor tree provided by 
Google is not complete. 

https://github.com/anestisb/android-prepare-vendor

-- 
-- 
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] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-26 Thread Brian Moore
I'm having the same issue: Android 8 AOSP worked fine, but 9 cannot find the 
SIM.

I did a logcat of the radio buffer, and it's complaining about a missing file: 
/system/lib64/vendor.qti.qcril...@1.0.so.
Seeing as this is a vendor file, I'm not sure why it's not provided in the 
vendor file downloads.

-- 
-- 
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] Clean Android 9 AOSP builds not finding Phone Sim on Pixel

2018-10-10 Thread Doug Swalen
I'm assuming this isn't actually a bug but something I need to address with 
the build process...

I've been doing some tests with clean unmodified AOSP builds on the Pixel. 
I had been working with Android 8 and 8.1 and my build process was as 
follows:

1. Clone the AOSP branch I want to build.
2. Download the corresponding Vendor and drivers files for that branch and 
copy them to the folder containing that branch.
3. source build/envsetup.sh
4. lunch  (select the Sailfish option)
5. make

I would then flash the binaries to the Pixel. The Pixel, which was not an 
OEM locked Pixel, had a phone sim in it and it worked.

But when I switched to Android 9, the sim was no longer being detected. I 
first noticed this with the 9.0.0_r2 branch. Yesterday I checked out and 
build the r10 branch and it's still an issue. AOSP isn't finding the Sim on 
the Pixel with Android 9.

Nothing changed in the build process. I'm following the same steps I did 
with 8.0 and 8.1 but now with 9.0 instead of a working Sim I get no Sim.

Can anyone offer any guidance on what I can do from the build side to 
address this. I hope this isn't actually a bug but something I'm failing to 
address...(though I can't see why things would need to change between 
8.0/8.1 and 9.0).

Thanks 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.