Re: [android-building] Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-03-29 Thread 'Alessio Balsini' via Android Building
Hi,

> The phone reboots. But then I am not able to use the touch screen at all. I 
> cant unlock the phones sim card. If I hold down the power button for a while 
> and reboot it. The touch screen works. Not sure what causes that, but maybe 
> the kernel has been removed and switched out with the old one?

How did you build the kernel?
I suspect your device is missing the touch screen drivers (maybe the
drivers you have in your device are not compatible with your kernel).

`fastboot boot` just loads your boot image into ram, it does not flash
the boot partition. That's why the device switches back to the old
kernel after reboot.

> Another similar question is. If Id like to put the Image.lz4-dtb file inside 
> the AOSP ROM. Where should I put it, and is that possible? If that would make 
> me able to flash both kernel and ROM at the same time?

You should update the files in device/google/crosshatch-kernel and
then run `make bootimage`.

Cheers,
Alessio

-- 
-- 
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] Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-03-29 Thread chianglee1201
Hi

I have built and flashed clean AOSP.
fastboot flashall -w
Which worked like a charm.

Thn I build msm and flashed it with
fastboot boot Image.lz4-dtb

The phone reboots. But then I am not able to use the touch screen at all. I 
cant unlock the phones sim card. If I hold down the power button for a 
while and reboot it. The touch screen works. Not sure what causes that, but 
maybe the kernel has been removed and switched out with the old one?

Another similar question is. If Id like to put the Image.lz4-dtb file 
inside the AOSP ROM. Where should I put it, and is that possible? If that 
would make me able to flash both kernel and ROM at the same time?

-- 
-- 
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] No ram.img file after successfully building AOSP

2019-03-29 Thread Chiang Lee
Thank you!

tor. 28. mar. 2019 kl. 16:37 skrev 'Dan Willemsen' via Android Building <
android-building@googlegroups.com>:

> To run the emulator, you'll need to build for one of the
> aosp_arm/aosp_arm64/aosp_x86/aosp_x86_64 targets -- aosp_blueline only
> works with the real device.
>
> - Dan
>
> On Thu, Mar 28, 2019 at 8:35 AM  wrote:
>
>>  build completed successfully (05:33:52 (hh:mm:ss)) 
>>
>> im running the emulator command in my AOSP folder. Not sure why the
>> ram.img isnt built. For the Google Pixel 3 - blueline.
>>
>>
>> emulator
>> emulator: WARNING: Couldn't find crash service executable
>> AOSP/prebuilts/android-emulator/linux-x86_64/emulator64-crash-service
>>
>> emulator: WARNING: system partition size adjusted to match image file
>> (1018 MB > 800 MB)
>>
>> statvfs('AOSP/out/target/product/blueline/snapshots/default_boot/ram.img')
>> failed: No such file or directory
>> emulator: WARNING: encryption is off
>>
>> --
>> --
>> 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.
>

-- 
-- 
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] asop build error

2019-03-29 Thread Kishore Yellamraju
Hi please help me on this error


build/core/package_internal.mk:412: recipe for target 
'out/target/product/generic/obj/APPS/Settings_intermediates/package.apk' 
failed
make: *** 
[out/target/product/generic/obj/APPS/Settings_intermediates/package.apk] 
Error 1
make: *** Deleting file 
'out/target/product/generic/obj/APPS/Settings_intermediates/package.apk'

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