FM Radio on the Nook? - Nook HD, HD+ Q&A, Help & Troubleshooting

Has anyone tried this? We have the hardware behind it (twl6040).
I compiled the driver for it, and found the firmware blobs it wanted to load.
Insmod dmesg logs:
Code:
<3>[ 3012.835601] init: no such service 'fm_dl'
<3>[ 3014.386718] init: untracked pid 2225 exited
<3>[ 3015.045623] init: untracked pid 2213 exited
<6>[ 3015.710144] (stc): st_register(8)
<6>[ 3015.710174] (stc): chnl_id list empty :8
<6>[ 3015.710205] (stk) : st_kim_start
<6>[ 3015.710205] Enable wl12xx power
<6>[ 3015.917175] (stk) :ldisc_install = 1
<6>[ 3015.968597] (stc): st_tty_open
<6>[ 3015.968627] (stk) :line discipline installed
<6>[ 3015.969879] (stk) :TIInit_7.6.15.bts
<6>[ 3016.060791] (stc): add_channel_to_table: id 8
<6>[ 3016.726562] (stc): remove_channel_from_table: id 8
<6>[ 3016.726623] (stc): all chnl_ids unregistered
<6>[ 3016.726684] (stk) :ldisc_install = 0
<6>[ 3016.727081] (stc): st_tty_close
<6>[ 3016.729278] Disable wl12xx power
<6>[ 3023.407836] (stc): st_register(8)
<6>[ 3023.407897] (stc): chnl_id list empty :8
<6>[ 3023.407928] (stk) : st_kim_start
<6>[ 3023.407958] Enable wl12xx power
<6>[ 3023.615295] (stk) :ldisc_install = 1
<6>[ 3023.666046] (stc): st_tty_open
<6>[ 3023.666107] (stk) :line discipline installed
<6>[ 3023.666595] (stk) :TIInit_7.6.15.bts
<6>[ 3023.755706] (stc): add_channel_to_table: id 8
The radio app, itself, seems to want to work.
logcat logs
Code:
D/fm_apln ( 2190): freq_set_dlg_shw: Frequency changing to : 106500 KHz
D/fm_srvc ( 2190): dhrdw_freq_set fd: 6 freq: 106500
D/fm_hrdw ( 2190): hrdw_so_freq_set api_hndl: 6 freq: 106500
D/fm_hrdw ( 2190): gen_freq_set freq: 106500 limited: 106500
D/fm_hrdw ( 2190): rds_reset
D/fm_hrdw ( 2190): v4_freq_set: 106500
E/fm_hrdw ( 2190): iris_buf_display error: 22
E/fm_hrdw ( 2190): iris_buf_display error: 22
D/fm_srvc ( 2190): evt_pi_chngd
D/fm_srvc ( 2190): dhrdw_pi_get fd: 6
D/fm_hrdw ( 2190): hrdw_so_pi_get api_hndl: 6 pi: 0x0
D/fm_apln ( 2190): on_pi_chngd
D/fm_hrdw ( 2190): v4_freq_set VIDIOC_S_FREQUENCY success
D/fm_sttn ( 2190): pt_parse: 0
D/fm_apln ( 2190): run_on_pi_chngd run
D/fm_apln ( 2190): run_on_pi_chngd run pi: 0 cs: null
D/fm_apln ( 2190): run_on_pi_chngd run cs: 0000 m_just_pi: true m_just_pi_time: 1395133231826
E/fm_hrdw ( 2190): iris_buf_display error: 22
E/fm_hrdw ( 2190): iris_buf_display error: 22
D/fm_srvc ( 2190): evt_freq_chngd: freq: 106500
D/fm_apln ( 2190): on_freq_chngd freq: 106500
D/fm_apln ( 2190): ui_sttn_info_reset m_freq: 106500 sttn_name: 106.5
D/fm_sttn ( 2190): pt_parse: 0
D/fm_apln ( 2190): sttn_id_tv_set m_station_id: 0 sttn_id: PI: 0
D/fm_apln ( 2190): prefs_set int: last_frequency = 106500
E/fm_hrdw ( 2190): iris_buf_display error: 22
E/fm_hrdw ( 2190): iris_buf_display error: 22
D/fm_srvc ( 2190): dhrdw_pt_get fd: 6
D/fm_hrdw ( 2190): hrdw_so_pt_get api_hndl: 6 pt: -1
D/fm_srvc ( 2190): evt_pt_chngd: -1
D/fm_apln ( 2190): cb_on_pt_chngd
E/fm_hrdw ( 2190): iris_buf_display error: 22
E/fm_hrdw ( 2190): iris_buf_display error: 22
D/fm_srvc ( 2190): evt_ps_chngd:
D/fm_apln ( 2190): run_on_pt_chngd: -1
D/fm_sttn ( 2190): pt_parse: -1
D/fm_sttn ( 2190): pt_parse: -1
E/fm_hrdw ( 2190): iris_buf_display error: 22
E/fm_hrdw ( 2190): iris_buf_display error: 22
D/fm_srvc ( 2190): evt_rt_chngd:
D/fm_hrdw ( 2190): v4_rssi_get VIDIOC_G_TUNER success name: FM type: 1 cap: 0x91 lo: 1400000 hi: 1728000 sc: 3 am: 1 sig: 31097 afc: 0
No audio. I'm not sure if I just need to use a mixer to map it or if I have further driver problems.
Sometimes I get these errors?
Code:
<3>[ 3081.753814] fmdrv: Response SKB ptr not NULL
<3>[ 3081.754577] fmdrv: Response SKB is missing
<3>[ 3082.530303] fmdrv: Response SKB ptr not NULL
<3>[ 3082.531036] fmdrv: Response SKB is missing
Anyway, I'm thinking it's possible with some work.

Well I definitely know that it's going to be possible with a little bit of work.
I managed to get a split second of audio from radio station while I was messing with spirit radio settings and unplugged the headset.
Don't know what I did because I haven't managed to recreate, but it was enough to let me know that it was there and just needs to be mapped.
If anyone else would like to work with me on this, here's the files:
http://www.mediafire.com/download/6296mev66ydlb2y/fm_radio_files.zip
the *.bts files go in /system/etc/firmware
fm_drv.ko goes in /system/lib/modules
omap audio-tool (which I just compiled) goes in /system/xbin
You have to procure spirit FM unlocked (from market or elsewhere).

I'm not going to get involved but that's cool and unexpected. Good stuff.

Well at least I found a practical use for audio-tool. Apparently our sound chipset is normally configured for low-power operation. You can use audio-tool to change this to high performance.
Code:
[email protected]:/ # audio-tool mix
Number of controls: 71
ctl type num name value
0 ENUM 1 DL1 Equalizer Flat response
1 ENUM 1 Sidetone Equalizer Flat response
2 ENUM 1 AMIC Equalizer High-pass 0dB
3 ENUM 1 DMIC Equalizer High-pass 0dB
4 INT 1 DL1 Media Playback Volume 132
5 INT 1 DL1 Tones Playback Volume 0
6 INT 1 DL1 Voice Playback Volume 130
7 INT 1 DL1 Capture Playback Volume 0
8 INT 1 VXREC Media Volume 0
9 INT 1 VXREC Tones Volume 0
10 INT 1 VXREC Voice DL Volume 0
11 INT 1 VXREC Voice UL Volume 0
12 INT 1 AUDUL Media Volume 0
13 INT 1 AUDUL Tones Volume 0
14 INT 1 AUDUL Voice UL Volume 120
15 INT 1 AUDUL Voice DL Volume 0
16 INT 1 SDT UL Volume 101
17 INT 1 SDT DL Volume 120
18 INT 2 DMIC1 UL Volume 120 120
19 INT 2 DMIC2 UL Volume 120 120
20 INT 2 DMIC3 UL Volume 120 120
21 INT 2 AMIC UL Volume 120 120
22 INT 2 BT UL Volume 126 126
23 BOOL 1 DL1 Mono Mixer Off
24 BOOL 1 AUDUL Mono Mixer Off
25 BOOL 1 DL1 MM_EXT Switch Off
26 BOOL 1 DL1 BT_VX Switch Off
27 BOOL 1 DL1 PDM_DL2 Switch On
28 BOOL 1 DL1 PDM Switch Off
29 BOOL 1 Sidetone Mixer Capture Off
30 BOOL 1 Sidetone Mixer Playback On
31 BOOL 1 Capture Mixer Tones Off
32 BOOL 1 Capture Mixer Voice Playback Off
33 BOOL 1 Capture Mixer Voice Capture Off
34 BOOL 1 Capture Mixer Media Playback Off
35 BOOL 1 Voice Capture Mixer Tones Playback Off
36 BOOL 1 Voice Capture Mixer Media Playback Off
37 BOOL 1 Voice Capture Mixer Capture Off
38 BOOL 1 DL1 Mixer Tones Off
39 BOOL 1 DL1 Mixer Voice Off
40 BOOL 1 DL1 Mixer Capture Off
41 BOOL 1 DL1 Mixer Multimedia On
42 ENUM 1 MUX_VX1 None
43 ENUM 1 MUX_VX0 None
44 ENUM 1 MUX_UL11 None
45 ENUM 1 MUX_UL10 None
46 ENUM 1 MUX_UL07 None
47 ENUM 1 MUX_UL06 None
48 ENUM 1 MUX_UL05 None
49 ENUM 1 MUX_UL04 None
50 ENUM 1 MUX_UL03 None
51 ENUM 1 MUX_UL02 None
52 ENUM 1 MUX_UL01 None
53 ENUM 1 MUX_UL00 None
54 INT 2 Capture Preamplifier Volume 1 1
55 INT 2 Capture Volume 4 4
56 INT 2 Aux FM Volume 3 3
57 INT 2 Headset Playback Volume 7 7
58 INT 2 Handsfree Playback Volume 26 26
59 INT 1 Earphone Playback Volume 15
60 ENUM 1 Headset Power Mode Low-Power
61 BOOL 1 Earphone Playback Switch Off
62 BOOL 1 Spk Right Playback Switch On
63 BOOL 1 Spk Left Playback Switch On
64 ENUM 1 Headset Right Playback Off
65 ENUM 1 Headset Left Playback Off
66 ENUM 1 Handsfree Right Playback HF DAC
67 ENUM 1 Handsfree Left Playback HF DAC
68 ENUM 1 Analog Right Capture Route Off
69 ENUM 1 Analog Left Capture Route Off
70 ENUM 1 TWL6040 Power Mode Low-Power
[email protected]:/ # audio-tool mix 70 1
[email protected]:/ # audio-tool mix
Number of controls: 71
ctl type num name value
0 ENUM 1 DL1 Equalizer Flat response
1 ENUM 1 Sidetone Equalizer Flat response
2 ENUM 1 AMIC Equalizer High-pass 0dB
3 ENUM 1 DMIC Equalizer High-pass 0dB
4 INT 1 DL1 Media Playback Volume 132
5 INT 1 DL1 Tones Playback Volume 0
6 INT 1 DL1 Voice Playback Volume 130
7 INT 1 DL1 Capture Playback Volume 0
8 INT 1 VXREC Media Volume 0
9 INT 1 VXREC Tones Volume 0
10 INT 1 VXREC Voice DL Volume 0
11 INT 1 VXREC Voice UL Volume 0
12 INT 1 AUDUL Media Volume 0
13 INT 1 AUDUL Tones Volume 0
14 INT 1 AUDUL Voice UL Volume 120
15 INT 1 AUDUL Voice DL Volume 0
16 INT 1 SDT UL Volume 101
17 INT 1 SDT DL Volume 120
18 INT 2 DMIC1 UL Volume 120 120
19 INT 2 DMIC2 UL Volume 120 120
20 INT 2 DMIC3 UL Volume 120 120
21 INT 2 AMIC UL Volume 120 120
22 INT 2 BT UL Volume 126 126
23 BOOL 1 DL1 Mono Mixer Off
24 BOOL 1 AUDUL Mono Mixer Off
25 BOOL 1 DL1 MM_EXT Switch Off
26 BOOL 1 DL1 BT_VX Switch Off
27 BOOL 1 DL1 PDM_DL2 Switch On
28 BOOL 1 DL1 PDM Switch Off
29 BOOL 1 Sidetone Mixer Capture Off
30 BOOL 1 Sidetone Mixer Playback On
31 BOOL 1 Capture Mixer Tones Off
32 BOOL 1 Capture Mixer Voice Playback Off
33 BOOL 1 Capture Mixer Voice Capture Off
34 BOOL 1 Capture Mixer Media Playback Off
35 BOOL 1 Voice Capture Mixer Tones Playback Off
36 BOOL 1 Voice Capture Mixer Media Playback Off
37 BOOL 1 Voice Capture Mixer Capture Off
38 BOOL 1 DL1 Mixer Tones Off
39 BOOL 1 DL1 Mixer Voice Off
40 BOOL 1 DL1 Mixer Capture Off
41 BOOL 1 DL1 Mixer Multimedia On
42 ENUM 1 MUX_VX1 None
43 ENUM 1 MUX_VX0 None
44 ENUM 1 MUX_UL11 None
45 ENUM 1 MUX_UL10 None
46 ENUM 1 MUX_UL07 None
47 ENUM 1 MUX_UL06 None
48 ENUM 1 MUX_UL05 None
49 ENUM 1 MUX_UL04 None
50 ENUM 1 MUX_UL03 None
51 ENUM 1 MUX_UL02 None
52 ENUM 1 MUX_UL01 None
53 ENUM 1 MUX_UL00 None
54 INT 2 Capture Preamplifier Volume 1 1
55 INT 2 Capture Volume 4 4
56 INT 2 Aux FM Volume 3 3
57 INT 2 Headset Playback Volume 7 7
58 INT 2 Handsfree Playback Volume 26 26
59 INT 1 Earphone Playback Volume 15
60 ENUM 1 Headset Power Mode Low-Power
61 BOOL 1 Earphone Playback Switch Off
62 BOOL 1 Spk Right Playback Switch On
63 BOOL 1 Spk Left Playback Switch On
64 ENUM 1 Headset Right Playback Off
65 ENUM 1 Headset Left Playback Off
66 ENUM 1 Handsfree Right Playback HF DAC
67 ENUM 1 Handsfree Left Playback HF DAC
68 ENUM 1 Analog Right Capture Route Off
69 ENUM 1 Analog Left Capture Route Off
70 ENUM 1 TWL6040 Power Mode High-Performance
[email protected]:/ #
I'm not real sure where to start as far as mapping.

