Mobile connection data

afern1979

New member
Would it be possible to obtain mobile connection data? Metrics like signal to noise ratio, data downloaded/uploaded etc so that I can build some data regarding how good/bad my mobile network is where I live and then use that to justify requesting a reduction on my monthly bill?

I would like to hand the info to my network operator and ask for compensation when they haven't met their end of the contract.
 

tanutanu

Well-known member
You can get some values via Termux, termux-telephony-cellinfo command, but these are not statistics. You have to summarize them by yourself if you need.
 

afern1979

New member
That sounds great but forgive the ignorance, where would I configure that in the macro? Shell script? Install an app..
I'm a total newbie.
I'd be grateful for any pointers to "how to" blogs or YouTube or anything that could give me a hint as to how to do what you mentioned.
Thanks for your help
 

afern1979

New member
Awesome, I've done that (installed both apps) but from within macrodroid, what must I do to access the termux API command to fetch the mobile data I'm after? From the actions list, which would I select?
Sorry I'm really struggling to find it within the UI

Thanks again
 

tanutanu

Well-known member
Awesome, I've done that (installed both apps) but from within macrodroid, what must I do to access the termux API command to fetch the mobile data I'm after? From the actions list, which would I select?
Sorry I'm really struggling to find it within the UI

Thanks again
It would help you. The path declared at the first line in the script might be "#!/data/data/com.termux/files/usr/bin/sh" as your environment.
 
Top