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

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

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

[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

[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

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