Related

Newbie needs help re Bitpin error. Transfer Lg Envy 3 to a droid 4 flashed 2 pageplus

I want to transfer my mom's contacts and texts from and
I want to transfer my mom's contacts and texts from and
Im getting the following error when try to transfer the information:
BitPim version: 1.0.7-official
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "gui.pyo", line 284, in run
File "gui.pyo", line 159, in __call__
File "gui.pyo", line 1906, in getdata
File "phones\com_lgvx11000.pyo", line 244, in getphonebook
File "phones\p_lgvx11000.pyo", line 1086, in valid
IndexError: string index out of range
Variables by last 8 frames, innermost last
Frame run in gui.pyo at line 277
resultcb = <gui.Callback instance at 0x077C3E40>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>)
call = <gui.Request instance at 0x077C3EB8>
ex = IndexError('string index out of range',)
e = IndexError('string index out of range',)
first = 0
Frame __call__ in gui.pyo at line 159
self = <gui.Request instance at 0x077C3EB8>
args = ()
d = Keys []
{}
kwargs = Keys []
{}
Frame getdata in gui.pyo at line 1906
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog;
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog
results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
sync = Keys ['phonebook']
{'phonebook': 'MERGE'}
st = 0
todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started
Frame getphonebook in phones\com_lgvx11000.pyo at line 244
pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]
{0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu
_rt_ids = Keys []
{}
_wp_ids = Keys []
{}
_speeds = Keys [0, 1, 2, 3, 4, 1000, 1001]
{0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001:
self = <phones.com_lgvx9200.Phone object at 0x077AC4F0>
pb_addresses = None
_cnt = 143
pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0>
ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10>
result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0>
pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0>
_favorites = Keys []
{}
_ices = Keys []
{}
Frame valid in phones\p_lgvx11000.pyo at line 1086
self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
Can anyone offer assistance ?
Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash?
I want to transfer my mom's contacts and texts from and Lg Envy 3 to a droid 4 flashed to page plus.
Im getting the following error when try to transfer the information:
BitPim version: 1.0.7-official
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "gui.pyo", line 284, in run
File "gui.pyo", line 159, in __call__
File "gui.pyo", line 1906, in getdata
File "phones\com_lgvx11000.pyo", line 244, in getphonebook
File "phones\p_lgvx11000.pyo", line 1086, in valid
IndexError: string index out of range
Variables by last 8 frames, innermost last
Frame run in gui.pyo at line 277
resultcb = <gui.Callback instance at 0x077C3E40>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>)
call = <gui.Request instance at 0x077C3EB8>
ex = IndexError('string index out of range',)
e = IndexError('string index out of range',)
first = 0
Frame __call__ in gui.pyo at line 159
self = <gui.Request instance at 0x077C3EB8>
args = ()
d = Keys []
{}
kwargs = Keys []
{}
Frame getdata in gui.pyo at line 1906
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog;
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog
results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
sync = Keys ['phonebook']
{'phonebook': 'MERGE'}
st = 0
todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started
Frame getphonebook in phones\com_lgvx11000.pyo at line 244
pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]
{0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu
_rt_ids = Keys []
{}
_wp_ids = Keys []
{}
_speeds = Keys [0, 1, 2, 3, 4, 1000, 1001]
{0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001:
self = <phones.com_lgvx9200.Phone object at 0x077AC4F0>
pb_addresses = None
_cnt = 143
pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0>
ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10>
result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0>
pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0>
_favorites = Keys []
{}
_ices = Keys []
{}
Frame valid in phones\p_lgvx11000.pyo at line 1086
self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
Can anyone offer assistance ?
Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash?
Im getting the following error when try to transfer the information:
BitPim version: 1.0.7-official
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "gui.pyo", line 284, in run
File "gui.pyo", line 159, in __call__
File "gui.pyo", line 1906, in getdata
File "phones\com_lgvx11000.pyo", line 244, in getphonebook
File "phones\p_lgvx11000.pyo", line 1086, in valid
IndexError: string index out of range
Variables by last 8 frames, innermost last
Frame run in gui.pyo at line 277
resultcb = <gui.Callback instance at 0x077C3E40>
res = None
self = <WorkerThread(BitPim helper, started daemon)>
item = (<gui.Request instance at 0x077C3EB8>, <gui.Callback instance at 0x077C3E40>)
call = <gui.Request instance at 0x077C3EB8>
ex = IndexError('string index out of range',)
e = IndexError('string index out of range',)
first = 0
Frame __call__ in gui.pyo at line 159
self = <gui.Request instance at 0x077C3EB8>
args = ()
d = Keys []
{}
kwargs = Keys []
{}
Frame getdata in gui.pyo at line 1906
count = 1
i = (<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog;
self = <WorkerThread(BitPim helper, started daemon)>
req = <guiwidgets.GetPhoneDialog; proxy of <Swig Object of type 'wxDialog *' at 0x3d91
willcall = [(<bound method GetPhoneDialog.GetPhoneBookSetting of <guiwidgets.GetPhoneDialog
results = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
sync = Keys ['phonebook']
{'phonebook': 'MERGE'}
st = 0
todo = [(<bound method WorkerThread.rebootcheck of <WorkerThread(BitPim helper, started
Frame getphonebook in phones\com_lgvx11000.pyo at line 244
pbook = Keys [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 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, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]
{0: {'serials': [{'serial2': 1, 'serial1': 1, 'sourcetype': 'lgvx9200', 'sourceu
_rt_ids = Keys []
{}
_wp_ids = Keys []
{}
_speeds = Keys [0, 1, 2, 3, 4, 1000, 1001]
{0: {1: 95}, 1: {1: 96}, 2: {1: 97}, 3: {1: 98}, 4: {1: 99}, 1000: {6: 1}, 1001:
self = <phones.com_lgvx9200.Phone object at 0x077AC4F0>
pb_addresses = None
_cnt = 143
pb_entry = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
pb_numbers = <phones.p_lgvx9200.pnfile object at 0x07ECABD0>
ring_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B6E9F10>
result = Keys ['groups', 'ringtone-index', 'sync', 'uniqueserial', 'wallpaper-index']
{'sync': {'phonebook': 'MERGE'}, 'wallpaper-index': {128: {'origin': 'images', '
picid_pathf = <phones.p_lgvx8550.PathIndexFile object at 0x0B7C78F0>
pb_entries = <phones.p_lgvx11000.pbfile object at 0x04625DD0>
_favorites = Keys []
{}
_ices = Keys []
{}
Frame valid in phones\p_lgvx11000.pyo at line 1086
self = <phones.p_lgvx11000.pbfileentry object at 0x07B4AED0>
Can anyone offer assistance ?
Also, if I go to a verizon store and have them transfer the contacts even if my Droid 4 is flashed to page plus will it work? Also, is there any chance they can ruin the flash?

No WIFI or mobile data after flashing CM 12.1

EDIT: I got mobile data working. WIFI still isn't working for me though.
I have been using CM 11 on my device for a while without any major issues. However, just recently I installed a SaberMod variant of CM 12.1 (from this thread) and can't get internet connectivity since. Due to the rules of this site I'm not allowed to post in the relevant thread though, that's why I'm posting here.
My questions: How can I diagnose the source of this issue? Where can I can get help? Do you have any ideas or quick fixes?
I have added a log snippet below.
Code:
W/thermanager( 4878): failed to attach resource "cpu1" [sysfs], ignoring
E/thermanager( 4878): failed to parse threshold mitigations
E/thermanager( 4878): failed to parse thresholds
E/thermanager( 4878): failed to parse configuration sections
D/WifiService( 2587): setWifiEnabled: true pid=3617, uid=1000
E/WifiService( 2587): Invoking mWifiStateMachine.setWifiEnabled
E/WifiStateMachine( 2587): setting operational mode to 1
E/WifiStateMachine( 2587): InitialState !CMD_START_SUPPLICANT 0 0
D/ALSADevice( 2195): route: devices 0x2 in mode 0
D/ALSADevice( 2195): No valid input device: 0
D/alsa_ucm( 2195): snd_use_case_set(): uc_mgr 0xb8270388 identifier _enadev value Speaker
D/ALSADevice( 2195): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
D/alsa_ucm( 2195): snd_use_case_set(): uc_mgr 0xb8270388 identifier _verb value HiFi Lowlatency
D/alsa_ucm( 2195): Set mixer controls for Speaker enable 1
D/alsa_ucm( 2195): acdb_id 263 cap 1 enable 1
D/alsa_ucm( 2195): Setting mixer control: SLIM_0_RX Channels, value: Two
D/alsa_ucm( 2195): Setting mixer control: RX3 MIX1 INP1, value: RX1
D/alsa_ucm( 2195): Setting mixer control: RX3 MIX1 INP2, value: RX2
D/alsa_ucm( 2195): Setting mixer control: LINEOUT1 Volume, value: 100
D/alsa_ucm( 2195): Setting mixer control: RX3 Digital Volume, value: 71
D/alsa_ucm( 2195): Set mixer controls for HiFi Lowlatency enable 1
D/alsa_ucm( 2195): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
D/ALSADevice( 2195): close: handle 0xb82b4e90 h 0x0
D/ALSADevice( 2195): open: handle 0xb82b4e90, format 0x2
D/ALSADevice( 2195): Device value returned is hw:0,14
D/ALSADevice( 2195): handle->format: 0x2
D/ALSADevice( 2195): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
D/ALSADevice( 2195): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
E/WifiStateMachine( 2587): Failed to load driver
E/WifiStateMachine( 2587): InitialState !CMD_SET_OPERATIONAL_MODE 1 0
E/WifiStateMachine( 2587): DefaultState !CMD_SET_OPERATIONAL_MODE 1 0
E/WifiStateMachine( 2587): InitialState !CMD_START_DRIVER 0 0
E/WifiStateMachine( 2587): DefaultState !CMD_START_DRIVER 0 0
E/WifiStateMachine( 2587): InitialState !CMD_SET_HIGH_PERF_MODE 0 0
E/WifiStateMachine( 2587): DefaultState !CMD_SET_HIGH_PERF_MODE 0 0
E/WifiStateMachine( 2587): setSuspendOptimizations: 2 true
E/WifiStateMachine( 2587): mSuspendOptNeedsDisabled 4
W/thermanager( 4889): failed to attach resource "cpu1" [sysfs], ignoring
E/thermanager( 4889): failed to parse threshold mitigations
E/thermanager( 4889): failed to parse thresholds
E/thermanager( 4889): failed to parse configuration sections
D/ALSADevice( 2195): standby: handle 0xb82b4e90 h 0x0
D/alsa_ucm( 2195): snd_use_case_set(): uc_mgr 0xb8270388 identifier _verb value Inactive
D/alsa_ucm( 2195): Set mixer controls for HiFi Lowlatency enable 0
D/alsa_ucm( 2195): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
D/alsa_ucm( 2195): snd_use_case_set(): uc_mgr 0xb8270388 identifier _disdev value Speaker
D/alsa_ucm( 2195): Set mixer controls for Speaker enable 0
D/alsa_ucm( 2195): Setting mixer control: RX3 MIX1 INP1, value: ZERO
D/alsa_ucm( 2195): Setting mixer control: RX3 MIX1 INP2, value: ZERO
D/alsa_ucm( 2195): Setting mixer control: LINEOUT1 Volume, value: 0
D/AudioUsbALSA( 2195): exitPlaybackThread, mproxypfdPlayback: -1
D/AudioUsbALSA( 2195): closeDevice handle 0x0
D/AudioUsbALSA( 2195): closeDevice handle 0x0
W/thermanager( 4891): failed to attach resource "cpu1" [sysfs], ignoring
E/thermanager( 4891): failed to parse threshold mitigations
E/thermanager( 4891): failed to parse thresholds
E/thermanager( 4891): failed to parse configuration sections
I/MediaFocusControl( 2587): AudioFocus abandonAudioFocus() from [email][email protected][/email][email protected]
I/HeadsetService( 3411): Audio session removed: 18
I/MediaFocusControl( 2587): AudioFocus abandonAudioFocus() from [email][email protected][/email][email protected]
I/ActivityManager( 2587): Killing 3895:com.android.dialer/u0a8 (adj 15): empty #17
W/thermanager( 4902): failed to attach resource "cpu1" [sysfs], ignoring
E/thermanager( 4902): failed to parse threshold mitigations
E/thermanager( 4902): failed to parse thresholds
E/thermanager( 4902): failed to parse configuration sections
V/lights.huashan( 2587): LEDs : 255 255 0 - delayOn : 0, delayOff : 0 - Flash : 0 - Update : 0/0 - Brightness : 255 - LEDs Mode : 1 - Mode : 2 (Not. 1 / Bat. 2)
W/thermanager( 4905): failed to attach resource "cpu1" [sysfs], ignoring
E/thermanager( 4905): failed to parse threshold mitigations
E/thermanager( 4905): failed to parse thresholds
E/thermanager( 4905): failed to parse configuration sections

Root for P8+ ( MT6580M )??

Meal,
I ordered a second phone from China (wish.com), where I would like to play around with Android a bit.
As far as everything goes, but that bothers me enormously, as soon as the phone completes the wireless connection and rebuilds (be it by manually de-activating the Wi-Fi function or by a reboot, etc.) is the MAC address every time edited!
It has not been rooted and nothing has changed on the system!
The annoying thing is, in the FRITZ! Box, I have the Mac filter in it, since some kiddies live in the neighborhood and have often asked for my wireless password, since they allegedly have no Internet at home. Hence the MAC filter.
But that is useless, if the MAC address of the mobile phone changes!
Does anyone know a solution to the problem or knows where the error lies?
Have already queried a system update, but no newer version was found.
As I said, it is absolutely in the original state and no root etc. !!!!
/ edit
Cell Phone is this:
https://www.wish.com/c/58afac58a7d7bf5bbdb10f2a
In the appendix still the information, which I could read out by App.
Code:
P8+
SYSTEM (Android 5.1)
Model: P8+
Manufacturer: P8+
Device: t825w3_v1_aw_sstx_s22wawa_p8plus
Product: full_t825w3_v1_aw_sstx_s22wawa_p8plus
Brand: P8+
Android Version: 5.1 (Lollipop)
API Level: 22
Build ID: LMY47I
Fingerprint: P8+/teksun/teksun:5.1/LMY47I/1502676361:user/test-keys
DISPLAY (960x540)
Size: 960x540
Refresh Rate: 53,11 Hz
Default Orientation: Portrait
Physical Size: 4,59" (11,66 cm)
Logical Size: Normal
Density: 240 dpi (High)
Pixels Per Inch: X: 240; Y: 240
PROCESSOR (ARMv7)
Processor: ARMv7 Processor rev 3 (v7l)
Cores: 4
Max Frequency: 1300 Mhz
Instruction Sets: armeabi-v7a, armeabi
SIMD Instructions: NEON
MEMORY (1023 MB)
System RAM: 1023 MB
JVM Max Memory: 128 MB
Internal Storage: 8191 MB
External Storage: 30419 MB (Removable)
BACK CAMERA (1,9 megapixel)
SUMMARY
Max Picture Size: 1600x1200 (4:3)
Zoom: 4x
Autofocus: Supported (Continuous)
Orientation: 90°
PICTURE
Picture Format: Jpeg
Picture Format Values: Jpeg
Picture Size: 1600x1200
Picture Size Values: 176x144, 320x240, 640x480, 768x432, 1024x768, 1280x720, 1280x960, 1536x864, 1600x1200, 1792x1008
PREVIEW
Preview Format: Yuv420sp
Preview Format Values: Yuv420sp, Yuv420p, Yuv420i Yyuvyy 3plane
Preview Fps Range: 5000, 60000
Preview Fps Range Values: (5000, 60000)
Preview Frame Rate: 30
Preview Frame Rate Values: 10, 20, 15, 24, 30
Preview Size: 640x480
Preview Size Values: 176x144, 320x240, 352x288, 480x320, 480x368, 640x480, 720x480, 800x480, 800x600, 864x480, 960x540, 1280x720, 1920x1080, 1920x1088, 1680x1248
VIDEO
Preferred Preview Size For Video: 1920x1088
Video Frame Format: Android Opaque
Video Size: 640x480
Video Size Values: 176x144, 320x240, 352x288, 480x320, 640x480, 864x480, 1280x720, 1920x1080, 720x480, 1280x736, 1920x1088
Video Snapshot Supported: True
Video Stabilization: False
Video Stabilization Supported: True
FLASH
Flash Duty Max: 1
Flash Duty Min: 0
Flash Duty Value: 1
Flash Mode: Off
Flash Mode Values: Off, On, Auto, Red Eye, Torch
Flash Step Max: 0
Flash Step Min: 0
FOCUS
Afeng Max Focus Step: 0
Afeng Min Focus Step: 0
Focus Distances: 0.95, 1.9, Infinity
Focus Fs Fi: 0
Focus Fs Fi Max: 65535
Focus Fs Fi Min: 0
Focus Mode: Auto
Focus Mode Values: Auto, Macro, Infinity, Continuous Picture, Continuous Video, Manual, Fullscan
Max Num Focus Areas: 0
Stereo Image Refocus: Off
Stereo Image Refocus Values: Off
ZOOM
Max Zoom: 10
Smooth Zoom Supported: True
Zoom: 0
Zoom Ratios: 100, 114, 132, 151, 174, 200, 229, 263, 303, 348, 400
Zoom Supported: True
WHITEBALANCE
Auto Whitebalance Lock Supported: True
Whitebalance: Auto
Whitebalance Values: Auto, Incandescent, Fluorescent, Warm Fluorescent, Daylight, Cloudy Daylight, Twilight, Shade
EXPOSURE COMPENSATION
Exposure Compensation: 0
Exposure Compensation Step: 1.0
Max Exposure Compensation: 3
Min Exposure Compensation: 3
SCENE
Scene Mode: Auto
Scene Mode Values: Auto, Portrait, Landscape, Night, Night Portrait, Theatre, Beach, Snow, Sunset, Steadyphoto, Fireworks, Sports, Party, Candlelight
MISC
3dnr Mode: Off
3dnr Mode Values: Off
Aflamp Mode: Off
Aflamp Mode Values: Off, On, Auto
Antibanding: Off
Antibanding Values: Off, 50hz, 60hz, Auto
Auto Exposure Lock Supported: True
Brightness: Middle
Brightness Values: Low, Middle, High
Brightness_value: 0
Burst Num: 1
Cap Mode: Normal
Cap Mode Values: Normal, Face_beauty, Continuousshot, Smileshot, Bestshot, Evbracketshot, Autorama
Capfname: /sdcard/DCIM/cap00
Contrast: Middle
Contrast Values: Low, Middle, High
Cshot Indicator: True
Cshot Indicator Supported: True
Edge: Middle
Edge Values: Low, Middle, High
Effect: None
Effect Values: None, Mono, Negative, Sepia, Aqua
Eng S Shad T: 0
Eng Shad T: 0
Fb Enlarge Eye: 0
Fb Enlarge Eye Max: 4
Fb Enlarge Eye Min: 4
Fb Extreme Beauty: True
Fb Face Pos: 2000: 2000
Fb Sharp: 0
Fb Sharp Max: 12
Fb Sharp Max Values: 12
Fb Sharp Min: 12
Fb Sharp Min Values: 12
Fb Skin Color: 0
Fb Skin Color Max: 12
Fb Skin Color Max Values: 12
Fb Skin Color Min: 12
Fb Skin Color Min Values: 12
Fb Slim Face: 0
Fb Slim Face Max: 12
Fb Slim Face Max Values: 12
Fb Slim Face Min: 12
Fb Slim Face Min Values: 12
Fb Smooth Level: 0
Fb Smooth Level Max: 12
Fb Smooth Level Max Values: 12
Fb Smooth Level Min: 12
Fb Smooth Level Min Values: 12
Fb Touch Pos: 2000: 2000
Focal Length: 3.5
Gesture Shot: False
Gesture Shot Supported: True
Horizontal View Angle: 63
Hue: Middle
Hue Values: Low, Middle, High
Iso Speed: Auto
Iso Speed Values: Auto, 100, 200, 400, 800, 1600
Jpeg Quality: 100
Jpeg Thumbnail Height: 128
Jpeg Thumbnail Quality: 100
Jpeg Thumbnail Size Values: 0x0, 160x128, 256x192
Jpeg Thumbnail Width: 160
M Sr G: 0
M Ss: 0
Max Num Detected Faces Hw: 15
Max Num Detected Faces Sw: 0
Max Num Metering Areas: 9
Max Num Ot: 2
Mtk 123 Shad S: False
Mtk Awb S: False
Mtk Cam Mode: 0
Mtk Shad S: False
Native Pip: False
Native Pip Supported: False
Rotation: 0
Saturation: Middle
Saturation Values: Low, Middle, High
Sen Mode S: 0
Sensor Type: 252
Sr Awb S: False
Sr Shad S: False
Stereo Distance Measurement: Off
Stereo Distance Measurement Values: Off
Sv1 S: 0
Sv2 S: 0
Vertical View Angle: 49
Vfb Supported: False
Vfb Supported Values: False
Vr Buf Count: 10
Zsd Mode: Off
Zsd Mode Values: Off, Off
FRONT CAMERA (1,9 megapixel)
SUMMARY
Max Picture Size: 1600x1200 (4:3)
Zoom: 4x
Autofocus: Supported (Continuous)
Orientation: 270°
PICTURE
Picture Format: Jpeg
Picture Format Values: Jpeg
Picture Size: 1600x1200
Picture Size Values: 176x144, 320x240, 640x480, 768x432, 1024x768, 1280x720, 1280x960, 1536x864, 1600x1200, 1792x1008
PREVIEW
Preview Format: Yuv420sp
Preview Format Values: Yuv420sp, Yuv420p, Yuv420i Yyuvyy 3plane
Preview Fps Range: 5000, 60000
Preview Fps Range Values: (5000, 60000)
Preview Frame Rate: 30
Preview Frame Rate Values: 10, 20, 15, 24, 30
Preview Size: 640x480
Preview Size Values: 176x144, 320x240, 352x288, 480x320, 480x368, 640x480, 720x480, 800x480, 800x600, 864x480, 960x540, 1280x720, 1920x1080, 1920x1088, 1680x1248
VIDEO
Preferred Preview Size For Video: 1920x1088
Video Frame Format: Android Opaque
Video Size: 640x480
Video Size Values: 176x144, 320x240, 352x288, 480x320, 640x480, 864x480, 1280x720, 1920x1080, 720x480, 1280x736, 1920x1088
Video Snapshot Supported: True
Video Stabilization: False
Video Stabilization Supported: True
FLASH
Flash Duty Max: 1
Flash Duty Min: 0
Flash Duty Value: 1
Flash Mode: Off
Flash Mode Values: Off
Flash Step Max: 0
Flash Step Min: 0
FOCUS
Afeng Max Focus Step: 0
Afeng Min Focus Step: 0
Focus Distances: 0.95, 1.9, Infinity
Focus Fs Fi: 0
Focus Fs Fi Max: 65535
Focus Fs Fi Min: 0
Focus Mode: Auto
Focus Mode Values: Auto, Macro, Infinity, Continuous Picture, Continuous Video, Manual, Fullscan
Max Num Focus Areas: 0
Stereo Image Refocus: Off
Stereo Image Refocus Values: Off
ZOOM
Max Zoom: 10
Smooth Zoom Supported: True
Zoom: 0
Zoom Ratios: 100, 114, 132, 151, 174, 200, 229, 263, 303, 348, 400
Zoom Supported: True
WHITEBALANCE
Auto Whitebalance Lock Supported: True
Whitebalance: Auto
Whitebalance Values: Auto, Incandescent, Fluorescent, Warm Fluorescent, Daylight, Cloudy Daylight, Twilight, Shade
EXPOSURE COMPENSATION
Exposure Compensation: 0
Exposure Compensation Step: 1.0
Max Exposure Compensation: 3
Min Exposure Compensation: 3
SCENE
Scene Mode: Auto
Scene Mode Values: Auto, Portrait, Landscape, Night, Night Portrait, Theatre, Beach, Snow, Sunset, Steadyphoto, Fireworks, Sports, Party, Candlelight
MISC
3dnr Mode: Off
3dnr Mode Values: Off
Antibanding: Off
Antibanding Values: Off, 50hz, 60hz, Auto
Auto Exposure Lock Supported: True
Brightness: Middle
Brightness Values: Low, Middle, High
Brightness_value: 0
Burst Num: 1
Cap Mode: Normal
Cap Mode Values: Normal, Face_beauty, Continuousshot, Smileshot, Bestshot, Evbracketshot, Autorama
Capfname: /sdcard/DCIM/cap00
Contrast: Middle
Contrast Values: Low, Middle, High
Cshot Indicator: True
Cshot Indicator Supported: True
Edge: Middle
Edge Values: Low, Middle, High
Effect: None
Effect Values: None, Mono, Negative, Sepia, Aqua
Eng S Shad T: 0
Eng Shad T: 0
Fb Enlarge Eye: 0
Fb Enlarge Eye Max: 4
Fb Enlarge Eye Min: 4
Fb Extreme Beauty: True
Fb Face Pos: 2000: 2000
Fb Sharp: 0
Fb Sharp Max: 12
Fb Sharp Max Values: 12
Fb Sharp Min: 12
Fb Sharp Min Values: 12
Fb Skin Color: 0
Fb Skin Color Max: 12
Fb Skin Color Max Values: 12
Fb Skin Color Min: 12
Fb Skin Color Min Values: 12
Fb Slim Face: 0
Fb Slim Face Max: 12
Fb Slim Face Max Values: 12
Fb Slim Face Min: 12
Fb Slim Face Min Values: 12
Fb Smooth Level: 0
Fb Smooth Level Max: 12
Fb Smooth Level Max Values: 12
Fb Smooth Level Min: 12
Fb Smooth Level Min Values: 12
Fb Touch Pos: 2000: 2000
Focal Length: 3.5
Gesture Shot: False
Gesture Shot Supported: True
Horizontal View Angle: 63
Hue: Middle
Hue Values: Low, Middle, High
Iso Speed: Auto
Iso Speed Values: Auto, 100, 200, 400, 800, 1600
Jpeg Quality: 100
Jpeg Thumbnail Height: 128
Jpeg Thumbnail Quality: 100
Jpeg Thumbnail Size Values: 0x0, 160x128, 256x192
Jpeg Thumbnail Width: 160
M Sr G: 0
M Ss: 0
Max Num Detected Faces Hw: 15
Max Num Detected Faces Sw: 0
Max Num Metering Areas: 9
Max Num Ot: 2
Mtk 123 Shad S: False
Mtk Awb S: False
Mtk Cam Mode: 0
Mtk Shad S: False
Native Pip: False
Native Pip Supported: False
Rotation: 0
Saturation: Middle
Saturation Values: Low, Middle, High
Sen Mode S: 0
Sensor Type: 252
Sr Awb S: False
Sr Shad S: False
Stereo Distance Measurement: Off
Stereo Distance Measurement Values: Off
Sv1 S: 0
Sv2 S: 0
Vertical View Angle: 40
Vfb Supported: False
Vfb Supported Values: False
Vr Buf Count: 10
Zsd Mode: Off
Zsd Mode Values: Off, Off
OPENGL 1.1 (Mali-400 MP)
GENERAL
Renderer: Mali-400 MP
Version: OpenGL ES-CM 1.1
Vendor: ARM
LIMITS
Texture Size: 4096x4096
Texture Units: 8
Viewport Size: 4096x4096
Modelview Stack Depth: 32
Projection Stack Depth: 32
Texture Stack Depth: 32
Lights: 8
COMPRESSED TEXTURE FORMATS
ETC1, Paletted
EXTENSIONS
GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_size_array GL_OES_point_sprite GL_OES_texture_npot GL_OES_query_matrix GL_OES_matrix_palette GL_OES_extended_matrix_palette GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image GL_OES_draw_texture GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_framebuffer_object GL_OES_stencil8 GL_OES_depth24 GL_ARM_rgba8 GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_OES_texture_cube_map GL_EXT_discard_framebuffer GL_EXT_robustness GL_OES_depth_texture_cube_map GL_OES_vertex_half_float GL_KHR_debug
OPENGL 2.0 (Mali-400 MP)
GENERAL
Renderer: Mali-400 MP
Version: OpenGL ES 2.0
Vendor: ARM
GLSL Version: OpenGL ES GLSL ES 1.00
LIMITS
Texture Size: 4096x4096
Texture Units: 8
Vertex Textures: 0
Combined Textures: 8
Viewport Size: 4096x4096
Renderbuffer Size: 4096x4096
Cubemap Size: 4096x4096
Vertex Attributes: 16
Vertex Uniforms: 256
Varying Vectors: 12
Fragment Uniforms: 256
VERTEX NUMERIC PRECISION
Int: [-2^24, 2^24]
Float: [-2^127, 2^127], 2^-23
FRAGMENT NUMERIC PRECISION
Low Int: [-2^11, 2^11]
Medium Int: [-2^11, 2^11]
High Int: Not available
Low Float: [-2^15, 2^15], 2^-10
Medium Float: [-2^15, 2^15], 2^-10
High Float: Not available
COMPRESSED TEXTURE FORMATS
ETC1
EXTENSIONS
GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_OES_vertex_half_float GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map GL_KHR_debug
GRAPHIC MODES (RGBA 32bit)
RGB 16bit (565)
RGB 16bit (565), Depth 24bit, Stencil 8bit
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x4
RGB 16bit (565), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
RGB 32bit (888)
RGB 32bit (888), Depth 24bit
RGB 32bit (888), Depth 24bit, Stencil 8bit
RGB 32bit (888), Depth 24bit, Stencil 8bit, Samples x4
RGBA 32bit (8888)
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x4
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x4
RGBA 32bit (8888), Depth 24bit, Stencil 8bit, Samples x16, Non-Conformant
SENSORS (3)
ACCELEROMETER
Vendor: MTK
Range: 32.0 m/s²
Resolution: 0.00390625 m/s²
Power: 0.13 mA
Delay: 10000 μs
PROXIMITY
Vendor: MTK
Range: 1.0 cm
Resolution: 1.0 cm
Power: 0.13 mA
Delay: On Trigger
LIGHT
Vendor: MTK
Range: 10240.0 lx
Resolution: 1.0 lx
Power: 0.13 mA
Delay: On Trigger
CODECS (38)
OMX.MTK.AUDIO.DECODER.MP3
MEDIA TYPE: AUDIO/MPEG
OMX.GOOGLE.OPUS.DECODER
MEDIA TYPE: AUDIO/OPUS
OMX.MTK.AUDIO.DECODER.ADPCM.MS
MEDIA TYPE: AUDIO/X-ADPCM-MS
OMX.MTK.AUDIO.DECODER.ADPCM.DVI
MEDIA TYPE: AUDIO/X-ADPCM-DVI-IMA
OMX.MTK.AUDIO.DECODER.GSM
MEDIA TYPE: AUDIO/GSM
OMX.MTK.AUDIO.DECODER.RAW
MEDIA TYPE: AUDIO/RAW
OMX.MTK.AUDIO.DECODER.G711.ALAW
MEDIA TYPE: AUDIO/G711-ALAW
OMX.MTK.AUDIO.DECODER.G711.MLAW
MEDIA TYPE: AUDIO/G711-MLAW
OMX.MTK.AUDIO.DECODER.FLAC
MEDIA TYPE: AUDIO/FLAC
OMX.MTK.AUDIO.DECODER.APE
MEDIA TYPE: AUDIO/APE
OMX.MTK.AUDIO.DECODER.ALAC
MEDIA TYPE: AUDIO/ALAC
OMX.MTK.VIDEO.DECODER.HEVC
MEDIA TYPE: VIDEO/HEVC
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : 0x1(0x1, 0x10, 0x100, 0x2, 0x20, 0x200, 0x4, 0x40, 0x400, 0x8, 0x80)
OMX.MTK.VIDEO.DECODER.MPEG4
MEDIA TYPE: VIDEO/MP4V-ES
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : Simple(0, 0b, 1, 2, 3, 4, 4a, 5) AdvancedSimple(0, 0b, 1, 2, 3, 4, 4a, 5)
OMX.MTK.VIDEO.DECODER.H263
MEDIA TYPE: VIDEO/3GPP
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : Baseline(10, 20, 30, 40, 45, 50, 60, 70)
OMX.MTK.VIDEO.DECODER.AVC
MEDIA TYPE: VIDEO/AVC
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41) Main(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41) High(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31, 32, 4, 41)
OMX.MTK.VIDEO.DECODER.VPX
MEDIA TYPE: VIDEO/X-VND.ON2.VP8
Color Formats: : 0x7f000200 YUV420Flexible
OMX.MTK.VIDEO.DECODER.VP9
MEDIA TYPE: VIDEO/X-VND.ON2.VP9
Color Formats: : 0x7f000200 YUV420Flexible
OMX.MTK.VIDEO.DECODER.VC1
MEDIA TYPE: VIDEO/X-MS-WMV
Color Formats: : 0x7f000200 YUV420Flexible
OMX.MTK.VIDEO.DECODER.DIVX
MEDIA TYPE: VIDEO/DIVX
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : 0x1(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80) 0x8000(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80)
OMX.MTK.VIDEO.DECODER.XVID
MEDIA TYPE: VIDEO/XVID
Color Formats: : 0x7f000200 YUV420Flexible
Profiles: : 0x1(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80) 0x8000(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80)
OMX.MTK.VIDEO.DECODER.S263
MEDIA TYPE: VIDEO/FLV1
Color Formats: : 0x7f000001 YUV420Flexible
Profiles: : 0x1(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80) 0x8000(0x1, 0x10, 0x2, 0x20, 0x4, 0x40, 0x8, 0x80)
OMX.GOOGLE.VP8.DECODER
MEDIA TYPE: VIDEO/X-VND.ON2.VP8
Color Formats: : YUV420Flexible
OMX.GOOGLE.H264.DECODER
MEDIA TYPE: VIDEO/AVC
Color Formats: : YUV420Flexible
Profiles: : Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31)
OMX.GOOGLE.AMRNB.DECODER
MEDIA TYPE: AUDIO/3GPP
OMX.GOOGLE.AMRWB.DECODER
MEDIA TYPE: AUDIO/AMR-WB
OMX.GOOGLE.AAC.DECODER
MEDIA TYPE: AUDIO/MP4A-LATM
OMX.GOOGLE.VORBIS.DECODER
MEDIA TYPE: AUDIO/VORBIS
OMX.MTK.VIDEO.ENCODER.MPEG4
MEDIA TYPE: VIDEO/MP4V-ES
Color Formats: : 0x7f000200 0x7f000300 16bitRGB565 24bitRGB888 32bitARGB8888 Surface YUV420Flexible YUV420Planar
Profiles: : Simple(0, 0b, 1, 2, 3, 4, 4a, 5)
OMX.MTK.VIDEO.ENCODER.H263
MEDIA TYPE: VIDEO/3GPP
Color Formats: : 0x7f000200 0x7f000300 16bitRGB565 24bitRGB888 32bitARGB8888 Surface YUV420Flexible YUV420Planar
Profiles: : Baseline(10, 20, 30, 40, 45, 50, 60, 70)
OMX.MTK.VIDEO.ENCODER.AVC
MEDIA TYPE: VIDEO/AVC
Color Formats: : 0x7f000200 0x7f000300 16bitRGB565 24bitRGB888 32bitARGB8888 Surface YUV420Flexible YUV420Planar
Profiles: : Baseline(1, 11, 12, 13, 1b, 2, 21, 22, 3, 31) High(1, 11, 12, 13, 1b, 2, 21, 22, 3)
OMX.MTK.AUDIO.ENCODER.VORBIS
MEDIA TYPE: AUDIO/VORBIS
OMX.MTK.AUDIO.ENCODER.ADPCM.MS
MEDIA TYPE: AUDIO/X-ADPCM-MS
OMX.MTK.AUDIO.ENCODER.ADPCM.DVI
MEDIA TYPE: AUDIO/X-ADPCM-DVI-IMA
OMX.GOOGLE.AAC.ENCODER
MEDIA TYPE: AUDIO/MP4A-LATM
OMX.GOOGLE.AMRNB.ENCODER
MEDIA TYPE: AUDIO/3GPP
OMX.GOOGLE.AMRWB.ENCODER
MEDIA TYPE: AUDIO/AMR-WB
OMX.GOOGLE.FLAC.ENCODER
MEDIA TYPE: AUDIO/FLAC
OMX.GOOGLE.VP8.ENCODER
MEDIA TYPE: VIDEO/X-VND.ON2.VP8
Color Formats: : YUV420Flexible YUV420Planar YUV420SemiPlanar
Profiles: : Main(Version0, Version1, Version2, Version3)
FEATURES (42)
GRAPHICS
OpenGL 2.0
ANDROID HARDWARE
android.hardware.audio.output
android.hardware.bluetooth
android.hardware.bluetooth_le
android.hardware.camera
android.hardware.camera.any
android.hardware.camera.autofocus
android.hardware.camera.flash
android.hardware.camera.front
android.hardware.faketouch
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.screen.landscape
android.hardware.screen.portrait
android.hardware.sensor.accelerometer
android.hardware.sensor.compass
android.hardware.sensor.light
android.hardware.sensor.proximity
android.hardware.telephony
android.hardware.telephony.gsm
android.hardware.touchscreen
android.hardware.touchscreen.multitouch
android.hardware.touchscreen.multitouch.distinct
android.hardware.touchscreen.multitouch.jazzhand
android.hardware.usb.accessory
android.hardware.usb.host
android.hardware.wifi
android.hardware.wifi.direct
ANDROID SOFTWARE
android.software.app_widgets
android.software.backup
android.software.connectionservice
android.software.device_admin
android.software.home_screen
android.software.input_methods
android.software.live_wallpaper
android.software.print
android.software.sip
android.software.sip.voip
android.software.voice_recognizers
android.software.webview
Created with Hardware Info 4.2.6

[MIUI] Enable 24bit as default audio output and Other Sound Modifications [Testing]

Any damages of hardware or software if happen, I'm not responsible. I'm using it with sound mods, all are still stable and fine. But you are warned!..
Also this thread and whole modifications are written by my personal experiences, all the features, testing and working things. Some info can be wrong. I'm still learning.
Updated: 11th January, 2019. Thread expired, update may come soon. Don't follow these for now.
Hi. I've been on personal sound modding for a while and made a few successful attempts. The most important thing I've done is this one. This 24 bit sounds incredible, until I've found the Ainur Sauron manual modifications, sounds even better. I'll give everything simply here.
Flashing and Instructions:
MIUI - View attachment 4645100
Others: I'll update soon.
Optional(confirmed by me fully):
Check this post - MIUI Sound Mod for the best ever sound experience in MIUI(with other mods). All have been tested by me.
Optional 2:
Flashing Ainur Sauron mod with few modifications (MIUI):
Extract and copy any(48khz is recommended) sauron_useroptions file from this zip - View attachment 4645096 in the root directory of your internal storage (not in any folder).
Install Ainur Sauron in magisk.
Details:
Ainur Sauron sound mod is different. You won't see any app or UI, but you will feel massive differences in sounds. As it's name driven from Sauron, the all seeing evil (you can't see him, he will see you). It has few great features which can be only enabled manually. I enabled these- qcom Audiosphere, Shoebox, and 24 bit(only changing here I didn't see changes in terminal too, so I still modified my files. But check by yourselves).
You can also check all of the options in sauron_useroptions and enable manually. Now I'm using 96khz(check MIUI mod), aptx, impadence of earphone(power output through the jack) too. I still haven't found mass differences in these, needs testing, but I think some of it's working.
I've found installing this with 24 bit enabled makes sound stable and more beautiful.
If you face any problems(may not applicable to post 13):
1. Uninstall all sound mods previously in magisk, reboot(?), install 24 bit, install Ainur Sauron (if you want), reboot(?), install your desired sound mod.
2. Getting 44100 hz sampling rate? Install viper4android later.
3. Make a clean install, without any other sound mod(for the best experience, if any sound mod interfering with these). The mods provided here, are working fine, if you didn't mess up with anything.
4. Don't remove or patch deep buffer. Also don't use audio compatibility patch. - I don't know much why sounds different.
Checking:
While playing a audio, check in this kind of paragraph in any terminal emulator saying - Standby as no.
Code:
su
dumpsys media.audio_flinger
Example 16 bit,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Example 24 bit,
If the HAL and processing format is pcm24, then it's perfectly working. If any music player uses directly 16 bit output in own state, this may not work. Tested with Sony music player, MX Player with video(no sw audio rendering), works fine. Also test gaming. Feel the sound too.
***I only increased default speaker and earphone/headset output. Bluetooth, cast, sink(?) etc may use 16 bit. No support from me now, there's a reason.
Every notes and details will be noticable, just keep listening quietly. You will find nothing missing in your music sound when you hear, if it works.
Try with full sound.
I didn't increase telephony output, not now. It will show as pcm16. Didn't try to increase the sampling rate, really unnecessary as in this way, but in Ainur Sauron, seems fine. Thought of 32 bit, but we, human can't understand difference between 24 and 32 bit audio.
Lastly few talks: Our phones speaker isn't made for 24 bit output, but it works fine, though has side effects, you will find out*. With earphone/headset, sound perfectly fine.
There will/may be incompatibity with any sound mod, but they will/may work fine, you will find out*.
The difference in overall sound is noticable a lot. There will be change in sound volume and range, you will find out*. It's really astonishing, where its the default output. It's real. You will find out*.
Also, headache issue because of hearing, it's also different. You will find out*.
*when you hear...
I've a hard schedule, I may update this thread with details later.
And lastly, you will feel the power of the sound your phone can produce.
Great work man!
*new update, MIUI only.
*new v3.
Changes: fixed little mistake done by me, v2.
fixed mistakes, v3.
fixed twrp flashing script, v4. This one seems stable, no update will be provided for a long time, MIUI.
notes added. check. my fault.
Thanks a lot!
A changed sample rate to 192000 in the 3 files, and it seems to work. Can you test it?
kennethstarr said:
Thanks a lot!
A changed sample rate to 192000 in the 3 files, and it seems to work. Can you test it?
Click to expand...
Click to collapse
Thanks, but no need to test by me. I know it's working, also the screenshot proves. I didn't increase it, as I've found 48khz is enough and good, also I've searched and checked sound wiki, and related while I was in modding. Still it struggles a little while playing 24 bit output.
I'll check and fix, and give other updates as optional as experimental for 96khz and 192khz(with your files, need few edits) sooner or later.
Can i flash on arrow os 9.0 with jaguar kernel?
erwanPutra said:
Can i flash on arrow os 9.0 with jaguar kernel?
Click to expand...
Click to collapse
Edit: No. I'll update for other ROM soon, possibly tonight, if all go well.
shohabmsk said:
Edit: No. I'll update for other ROM soon, possibly tonight, if all go well.
Click to expand...
Click to collapse
Thanks, i want to use my phone as DAP
erwanPutra said:
Thanks, i want to use my phone as DAP
Click to expand...
Click to collapse
What is DAP anyway? Didn't understand. I only know it as Dolby Atmos.
shohabmsk said:
What is DAP anyway? Didn't understand. I only know it as Dolby Atmos.
Click to expand...
Click to collapse
digital audio player, maybe as casual listener using smartphone as music player is enough but for me, i ise DAP such as fiio x3 or shanling m3, hi res audio player
erwanPutra said:
digital audio player, maybe as casual listener using smartphone as music player is enough but for me, i ise DAP such as fiio x3 or shanling m3, hi res audio player
Click to expand...
Click to collapse
Oh. Actually power output of our phone through earphone/headset port is lower, I tested few earphones(hi res too) with other phones, ours gave poor quality. Found its power output.
24 bit actually increases audio quality, not electricity through the port. Tested yesterday. You should be using them, if you are referring to this. Otherwise, kernel or hw modifications should be done for increasing power output.
shohabmsk said:
Oh. Actually power output of our phone through earphone/headset port is lower, I tested few earphones(hi res too) with other phones, ours gave poor quality. Found its power output.
24 bit actually increases audio quality, not electricity through the port. Tested yesterday. You should be using them, if you are referring to this. Otherwise, kernel or hw modifications should be done for increasing power output.
Click to expand...
Click to collapse
im using BGVP SGZ DN1, i guess that earphone doesnt need much power like high end earphone or headphone, but i really waiting for next update
Update for RR Luis Oreo and Arrow Os Pie
[experimental] I didn't test these by myself. Helped and tested by @brunozod and @ordinarystar. Only for RR Luis Oreo (based on Los official 15.1 vendor) and Arrow Os pie. May/should work on other oreo/pie ROMs too. Not tested. Arrow Os pie version may work in all ROMs based on swapnil soni vendor(pie?), RR Luis version may work in Los Official 15.1.
I was sured it's working, the terminal, and they heard differences while playing a song.
Issues:
*Mod not working? Uninstall all sound mods in magisk, reboot(?), flash this mod, reboot(?), install your desired sound mod. But check in terminal.
*If you have 44100hz output, also different things(you will find out), install viper4android, check again.
{Funny thing is that, each may work on both, but you are on your own}
Now this is experimental. I may update my thread tomorrow with details. Busy schedule.
Update for 96khz and 192khz(?) MIUI [experimental]
These are not tested by me (maybe never will be). But I configured the way these should work. You are on your own. Thanks @kennethstarr for heads up.
Note: these are experimental and will be for a long time. CPU usages, battery drain etc should be concerned only by yourselves.
* Bluetooth output, or sink output (?), cast may not include these output. They can be also 16 bit too. No update for them from me now. There's a reason. I'm checking. Earphones, default speaker should be fine.
*Viper, Dolby didn't work for me in 96khz, not tested 192khz, also no issues tested further in any of those. No support for them now.
If anything is missing or wrong, sorry. I'll update soon.
after flashing for arrow os pie seems good, my BGVP SGZ DN1 gain more power so i dont need to raise volume to 60% to get the detailed sound, (altpugh the bgvp no as good as TZF or OCHARAKU earphone) and second time i flashed the 24 bit 192khz the problem started, chrome wont loading page and Force close, and third time i try the 24it 96khz and seems working fine youtube and chrome totally fine.
I'll update again, hopefully there more people will tested it, altough redmi 4x sound chip not as good as LGv10 or V20, keep making good sound mod
erwanPutra said:
after flashing for arrow os pie seems good, my BGVP SGZ DN1 gain more power so i dont need to raise volume to 60% to get the detailed sound, (altpugh the bgvp no as good as TZF or OCHARAKU earphone) and second time i flashed the 24 bit 192khz the problem started, chrome wont loading page and Force close, and third time i try the 24it 96khz and seems working fine youtube and chrome totally fine.
I'll update again, hopefully there more people will tested it, altough redmi 4x sound chip not as good as LGv10 or V20, keep making good sound mod
Click to expand...
Click to collapse
Thanks for testing.
Actually, 96khz and 192khz up there are only for MIUI at this moment, I also mentioned it. Even on MIUI, after flashing 96khz, viper/Dolby didn't work for me. Didn't test further nor 192khz. I also mentioned them as experimental, I won't support them now, nor any bugs related.
I found 48khz is enough for our chip, battery and other things related to this. Even sounds better on 24 bit. So, I am seeing no support needed or I'll have my headache started again. Busy days...
shohabmsk said:
Thanks for testing.
Actually, 96khz and 192khz up there are only for MIUI at this moment, I also mentioned it. Even on MIUI, after flashing 96khz, viper/Dolby didn't work for me. Didn't test further nor 192khz. I also mentioned them as experimental, I won't support them now, nor any bugs related.
I found 48khz is enough for our chip, battery and other things related to this. Even sounds better on 24 bit. So, I am seeing no support needed or I'll have my headache started again. Busy days...
Click to expand...
Click to collapse
i see well on miui is experimental but on arrow os work fine with viper4a.
yep this mod is more than enough and hoping someone will tested it and feel the difference
erwanPutra said:
i see well on miui is experimental but on arrow os work fine with viper4a.
yep this mod is more than enough and hoping someone will tested it and feel the difference
Click to expand...
Click to collapse
Can you give me the output of the terminal command? Before giving surity of 96khz, I need to check it, the whole issue is different, because MIUI and treble ROMs have few differences in those files, you may not get bug now, you may get later.
shohabmsk said:
Can you give me the output of the terminal command? Before giving surity of 96khz, I need to check it, the whole issue is different, because MIUI and treble ROMs have few differences in those files, you may not get bug now, you may get later.
Click to expand...
Click to collapse
:/ $ su
:/ # dumpsys media.audio_flinger
Libraries NOT loaded:
Library (null)
path: dirac
Libraries loaded:
Library shoebox
path: /vendor/lib/soundfx/libshoebox.so
Qualcomm Technologies ShoeBox / Qualcomm Technologies, Inc.
UUID: 1eab784c-1a36-4b2a-b7fc-e34c44cab89e
TYPE: f054b867-aa53-4edd-96be-2f7859b8781c
apiVersion: 00020000
flags: 00400200
Library audiosphere
path: /vendor/lib/soundfx/libasphere.so
Qualcomm Technologies Audio Sphere / Qualcomm Technologies, Inc.
UUID: 184e62ab-2d19-4364-9d1b-c0a40733866c
TYPE: 2f03ade8-d92b-4172-9eea-520cdefa3c1d
apiVersion: 00020000
flags: 00400200
Library volume_listener
path: /vendor/lib/soundfx/libvolumelistener.so
Volume listener for notification / Qualcomm Technologies Inc
UUID: 0b776dde-0590-11e5-81ba-0025b32654a0
TYPE: 0b776dde-0590-11e5-81ba-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for voice call / Qualcomm Technologies Inc
UUID: 0ace5c08-0590-11e5-ae9e-0025b32654a0
TYPE: 0ace5c08-0590-11e5-ae9e-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for alarm / Qualcomm Technologies Inc
UUID: 09f303e2-0590-11e5-8fdb-0025b32654a0
TYPE: 09f303e2-0590-11e5-8fdb-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for ring / Qualcomm Technologies Inc
UUID: 0956df94-0590-11e5-bdbe-0025b32654a0
TYPE: 0956df94-0590-11e5-bdbe-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for Music / Qualcomm Technologies Inc.
UUID: 08b8b058-0590-11e5-ac71-0025b32654a0
TYPE: 08b8b058-0590-11e5-ac71-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Library audio_pre_processing
path: /vendor/lib/soundfx/libqcomvoiceprocessing.so
Noise Suppression / Qualcomm Fluence
UUID: 1d97bb0b-9e2f-4403-9ae3-58c2554306f8
TYPE: 58b4b260-8e06-11e0-aa8e-0002a5d5c51b
apiVersion: 00020000
flags: 00000203
Acoustic Echo Canceler / Qualcomm Fluence
UUID: 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
TYPE: 7b491460-8d4d-11e0-bd61-0002a5d5c51b
apiVersion: 00020000
flags: 00000203
Library offload_bundle
path: /vendor/lib/soundfx/libqcompostprocbundle.so
(no effects)
Library proxy
path: /vendor/lib/soundfx/libeffectproxy.so
Visualizer / The Android Open Source Project
UUID: 1d0a1a53-7d5d-48f2-8e71-27fbd10d842c
TYPE: e46b26a0-dddd-11db-8afd-0002a5d5c51b
apiVersion: 00020000
flags: 00400008
Qualcomm Technologies Insert Preset Reverb / Qualcomm Technologies, Inc.
UUID: f3e178d2-ebcb-408e-8357-0002a5d5c51b
TYPE: 47382d60-ddd8-11db-bf3a-0002a5d5c51b
apiVersion: 00020000
flags: 00400088
Qualcomm Technologies Auxiliary Preset Reverb / Qualcomm Technologies, Inc.
UUID: 1b78f587-6d1c-422e-8b84-0002a5d5c51b
TYPE: 47382d60-ddd8-11db-bf3a-0002a5d5c51b
apiVersion: 00020000
flags: 00400001
Qualcomm Technologies Insert Environmental Reverb / Qualcomm Technologies, Inc.
UUID: b707403a-a1c1-4291-9573-0002a5d5c51b
TYPE: c2e5d5f0-94bd-4763-9cac-4e234d06839e
apiVersion: 00020000
flags: 00400088
Qualcomm Technologies Auxiliary Environmental Reverb / Qualcomm Technologies, Inc.
UUID: 48404ac9-d202-4ccc-bf84-0002a5d5c51b
TYPE: c2e5d5f0-94bd-4763-9cac-4e234d06839e
apiVersion: 00020000
flags: 00400001
Equalizer / NXP Software Ltd.
UUID: c8e70ecd-48ca-456e-8a4f-0002a5d5c51b
TYPE: 0bed4300-ddd6-11db-8f34-0002a5d5c51b
apiVersion: 00020000
flags: 00400048
Qualcomm Technologies Virtualizer / Qualcomm Technologies, Inc. UUID: d3467faa-acc7-4d34-acaf-0002a5d5c51b
TYPE: 37cc2c00-dddd-11db-8577-0002a5d5c51b
apiVersion: 00020000
flags: 00400290
Qualcomm Technologies Bass Boost / Qualcomm Technologies, Inc.
UUID: 14804144-a5ee-4d24-aa88-0002a5d5c51b
TYPE: 0634f220-ddd4-11db-a0fc-0002a5d5c51b
apiVersion: 00020000
flags: 00400290
Library loudness_enhancer
path: /vendor/lib/soundfx/libldnhncr.so
Loudness Enhancer / The Android Open Source Project
UUID: fa415329-2034-4bea-b5dc-5b381c8d1e2c
TYPE: fe3199be-aed0-413f-87bb-11260eb63cf1
apiVersion: 00020000
flags: 00000008
Library downmix
path: /vendor/lib/soundfx/libdownmix.so
Multichannel Downmix To Stereo / The Android Open Source Project
UUID: 93f04452-e4fe-41cc-91f9-e475b6d1d69f
TYPE: 381e49cc-a858-4aa2-87f6-e8388e7601b2
apiVersion: 00020000
flags: 00000008
Library visualizer_hw
path: /vendor/lib/soundfx/libqcomvisualizer.so
(no effects)
Library visualizer_sw
path: /vendor/lib/soundfx/libvisualizer.so
(no effects)
Library qcreverb
path: /vendor/lib/soundfx/libqcreverb.so
(no effects)
Library qcvirt
path: /vendor/lib/soundfx/libqcvirt.so
(no effects)
Library qcbassboost
path: /vendor/lib/soundfx/libqcbassboost.so
(no effects)
Library reverb
path: /vendor/lib/soundfx/libreverbwrapper.so
(no effects)
Library bundle
path: /vendor/lib/soundfx/libbundlewrapper.so
Volume / NXP Software Ltd.
UUID: 119341a0-8469-11df-81f9-0002a5d5c51b
TYPE: 09e8ede0-ddde-11db-b4f6-0002a5d5c51b
apiVersion: 00020000
flags: 00000050
Library v4a_fx
path: /vendor/lib/soundfx/libv4a_fx_ics.so
ViPER4Android [2.5.0.4] / ViPER.WYF
UUID: 41d3c987-e6cf-11e3-a88a-11aba5d5c51b
TYPE: ee48cf24-9221-4095-2cb9-40faa133111b
apiVersion: 00020000
flags: 0000F010
XML effect configuration partially loaded, skipped 2 elements.
Clients:
pid: 1916
pid: 2480
Notification Clients:
pid: 1557
pid: 1661
pid: 1916
pid: 2480
pid: 2725
Global session refs:
session pid count
9 1916 1
Hardware status: 0
Standby Time mSec: 3000
Output thread 0xf3e03f40, name AudioOut_D, tid 1735, type 0 (MIXER):
I/O handle: 13
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 192
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 768 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 960
Last write occurred (msecs): 62162
Total writes: 151
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40c2000
Mixer buffer: 0xf40b4000
Effect buffer: 0xf40be000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48c9e68 flags 0x6 (AUDIO_OUTPUT_FLAG_PRIMARY|AUDIO_OUTPUT_FLAG_FAST)
Frames written: 144960
Suspended frames: 0
PipeSink frames written: 144960
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks: 0
Master mono: off
FastMixer thread 0xf3d83900 tid=1734 FastMixer command=COLD_IDLE writeSequence=1506 framesWritten=144576
numTracks=1 writeErrors=0 underruns=0 overruns=0
sampleRate=48000 frameCount=192 measuredWarmup=106 ms, warmupCycles=5
mixPeriod=4.00 ms
Simple moving statistics over last 3.0 seconds:
wall clock time in ms per mix cycle:
mean=4.00 min=2.90 max=5.11 stddev=0.22
raw CPU load in us per mix cycle:
mean=136 min=0 max=299 stddev=29
Fast tracks: sMaxFastTracks=8 activeMask=0x1
Index Active Full Partial Empty Recent Ready Written
0 yes 748 0 0 full 1536 143424
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:-24, 1:-18, 2:-inf, 3:-inf, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
1 Tracks of which 0 are active
T Name Active Client Session S Flags Format Chn mask SRate ST L dB R dB VS dB Server FrmCnt FrmRdy F Underruns Flushed Main Buf Aux Buf
S 0 no 1916 9 S 0x600 00000001 00000001 48000 1 -inf -inf 0 000012C0 4800 0 f 0 0 F40C2000 00000000
1 Effect Chains
1 effects for session 0
In buffer Out buffer Active tracks:
0xf40be000 -> 0xf71cd000 0xf71cd000 -> 0xf40be000 0
Effect ID 11:
Session Status State Engine:
00000 000 000 0xf489a3e0
Descriptor:
- UUID: 41d3c987-e6cf-11e3-a88a-11aba5d5c51b
- TYPE: ee48cf24-9221-4095-2cb9-40faa133111b
- apiVersion: 00000004
- flags: 0000F010 (conn. mode: insert, insert pref: last, volume mgmt: none, input mode: direct+provider, output mode: direct+provider)
- name: ViPER4Android [2.5.0.4]
- implementor: ViPER.WYF
- data: int16
- Input configuration:
Buffer Frames Smp rate Channels Format
0xf71cd000 00960 48000 00000003 1 (AUDIO_FORMAT_PCM_16_BIT)
- Output configuration:
Buffer Frames Smp rate Channels Format
0xf71cd000 00960 48000 00000003 1 (AUDIO_FORMAT_PCM_16_BIT)
- HAL buffers:
In(0xf40be000 -> 0xf71cd000) InConversion(0xf71de000) Out(0xf71cd000 -> 0xf40be000) OutConversion(0xf71da000)
1 Clients:
Pid Priority Ctrl Locked client server
2480 0 yes yes 0 0
Local log:
11-15 12:42:09.450 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
11-15 12:45:49.444 AT::add (0xf48efc80) S 0 no 1916 9 A 0x000 00000001 00000001 48000 1 -6 -6 0 00000000 4800 4800 F 0 0 F40C2000 00000000
11-15 12:45:49.700 AT::remove (0xf48efc80) S 0 no 1916 9 S 0x600 00000001 00000001 48000 1 -inf -inf 0 000012C0 4800 0 f 0 0 F40C2000 00000000
11-15 12:45:52.556 threadLoop_standby: framesWritten:144960 suspendedFrames:0 monoPipeWritten:144960 monoPipeLeft:1344
11-15 12:45:52.556 threadLoop_standby: BOOTTIME offset 1117696269
ExtendedTimestamp[0] position: 0 time: -1
ExtendedTimestamp[1] position: 144960 time: 236200348892
ExtendedTimestamp[2] position: 142416 time: 236217787019
ExtendedTimestamp[3] position: 144960 time: 236200348892
ExtendedTimestamp[4] position: 141840 time: 236205849622
Output thread 0xf3b03300, name AudioOut_15, tid 1737, type 0 (MIXER):
I/O handle: 21
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 192
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 768 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 960
Last write occurred (msecs): 298366
Total writes: 0
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40cc000
Mixer buffer: 0xf40c4000
Effect buffer: 0xf40ca000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca220 flags 0x104 (AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_RAW)
Frames written: 0
Suspended frames: 0
PipeSink frames written: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
FastMixer thread 0xf3a83900 tid=1736 FastMixer command=COLD_IDLE writeSequence=0 framesWritten=0
numTracks=0 writeErrors=0 underruns=0 overruns=0
sampleRate=0 frameCount=0 measuredWarmup=0 ms, warmupCycles=0
mixPeriod=nan ms
No FastMixer statistics available currently
Fast tracks: sMaxFastTracks=8 activeMask=0
Index Active Full Partial Empty Recent Ready Written
0 no 0 0 0 full 0 0
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:-24, 1:-inf, 2:-inf, 3:-inf, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.458 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Output thread 0xf3803480, name AudioOut_1D, tid 1739, type 0 (MIXER):
I/O handle: 29
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 1920
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 7680 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
Processing frame size: 4 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 1920
Last write occurred (msecs): 52112
Total writes: 74
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40cf000
Mixer buffer: 0xf40f3000
Effect buffer: 0xf40f8000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca258 flags 0x8 (AUDIO_OUTPUT_FLAG_DEEP_BUFFER)
Frames written: 142080
Suspended frames: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
No FastMixer
Stream volumes in dB: 0:-24, 1:-inf, 2:-inf, 3:-5.2, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.467 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
11-15 12:45:59.706 AT::add (0xf48efa00) 0 no 7846 17 A 0x000 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 0 0 F40CF000 00000000
11-15 12:45:59.800 AT::remove (0xf48efa00) 0 no 7846 17 T 0x600 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 1922 0 F40CF000 00000000
11-15 12:45:59.800 removeTrack_l (0xf48efa00) 0 no 7846 17 T 0x600 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 1922 0 F40CF000 00000000
Output thread 0xf3603f00, name AudioOut_25, tid 1741, type 0 (MIXER):
I/O handle: 37
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 768
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 3072 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 1152
Last write occurred (msecs): 298369
Total writes: 0
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf48f9000
Mixer buffer: 0xf48f4000
Effect buffer: 0xf48f6800
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca140 flags 0 (AUDIO_OUTPUT_FLAG_NONE)
Frames written: 0
Suspended frames: 0
PipeSink frames written: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
FastMixer thread 0xf3583740 tid=1740 FastMixer command=COLD_IDLE writeSequence=0 framesWritten=0
numTracks=0 writeErrors=0 underruns=0 overruns=0
sampleRate=0 frameCount=0 measuredWarmup=0 ms, warmupCycles=0
mixPeriod=nan ms
No FastMixer statistics available currently
Fast tracks: sMaxFastTracks=8 activeMask=0
Index Active Full Partial Empty Recent Ready Written
0 no 0 0 0 full 0 0
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:0, 1:0, 2:0, 3:0, 4:0, 5:0, 6:-inf, 7:0, 8:0, 9:0, 10:0, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.477 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX) new device 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX)
USB audio module:
No output streams.
No input streams.
Reroute submix audio module:
route[0] rate in=0 out=0, addr=[]
route[1] rate in=0 out=0, addr=[]
route[2] rate in=0 out=0, addr=[]
route[3] rate in=0 out=0, addr=[]
route[4] rate in=0 out=0, addr=[]
route[5] rate in=0 out=0, addr=[]
route[6] rate in=0 out=0, addr=[]
route[7] rate in=0 out=0, addr=[]
route[8] rate in=0 out=0, addr=[]
route[9] rate in=48000 out=48000, addr=[]
:/ #
erwanPutra said:
Code:
:/ $ su
:/ # dumpsys media.audio_flinger
Libraries NOT loaded:
Library (null)
path: dirac
Libraries loaded:
Library shoebox
path: /vendor/lib/soundfx/libshoebox.so
Qualcomm Technologies ShoeBox / Qualcomm Technologies, Inc.
UUID: 1eab784c-1a36-4b2a-b7fc-e34c44cab89e
TYPE: f054b867-aa53-4edd-96be-2f7859b8781c
apiVersion: 00020000
flags: 00400200
Library audiosphere
path: /vendor/lib/soundfx/libasphere.so
Qualcomm Technologies Audio Sphere / Qualcomm Technologies, Inc.
UUID: 184e62ab-2d19-4364-9d1b-c0a40733866c
TYPE: 2f03ade8-d92b-4172-9eea-520cdefa3c1d
apiVersion: 00020000
flags: 00400200
Library volume_listener
path: /vendor/lib/soundfx/libvolumelistener.so
Volume listener for notification / Qualcomm Technologies Inc
UUID: 0b776dde-0590-11e5-81ba-0025b32654a0
TYPE: 0b776dde-0590-11e5-81ba-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for voice call / Qualcomm Technologies Inc
UUID: 0ace5c08-0590-11e5-ae9e-0025b32654a0
TYPE: 0ace5c08-0590-11e5-ae9e-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for alarm / Qualcomm Technologies Inc
UUID: 09f303e2-0590-11e5-8fdb-0025b32654a0
TYPE: 09f303e2-0590-11e5-8fdb-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for ring / Qualcomm Technologies Inc
UUID: 0956df94-0590-11e5-bdbe-0025b32654a0
TYPE: 0956df94-0590-11e5-bdbe-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Volume listener for Music / Qualcomm Technologies Inc.
UUID: 08b8b058-0590-11e5-ac71-0025b32654a0
TYPE: 08b8b058-0590-11e5-ac71-0025b32654a0
apiVersion: 00020000
flags: 00C00280
Library audio_pre_processing
path: /vendor/lib/soundfx/libqcomvoiceprocessing.so
Noise Suppression / Qualcomm Fluence
UUID: 1d97bb0b-9e2f-4403-9ae3-58c2554306f8
TYPE: 58b4b260-8e06-11e0-aa8e-0002a5d5c51b
apiVersion: 00020000
flags: 00000203
Acoustic Echo Canceler / Qualcomm Fluence
UUID: 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
TYPE: 7b491460-8d4d-11e0-bd61-0002a5d5c51b
apiVersion: 00020000
flags: 00000203
Library offload_bundle
path: /vendor/lib/soundfx/libqcompostprocbundle.so
(no effects)
Library proxy
path: /vendor/lib/soundfx/libeffectproxy.so
Visualizer / The Android Open Source Project
UUID: 1d0a1a53-7d5d-48f2-8e71-27fbd10d842c
TYPE: e46b26a0-dddd-11db-8afd-0002a5d5c51b
apiVersion: 00020000
flags: 00400008
Qualcomm Technologies Insert Preset Reverb / Qualcomm Technologies, Inc.
UUID: f3e178d2-ebcb-408e-8357-0002a5d5c51b
TYPE: 47382d60-ddd8-11db-bf3a-0002a5d5c51b
apiVersion: 00020000
flags: 00400088
Qualcomm Technologies Auxiliary Preset Reverb / Qualcomm Technologies, Inc.
UUID: 1b78f587-6d1c-422e-8b84-0002a5d5c51b
TYPE: 47382d60-ddd8-11db-bf3a-0002a5d5c51b
apiVersion: 00020000
flags: 00400001
Qualcomm Technologies Insert Environmental Reverb / Qualcomm Technologies, Inc.
UUID: b707403a-a1c1-4291-9573-0002a5d5c51b
TYPE: c2e5d5f0-94bd-4763-9cac-4e234d06839e
apiVersion: 00020000
flags: 00400088
Qualcomm Technologies Auxiliary Environmental Reverb / Qualcomm Technologies, Inc.
UUID: 48404ac9-d202-4ccc-bf84-0002a5d5c51b
TYPE: c2e5d5f0-94bd-4763-9cac-4e234d06839e
apiVersion: 00020000
flags: 00400001
Equalizer / NXP Software Ltd.
UUID: c8e70ecd-48ca-456e-8a4f-0002a5d5c51b
TYPE: 0bed4300-ddd6-11db-8f34-0002a5d5c51b
apiVersion: 00020000
flags: 00400048
Qualcomm Technologies Virtualizer / Qualcomm Technologies, Inc. UUID: d3467faa-acc7-4d34-acaf-0002a5d5c51b
TYPE: 37cc2c00-dddd-11db-8577-0002a5d5c51b
apiVersion: 00020000
flags: 00400290
Qualcomm Technologies Bass Boost / Qualcomm Technologies, Inc.
UUID: 14804144-a5ee-4d24-aa88-0002a5d5c51b
TYPE: 0634f220-ddd4-11db-a0fc-0002a5d5c51b
apiVersion: 00020000
flags: 00400290
Library loudness_enhancer
path: /vendor/lib/soundfx/libldnhncr.so
Loudness Enhancer / The Android Open Source Project
UUID: fa415329-2034-4bea-b5dc-5b381c8d1e2c
TYPE: fe3199be-aed0-413f-87bb-11260eb63cf1
apiVersion: 00020000
flags: 00000008
Library downmix
path: /vendor/lib/soundfx/libdownmix.so
Multichannel Downmix To Stereo / The Android Open Source Project
UUID: 93f04452-e4fe-41cc-91f9-e475b6d1d69f
TYPE: 381e49cc-a858-4aa2-87f6-e8388e7601b2
apiVersion: 00020000
flags: 00000008
Library visualizer_hw
path: /vendor/lib/soundfx/libqcomvisualizer.so
(no effects)
Library visualizer_sw
path: /vendor/lib/soundfx/libvisualizer.so
(no effects)
Library qcreverb
path: /vendor/lib/soundfx/libqcreverb.so
(no effects)
Library qcvirt
path: /vendor/lib/soundfx/libqcvirt.so
(no effects)
Library qcbassboost
path: /vendor/lib/soundfx/libqcbassboost.so
(no effects)
Library reverb
path: /vendor/lib/soundfx/libreverbwrapper.so
(no effects)
Library bundle
path: /vendor/lib/soundfx/libbundlewrapper.so
Volume / NXP Software Ltd.
UUID: 119341a0-8469-11df-81f9-0002a5d5c51b
TYPE: 09e8ede0-ddde-11db-b4f6-0002a5d5c51b
apiVersion: 00020000
flags: 00000050
Library v4a_fx
path: /vendor/lib/soundfx/libv4a_fx_ics.so
ViPER4Android [2.5.0.4] / ViPER.WYF
UUID: 41d3c987-e6cf-11e3-a88a-11aba5d5c51b
TYPE: ee48cf24-9221-4095-2cb9-40faa133111b
apiVersion: 00020000
flags: 0000F010
XML effect configuration partially loaded, skipped 2 elements.
Clients:
pid: 1916
pid: 2480
Notification Clients:
pid: 1557
pid: 1661
pid: 1916
pid: 2480
pid: 2725
Global session refs:
session pid count
9 1916 1
Hardware status: 0
Standby Time mSec: 3000
Output thread 0xf3e03f40, name AudioOut_D, tid 1735, type 0 (MIXER):
I/O handle: 13
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 192
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 768 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 960
Last write occurred (msecs): 62162
Total writes: 151
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40c2000
Mixer buffer: 0xf40b4000
Effect buffer: 0xf40be000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48c9e68 flags 0x6 (AUDIO_OUTPUT_FLAG_PRIMARY|AUDIO_OUTPUT_FLAG_FAST)
Frames written: 144960
Suspended frames: 0
PipeSink frames written: 144960
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks: 0
Master mono: off
FastMixer thread 0xf3d83900 tid=1734 FastMixer command=COLD_IDLE writeSequence=1506 framesWritten=144576
numTracks=1 writeErrors=0 underruns=0 overruns=0
sampleRate=48000 frameCount=192 measuredWarmup=106 ms, warmupCycles=5
mixPeriod=4.00 ms
Simple moving statistics over last 3.0 seconds:
wall clock time in ms per mix cycle:
mean=4.00 min=2.90 max=5.11 stddev=0.22
raw CPU load in us per mix cycle:
mean=136 min=0 max=299 stddev=29
Fast tracks: sMaxFastTracks=8 activeMask=0x1
Index Active Full Partial Empty Recent Ready Written
0 yes 748 0 0 full 1536 143424
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:-24, 1:-18, 2:-inf, 3:-inf, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
1 Tracks of which 0 are active
T Name Active Client Session S Flags Format Chn mask SRate ST L dB R dB VS dB Server FrmCnt FrmRdy F Underruns Flushed Main Buf Aux Buf
S 0 no 1916 9 S 0x600 00000001 00000001 48000 1 -inf -inf 0 000012C0 4800 0 f 0 0 F40C2000 00000000
1 Effect Chains
1 effects for session 0
In buffer Out buffer Active tracks:
0xf40be000 -> 0xf71cd000 0xf71cd000 -> 0xf40be000 0
Effect ID 11:
Session Status State Engine:
00000 000 000 0xf489a3e0
Descriptor:
- UUID: 41d3c987-e6cf-11e3-a88a-11aba5d5c51b
- TYPE: ee48cf24-9221-4095-2cb9-40faa133111b
- apiVersion: 00000004
- flags: 0000F010 (conn. mode: insert, insert pref: last, volume mgmt: none, input mode: direct+provider, output mode: direct+provider)
- name: ViPER4Android [2.5.0.4]
- implementor: ViPER.WYF
- data: int16
- Input configuration:
Buffer Frames Smp rate Channels Format
0xf71cd000 00960 48000 00000003 1 (AUDIO_FORMAT_PCM_16_BIT)
- Output configuration:
Buffer Frames Smp rate Channels Format
0xf71cd000 00960 48000 00000003 1 (AUDIO_FORMAT_PCM_16_BIT)
- HAL buffers:
In(0xf40be000 -> 0xf71cd000) InConversion(0xf71de000) Out(0xf71cd000 -> 0xf40be000) OutConversion(0xf71da000)
1 Clients:
Pid Priority Ctrl Locked client server
2480 0 yes yes 0 0
Local log:
11-15 12:42:09.450 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
11-15 12:45:49.444 AT::add (0xf48efc80) S 0 no 1916 9 A 0x000 00000001 00000001 48000 1 -6 -6 0 00000000 4800 4800 F 0 0 F40C2000 00000000
11-15 12:45:49.700 AT::remove (0xf48efc80) S 0 no 1916 9 S 0x600 00000001 00000001 48000 1 -inf -inf 0 000012C0 4800 0 f 0 0 F40C2000 00000000
11-15 12:45:52.556 threadLoop_standby: framesWritten:144960 suspendedFrames:0 monoPipeWritten:144960 monoPipeLeft:1344
11-15 12:45:52.556 threadLoop_standby: BOOTTIME offset 1117696269
ExtendedTimestamp[0] position: 0 time: -1
ExtendedTimestamp[1] position: 144960 time: 236200348892
ExtendedTimestamp[2] position: 142416 time: 236217787019
ExtendedTimestamp[3] position: 144960 time: 236200348892
ExtendedTimestamp[4] position: 141840 time: 236205849622
Output thread 0xf3b03300, name AudioOut_15, tid 1737, type 0 (MIXER):
I/O handle: 21
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 192
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 768 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 960
Last write occurred (msecs): 298366
Total writes: 0
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40cc000
Mixer buffer: 0xf40c4000
Effect buffer: 0xf40ca000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca220 flags 0x104 (AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_RAW)
Frames written: 0
Suspended frames: 0
PipeSink frames written: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
FastMixer thread 0xf3a83900 tid=1736 FastMixer command=COLD_IDLE writeSequence=0 framesWritten=0
numTracks=0 writeErrors=0 underruns=0 overruns=0
sampleRate=0 frameCount=0 measuredWarmup=0 ms, warmupCycles=0
mixPeriod=nan ms
No FastMixer statistics available currently
Fast tracks: sMaxFastTracks=8 activeMask=0
Index Active Full Partial Empty Recent Ready Written
0 no 0 0 0 full 0 0
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:-24, 1:-inf, 2:-inf, 3:-inf, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.458 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Output thread 0xf3803480, name AudioOut_1D, tid 1739, type 0 (MIXER):
I/O handle: 29
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 1920
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 7680 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
Processing frame size: 4 bytes
Pending config events: none
Output device: 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 1920
Last write occurred (msecs): 52112
Total writes: 74
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf40cf000
Mixer buffer: 0xf40f3000
Effect buffer: 0xf40f8000
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca258 flags 0x8 (AUDIO_OUTPUT_FLAG_DEEP_BUFFER)
Frames written: 142080
Suspended frames: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
No FastMixer
Stream volumes in dB: 0:-24, 1:-inf, 2:-inf, 3:-5.2, 4:-inf, 5:-inf, 6:-inf, 7:-inf, 8:-inf, 9:0, 10:-inf, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.467 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x2 (AUDIO_DEVICE_OUT_SPEAKER) new device 0x2 (AUDIO_DEVICE_OUT_SPEAKER)
11-15 12:45:59.706 AT::add (0xf48efa00) 0 no 7846 17 A 0x000 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 0 0 F40CF000 00000000
11-15 12:45:59.800 AT::remove (0xf48efa00) 0 no 7846 17 T 0x600 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 1922 0 F40CF000 00000000
11-15 12:45:59.800 removeTrack_l (0xf48efa00) 0 no 7846 17 T 0x600 00000005 00000003 48000 3 0 0 0 00000000 10240 0 f 1922 0 F40CF000 00000000
Output thread 0xf3603f00, name AudioOut_25, tid 1741, type 0 (MIXER):
I/O handle: 37
Standby: yes
Sample rate: 48000 Hz
HAL frame count: 768
HAL format: 0x1 (AUDIO_FORMAT_PCM_16_BIT)
HAL buffer size: 3072 bytes
Channel count: 2
Channel mask: 0x00000003 (front-left, front-right)
Processing format: 0x5 (AUDIO_FORMAT_PCM_FLOAT)
Processing frame size: 8 bytes
Pending config events: none
Output device: 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX)
Input device: 0 (AUDIO_DEVICE_NONE)
Audio source: 0 (default)
Normal frame count: 1152
Last write occurred (msecs): 298369
Total writes: 0
Delayed writes: 0
Blocked in write: no
Suspend count: 0
Sink buffer : 0xf48f9000
Mixer buffer: 0xf48f4000
Effect buffer: 0xf48f6800
Fast track availMask=0xfe
Standby delay ns=3000000000
AudioStreamOut: 0xf48ca140 flags 0 (AUDIO_OUTPUT_FLAG_NONE)
Frames written: 0
Suspended frames: 0
PipeSink frames written: 0
Hal stream dump:
Thread throttle time (msecs): 0
AudioMixer tracks:
Master mono: off
FastMixer thread 0xf3583740 tid=1740 FastMixer command=COLD_IDLE writeSequence=0 framesWritten=0
numTracks=0 writeErrors=0 underruns=0 overruns=0
sampleRate=0 frameCount=0 measuredWarmup=0 ms, warmupCycles=0
mixPeriod=nan ms
No FastMixer statistics available currently
Fast tracks: sMaxFastTracks=8 activeMask=0
Index Active Full Partial Empty Recent Ready Written
0 no 0 0 0 full 0 0
1 no 0 0 0 full 0 0
2 no 0 0 0 full 0 0
3 no 0 0 0 full 0 0
4 no 0 0 0 full 0 0
5 no 0 0 0 full 0 0
6 no 0 0 0 full 0 0
7 no 0 0 0 full 0 0
Stream volumes in dB: 0:0, 1:0, 2:0, 3:0, 4:0, 5:0, 6:-inf, 7:0, 8:0, 9:0, 10:0, 11:0, 12:0
Normal mixer raw underrun counters: partial=0 empty=0
0 Tracks
0 Effect Chains
Local log:
11-15 12:42:09.477 CFG_EVENT_CREATE_AUDIO_PATCH: old device 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX) new device 0x10000 (AUDIO_DEVICE_OUT_TELEPHONY_TX)
USB audio module:
No output streams.
No input streams.
Reroute submix audio module:
route[0] rate in=0 out=0, addr=[]
route[1] rate in=0 out=0, addr=[]
route[2] rate in=0 out=0, addr=[]
route[3] rate in=0 out=0, addr=[]
route[4] rate in=0 out=0, addr=[]
route[5] rate in=0 out=0, addr=[]
route[6] rate in=0 out=0, addr=[]
route[7] rate in=0 out=0, addr=[]
route[8] rate in=0 out=0, addr=[]
route[9] rate in=48000 out=48000, addr=[]
:/ #
Click to expand...
Click to collapse
It's showing PCM 16. Not working. There's file differences in MIUI and others.
I'll upload 96khz and 192khz output for treble ROMs tonight. Use code tag from the tab in the codes. Thanks.

Youtube Music voice search in Android Auto not working

I'm a Youtube Premium member and using YouTube Music for a while now in my car with Android Auto. I used to do voice searches all the time (Okay Google play Song x) and this worked great!
Suddenly (about a month ago) a voice search for a song in Android Auto doesn't work anymore. I get a 'Cannot play song' from YouTube Music.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've uninstalled and reinstalled Android Auto (tried several versions, but now running the latest one) and YouTube Music but get the same result. I can play music from YT music only the voice searches don't work any longer (other voice searches from Android Auto do work). When I give the same voice command to my Google Home Mini the song plays without a problem.
Any suggestions how to get this to work again?
Anyone?
Update google, google play, google play service. If it still not working delete cache and data for all google stuff and reboot.
Good luck!
Same issue still
I have the same issue since the beginning of the year. I've even wiped everything and re-installed the official Google image. Any suggestions?
EDIT 1: I'm going to copy and paste the description of the bug as I detailed at the Android Auto Help forum, because there the question was blocked (?)
YouTube Music on Android Auto shows "Cannot play song" and an exclamation mark when asking to play a song via voice command. Default music app in Assistant settings is correctly set.
This only happens within Android Auto: when I ask to play a song to the phone, outside my car, using voice command, Assistant correctly searches for the song and play it correctly using YouTube Music.
This also only happens with YouTube Music: if I set Google Play Music as default music app in Assistant, everything works fine even in Android Auto.
Error message: "Cannot play song"
Are you using Android Auto on your phone screen or car’s display? It happens both in Android Auto on phone screen AND car's display
Does the issue occur outside of Android Auto app? No
Car / head unit make & model: Ford Sync 3 v3.0 build 19025
Phone make & model: Google Pixel 1
Android OS version: Android 10 (security patch: October 6, 2019)
Android Auto app version: 5.5.602944-release
Google Play services version: 20.30.19 (120400-326531024)
Media app name & version: YouTube Music v3.79.50
Click to expand...
Click to collapse
I'll need some help interpreting the logs, I'll edit this post later.
EDIT 2: There's something that happens that is very strange. If I ask assistant to just "play music" it works, but if I ask assistant for a specific artist or song, it fails. I repeat: this happens only when using Android Auto.
I'm adding two logs, one after a successful voice command saying "play music", and another after a failed voice command saying "play <an artist>"
Successful voice command ("play music")
Code:
GH.AssistantUtils: Session Event: {
GH.AssistantUtils: Time Since Assistant Session Start Millis: 7039
GH.AssistantUtils: Event: VOICE_SESSION_END_PERFORMED
GH.AssistantUtils: }
GH.AssistantUtils: }
GH.AssistantUtils: }
GH.DefaultAppStorage: readDefaultApp com.google.android.apps.maps/com.google.android.maps.MapsActivity (Legacy=false)
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=NAVIGATION,androidAutoUiMode=VANAGON,isPackageNameSet=true,packageName=com.google.android.apps.maps,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity}]
GH.DemandController: New demand space state 1
GH.VnAppBar: onDemandSpaceStateChanged 1
GH.MediaModel: onMetadataChanged(null, null, null)
GH.MediaPlaybackMonitor: onMetadataChanged called with null, null, null
GH.MediaPlaybackMonitor: Invalid metadata, no title and subtitle.
GH.MediaSIM: received null, null, null
GH.MediaSIM: Invalid metadata, no title or subtitle, canceling stream item
GH.StreamItemManager: cancel() dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751}
GH.StreamItemManager: cancel() type=<[email protected] number=2 name=MEDIA>,id=-4151775864118476492
GH.SimToNSAdapter: processStreamItemRemoved dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751}
GH.MPAdapter: getAsNotificationWorker for dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751} component=ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}
GH.MPAdapter: getLeftAction forceDefault=true prevIsAvailable=true customActions=[]
GH.MPAdapter: getRightAction forceDefault=true prevIsAvailable=false customActions=[]
GH.NotificationStore: on cancel: t=MEDIA, id=-4151775864118476492, pkg=com.google.android.apps.youtube.music
GH.UnOverviewActivity: onChange 1 -> 0
GH.UnOverviewActivity: showClockScreen
GH.NotificationSim: cancel() dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751}
GH.NotificationSim: cancel() type=<[email protected] number=2 name=MEDIA>,id=-4151775864118476492
GH.NotificationSim: Canceling a non-existent stream item
GH.MediaModel: onMetadataChanged(null, null, null)
GH.MediaModel: onMetadataChanged(null, null, null)
GH.DemandController: setDemandSpaceView view=null
GH.AssistantVoicePlate: setVoicePlateView null
VideoCapabilities: Unrecognized profile 2130706433 for video/avc
VideoCapabilities: Unrecognized profile 2130706434 for video/avc
YT.mlplayer: MedialibPlayer.loadVideo(cpn=C51PbjH0hQmYPWf- playWhenReady=true positionMs=0 playerEvents=[41] videoId=scrubbed mediaView=null volume=1.0)
CCodec : allocate(c2.android.aac.decoder)
Codec2Client: Available Codec2 services: "software"
Codec2Client: Creating a Codec2 client to service "software"
Codec2Client: Client to Codec2 service "software" created
C2Store : in init
C2Store : loading dll
CCodec : Created component [c2.android.aac.decoder]
CCodecConfig: read media type: audio/mp4a-latm
ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values
CCodecConfig: query failed after returning 16 values (BAD_INDEX)
CCodecConfig: c2 config is Dict {
CCodecConfig: c2::u32 coded.aac-packaging.value = 0
CCodecConfig: c2::u32 coded.bitrate.value = 64000
CCodecConfig: c2::u32 coded.pl.level = 0
CCodecConfig: c2::u32 coded.pl.profile = 8192
CCodecConfig: c2::float coding.drc.attenuation-factor.value = 1
CCodecConfig: c2::float coding.drc.boost-factor.value = 1
CCodecConfig: c2::i32 coding.drc.compression-mode.value = 3
CCodecConfig: c2::i32 coding.drc.effect-type.value = 3
CCodecConfig: c2::float coding.drc.encoded-level.value = 0.25
CCodecConfig: c2::float coding.drc.reference-level.value = -16
CCodecConfig: c2::u32 input.buffers.max-size.value = 8192
CCodecConfig: c2::u32 input.delay.value = 0
CCodecConfig: string input.media-type.value = "audio/mp4a-latm"
CCodecConfig: c2::u32 output.delay.value = 2
CCodecConfig: string output.media-type.value = "audio/raw"
CCodecConfig: c2::u32 raw.channel-count.value = 1
CCodecConfig: c2::u32 raw.sample-rate.value = 44100
CCodecConfig: }
CCodecConfig: c2 config is Dict {
CCodecConfig: c2::u32 coded.aac-packaging.value = 0
CCodecConfig: c2::u32 coded.bitrate.value = 64000
CCodecConfig: c2::u32 coded.pl.level = 0
CCodecConfig: c2::u32 coded.pl.profile = 8192
CCodecConfig: c2::float coding.drc.attenuation-factor.value = 1
CCodecConfig: c2::float coding.drc.boost-factor.value = 1
CCodecConfig: c2::i32 coding.drc.compression-mode.value = 3
CCodecConfig: c2::i32 coding.drc.effect-type.value = 3
CCodecConfig: c2::float coding.drc.encoded-level.value = 0.25
CCodecConfig: c2::float coding.drc.reference-level.value = -16
CCodecConfig: c2::u32 input.buffers.max-size.value = 8192
CCodecConfig: c2::u32 input.delay.value = 0
CCodecConfig: string input.media-type.value = "audio/mp4a-latm"
CCodecConfig: c2::u32 output.delay.value = 2
CCodecConfig: string output.media-type.value = "audio/raw"
CCodecConfig: c2::u32 raw.channel-count.value = 2
CCodecConfig: c2::u32 raw.sample-rate.value = 44100
CCodecConfig: }
Codec2Client: query -- param skipped: index = 1107298332.
CCodec : setup formats input: AMessage(what = 0x00000000) = {
CCodec : int32_t channel-count = 2
CCodec : int32_t level = 0
CCodec : int32_t max-input-size = 8192
CCodec : string mime = "audio/mp4a-latm"
CCodec : int32_t profile = 2
CCodec : int32_t sample-rate = 44100
CCodec : } and output: AMessage(what = 0x00000000) = {
CCodec : int32_t channel-count = 2
CCodec : string mime = "audio/raw"
CCodec : int32_t sample-rate = 44100
CCodec : }
Codec2Client: query -- param skipped: index = 1342179345.
Codec2Client: query -- param skipped: index = 2415921170.
Codec2Client: query -- param skipped: index = 1610614798.
CCodecBufferChannel: [c2.android.aac.decoder#660] Created input block pool with allocatorID 16 => poolID 17 - OK (0)
ashmem : Failed to dlopen() libashmemd_client.so: dlopen failed: library "libashmemd_client.so" not found
ashmem : Failed to dlopen() libashmemd_client.so: dlopen failed: library "libashmemd_client.so" not found
CCodecBufferChannel: [c2.android.aac.decoder#660] Created output block pool with allocatorID 16 => poolID 2710 - OK
CCodecBufferChannel: [c2.android.aac.decoder#660] Configured output block pool ids 2710 => OK
ion : ioctl c0044901 failed with code -1: Invalid argument
SimpleC2Component: Using output block pool with poolID 2710 => got 2710 - 0
C2SoftAacDec: Reconfiguring decoder: 0->44100 Hz, 0->2 channels
ashmem : Failed to dlopen() libashmemd_client.so: dlopen failed: library "libashmemd_client.so" not found
AudioFlinger: Client defaulted notificationFrames to 5512 for frameCount 11025
AF::TrackHandle: OpPlayAudio: track:3991 usage:1 not muted
CCodecBuffers: [c2.android.aac.decoder#660:1D-Input.Impl[N]] codec released a buffer owned by client (index 1)
CCodecBuffers: [c2.android.aac.decoder#660:1D-Input.Impl[N]] codec released a buffer owned by client (index 3)
CCodecBuffers: [c2.android.aac.decoder#660:1D-Input.Impl[N]] codec released a buffer owned by client (index 0)
CCodecBuffers: [c2.android.aac.decoder#660:1D-Input.Impl[N]] codec released a buffer owned by client (index 2)
CCodecBuffers: [c2.android.aac.decoder#660:1D-Input.Impl[N]] codec released a buffer owned by client (index 3)
CCodecBuffers: [c2.android.aac.decoder#660:1D-Output.Impl[N]] Client returned a buffer it does not own according to our record: 0
CCodecBuffers: [c2.android.aac.decoder#660:1D-Output.Impl[N]] Client returned a buffer it does not own according to our record: 1
CCodecBuffers: [c2.android.aac.decoder#660:1D-Output.Impl[N]] Client returned a buffer it does not own according to our record: 2
CCodecBuffers: [c2.android.aac.decoder#660:1D-Output.Impl[N]] Client returned a buffer it does not own according to our record: 3
Codec2Client: query -- param skipped: index = 1342179345.
Codec2Client: query -- param skipped: index = 2415921170.
Codec2Client: query -- param skipped: index = 1610614798.
Codec2Client: query -- param skipped: index = 1342179345.
Codec2Client: query -- param skipped: index = 2415921170.
Codec2Client: query -- param skipped: index = 1610614798.
GH.MediaModel: onPlaybackStateChanged state=PAUSED (PlaybackState {state=2, position=0, buffered position=0, speed=1.0, updated=547504009, actions=12183, error code=0, error message=null, custom actions=[], active item id=-1})
GH.MediaModel: onPlaybackStateChanged state=PAUSED (PlaybackState {state=2, position=0, buffered position=0, speed=1.0, updated=547504009, actions=12183, error code=0, error message=null, custom actions=[], active item id=-1})
GH.MediaPlaybackMonitor: onPlaybackStateChanged 2
GH.MediaModel: onPlaybackStateChanged state=PAUSED (PlaybackState {state=2, position=0, buffered position=0, speed=1.0, updated=547504009, actions=12183, error code=0, error message=null, custom actions=[], active item id=-1})
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=MUSIC,androidAutoUiMode=VANAGON,isPackageNameSet=false,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService}, ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}]
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=MUSIC,androidAutoUiMode=VANAGON,isPackageNameSet=false,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService}, ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}]
WificondControl: Scan result ready event
GH.MediaManager: onPlaybackStateChanged
GH.MediaManager: onPlaybackStateChanged. New playing state: 2
WificondScannerImpl: Filtering out 5 scan results.
AudioFlinger: Client defaulted notificationFrames to 5512 for frameCount 11025
AF::TrackHandle: OpPlayAudio: track:3992 usage:1 not muted
MediaSessionService: Media button session is changed to com.google.android.apps.youtube.music/YouTube playerlib (userId=0)
AvrcpMediaPlayerList: onAddressedPlayerChanged: token=com.google.android.apps.youtube.music
AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0x7ecf0e45c0
volume_listener: check_and_set_gain_dep_cal: Failed to set gain dep cal level
SettingsProvider: Notifying for 0: content://settings/secure/media_button_receiver
ACDB-LOADER: ACDB AFE returned = -19
audio_hw_primary: enable_audio_route: usecase(0) apply and update mixer path: deep-buffer-playback speaker
audio_route: Apply path: deep-buffer-playback speaker
ANDR-PERF-OPTSHANDLER: Warning: Resource [2, 0] not supported for core 1. Instead use resource for core 0
ANDR-PERF-RESOURCEQS: Failed to apply optimization [2, 2, 0]
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=MUSIC,androidAutoUiMode=VANAGON,isPackageNameSet=false,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService}, ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}]
AvrcpMediaPlayerList: setActivePlayer(): setting player to com.google.android.apps.youtube.music
AvrcpMediaPlayerList: sendMediaUpdate
AvrcpMediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue
AvrcpTargetService: onMediaUpdated: track_changed=false state=true queue=false
AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false
AvrcpTargetJni: sendMediaUpdateNative
bt_stack: [INFO:avrcp_service.cc(346)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0
audio_hw_primary: out_write: retry previous failed cal level set
volume_listener: check_and_set_gain_dep_cal: Failed to set gain dep cal level
AvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 1
AvrcpMediaPlayerList: onActiveSessionsChanged: controller: com.google.android.apps.youtube.music
AvrcpMediaPlayerList: Already have a controller for the player: com.google.android.apps.youtube.music, updating instead
GH.MediaModel: onMetadataChanged(Street Spirit (Fade Out), null, null)
AudioTrack: getTimestamp_l(5676): device stall time corrected using current time 233077766301191
GH.MediaPlaybackMonitor: onMetadataChanged called with Street Spirit (Fade Out), null, null
GH.MediaSIM: received Street Spirit (Fade Out), null, null
GH.MediaSIM: Update notification
Failed voice command ("play <artist>")
Code:
GH.AssistantUtils: Session Event: {
GH.AssistantUtils: Time Since Assistant Session Start Millis: 9013
GH.AssistantUtils: Event: VOICE_SESSION_END_PERFORMED
GH.AssistantUtils: }
GH.AssistantUtils: }
GH.AssistantUtils: }
GH.DefaultAppStorage: readDefaultApp com.google.android.apps.maps/com.google.android.maps.MapsActivity (Legacy=false)
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=NAVIGATION,androidAutoUiMode=VANAGON,isPackageNameSet=true,packageName=com.google.android.apps.maps,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.apps.maps/com.google.android.maps.MapsActivity}]
GH.DemandController: New demand space state 1
GH.VnAppBar: onDemandSpaceStateChanged 1
AppOps : Noting op not finished: uid 10114 pkg com.google.android.gms code 79 time=1601076852137 duration=0
GH.DemandController: setDemandSpaceView view=null
GH.AssistantVoicePlate: setVoicePlateView null
nanohub : osLog: [AR_CHRE] still: 100
YT.MBS.Callback: MBS client com.google.android.projection.gearhead result: onPlayFromSearch() : 1
GH.MediaModel: onPlaybackStateChanged state=ERROR (PlaybackState {state=7, position=0, buffered position=0, speed=1.0, updated=547528018, actions=12215, error code=1, error message=Cannot play song., custom actions=[], active item id=-1})
GH.MediaPlaybackMonitor: onPlaybackStateChanged 7
GH.StreamItemManager: postInternal: Posting dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751}. #items 5 -> 5
GH.SimToNSAdapter: processing SI: dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751}
GH.MPAdapter: getAsNotificationWorker for dii{type=MEDIA, id=-4151775864118476492, contentId=-145261751} component=ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}
AvrcpMediaPlayerWrapper: onPlaybackStateChanged(): com.google.android.apps.youtube.music : PlaybackState {state=7, position=0, buffered position=0, speed=1.0, updated=547528018, actions=12215, custom actions=[], active item id=-1, error=Cannot play song.}
GH.MPAdapter: media playback state is ERROR
GH.NotificationStore: on notify: t=MEDIA id=-4151775864118476492 n=efl{package=com.google.android.apps.youtube.music, category=MEDIA, priority=LOW, alertOnlyOnce=false, isOngoing=true, smallIcon=Icon(typ=APP_ICON componentName=ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}), contentIntent=PendingIntent{2b41ebc: [email protected]}, largeIcon=null, action1=null, action2=null, action3=null, statusBarNotificationKey=null, isLegacyDndSuppressedMessagingNotification=false}
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=MUSIC,androidAutoUiMode=VANAGON,isPackageNameSet=false,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService}, ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}]
AvrcpMediaPlayerWrapper: trySendMediaUpdate(): Metadata has been updated for com.google.android.apps.youtube.music
AvrcpMediaPlayerList: sendMediaUpdate
AvrcpMediaPlayerList: sendMediaUpdate: Creating a one item queue for a player with no queue
AvrcpTargetService: onMediaUpdated: track_changed=false state=true queue=false
AvrcpNativeInterface: sendMediaUpdate: metadata=false playStatus=true queue=false
GH.AvailableAppFinder: For AvailableAppFinderQuery[carDisplayType=MAIN,facetType=MUSIC,androidAutoUiMode=VANAGON,isPackageNameSet=false,filters=[ENABLED_BY_USER, COMPATIBLE_WITH_VEHICLE]] found available apps: [ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.mediabrowser.PodcastsMediaBrowserService}, ComponentInfo{com.google.android.apps.youtube.music/com.google.android.apps.youtube.music.mediabrowser.MusicBrowserService}]
AvrcpTargetJni: sendMediaUpdateNative
bt_stack: [INFO:avrcp_service.cc(346)] virtual void bluetooth::avrcp::AvrcpService::SendMediaUpdate(bool, bool, bool) track_changed=0 : play_state=1 : queue=0
GH.MediaManager: onPlaybackStateChanged
GH.MediaManager: onPlaybackStateChanged. New playing state: 7
GH.CrossfadeImageView: setImageBitmapColorScrim([email protected] saturationLevel=0.000000 color=-14273992 alpha=0.900000 showAnimation=true)
ClearcutMetricTransmitt: Sending Primes timer metric
GH.MediaModel: onPlaybackStateChanged state=ERROR (PlaybackState {state=7, position=0, buffered position=0, speed=1.0, updated=547528018, actions=12215, error code=1, error message=Cannot play song., custom actions=[], active item id=-1})
GH.MediaModel: onPlaybackStateChanged state=ERROR (PlaybackState {state=7, position=0, buffered position=0, speed=1.0, updated=547528018, actions=12215, error code=1, error message=Cannot play song., custom actions=[], active item id=-1})
Probably it will be better to filter this results somehow, but this is my first experience with this and I'm trying to figure out what is important and what not.

Categories

Resources