Bevis Tseng

Results 4 comments of Bevis Tseng

> Perhaps I can just leave a if vendor radio hal != 2.0, do the sed. Sounds better than my approach! > (There is no need to do 3 =>...

@phhusson, I've updated the patches of pie/oreo to skip the sed change if hal != 2.0. I don't have MTK devices in with HAL 1 or HAL 3 in my...

This patch is to skip the `s/AT+EAIC=2/AT+EAIC=3/g` change that have been done by @phhusson for devices with MTK radio v2. This is required for some device like Nokia 1 to...

My workaround is to return `25` instead of `27` in `androidTargetSdk()` of build.gradle to skip the [new check](http://androidxref.com/8.1.0_r33/xref/frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java#8550) in ActivityManager introduced after Android 8. This is something new in [Oreo](https://developer.android.com/about/versions/oreo/background)....