ABCDEFGHIJKLMNOPQRSTUVWXY
1
2
Issue #Issue Summary
3
In order by priority (highest to lowest)
4
5
1Device rebooting randomlyIt happens rarely, but sometimes the device reboots instead of waking up when the fingerprint reader is used to wake it up. This happens only if the device is sleeping (no power attached) and the pstore does not show any crash at reboot. We are testing some patches.
6
24k video recording lagVideo recording from the back camera in 4k shows some lags. The recorded video also has lags.
Recording at lower resolutions (e.g. 1080p) works fine.
7
Dash charging/normal chargingSome users are reporting it as working but most users just don't have dash charge working. On top of that, sometimes the device is not charged at all with not-dash chargers (low/over voltage?). This seems to happen whenever dash stops working: the device, for some reason, cannot continue with normal charging after dash has ended (e.g. at 70% of the charge level). The kernel is aware that the charger is attached but the charing speed is like 30mA
8
Sometimes the device reboots during bootAuto-solving issue, meaning that the device sometimes reboots during boot (the panic seems to be caused by the ADSP subsystem). It's very random and the reboot always fixes the issue, so not a big deal probably. It has been a while since I saw the issue, I'm considering this solved until further reports.
9
Headphones icon sometimes stays on the status bar even with headphones jack has been disconnectedSometimes, audio cannot be recorded during phone calls; sometimes, audio volume cannot be controlled from the speaker; sometimes, echo is heard from the other side of the phone call, sometimes after using headphones during a call and after detaching them, the headphones still result connected to the phone on Android It has been a while since I saw the issue, I'm considering this solved until further reports.
10
Device dying randomly during sleepIt may happen that the device dies during sleep: it is not possible to wake up the device, the only way is to force a reboot keeping the power button pressed
Help for debug: https://github.com/roberto-sartori-gl/4.14-device_oneplus_msm8998_common/commit/fd867550461e9d3ca3dcd64d831afd108c85a1d9
11
Wifi mac address is wrongProbably not a big issue, but apparently mac address in the settings is not the correct one (it's a randomly generated mac address, not the ones from the wifi chip). 4.4 reports the correct mac address

After investigating it, it turned out that oneplus on Android 7/8/9 was reading the mac address from the NVRAM of the modem (which stores also the wlan mac address) and writing the wlan_mac.bin file. Now, with the latest RILs, this is not happening anymore, so if the wlan_mac.bin is empty the mac address is randomly generated. While the problem is still there, it is not strictly related to 4.14 (I verified it is present on any rom with any kernel, if wlan_mac.bin is not present or empty).
12
Device slowing down after weeks of useIf the device is not rebooted, after a couple of weeks it becames quite slow. There is not difference in the ram or cpu usage, but lags are everywhere. Not sure if this is a kernel or rom issue yet.A fix is being tested
13
Random reboots during hotspot/4gIt seems there may be random reboots caused by hotspot or 4g in general. Investigation in progress, no logA fix is being tested
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100