Cosmote Romania was officially rebranded as Telekom Romania in 2014. The legacy APNs serve no functional purpose and may interfere with correct network configurations.
On LineageOS, defunct Cosmote APNs are selected by default, preventing mobile data from working out-of-the-box for Telekom Romania users.
This commit also removes MCC 226 / MNC 06 entries, which are no longer allocated according to mcc-mnc.com.
Change-Id: I1fbd563e8973aaf590ba7fee8ac4ebb6140649e4
* this issue started from u beta and some users on t also reported ASI crash upon reboot or so. this is probably google side since the crash happens when ASI tries to update its text classifier flags but ended up triggering bad base-64 due to a bad/malformed string.
Change-Id: Id33679c48585ced550ba005ef99f19694bb27bf4
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
It looks like Android 12 qpr1 still has the bug where "System UI not
responding" dialogs appear sporadically after taking a screenshot. Just
suppress the ANRs for now.
Intent Filter Verification Service, the AOSP service that verifies
app link domains, is crashing for some users depending on their
installed apps. Temporarily suppress the crashes until we have a better
solution.
If the device only have 60 and 120 Hz in the config group, 60 Hz won't be
used when watching a 24 fps video and instead 120 Hz will be used because
it is perfectly divisible by 24.
This is a publicly documented AOSP behavior [1], but it simply does not
make any practical sense and trades off significant amount of power for a
very-hard-to-notice jitter-free experience.
Set debug.sf.frame_rate_multiple_threshold to 60 by default to limit this
behavior to 60 or lower fps.
[1] https://source.android.com/devices/graphics/multiple-refresh-rate
Change-Id: I66353abc46ad16e63b2c9188794469ad71f2192e
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
06-24 16:53:23.418 2021 2021 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.google.android.systemui.lowlightclock.LowLightClockDreamService: java.lang.RuntimeException: Couldn't call constructor
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5317)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2606)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:248)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loop(Looper.java:338)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9102)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:598)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.RuntimeException: Couldn't call constructor
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.systemui.SystemUIAppComponentFactoryBase.instantiateService(go/retraceme 4d9244815cb2a8db26361f6e20f13b475cc86e8d80733cfefb09c7ddee4d5759:66)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5274)
06-24 16:53:23.418 2021 2021 E AndroidRuntime: ... 9 more
06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.NoSuchMethodException: com.google.android.systemui.lowlightclock.LowLightClockDreamService.<init> []
Signed-off-by: Dmitrii <bankersenator@gmail.com>