View Single Post
Old 01-31-2024, 06:22 PM   #18
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,002
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by theCrow View Post
Do both the patched boot.img and vbmeta need to be flashed after every update?
Edit: I misunderstood your question. If you use Magisk you should patch the new boot.img and flash it.

They probably should be, why not? Although it's unlikely that the changes break anything. OTOH, unlike the earlier Onyx, the newer ones have a ton more loadable kernel modules and if something doesn't agree it will break things:
Code:
Poke3:/ # lsmod
Module                  Size  Used by
wlan                 8294400  0
Code:
Poke5P:/ $ lsmod
Module                  Size  Used by
wlan                 8204288  0
machine_dlkm          110592  0
rouleur_slave_dlkm     16384  0
rouleur_dlkm           77824  2 machine_dlkm
pm2250_spmi_dlkm       16384  1 rouleur_dlkm
wcd937x_slave_dlkm     16384  0
wcd937x_dlkm           86016  1 machine_dlkm
mbhc_dlkm              40960  2 rouleur_dlkm,wcd937x_dlkm
tx_macro_dlkm         106496  0
rx_macro_dlkm          94208  0
va_macro_dlkm          98304  0
bolero_cdc_dlkm        57344  5 machine_dlkm,tx_macro_dlkm,rx_macro_dlkm,va_macro_dlkm
wsa881x_analog_dlkm    36864  0
wcd9xxx_dlkm           40960  13 rouleur_dlkm,wcd937x_dlkm
wcd_core_dlkm          28672  7 machine_dlkm,rouleur_dlkm,wcd937x_dlkm,tx_macro_dlkm,rx_macro_dlkm,va_macro_dlkm,wsa881x_analog_dlkm
stub_dlkm              16384  1
swr_ctrl_dlkm          49152  3 tx_macro_dlkm,rx_macro_dlkm,va_macro_dlkm
swr_dlkm               24576  5 rouleur_slave_dlkm,rouleur_dlkm,wcd937x_slave_dlkm,wcd937x_dlkm,swr_ctrl_dlkm
pinctrl_lpi_dlkm       20480  6
usf_dlkm               45056  0
native_dlkm           135168  0
platform_dlkm        1953792  39 native_dlkm
q6_dlkm               864256  11 machine_dlkm,va_macro_dlkm,bolero_cdc_dlkm,wcd9xxx_dlkm,swr_ctrl_dlkm,pinctrl_lpi_dlkm,usf_dlkm,native_dlkm,platform_dlkm
adsp_loader_dlkm       16384  0
apr_dlkm              229376  4 usf_dlkm,platform_dlkm,q6_dlkm,adsp_loader_dlkm
snd_event_dlkm         16384  5 machine_dlkm,bolero_cdc_dlkm,pinctrl_lpi_dlkm,q6_dlkm,apr_dlkm
q6_notifier_dlkm       16384  2 pinctrl_lpi_dlkm,apr_dlkm
q6_pdr_dlkm            16384  1 q6_notifier_dlkm

Last edited by Renate; 01-31-2024 at 06:25 PM.
Renate is offline   Reply With Quote