[android-porting] Services doesn't get created or Started in vendor partition(VNDK)

2018-06-19 Thread Renjith Rajagopal
Hi, To enforce VNDK and Project treble ,I was trying to convert one of my system service(which was in /system/priv-app) to /vendor/priv-app. I use AOSP for building app. But unfortunately I couldn't able see the service created or running in latter case. Highly appreciated for any pointer. BR

Re: [android-porting] Android porting display on omap architecture

2018-06-19 Thread Satish Patel
On Mon, Jun 18, 2018 at 1:05 PM, Liechtenstein abbey wrote: > Hi there, > I'm trying to port Android 7 on omap4 Device architecture. In particular I > don't know the steps to do to port the lcd display drivers. Could you > please suggest me any documentato that explain how to do this or a

Re: [android-porting] Android porting display on omap architecture

2018-06-19 Thread chinda keodouangsy
Do you already have the LCD driver source code or you have to write from scratch? Anyway you have to check if your LCD driver supports a Device Tree ( DT ) mechanism and all your LCD's I/Os are correctly defined in the DT. For more details, you check the following link: