I have a rooted phone. So, your phone has a radio right? It does calls, uses network, et cetera. Can you access the radio with root permissions?
How could I log all raw radio communication to a file?
I have a rooted phone. So, your phone has a radio right? It does calls, uses network, et cetera. Can you access the radio with root permissions?
How could I log all raw radio communication to a file?
rild
) which is closed source, specific to OEM. You may however checklogcat -b radio
to see what's already being logged. Or reverse engineer the RIL daemon. – Irfan Latif Jan 29 '21 at 03:30