[android-porting] Error in settings activity

2020-09-22 Thread Nikhil Patil
Hi, I've added an activity in settings android manifest file and also created a class for that. When I build an image and install on device I'm able to see that option but when I click on that, the settings app crashes and in logcat getting error as - *Note: I've created an event in MetricsEven

[android-porting] Re: [pixel3] Touch screen driver problems when flashing custom kernel to Pixel3

2020-09-22 Thread Ahsan Pervaiz
Hi! I know this is from a while ago, Were you able to find a fix for this problem? On Wednesday, June 26, 2019 at 8:58:37 AM UTC-5 riwe...@gmail.com wrote: > Hi, > > I followed the steps mentioned in > https://source.android.com/setup/build/building to build my custom > Android ROM: > > $ repo

Re: [android-porting] Re: Driver development

2020-09-22 Thread Ignacio Moya
Hi, I managed to solved it setting selinux enforce policy to "permissive". It is possible to do that from adb shell with the commands "su", then "setenforce 0" and then use "getenforce" to see if your change worked. This setting is only valid until reboot. El martes, 15 de septiembre de 2020 a